From: Pedro Alves Date: Tue, 22 Feb 2011 17:51:24 +0000 (+0000) Subject: gdb/ X-Git-Tag: cygwin-1_7_8-release~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ea3126c02915e913befc54ce6bebb6446efef6;p=thirdparty%2Fbinutils-gdb.git gdb/ * frame-unwind.h: Fix comment to mention the this frame, not the next. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3913b54b129..1859bf0ffc7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-02-22 Pedro Alves + + * frame-unwind.h: Fix comment to mention the this frame, not the + next. + 2011-02-22 Tom Tromey * symfile.c (auto_solib_limit): Remove. diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index 3fe31f05db5..2bd8046b138 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -33,8 +33,8 @@ struct value; /* The following unwind functions assume a chain of frames forming the sequence: (outer) prev <-> this <-> next (inner). All the - functions are called with the next frame's `struct frame_info' - and this frame's prologue cache. + functions are called with this frame's `struct frame_info' and + prologue cache. THIS frame's register values can be obtained by unwinding NEXT frame's registers (a recursive operation).