HomeSort by: relevance | last modified time | path
    Searched defs:siginfo_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-tdep.c 363 struct type *siginfo_type = nullptr; member in struct:nbsd_gdbarch_data
409 if (nbsd_gdbarch_data->siginfo_type != NULL)
410 return nbsd_gdbarch_data->siginfo_type;
523 type *siginfo_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION); local
524 siginfo_type->set_name (gdbarch_obstack_strdup (gdbarch, "siginfo"));
525 append_composite_type_field (siginfo_type, "si_pad",
527 append_composite_type_field (siginfo_type, "_info", ksiginfo_type);
529 nbsd_gdbarch_data->siginfo_type = siginfo_type;
531 return siginfo_type;
    [all...]
windows-tdep.c 181 struct type *siginfo_type = nullptr; member in struct:windows_gdbarch_data
805 struct type *violation_type, *para_type, *siginfo_ptr_type, *siginfo_type; local
808 if (windows_gdbarch_data->siginfo_type != NULL)
809 return windows_gdbarch_data->siginfo_type;
843 siginfo_type = arch_composite_type (gdbarch, "EXCEPTION_RECORD",
846 nullptr, siginfo_type);
850 append_composite_type_field (siginfo_type, "ExceptionCode", code_enum);
851 append_composite_type_field (siginfo_type, "ExceptionFlags", dword_type);
852 append_composite_type_field (siginfo_type, "ExceptionRecord",
854 append_composite_type_field (siginfo_type, "ExceptionAddress"
    [all...]
linux-tdep.c 199 struct type *siginfo_type = nullptr; member in struct:linux_gdbarch_data
280 struct type *siginfo_type, *sifields_type; local
284 if (linux_gdbarch_data->siginfo_type != NULL)
285 return linux_gdbarch_data->siginfo_type;
403 siginfo_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
404 siginfo_type->set_name (xstrdup ("siginfo"));
405 append_composite_type_field (siginfo_type, "si_signo", int_type);
406 append_composite_type_field (siginfo_type, "si_errno", int_type);
407 append_composite_type_field (siginfo_type, "si_code", int_type);
408 append_composite_type_field_aligned (siginfo_type,
1790 struct type *siginfo_type; local
    [all...]
fbsd-tdep.c 490 struct type *siginfo_type = nullptr; member in struct:fbsd_gdbarch_data
1598 struct type *siginfo_type; local
1602 if (fbsd_gdbarch_data->siginfo_type != NULL)
1603 return fbsd_gdbarch_data->siginfo_type;
1666 siginfo_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
1667 siginfo_type->set_name (xstrdup ("siginfo"));
1668 append_composite_type_field (siginfo_type, "si_signo", int_type);
1669 append_composite_type_field (siginfo_type, "si_errno", int_type);
1670 append_composite_type_field (siginfo_type, "si_code", int_type);
1671 append_composite_type_field (siginfo_type, "si_pid", pid_type)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
netbsd-tdep.c 363 struct type *siginfo_type = nullptr; member in struct:nbsd_gdbarch_data
409 if (nbsd_gdbarch_data->siginfo_type != NULL)
410 return nbsd_gdbarch_data->siginfo_type;
523 type *siginfo_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION); local
524 siginfo_type->set_name (gdbarch_obstack_strdup (gdbarch, "siginfo"));
525 append_composite_type_field (siginfo_type, "si_pad",
527 append_composite_type_field (siginfo_type, "_info", ksiginfo_type);
529 nbsd_gdbarch_data->siginfo_type = siginfo_type;
531 return siginfo_type;
    [all...]
windows-tdep.c 180 struct type *siginfo_type = nullptr; member in struct:windows_gdbarch_data
767 struct type *violation_type, *para_type, *siginfo_ptr_type, *siginfo_type; local
770 if (windows_gdbarch_data->siginfo_type != NULL)
771 return windows_gdbarch_data->siginfo_type;
805 siginfo_type = arch_composite_type (gdbarch, "EXCEPTION_RECORD",
808 nullptr, siginfo_type);
812 append_composite_type_field (siginfo_type, "ExceptionCode", code_enum);
813 append_composite_type_field (siginfo_type, "ExceptionFlags", dword_type);
814 append_composite_type_field (siginfo_type, "ExceptionRecord",
816 append_composite_type_field (siginfo_type, "ExceptionAddress"
    [all...]
linux-tdep.c 204 struct type *siginfo_type = nullptr; member in struct:linux_gdbarch_data
285 struct type *siginfo_type, *sifields_type; local
289 if (linux_gdbarch_data->siginfo_type != NULL)
290 return linux_gdbarch_data->siginfo_type;
408 siginfo_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
409 siginfo_type->set_name (xstrdup ("siginfo"));
410 append_composite_type_field (siginfo_type, "si_signo", int_type);
411 append_composite_type_field (siginfo_type, "si_errno", int_type);
412 append_composite_type_field (siginfo_type, "si_code", int_type);
413 append_composite_type_field_aligned (siginfo_type,
1769 struct type *siginfo_type; local
    [all...]
fbsd-tdep.c 490 struct type *siginfo_type = nullptr; member in struct:fbsd_gdbarch_data
1586 struct type *siginfo_type; local
1590 if (fbsd_gdbarch_data->siginfo_type != NULL)
1591 return fbsd_gdbarch_data->siginfo_type;
1654 siginfo_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
1655 siginfo_type->set_name (xstrdup ("siginfo"));
1656 append_composite_type_field (siginfo_type, "si_signo", int_type);
1657 append_composite_type_field (siginfo_type, "si_errno", int_type);
1658 append_composite_type_field (siginfo_type, "si_code", int_type);
1659 append_composite_type_field (siginfo_type, "si_pid", pid_type)
    [all...]

Completed in 19 milliseconds