mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
23 lines
400 B
XML
23 lines
400 B
XML
<slide>
|
|
<title>gdb: attach to running process</title>
|
|
|
|
<blurb>%gdb -p {{processid}}%</blurb>
|
|
|
|
<example inline="2">
|
|
(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.
|
|
</example>
|
|
|
|
<blurb>
|
|
Breakpoints:
|
|
</blurb>
|
|
<example inline="2">
|
|
zif_~funcname~
|
|
zim_~classname~_~funcname~
|
|
</example>
|
|
|
|
|
|
</slide>
|