Home
last modified time | relevance | path

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

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcorelow.c847 core_pid_to_str (struct target_ops *ops, ptid_t ptid) in core_pid_to_str() function
915 core_ops.to_pid_to_str = core_pid_to_str; in init_core_ops()
H A Dgdbarch.c241 gdbarch_core_pid_to_str_ftype *core_pid_to_str; member
828 host_address_to_string (gdbarch->core_pid_to_str)); in gdbarch_dump()
3202 return gdbarch->core_pid_to_str != NULL; in gdbarch_core_pid_to_str_p()
3209 gdb_assert (gdbarch->core_pid_to_str != NULL); in gdbarch_core_pid_to_str()
3212 return gdbarch->core_pid_to_str (gdbarch, ptid); in gdbarch_core_pid_to_str()
3217 gdbarch_core_pid_to_str_ftype core_pid_to_str) in set_gdbarch_core_pid_to_str() argument
3219 gdbarch->core_pid_to_str = core_pid_to_str; in set_gdbarch_core_pid_to_str()
H A Dgdbarch.h709 …_gdbarch_core_pid_to_str (struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype *core_pid_to_str);
H A DChangeLog-200911957 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
12048 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
12567 * corelow.c (core_pid_to_str): Adjust.
H A DChangeLog-20083553 (core_pid_to_str): New.
3554 (init_core_ops): Register core_pid_to_str.
H A DChangeLog-20103135 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
3538 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcorelow.c877 core_pid_to_str (struct target_ops *ops, ptid_t ptid) in core_pid_to_str() function
960 core_ops.to_pid_to_str = core_pid_to_str; in init_core_ops()
H A Dgdbarch.c244 gdbarch_core_pid_to_str_ftype *core_pid_to_str; member
890 host_address_to_string (gdbarch->core_pid_to_str)); in gdbarch_dump()
3455 return gdbarch->core_pid_to_str != NULL; in gdbarch_core_pid_to_str_p()
3462 gdb_assert (gdbarch->core_pid_to_str != NULL); in gdbarch_core_pid_to_str()
3465 return gdbarch->core_pid_to_str (gdbarch, ptid); in gdbarch_core_pid_to_str()
3470 gdbarch_core_pid_to_str_ftype core_pid_to_str) in set_gdbarch_core_pid_to_str() argument
3472 gdbarch->core_pid_to_str = core_pid_to_str; in set_gdbarch_core_pid_to_str()
H A Dgdbarch.h775 …_gdbarch_core_pid_to_str (struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype *core_pid_to_str);
H A DChangeLog-200911957 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
12048 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
12567 * corelow.c (core_pid_to_str): Adjust.
H A DChangeLog-20083553 (core_pid_to_str): New.
3554 (init_core_ops): Register core_pid_to_str.
H A DChangeLog-20103135 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
3538 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
H A DChangeLog-201212215 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbarch.c288 gdbarch_core_pid_to_str_ftype *core_pid_to_str; member
897 host_address_to_string (gdbarch->core_pid_to_str)); in gdbarch_dump()
3953 return gdbarch->core_pid_to_str != NULL; in gdbarch_core_pid_to_str_p()
3960 gdb_assert (gdbarch->core_pid_to_str != NULL); in gdbarch_core_pid_to_str()
3963 return gdbarch->core_pid_to_str (gdbarch, ptid); in gdbarch_core_pid_to_str()
3968 gdbarch_core_pid_to_str_ftype core_pid_to_str) in set_gdbarch_core_pid_to_str() argument
3970 gdbarch->core_pid_to_str = core_pid_to_str; in set_gdbarch_core_pid_to_str()
H A Dgdbarch.sh761 M;std::string;core_pid_to_str;ptid_t ptid;ptid
H A Dgdbarch.h1011 …_gdbarch_core_pid_to_str (struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype *core_pid_to_str);
H A DChangeLog-200911953 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
12044 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
12563 * corelow.c (core_pid_to_str): Adjust.
H A DChangeLog-20103135 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
3538 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
H A DChangeLog-20083553 (core_pid_to_str): New.
3554 (init_core_ops): Register core_pid_to_str.
H A DChangeLog-201715217 * corelow.c (core_pid_to_str): Constify.
15249 * gdbarch.sh (core_pid_to_str): Constify.
H A DChangeLog-20169785 (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
H A DChangeLog-201212213 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
H A DChangeLog-2014335 * corelow.c (core_pid_to_str): Same.
H A DChangeLog-201811372 (core_pid_to_str, core_thread_name, core_has_memory)
H A DChangeLog-201913964 * gdbarch.sh (core_pid_to_str): Change return type.