summaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2008-05-03 23:24:17 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2008-05-03 23:24:17 +0000
commitadafbce2716ba84fb90aa37225bef83e43ed7f10 (patch)
tree7abf26cf1fa6cf74e7369ef5aa8258f7a827d502 /gdb/frame-unwind.h
parentde6537c996e63a5cadaaba16ef13d4efcb2c9889 (diff)
downloadgdb-adafbce2716ba84fb90aa37225bef83e43ed7f10.tar.gz
2008-05-03 Luis Machado <luisgpm@br.ibm.com>
Thiago Jung Bauermann <bauerman@br.ibm.com> * cli/cli-decode.c (lookup_cmd_1): Fix indentation. * doublest.c (convert_typed_floating): Fix typo in comment. * dwarf2-frame.c (dwarf2_frame_cache): Likewise. * frame-unwind.h (frame_sniffer_ftype): Likewise. * frame.c (frame_unwind_address_in_block): Likewise. * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise. * symtab.h (struct symbol): Likewise. * tramp-frame.h (struct trad_frame_cache): Likewise. * value.c (allocate_repeat_value): Likewise.
Diffstat (limited to 'gdb/frame-unwind.h')
-rw-r--r--gdb/frame-unwind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h
index 9ffafffb26f..3a35aa1b8ec 100644
--- a/gdb/frame-unwind.h
+++ b/gdb/frame-unwind.h
@@ -32,8 +32,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 called with the next frame's `struct
- frame_info' and and this frame's prologue cache.
+ functions are called with the next frame's `struct frame_info'
+ and this frame's prologue cache.
THIS frame's register values can be obtained by unwinding NEXT
frame's registers (a recursive operation).