diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-24 14:16:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-24 14:16:38 +0000 |
commit | 7d8547c9602def946b932d1416593b8c44456d65 (patch) | |
tree | 3cf93a2e0f86830aabbbf60a4d6b5faeb721d338 /gdb/frame.h | |
parent | 40fb7a1f93246339ecf4dbb5d76d03c443c6ab06 (diff) | |
download | binutils-gdb-7d8547c9602def946b932d1416593b8c44456d65.tar.gz |
2002-11-23 Andrew Cagney <ac131313@redhat.com>
* blockframe.c (find_frame_addr_in_frame_chain): Move function
from here ...
* varobj.c (find_frame_addr_in_frame_chain): ... to here.
(varobj_create): Note that frame ID should be used.
* frame.h (find_frame_addr_in_frame_chain): Delete declaration.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 269f11e046f..86d11726283 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -412,8 +412,6 @@ extern void show_frame_info (struct frame_info *, int, int, int); extern struct frame_info *block_innermost_frame (struct block *); -extern struct frame_info *find_frame_addr_in_frame_chain (CORE_ADDR); - /* NOTE: cagney/2002-09-13: There is no need for this function. Instead either of frame_unwind_signed_register() or frame_unwind_unsigned_register() can be used. */ |