forked from Imagelibrary/binutils-gdb
* frame.h (frame_register): Doc fix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-09-07 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* frame.h (frame_register): Doc fix.
|
||||
|
||||
2004-09-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* vx-share/wait.h: Delete #ifdef USG.
|
||||
|
||||
@@ -420,7 +420,7 @@ extern void frame_unwind_unsigned_register (struct frame_info *frame,
|
||||
int regnum, ULONGEST *val);
|
||||
|
||||
/* Get the value of the register that belongs to this FRAME. This
|
||||
function is a wrapper to the call sequence ``frame_unwind_register
|
||||
function is a wrapper to the call sequence ``frame_register_unwind
|
||||
(get_next_frame (FRAME))''. As per frame_register_unwind(), if
|
||||
VALUEP is NULL, the registers value is not fetched/computed. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user