Hello all,
I'm debugging PHP 5.2.9 and everything works fine, but today during debugging I see that gdb don't stop when I set:
(gdb) break lstat
the breakpoint is in the list
(gdb) info breakpoints Num Type Disp Enb Address What 1 breakpoint keep y 0x00002aaaaf810ea0
but, as written before, during execution gdb don't stop when lstat function is called. Note that I'm sure that lstat is called by PHP engine because I can see the call using strace.
Please help me, what's wrong with gdb?