diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-06 18:36:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-06 18:36:23 +0000 |
commit | e6ba3bc976d3e71e13c550474c2c39463e2bdecc (patch) | |
tree | 48fdd6c3e5680c01f761e80b0af154e60c6410cf /gdb/blockframe.c | |
parent | 996179eebb352d0242007cecc12d41c67d4982ba (diff) | |
download | gdb-e6ba3bc976d3e71e13c550474c2c39463e2bdecc.zip gdb-e6ba3bc976d3e71e13c550474c2c39463e2bdecc.tar.gz gdb-e6ba3bc976d3e71e13c550474c2c39463e2bdecc.tar.bz2 |
2003-04-06 Andrew Cagney <cagney@redhat.com>
* frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
Update comment.
* frame.c (legacy_saved_regs_this_id): Update.
(legacy_get_prev_frame): Update.
* xstormy16-tdep.c: Update comment.
* sparc-tdep.c (sparc_frame_chain): Update comment.
* blockframe.c (legacy_frame_chain_valid): Update.
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r-- | gdb/blockframe.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c index cf691a3..b6326de 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -554,12 +554,12 @@ deprecated_pc_in_call_dummy_at_entry_point (CORE_ADDR pc, CORE_ADDR sp, && (pc) <= (CALL_DUMMY_ADDRESS () + DECR_PC_AFTER_BREAK)); } -/* Function: frame_chain_valid - Returns true for a user frame or a call_function_by_hand dummy frame, - and false for the CRT0 start-up frame. Purpose is to terminate backtrace. */ +/* Returns true for a user frame or a call_function_by_hand dummy + frame, and false for the CRT0 start-up frame. Purpose is to + terminate backtrace. */ int -frame_chain_valid (CORE_ADDR fp, struct frame_info *fi) +legacy_frame_chain_valid (CORE_ADDR fp, struct frame_info *fi) { /* Don't prune CALL_DUMMY frames. */ if (DEPRECATED_USE_GENERIC_DUMMY_FRAMES |