Home
last modified time | relevance | path

Searched refs:trad_frame_cache (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDtrad-frame.h26 struct trad_frame_cache;
33 struct trad_frame_cache *trad_frame_cache_zalloc (struct frame_info *);
36 void trad_frame_set_id (struct trad_frame_cache *this_trad_cache,
38 void trad_frame_get_id (struct trad_frame_cache *this_trad_cache,
40 void trad_frame_set_this_base (struct trad_frame_cache *this_trad_cache,
42 CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache);
44 void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
46 void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache,
48 void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
50 void trad_frame_set_reg_value (struct trad_frame_cache *this_cache,
[all …]
HDtrad-frame.c27 struct trad_frame_cache struct
35 struct trad_frame_cache * argument
38 struct trad_frame_cache *this_trad_cache; in trad_frame_cache_zalloc()
40 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache); in trad_frame_cache_zalloc()
102 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache, in trad_frame_set_reg_value()
111 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache, in trad_frame_set_reg_realreg()
119 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, in trad_frame_set_reg_addr()
155 trad_frame_get_register (struct trad_frame_cache *this_trad_cache, in trad_frame_get_register()
164 trad_frame_set_id (struct trad_frame_cache *this_trad_cache, in trad_frame_set_id()
171 trad_frame_get_id (struct trad_frame_cache *this_trad_cache, in trad_frame_get_id()
[all …]
HDtramp-frame.c40 struct trad_frame_cache *trad_cache;
43 static struct trad_frame_cache *
65 struct trad_frame_cache *trad_cache in tramp_frame_this_id()
76 struct trad_frame_cache *trad_cache in tramp_frame_prev_register()
HDtramp-frame.h27 struct trad_frame_cache;
70 struct trad_frame_cache *this_cache,