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: [PATCH] fix assertion when returning from initial frame


On Tue, Feb 27, 2007 at 12:16:10PM -0500, Daniel Jacobowitz wrote:
>On Wed, Feb 21, 2007 at 08:24:35AM -0800, Nathan Froyd wrote:
>> The following patch fixes an assertion when a user attempts to return
>> from the initial frame (or a frame for which GDB cannot find the
>> previous frame due to limited debugging information).  frame_pop always
>> assumed that a previous frame could be found; it now checks that it
>> actually finds a previous frame before proceeding.
>> 
>> OK?  (I do not have gdb commit privileges.)
>
>This is OK.  Let's get you write access; then you can check it in, and
>add yourself to gdb/MAINTAINERS write after approval.
>
>Overseers, could you please add "froydnj" to the src group on
>sourceware?  Thanks in advance.

Done.

cgf


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