summaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2006-07-31 17:33:30 +0000
committerFred Fish <fnf@specifix.com>2006-07-31 17:33:30 +0000
commitd4cf0472a2e5118f9baeb3d7b517efed9cd6ba97 (patch)
tree343118a66c41da05c7131838d0bb54eb23013d50 /gdb/frame-unwind.h
parent305dee76320692157afaabf7dbc105b36096fd74 (diff)
downloadgdb-d4cf0472a2e5118f9baeb3d7b517efed9cd6ba97.tar.gz
Reviewed by Daniel Jacobowitz <drow@false.org>
2006-07-31 Fred Fish <fnf@specifix.com> * arm-tdep.c (arm_make_prologue_cache): Use FRAME_OBSTACK_ZALLOC instead of calling frame_obstack_zalloc directly. (arm_make_stub_cache): Ditto. * frame-unwind.h: Ditto. * frame.c (create_new_frame): Ditto.
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 cba429cf30d..854aeb6924f 100644
--- a/gdb/frame-unwind.h
+++ b/gdb/frame-unwind.h
@@ -72,7 +72,7 @@ typedef int (frame_sniffer_ftype) (const struct frame_unwind *self,
THIS_PROLOGUE_CACHE can be used to share any prolog analysis data
with the other unwind methods. Memory for that cache should be
- allocated using frame_obstack_zalloc(). */
+ allocated using FRAME_OBSTACK_ZALLOC(). */
typedef void (frame_this_id_ftype) (struct frame_info *next_frame,
void **this_prologue_cache,
@@ -108,7 +108,7 @@ typedef void (frame_this_id_ftype) (struct frame_info *next_frame,
THIS_PROLOGUE_CACHE can be used to share any prolog analysis data
with the other unwind methods. Memory for that cache should be
- allocated using frame_obstack_zalloc(). */
+ allocated using FRAME_OBSTACK_ZALLOC(). */
typedef void (frame_prev_register_ftype) (struct frame_info *next_frame,
void **this_prologue_cache,