This is the mail archive of the gdb@sources.redhat.com 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: Small backtrace tool?


> Since GDB is quite big on disk and ain't suited for non-interactive
> small-sized embedding I've created a backtracetool of my own. Sized
> to about 12 kb it sure ain't full of features but can parse a Linux
> i386 corefile and show a simplified backtrace. My question is, are
> there any tools available doing this already (besides gdb), or is it
> worth the effort continue my work?


Hi
Regarding this issue I'm woundering if anyone could give me a hint of 
when Linux is using "signal trampolines"? When reading in 
gdb/i386-linux-tdep.c large portion of it handles them but I can't get 
the kernel to generate them. Using a simple signal handler in my 
userspace test-app seems not enough.

regards
/Ronny



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