Searched refs:push_dummy_call (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbarch.c | 163 gdbarch_push_dummy_call_ftype *push_dummy_call; member 1390 (long) current_gdbarch->push_dummy_call); in gdbarch_dump() 2347 return gdbarch->push_dummy_call != NULL; in gdbarch_push_dummy_call_p() 2354 gdb_assert (gdbarch->push_dummy_call != NULL); in gdbarch_push_dummy_call() 2357 …return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, struct_ret… in gdbarch_push_dummy_call() 2362 gdbarch_push_dummy_call_ftype push_dummy_call) in set_gdbarch_push_dummy_call() argument 2364 gdbarch->push_dummy_call = push_dummy_call; in set_gdbarch_push_dummy_call()
|
| D | gdbarch.h | 535 …_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
|
| D | gdbarch.sh | 475 M::CORE_ADDR:push_dummy_call:struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, …
|
| D | ChangeLog-2003 | 2455 push_dummy_call to ppc64_sysv_abi_push_dummy_call. 3781 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call" 4764 (sh_gdbarch_init): Set push_dummy_call to one of new methods. 6099 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind 6266 (ia64_gdbarch_init): Set push_dummy_call instead of 8530 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call. 8727 push_dummy_call instead of deprecated_push_arguments. 8817 (x86_64_init_abi): Set register_type and push_dummy_call. Don't 8965 of new defines. Set push_dummy_call, don't set 9947 instead of dummy_addr, to push_dummy_call. Move call to [all …]
|
| D | ChangeLog | 4426 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code) 4930 to push_dummy_call. 7840 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id. 9605 "return_value" and "push_dummy_call". 9657 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id, 9899 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep 9903 FIX_CALL_DUMMY when push_dummy_call is available.
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | ChangeLog | 183 * gdb.texinfo (push_dummy_call): Use @code{struct value}. 187 * gdb.texinfo (push_dummy_call): Update argument list to match 188 the new push_dummy_call method signature. Describe the function 696 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr". 828 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
|
| D | gdbint.texinfo | 3591 @item push_dummy_call (@var{gdbarch}, @var{function}, @var{regcache}, @var{pc_addr}, @var{nargs}, @… 3592 @findex push_dummy_call 3594 @anchor{push_dummy_call} Define this to push the dummy frame's call to
|