HomeSort by: relevance | last modified time | path
    Searched refs:core_pid_to_str (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 185 gdbarch_core_pid_to_str_ftype *core_pid_to_str = nullptr; member in struct:gdbarch
452 /* Skip verify of core_pid_to_str, has predicate. */
1084 "gdbarch_dump: core_pid_to_str = <%s>\n",
1085 host_address_to_string (gdbarch->core_pid_to_str));
3987 return gdbarch->core_pid_to_str != NULL;
3994 gdb_assert (gdbarch->core_pid_to_str != NULL);
3997 return gdbarch->core_pid_to_str (gdbarch, ptid);
4002 gdbarch_core_pid_to_str_ftype core_pid_to_str)
4004 gdbarch->core_pid_to_str = core_pid_to_str;
    [all...]
gdbarch-gen.h 1043 extern void set_gdbarch_core_pid_to_str (struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype *core_pid_to_str);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 186 gdbarch_core_pid_to_str_ftype *core_pid_to_str = nullptr; member in struct:gdbarch
455 /* Skip verify of core_pid_to_str, has predicate. */
1091 "gdbarch_dump: core_pid_to_str = <%s>\n",
1092 host_address_to_string (gdbarch->core_pid_to_str));
4017 return gdbarch->core_pid_to_str != NULL;
4024 gdb_assert (gdbarch->core_pid_to_str != NULL);
4027 return gdbarch->core_pid_to_str (gdbarch, ptid);
4032 gdbarch_core_pid_to_str_ftype core_pid_to_str)
4034 gdbarch->core_pid_to_str = core_pid_to_str;
    [all...]
gdbarch-gen.h 1052 extern void set_gdbarch_core_pid_to_str (struct gdbarch *gdbarch, gdbarch_core_pid_to_str_ftype *core_pid_to_str);

Completed in 21 milliseconds