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: stopping backtrace at noreturn function


On Thu, Nov 13, 2008 at 10:49:40AM +0000, Jay Foad wrote:
> I ask because I'm working on a JIT compiler that generates DWARF debug
> info, and I'd like to be able to get this behaviour when debugging the
> generated code.

>From DWARF, this is already supported: just mark the return address
column as DW_CFA_undefined and GDB ought to give up there.

-- 
Daniel Jacobowitz
CodeSourcery


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