This is the mail archive of the gdb-patches@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: Fix a crash when stepping and unwinding fails


> Date: Mon, 20 Feb 2006 17:03:31 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 
> Now we'll issue this error instead, and stop stepping:
> 
> Could not step out of the function at 0x80144400 - unwinding failed
> [...]
> Hmm.  Alternatively, we could stop stepping without an error.  Would
> that be better?  Seems likely.  I'll wait for comments before I try
> implementing that, though.  Should we warn when we do that, in addition
> to stopping, or is the warning just noise?

How about making it a warning that depends on "set verbose"?

Btw, I think we should document this message in the manual anyway.


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