From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Ford To: help-gcc@gnu.org Subject: Catching exceptions using gcc and gdb Date: Sun, 14 Nov 1999 12:44:00 -0000 Message-id: X-SW-Source: 1999-11/msg00215.html According to the info page, setting a breakpoint on __raise_exception will break the programme as the exceptions are raised. However, this doesn't work for me: depending upon what gcc I am using gdb can't find the function or it does but the programme doesn't break. Any help would be much appreciated. Tom Ford From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Ford To: help-gcc@gnu.org Subject: Catching exceptions using gcc and gdb Date: Tue, 30 Nov 1999 23:28:00 -0000 Message-ID: X-SW-Source: 1999-11n/msg00215.html Message-ID: <19991130232800.QRh4YVlCPerKX0WzuaTEUQ5G0XR0imBov-WzNwJYSQE@z> According to the info page, setting a breakpoint on __raise_exception will break the programme as the exceptions are raised. However, this doesn't work for me: depending upon what gcc I am using gdb can't find the function or it does but the programme doesn't break. Any help would be much appreciated. Tom Ford