Home
last modified time | relevance | path

Searched refs:push_dummy_call (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbarch.c181 gdbarch_push_dummy_call_ftype *push_dummy_call; member
1101 host_address_to_string (gdbarch->push_dummy_call)); in gdbarch_dump()
2031 return gdbarch->push_dummy_call != NULL; in gdbarch_push_dummy_call_p()
2038 gdb_assert (gdbarch->push_dummy_call != NULL); in gdbarch_push_dummy_call()
2041 …return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, struct_ret… in gdbarch_push_dummy_call()
2046 gdbarch_push_dummy_call_ftype push_dummy_call) in set_gdbarch_push_dummy_call() argument
2048 gdbarch->push_dummy_call = push_dummy_call; in set_gdbarch_push_dummy_call()
H A Dgdbarch.h330 …_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
H A DChangeLog-20032455 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.
6266 (ia64_gdbarch_init): Set push_dummy_call instead of
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
11561 instead of when push_dummy_call is not available.
11714 handled by push_dummy_call.
[all …]
H A DChangeLog-20046309 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6813 to push_dummy_call.
9723 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
11488 "return_value" and "push_dummy_call".
11540 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11782 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11786 FIX_CALL_DUMMY when push_dummy_call is available.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgdbarch.c157 gdbarch_push_dummy_call_ftype *push_dummy_call; member
1781 (long) current_gdbarch->push_dummy_call); in gdbarch_dump()
2828 return gdbarch->push_dummy_call != NULL; in gdbarch_push_dummy_call_p()
2835 gdb_assert (gdbarch->push_dummy_call != NULL); in gdbarch_push_dummy_call()
2838 …return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, struct_ret… in gdbarch_push_dummy_call()
2843 gdbarch_push_dummy_call_ftype push_dummy_call) in set_gdbarch_push_dummy_call() argument
2845 gdbarch->push_dummy_call = push_dummy_call; in set_gdbarch_push_dummy_call()
H A Dgdbarch.h672 …_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
H A DChangeLog-20032455 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.
6266 (ia64_gdbarch_init): Set push_dummy_call instead of
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
11561 instead of when push_dummy_call is not available.
11714 handled by push_dummy_call.
[all …]
H A DChangeLog618 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
1122 to push_dummy_call.
3444 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5209 "return_value" and "push_dummy_call".
5261 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
5503 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
5507 FIX_CALL_DUMMY when push_dummy_call is available.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbarch.c181 gdbarch_push_dummy_call_ftype *push_dummy_call; member
1208 host_address_to_string (gdbarch->push_dummy_call)); in gdbarch_dump()
2212 return gdbarch->push_dummy_call != NULL; in gdbarch_push_dummy_call_p()
2219 gdb_assert (gdbarch->push_dummy_call != NULL); in gdbarch_push_dummy_call()
2222 …return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, struct_ret… in gdbarch_push_dummy_call()
2227 gdbarch_push_dummy_call_ftype push_dummy_call) in set_gdbarch_push_dummy_call() argument
2229 gdbarch->push_dummy_call = push_dummy_call; in set_gdbarch_push_dummy_call()
H A Dgdbarch.h365 …_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
H A DChangeLog-20032455 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.
6266 (ia64_gdbarch_init): Set push_dummy_call instead of
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
11561 instead of when push_dummy_call is not available.
11714 handled by push_dummy_call.
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgdbarch.c157 gdbarch_push_dummy_call_ftype *push_dummy_call; member
1781 (long) current_gdbarch->push_dummy_call); in gdbarch_dump()
2828 return gdbarch->push_dummy_call != NULL; in gdbarch_push_dummy_call_p()
2835 gdb_assert (gdbarch->push_dummy_call != NULL); in gdbarch_push_dummy_call()
2838 …return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, struct_ret… in gdbarch_push_dummy_call()
2843 gdbarch_push_dummy_call_ftype push_dummy_call) in set_gdbarch_push_dummy_call() argument
2845 gdbarch->push_dummy_call = push_dummy_call; in set_gdbarch_push_dummy_call()
H A Dgdbarch.h672 …_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
H A DChangeLog-20032455 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.
6266 (ia64_gdbarch_init): Set push_dummy_call instead of
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
11561 instead of when push_dummy_call is not available.
11714 handled by push_dummy_call.
[all …]
H A DChangeLog618 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
1122 to push_dummy_call.
3444 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5209 "return_value" and "push_dummy_call".
5261 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
5503 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
5507 FIX_CALL_DUMMY when push_dummy_call is available.
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbarch.c209 gdbarch_push_dummy_call_ftype *push_dummy_call; member
1332 host_address_to_string (gdbarch->push_dummy_call)); in gdbarch_dump()
2437 return gdbarch->push_dummy_call != NULL; in gdbarch_push_dummy_call_p()
2444 gdb_assert (gdbarch->push_dummy_call != NULL); in gdbarch_push_dummy_call()
2447 …return gdbarch->push_dummy_call (gdbarch, function, regcache, bp_addr, nargs, args, sp, return_met… in gdbarch_push_dummy_call()
2452 gdbarch_push_dummy_call_ftype push_dummy_call) in set_gdbarch_push_dummy_call() argument
2454 gdbarch->push_dummy_call = push_dummy_call; in set_gdbarch_push_dummy_call()
H A Dgdbarch.sh461 M;CORE_ADDR;push_dummy_call;struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, i…
H A Dgdbarch.h433 …_gdbarch_push_dummy_call (struct gdbarch *gdbarch, gdbarch_push_dummy_call_ftype *push_dummy_call);
H A DChangeLog-20032455 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.
6266 (ia64_gdbarch_init): Set push_dummy_call instead of
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
11561 instead of when push_dummy_call is not available.
11714 handled by push_dummy_call.
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/
H A DChangeLog69 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
73 * gdb.texinfo (push_dummy_call): Update argument list to match
74 the new push_dummy_call method signature. Describe the function
582 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
714 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/doc/
H A DChangeLog69 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
73 * gdb.texinfo (push_dummy_call): Update argument list to match
74 the new push_dummy_call method signature. Describe the function
582 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
714 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
/dports/devel/avr-gdb/gdb-7.3.1/gdb/doc/
H A DChangeLog2779 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4378 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4382 * gdb.texinfo (push_dummy_call): Update argument list to match
4383 the new push_dummy_call method signature. Describe the function
4891 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5023 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
H A Dgdbint.info-13926 -- Architecture Function: CORE_ADDR push_dummy_call (struct gdbarch
3931 to be called. `push_dummy_call' is given the arguments to be
3955 This is the inverse of `push_dummy_call' which restores the stack
3966 The default value is `NULL' (undefined). If `push_dummy_call' is
3990 `push_dummy_call'. However the function is provided with the type
/dports/devel/gdb761/gdb-7.6.1/gdb/doc/
H A DChangeLog4240 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5839 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5843 * gdb.texinfo (push_dummy_call): Update argument list to match
5844 the new push_dummy_call method signature. Describe the function
6352 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6484 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
H A Dgdbint.info-13913 -- Architecture Function: CORE_ADDR push_dummy_call (struct gdbarch
3918 to be called. `push_dummy_call' is given the arguments to be
3942 This is the inverse of `push_dummy_call' which restores the stack
3953 The default value is `NULL' (undefined). If `push_dummy_call' is
3977 `push_dummy_call'. However the function is provided with the type

12