Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* large line number debugging support
@ 2001-11-21 12:33 Paolo Molaro
  2001-11-28 10:41 ` Paolo Molaro
  2001-12-15 11:36 ` Andrew Cagney
  0 siblings, 2 replies; 7+ messages in thread
From: Paolo Molaro @ 2001-11-21 12:33 UTC (permalink / raw)
  To: gdb

Hi.
I just added support to output stab information in the mono JIT
compiler: this debugging info is used to debug code generation problems
and as such the lines in the source code it references are from an
assembly dump of the CLR programs. For large libraries the assembly
files can be longer than 2^16 lines and the binary stabs format seems to use
16 bits unsigned integers to store line info.
Is there some kind of know workaround for this problem?
Splitting the assembly dump would be extremely ugly.

A somewhat related problem is symbol file info removal: it's possible to
add a symbol file at runtime inside gdb, but I haven't found a way to
unload it once I need to restart the program (and I need to restart gdb
as well).

I'm not on the list, so please, Cc me on any replies.
Thanks.

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-12-19 19:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-21 12:33 large line number debugging support Paolo Molaro
2001-11-28 10:41 ` Paolo Molaro
2001-12-15 11:36 ` Andrew Cagney
2001-12-15 12:56   ` Daniel Berlin
2001-12-19  7:21     ` Paolo Molaro
2001-12-19  7:26       ` Joel Brobecker
2001-12-19 11:38       ` Daniel Berlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox