com presentations: Last minute tweaks for PHPNW talk: debug-setup-phpnw17.xml slides/debugging/gdb-attach.xml slides/debugging/strace-invocation-socket.xml slides/debugging/toolbox.xml

[email protected] (Derick Rethans) Wed, 18 Oct 2017 11:38:45 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    6fa4f565a5146c27915641ae80c1494f13e9c2ca
Author:    Derick Rethans <[email protected]>         Wed, 18 Oct 2017 12:38:45 +0100
Parents:   e8a1ae7a1bd3c61f59b52f49978c388ae6a0c55b
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=6fa4f565a5146c27915641ae80c1494f13e9c2ca

Log:
Last minute tweaks for PHPNW talk

Changed paths:
  M  debug-setup-phpnw17.xml
  M  slides/debugging/gdb-attach.xml
  M  slides/debugging/strace-invocation-socket.xml
  M  slides/debugging/toolbox.xml


Diff:
diff --git a/debug-setup-phpnw17.xml b/debug-setup-phpnw17.xml
index 65d6705..e5b604b 100644
--- a/debug-setup-phpnw17.xml
+++ b/debug-setup-phpnw17.xml
@@ -96,7 +96,6 @@ help out with providing good bug reports for Open Source projects.
 <slide>slides/debugging/valgrind-how.xml</slide>
 <slide>slides/debugging/jump-memory-leak.xml</slide>
 <slide>slides/debugging/valgrind-show-leak1.xml</slide>
-<slide>slides/debugging/demo.xml</slide>
 <slide>slides/debugging/valgrind-show-leak2.xml</slide>
 <slide>slides/debugging/valgrind-show-leak3.xml</slide>
 <slide>slides/debugging/valgrind-show-leak4.xml</slide>
diff --git a/slides/debugging/gdb-attach.xml b/slides/debugging/gdb-attach.xml
index dfa91f9..92900b9 100644
--- a/slides/debugging/gdb-attach.xml
+++ b/slides/debugging/gdb-attach.xml
@@ -4,7 +4,7 @@
 <blurb>%gdb -p {{processid}}%</blurb>
 
 <example inline="2">
-(gdb) *break zif_strlen*
+(gdb) *break zif_php_uname*
 Breakpoint 1 at 0xa7a8a4: file /home/derick/dev/php/php-src.git/Zend/zend_builtin_functions.c, line 570.
 (gdb) *cont*
 Continuing.
diff --git a/slides/debugging/strace-invocation-socket.xml b/slides/debugging/strace-invocation-socket.xml
index cc6a262..8adfe09 100644
--- a/slides/debugging/strace-invocation-socket.xml
+++ b/slides/debugging/strace-invocation-socket.xml
@@ -8,7 +8,7 @@
 <div effect="fade-in">
 <blurb>Invocation</blurb>
 <image align="right" filename="hang.png"/>
-<example inline="2">strace |aa0000|*-F* -e open -o /tmp/strace.log| |0000ff|php| |00aa00|test.php|</example>
+<example inline="2">strace |aa0000|*-F* -o /tmp/strace.log| |0000ff|php| |00aa00|test.php|</example>
 
 <break/>
 <blurb>Output</blurb>
diff --git a/slides/debugging/toolbox.xml b/slides/debugging/toolbox.xml
index 1c4f83b..b78eea0 100644
--- a/slides/debugging/toolbox.xml
+++ b/slides/debugging/toolbox.xml
@@ -1,4 +1,3 @@
-<slide style="title">
+<slide style="title" background="tool-box-261208_1280.jpg" background_attr="CC0">
 <title>Toolbox</title>
-<image filename="tool-box-261208_1280.jpg" attr="CC0"/>
 </slide>