This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem reading corefiles on ARM
- From: Jay <jayk123 at hotmail dot com>
- To: <gcc at gcc dot gnu dot org>, <mark dot kettenis at xs4all dot nl>, <drow at false dot org>, <sposelenov at emcraft dot com>
- Date: Thu, 7 Aug 2008 02:12:38 +0000
- Subject: Re: Problem reading corefiles on ARM
- References: <1218037539.10602.ezmlm@gcc.gnu.org>
> From: mark@
> To: drow@; gcc@
> CC: sposelenov@; gdb@
> I suppose it optimizes away the instructions to save the return
> address, because abort() is marked with __attribute__(noreturn). But
Ouch. Other compilers put a breakpoint after a call to any noreturn function.
Really, the compiler, not the debugger. I had an incorrect annotation once. :)
- Jay