diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-09-08 04:56:20 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-09-08 04:56:20 +0000 |
commit | 7c679d16f33281add1dabfbff973250aa2149836 (patch) | |
tree | bbe3cdd7b389c1b4eaa23d99bc5661a8ed63879a | |
parent | 4edfba77630cc5d940f94e71f687d21c9d97c823 (diff) | |
download | gdb-7c679d16f33281add1dabfbff973250aa2149836.zip gdb-7c679d16f33281add1dabfbff973250aa2149836.tar.gz gdb-7c679d16f33281add1dabfbff973250aa2149836.tar.bz2 |
* frame.h (frame_register): Doc fix.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/frame.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a610ad9..ce1e58e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/frame.h b/gdb/frame.h index ee2934d..f4b1089 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -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. */ |