Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* More "catch assert" Ada failures
@ 2007-06-04 13:02 Daniel Jacobowitz
  2007-06-04 15:49 ` Joel Brobecker
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Jacobowitz @ 2007-06-04 13:02 UTC (permalink / raw)
  To: Joel Brobecker, gdb

Debian now has a libgnat-4.1-dbg package which includes complete
debugging information for libgnat; this should let GDB handle
exception and assertion catchpoints.  A couple of the tests fail
though:

Unable to break on 'system__assertions__raise_assert_failure' in this
configuration.

But:

(gdb) b system__assertions__raise_assert_failure
Breakpoint 2 at 0x2aaaaae86530: file s-assert.adb, line 42.

(gdb) b 'system.assertions.raise_assert_failure'
Can't find member of namespace, class, struct, or union named "system.assertions.raise_assert_failure"

The debug info says "system.assertions.raise_assert_failure" in
DW_AT_name and tab completion finds that, but we can't breakpoint it;
and looking up the mangled double-underscore form only finds the
minimal symbol.  What do you expect to happen here?

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2007-06-04 21:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-04 13:02 More "catch assert" Ada failures Daniel Jacobowitz
2007-06-04 15:49 ` Joel Brobecker
2007-06-04 16:06   ` Daniel Jacobowitz
2007-06-04 19:06     ` Joel Brobecker
2007-06-04 21:30       ` Joel Brobecker
2007-06-04 21:57         ` Daniel Jacobowitz

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