This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/10625] nested functions aren't probeable


------- Additional Comments From jistone at redhat dot com  2009-09-11 01:35 -------
FWIW, I haven't found a direct way to get gdb to probe these functions either.

(gdb) b deepen
Function "deepen" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) b loc2c.c:169
Breakpoint 1 at 0x4b2498: file ../loc2c.c, line 169. (34 locations)
(gdb) info b
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   <MULTIPLE>         
1.1                         y     0x00000000004b2498 in deepen at ../loc2c.c:169
1.2                         y     0x00000000004b450b in deepen at ../loc2c.c:169
1.3                         y     0x00000000004b45c0 in deepen at ../loc2c.c:169
[...]

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10625

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]