comp.lang.ada
 help / color / mirror / Atom feed
* Catching exceptions in debugger (Unix)
@ 2003-01-28  9:11 Victor Porton
  2003-01-28 16:56 ` Toshitaka Kumano
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Victor Porton @ 2003-01-28  9:11 UTC (permalink / raw)


Linux/i386 Gnat 3.14p and Gnat-3.2 .

I want to see the point in the debugged program where an exception is 
thrown (and also see the backtrace).

I tried "catch throw" command of GDB (which does this with C++ 
exceptions), but this does not work for Ada:

(gdb) catch throw
warning: Unsupported with this platform/compiler combination.
warning: Perhaps you can achieve the effect you want by setting
warning: a breakpoint on __raise_exception().

Help?



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

end of thread, other threads:[~2003-02-05 18:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-28  9:11 Catching exceptions in debugger (Unix) Victor Porton
2003-01-28 16:56 ` Toshitaka Kumano
2003-01-28 17:18 ` Victor Porton
2003-02-05 18:16   ` Georg Bauhaus
2003-01-29  8:20 ` Alex Proudfoot
2003-01-29  8:58 ` Victor Porton
2003-01-30 20:33   ` Simon Wright

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