This is the mail archive of the gdb@sourceware.org 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: More "catch assert" Ada failures


> 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.

I indeed see some FAILs on that test, but ldd reports that the program
is still linked against libgnat-4.1.so.1, not the one installed in
/usr/lib/debug/usr/lib. I tried setting up symbolic links from one to
the other, but then the compiler crashes. Did you run the testsuite
with some specific switches?

-- 
Joel


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