https://bugzilla.novell.com/show_bug.cgi?id=390722 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=390722#c9 --- Comment #9 from Michael Meeks <mmeeks@novell.com> 2008-05-16 13:33:35 MST --- So - how about some hybrid - I assume the gdb developers think people want to see a raw dump of the stack, looking like stack frames; but why not interleave that - we may not have debug data - but we can guess which are the IP frames by following the %ebp chain; so something like this could be possible (?) from 0x08048584: (within /home/michael/gdb-testcase/a.out) 0x080486b0 0x00000001 0x00000025 0xb7fec560 0x00000027 0xb7eac6c0 0xbf930898 from 0x080485AF: (within /home/michael/gdb-testcase/a.out) 0x080485b0 0x00000001 0x00000003 0xbf9308b8 from 0x040294AB: trace_two (two.c:8) from 0x080485C3: (within /home/michael/gdb-testcase/a.out) .. ==21438== by 0x40655F5: (below main) (libc-start.c:220) or something ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.