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]

Re: How to debug what I am doing wrong?


On Thu, Jul 17, 2008 at 03:00:16PM -0700, Roland McGrath wrote:
> If you built systemtap against installed elfutils libraries,
> you can use some installed eu-* programs to test them too.
> e.g. try eu-unstrip -n -K ext4dev

So eu-unstrip doesn't have a man page, so I'm not 100% sure what this
is doing, but:

<tytso@closure> {/usr/projects/linux}  
140%  eu-unstrip -n -K ext4dev
0x9aa300+0x2f588 a8976215a438326936201ee03829fa3230fed123@0x9aa324 /lib/modules/2.6.26-03033-g97438cf/kernel/fs/ext4/ext4dev.ko - ext4dev

<tytso@closure> {/usr/projects/linux}  
141% eu-unstrip -n -e /lib/modules/2.6.26-03033-g97438cf/kernel/fs/ext4/ext4dev.ko
0+0x2f588 a8976215a438326936201ee03829fa3230fed123@0x24 /lib/modules/2.6.26-03033-g97438cf/kernel/fs/ext4/ext4dev.ko - 

<tytso@closure> {/usr/projects/linux}  
142% eu-unstrip -n -e /usr/lib/debug/lib/modules/2.6.26-03033-g97438cf/kernel/fs/ext4/ext4dev.ko
0+0x2f588 a8976215a438326936201ee03829fa3230fed123@0x24 /usr/lib/debug/lib/modules/2.6.26-03033-g97438cf/kernel/fs/ext4/ext4dev.ko . 

Does this tell you anything useful?

						- Ted


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