diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-22 15:36:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-22 15:36:47 +0000 |
commit | 90ba813f1fcbda33d35d1dac4fda91ce26eb12d8 (patch) | |
tree | 9149228a7f28ba140b9855077603b8aa11fff59f /gdb/inferior.h | |
parent | 4b2b3b3e62d8c07591f5adfe1939409486ef6e33 (diff) | |
download | gdb-90ba813f1fcbda33d35d1dac4fda91ce26eb12d8.zip gdb-90ba813f1fcbda33d35d1dac4fda91ce26eb12d8.tar.gz gdb-90ba813f1fcbda33d35d1dac4fda91ce26eb12d8.tar.bz2 |
2004-03-22 Andrew Cagney <cagney@redhat.com>
* frame.h (deprecated_pc_in_call_dummy): Rename
generic_pc_in_call_dummy.
* dummy-frame.h (pc_in_dummy_frame): Delete declaration.
* dummy-frame.c (deprecated_pc_in_call_dummy): Rename
generic_pc_in_call_dummy.
(pc_in_dummy_frame): Make static.
* gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
* gdbarch.h, gdbarch.c: Re-generate.
* dummy-frame.c (dummy_frame_sniffer): Simplify.
* frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
(legacy_get_prev_frame): Ditto.
* inferior.h: Delete reference to generic_pc_in_call_dummy in
comment.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 115ffe1..ab5a25b 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -454,10 +454,10 @@ extern int attach_flag; /* Are we in a call dummy? */ -/* NOTE: cagney/2002-11-24: Targets need to both switch to generic - dummy frames, and use generic_pc_in_call_dummy(). The generic - version should be able to handle all cases since that code works by - saving the address of the dummy's breakpoint (where ever it is). */ +/* NOTE: cagney/2002-11-24 cagney/2004-03-22: Targets need to both + switch to generic dummy frames. The generic version should be able + to handle all cases since that code works by saving the address of + the dummy's breakpoint (where ever it is). */ extern int deprecated_pc_in_call_dummy_on_stack (CORE_ADDR pc, CORE_ADDR sp, |