This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [PATCH 4/6] Implement support for SystemTap probes


Hi Sergio,

there is still the bug as present on Fedora 15 with:
	glibc-2.13.90-9.x86_64
	glibc-debuginfo-2.13.90-9.x86_64

(gdb) info probes 
Provider   Name       Where               Semaphore           Object                         
libc       lll_futex_wake 0x00007ffff61a5f7b                      /lib64/libc.so.6               
libc       lll_futex_wake 0x00007ffff61a5f7b                      /usr/lib/debug/lib64/libc-2.13.90.so.debug 
libc       lll_futex_wake 0x00007ffff6213060                      /lib64/libc.so.6               
libc       lll_futex_wake 0x00007ffff6213060                      /usr/lib/debug/lib64/libc-2.13.90.so.debug 
libc       lll_lock_wait_private 0x00007ffff61e5a84                      /lib64/libc.so.6               
libc       lll_lock_wait_private 0x00007ffff61e5a84                      /usr/lib/debug/lib64/libc-2.13.90.so.debug 
[...]

That is everything is duplicate for the separate debug info files.


Thanks,
Jan


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