Bug#562766: gdb does not support 'break exception'

2010-05-20 Thread Ludovic Brenta
found 562766 6.8-3 found 562766 7.1-1 thanks In both 6.8-3 and 7.1-1, I experienced the problem that Stephe reported, i.e. (gdb) catch throw Function "__cxa_throw" not defined. Catchpoint 1 (throw) I believe this all depends on whether the debuggee includes object code compiled from C++ or not.

Bug#562766: gdb does not support 'break exception'

2010-01-03 Thread Ludovic Brenta
Daniel Jacobowitz writes: > On Mon, Dec 28, 2009 at 03:09:10PM +, Debian Bug Tracking System wrote: >> Processing commands for cont...@bugs.debian.org: >> >> > reassign 562766 gdb >> Bug #562766 [gnat-4.4] gdb does not support 'break exception' >> Bug reassigned from package 'gnat-4.4' to 'g

Bug#562766: gdb does not support 'break exception'

2010-01-03 Thread Daniel Jacobowitz
On Mon, Dec 28, 2009 at 03:09:10PM +, Debian Bug Tracking System wrote: > Processing commands for cont...@bugs.debian.org: > > > reassign 562766 gdb > Bug #562766 [gnat-4.4] gdb does not support 'break exception' > Bug reassigned from package 'gnat-4.4' to 'gdb'. > Bug No longer marked as foun

Bug#562766: gdb does not support 'break exception'

2009-12-28 Thread Ludovic Brenta
It looks like "catch throw" (as opposed to "catch exception") works. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#562766: gdb does not support 'break exception'

2009-12-28 Thread Ludovic Brenta
package 562766 gdb tags 562766 upstream found 562766 gdb/7.0-1 notfound gnat-4.4/4.4.2-4 thanks This is an upstream bug; see http://sourceware.org/ml/gdb/2009-10/msg00020.html and http://gcc.gnu.org/ml/gcc-help/2009-11/msg00214.html This problem is in gdb, not gnat. -- Ludovic Brenta. --

Bug#562766: gdb does not support 'break exception'

2009-12-27 Thread Stephen Leake
Package: gnat-4.4 Version: 4.4.2-4 I'm debugging Ada code compiled with gnat-4.4. gdb supports Ada: (gdb) show lang The current source language is "auto; currently ada". However, it does not suppor the 'break exception' command: (gdb) break exception "exception" is not a function 'catch except