One quick but ugly way is to add it in assembler in your C file:

__asm__("int3");

or something like this.


Sebastian Kurfürst wrote:
Hi Derick,
Try just "break objectmonitor.c:80".
Thanks, just tried that, but same issue:

(gdb) break objectmonitor.c:80
No source file named objectmonitor.c.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (objectmonitor.c:80) pending.
(gdb) run index.php

-- and does not stop on breakpoint.

Greets,
Sebastian



-- Mathieu Suen

        


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to