Last minute tweaks for PHPNW talk

This commit is contained in:
Derick Rethans
2017-10-18 12:38:45 +01:00
parent e8a1ae7a1b
commit 6fa4f565a5
4 changed files with 3 additions and 5 deletions

View File

@@ -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>

View File

@@ -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.

View File

@@ -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>

View File

@@ -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>