* frame-unwind.h: Fix comment to mention the this frame, not the
	next.
This commit is contained in:
Pedro Alves
2011-02-22 17:51:24 +00:00
parent b9b35694e3
commit b7ea3126c0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-02-22 Pedro Alves <pedro@codesourcery.com>
* frame-unwind.h: Fix comment to mention the this frame, not the
next.
2011-02-22 Tom Tromey <tromey@redhat.com> 2011-02-22 Tom Tromey <tromey@redhat.com>
* symfile.c (auto_solib_limit): Remove. * symfile.c (auto_solib_limit): Remove.

View File

@ -33,8 +33,8 @@ struct value;
/* The following unwind functions assume a chain of frames forming the /* The following unwind functions assume a chain of frames forming the
sequence: (outer) prev <-> this <-> next (inner). All the sequence: (outer) prev <-> this <-> next (inner). All the
functions are called with the next frame's `struct frame_info' functions are called with this frame's `struct frame_info' and
and this frame's prologue cache. prologue cache.
THIS frame's register values can be obtained by unwinding NEXT THIS frame's register values can be obtained by unwinding NEXT
frame's registers (a recursive operation). frame's registers (a recursive operation).