Searched refs:this_prologue_cache (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsentinel-frame.c46 void **this_prologue_cache,
50 = (struct frame_unwind_cache *) *this_prologue_cache;
61 void **this_prologue_cache,
72 void **this_prologue_cache)
75 = (struct frame_unwind_cache *) *this_prologue_cache;
45 sentinel_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
60 sentinel_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
71 sentinel_frame_prev_arch(struct frame_info *this_frame, void **this_prologue_cache) argument
H A Dframe-unwind.h54 void **this_prologue_cache);
57 (struct frame_info *this_frame, void **this_prologue_cache);
64 void **this_prologue_cache);
109 void **this_prologue_cache,
144 (struct frame_info *this_frame, void **this_prologue_cache,
157 void **this_prologue_cache);
H A Dalpha-mdebug-tdep.c193 void **this_prologue_cache)
202 if (*this_prologue_cache)
203 return (struct alpha_mdebug_unwind_cache *) *this_prologue_cache;
206 *this_prologue_cache = info;
270 void **this_prologue_cache,
274 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache);
283 void **this_prologue_cache, int regnum)
286 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache);
349 void **this_prologue_cache)
352 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache);
190 alpha_mdebug_frame_unwind_cache(struct frame_info *this_frame, void **this_prologue_cache) argument
267 alpha_mdebug_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
280 alpha_mdebug_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
346 alpha_mdebug_frame_base_address(struct frame_info *this_frame, void **this_prologue_cache) argument
356 alpha_mdebug_frame_locals_address(struct frame_info *this_frame, void **this_prologue_cache) argument
366 alpha_mdebug_frame_args_address(struct frame_info *this_frame, void **this_prologue_cache) argument
[all...]
H A Ddummy-frame.c293 void **this_prologue_cache)
326 (*this_prologue_cache) = cache;
339 void **this_prologue_cache,
343 = (struct dummy_frame_cache *) *this_prologue_cache;
369 void **this_prologue_cache,
374 = (struct dummy_frame_cache *) *this_prologue_cache;
291 dummy_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache) argument
338 dummy_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
368 dummy_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
H A Dmsp430-tdep.c457 void **this_prologue_cache)
459 if (!*this_prologue_cache)
463 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct msp430_prologue);
475 (struct msp430_prologue *) *this_prologue_cache);
478 return (struct msp430_prologue *) *this_prologue_cache;
484 msp430_frame_base (struct frame_info *this_frame, void **this_prologue_cache) argument
487 = msp430_analyze_frame_prologue (this_frame, this_prologue_cache);
497 void **this_prologue_cache, struct frame_id *this_id)
500 this_prologue_cache),
508 void **this_prologue_cache, in
456 msp430_analyze_frame_prologue(struct frame_info *this_frame, void **this_prologue_cache) argument
496 msp430_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
507 msp430_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Dhppa-linux-tdep.c274 void **this_prologue_cache,
278 = hppa_linux_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
284 void **this_prologue_cache,
288 = hppa_linux_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
302 void **this_prologue_cache)
273 hppa_linux_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
283 hppa_linux_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
300 hppa_linux_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache) argument
H A Dalpha-tdep.c914 void **this_prologue_cache)
919 if (*this_prologue_cache)
920 return (struct alpha_sigtramp_unwind_cache *) *this_prologue_cache;
923 *this_prologue_cache = info;
955 void **this_prologue_cache,
961 = alpha_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
997 void **this_prologue_cache, int regnum)
1000 = alpha_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
1022 void **this_prologue_cache)
1261 void **this_prologue_cache,
906 alpha_sigtramp_frame_unwind_cache(struct frame_info *this_frame, void **this_prologue_cache) argument
947 alpha_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
989 alpha_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
1013 alpha_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache) argument
1252 alpha_heuristic_frame_unwind_cache(struct frame_info *this_frame, void **this_prologue_cache, CORE_ADDR start_pc) argument
1428 alpha_heuristic_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1441 alpha_heuristic_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
1466 alpha_heuristic_frame_base_address(struct frame_info *this_frame, void **this_prologue_cache) argument
[all...]
H A Dlm32-tdep.c393 lm32_frame_cache (struct frame_info *this_frame, void **this_prologue_cache) argument
401 if ((*this_prologue_cache))
402 return (struct lm32_frame_cache *) (*this_prologue_cache);
405 (*this_prologue_cache) = info;
453 void **this_prologue_cache, int regnum)
457 info = lm32_frame_cache (this_frame, this_prologue_cache);
452 lm32_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
H A Dm32r-tdep.c523 void **this_prologue_cache)
533 if ((*this_prologue_cache))
534 return (struct m32r_unwind_cache *) (*this_prologue_cache);
537 (*this_prologue_cache) = info;
799 void **this_prologue_cache, struct frame_id *this_id)
802 = m32r_frame_unwind_cache (this_frame, this_prologue_cache);
829 void **this_prologue_cache, int regnum)
832 = m32r_frame_unwind_cache (this_frame, this_prologue_cache);
522 m32r_frame_unwind_cache(struct frame_info *this_frame, void **this_prologue_cache) argument
798 m32r_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
828 m32r_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
H A Dmn10300-tdep.c1050 void **this_prologue_cache)
1052 if (!*this_prologue_cache)
1056 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct mn10300_prologue);
1069 *this_prologue_cache));
1072 return (struct mn10300_prologue *) *this_prologue_cache;
1078 mn10300_frame_base (struct frame_info *this_frame, void **this_prologue_cache) argument
1081 = mn10300_analyze_frame_prologue (this_frame, this_prologue_cache);
1103 void **this_prologue_cache,
1107 this_prologue_cache),
1114 void **this_prologue_cache, in
1049 mn10300_analyze_frame_prologue(struct frame_info *this_frame, void **this_prologue_cache) argument
1102 mn10300_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1113 mn10300_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Drl78-tdep.c1094 void **this_prologue_cache)
1096 if (!*this_prologue_cache)
1100 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct rl78_prologue);
1111 (struct rl78_prologue *) *this_prologue_cache);
1114 return (struct rl78_prologue *) *this_prologue_cache;
1120 rl78_frame_base (struct frame_info *this_frame, void **this_prologue_cache) argument
1123 = rl78_analyze_frame_prologue (this_frame, this_prologue_cache);
1133 void **this_prologue_cache, struct frame_id *this_id)
1136 this_prologue_cache),
1144 void **this_prologue_cache, in
1093 rl78_analyze_frame_prologue(struct frame_info *this_frame, void **this_prologue_cache) argument
1132 rl78_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1143 rl78_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Dmep-tdep.c1915 void **this_prologue_cache)
1917 if (! *this_prologue_cache)
1921 *this_prologue_cache
1934 (struct mep_prologue *) *this_prologue_cache);
1937 return (struct mep_prologue *) *this_prologue_cache; argument
1945 void **this_prologue_cache)
1948 = mep_analyze_frame_prologue (this_frame, this_prologue_cache);
1973 void **this_prologue_cache,
1976 *this_id = frame_id_build (mep_frame_base (this_frame, this_prologue_cache),
1983 void **this_prologue_cache, in
1907 mep_analyze_frame_prologue(struct frame_info *this_frame, void **this_prologue_cache) argument
1965 mep_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1975 mep_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Ds390-linux-tdep.c390 void **this_prologue_cache)
401 if (*this_prologue_cache)
402 return (struct s390_sigtramp_unwind_cache *) *this_prologue_cache;
405 *this_prologue_cache = info;
500 void **this_prologue_cache,
504 = s390_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
512 void **this_prologue_cache, int regnum)
515 = s390_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
524 void **this_prologue_cache)
389 s390_sigtramp_frame_unwind_cache(struct frame_info *this_frame, void **this_prologue_cache) argument
499 s390_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
511 s390_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum) argument
522 s390_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsentinel-frame.c46 void **this_prologue_cache,
50 = (struct frame_unwind_cache *) *this_prologue_cache;
61 void **this_prologue_cache,
72 void **this_prologue_cache)
75 = (struct frame_unwind_cache *) *this_prologue_cache;
45 sentinel_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
60 sentinel_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
71 sentinel_frame_prev_arch(frame_info_ptr this_frame, void **this_prologue_cache) argument
H A Dframe-unwind.h54 void **this_prologue_cache);
57 (frame_info_ptr this_frame, void **this_prologue_cache);
64 void **this_prologue_cache);
109 void **this_prologue_cache,
144 (frame_info_ptr this_frame, void **this_prologue_cache,
157 void **this_prologue_cache);
H A Dalpha-mdebug-tdep.c193 void **this_prologue_cache)
202 if (*this_prologue_cache)
203 return (struct alpha_mdebug_unwind_cache *) *this_prologue_cache;
206 *this_prologue_cache = info;
270 void **this_prologue_cache,
274 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache);
283 void **this_prologue_cache, int regnum)
286 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache);
351 void **this_prologue_cache)
354 = alpha_mdebug_frame_unwind_cache (this_frame, this_prologue_cache);
190 alpha_mdebug_frame_unwind_cache(frame_info_ptr this_frame, void **this_prologue_cache) argument
267 alpha_mdebug_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
280 alpha_mdebug_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
348 alpha_mdebug_frame_base_address(frame_info_ptr this_frame, void **this_prologue_cache) argument
358 alpha_mdebug_frame_locals_address(frame_info_ptr this_frame, void **this_prologue_cache) argument
368 alpha_mdebug_frame_args_address(frame_info_ptr this_frame, void **this_prologue_cache) argument
[all...]
H A Ddummy-frame.c292 void **this_prologue_cache)
325 (*this_prologue_cache) = cache;
338 void **this_prologue_cache,
342 = (struct dummy_frame_cache *) *this_prologue_cache;
368 void **this_prologue_cache,
373 = (struct dummy_frame_cache *) *this_prologue_cache;
290 dummy_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_prologue_cache) argument
337 dummy_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
367 dummy_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
H A Dmsp430-tdep.c461 void **this_prologue_cache)
463 if (!*this_prologue_cache)
467 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct msp430_prologue);
479 (struct msp430_prologue *) *this_prologue_cache);
482 return (struct msp430_prologue *) *this_prologue_cache;
488 msp430_frame_base (frame_info_ptr this_frame, void **this_prologue_cache) argument
491 = msp430_analyze_frame_prologue (this_frame, this_prologue_cache);
501 void **this_prologue_cache, struct frame_id *this_id)
504 this_prologue_cache),
512 void **this_prologue_cache, in
460 msp430_analyze_frame_prologue(frame_info_ptr this_frame, void **this_prologue_cache) argument
500 msp430_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
511 msp430_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Dhppa-linux-tdep.c272 void **this_prologue_cache,
276 = hppa_linux_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
282 void **this_prologue_cache,
286 = hppa_linux_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
300 void **this_prologue_cache)
271 hppa_linux_sigtramp_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
281 hppa_linux_sigtramp_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
298 hppa_linux_sigtramp_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_prologue_cache) argument
H A Dalpha-tdep.c907 void **this_prologue_cache)
911 if (*this_prologue_cache)
912 return (struct alpha_sigtramp_unwind_cache *) *this_prologue_cache;
915 *this_prologue_cache = info;
948 void **this_prologue_cache,
954 = alpha_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
990 void **this_prologue_cache, int regnum)
993 = alpha_sigtramp_frame_unwind_cache (this_frame, this_prologue_cache);
1015 void **this_prologue_cache)
1258 void **this_prologue_cache,
899 alpha_sigtramp_frame_unwind_cache(frame_info_ptr this_frame, void **this_prologue_cache) argument
940 alpha_sigtramp_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
982 alpha_sigtramp_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
1006 alpha_sigtramp_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_prologue_cache) argument
1249 alpha_heuristic_frame_unwind_cache(frame_info_ptr this_frame, void **this_prologue_cache, CORE_ADDR start_pc) argument
1426 alpha_heuristic_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1439 alpha_heuristic_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
1466 alpha_heuristic_frame_base_address(frame_info_ptr this_frame, void **this_prologue_cache) argument
[all...]
H A Dlm32-tdep.c378 lm32_frame_cache (frame_info_ptr this_frame, void **this_prologue_cache) argument
386 if ((*this_prologue_cache))
387 return (struct lm32_frame_cache *) (*this_prologue_cache);
390 (*this_prologue_cache) = info;
438 void **this_prologue_cache, int regnum)
442 info = lm32_frame_cache (this_frame, this_prologue_cache);
437 lm32_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
H A Dm32r-tdep.c520 void **this_prologue_cache)
530 if ((*this_prologue_cache))
531 return (struct m32r_unwind_cache *) (*this_prologue_cache);
534 (*this_prologue_cache) = info;
797 void **this_prologue_cache, struct frame_id *this_id)
800 = m32r_frame_unwind_cache (this_frame, this_prologue_cache);
827 void **this_prologue_cache, int regnum)
830 = m32r_frame_unwind_cache (this_frame, this_prologue_cache);
519 m32r_frame_unwind_cache(frame_info_ptr this_frame, void **this_prologue_cache) argument
796 m32r_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
826 m32r_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
H A Drl78-tdep.c1094 void **this_prologue_cache)
1096 if (!*this_prologue_cache)
1100 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct rl78_prologue);
1111 (struct rl78_prologue *) *this_prologue_cache);
1114 return (struct rl78_prologue *) *this_prologue_cache;
1120 rl78_frame_base (frame_info_ptr this_frame, void **this_prologue_cache) argument
1123 = rl78_analyze_frame_prologue (this_frame, this_prologue_cache);
1133 void **this_prologue_cache, struct frame_id *this_id)
1136 this_prologue_cache),
1144 void **this_prologue_cache, in
1093 rl78_analyze_frame_prologue(frame_info_ptr this_frame, void **this_prologue_cache) argument
1132 rl78_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1143 rl78_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Dmn10300-tdep.c1046 void **this_prologue_cache)
1048 if (!*this_prologue_cache)
1052 *this_prologue_cache = FRAME_OBSTACK_ZALLOC (struct mn10300_prologue);
1065 *this_prologue_cache));
1068 return (struct mn10300_prologue *) *this_prologue_cache;
1074 mn10300_frame_base (frame_info_ptr this_frame, void **this_prologue_cache) argument
1077 = mn10300_analyze_frame_prologue (this_frame, this_prologue_cache);
1099 void **this_prologue_cache,
1103 this_prologue_cache),
1110 void **this_prologue_cache, in
1045 mn10300_analyze_frame_prologue(frame_info_ptr this_frame, void **this_prologue_cache) argument
1098 mn10300_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1109 mn10300_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
[all...]
H A Dmep-tdep.c1921 void **this_prologue_cache)
1923 if (! *this_prologue_cache)
1927 *this_prologue_cache
1940 (struct mep_prologue *) *this_prologue_cache);
1943 return (struct mep_prologue *) *this_prologue_cache; argument
1951 void **this_prologue_cache)
1954 = mep_analyze_frame_prologue (this_frame, this_prologue_cache);
1979 void **this_prologue_cache,
1982 *this_id = frame_id_build (mep_frame_base (this_frame, this_prologue_cache),
1989 void **this_prologue_cache, in
1913 mep_analyze_frame_prologue(frame_info_ptr this_frame, void **this_prologue_cache) argument
1971 mep_frame_this_id(frame_info_ptr this_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1981 mep_frame_prev_register(frame_info_ptr this_frame, void **this_prologue_cache, int regnum) argument
[all...]

Completed in 400 milliseconds

1234