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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 210 gdbarch_get_siginfo_type_ftype *get_siginfo_type = nullptr; member in struct:gdbarch
482 /* Skip verify of get_siginfo_type, has predicate. */
1207 "gdbarch_dump: get_siginfo_type = <%s>\n",
1208 host_address_to_string (gdbarch->get_siginfo_type));
4528 return gdbarch->get_siginfo_type != NULL;
4535 gdb_assert (gdbarch->get_siginfo_type != NULL);
4538 return gdbarch->get_siginfo_type (gdbarch);
4543 gdbarch_get_siginfo_type_ftype get_siginfo_type)
4545 gdbarch->get_siginfo_type = get_siginfo_type;
    [all...]
gdbarch-gen.h 1314 extern void set_gdbarch_get_siginfo_type (struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype *get_siginfo_type);
gdbarch_components.py 2105 name="get_siginfo_type",
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 211 gdbarch_get_siginfo_type_ftype *get_siginfo_type = nullptr; member in struct:gdbarch
485 /* Skip verify of get_siginfo_type, has predicate. */
1214 "gdbarch_dump: get_siginfo_type = <%s>\n",
1215 host_address_to_string (gdbarch->get_siginfo_type));
4558 return gdbarch->get_siginfo_type != NULL;
4565 gdb_assert (gdbarch->get_siginfo_type != NULL);
4568 return gdbarch->get_siginfo_type (gdbarch);
4573 gdbarch_get_siginfo_type_ftype get_siginfo_type)
4575 gdbarch->get_siginfo_type = get_siginfo_type;
    [all...]
gdbarch-gen.h 1323 extern void set_gdbarch_get_siginfo_type (struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype *get_siginfo_type);
gdbarch_components.py 2133 name="get_siginfo_type",

Completed in 27 milliseconds