GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | set_xml_syscall_file_name (struct gdbarch *gdbarch, const char *name) |
void | get_syscall_by_number (struct gdbarch *gdbarch, int syscall_number, struct syscall *s) |
void | get_syscall_by_name (struct gdbarch *gdbarch, const char *syscall_name, struct syscall *s) |
const char ** | get_syscall_names (struct gdbarch *gdbarch) |
void get_syscall_by_name | ( | struct gdbarch * | gdbarch, |
const char * | syscall_name, | ||
struct syscall * | s | ||
) |
Definition at line 408 of file xml-syscall.c.
References init_syscalls_info(), syscall::name, syscall::number, and xml_get_syscall_number().
Referenced by VEC().
Definition at line 398 of file xml-syscall.c.
References init_syscalls_info(), syscall::name, syscall::number, and xml_get_syscall_name().
Referenced by catch_syscall_command_1(), print_it_catch_syscall(), print_mention_catch_syscall(), print_one_catch_syscall(), print_recreate_catch_syscall(), and VEC().
Definition at line 418 of file xml-syscall.c.
References init_syscalls_info(), and xml_list_of_syscalls().
Referenced by VEC().
Definition at line 392 of file xml-syscall.c.
References set_gdbarch_xml_syscall_file().
Referenced by aarch64_linux_init_abi(), amd64_linux_init_abi_common(), arm_linux_init_abi(), bfin_linux_init_abi(), i386_linux_init_abi(), mips_linux_init_abi(), s390_gdbarch_init(), sparc32_linux_init_abi(), and sparc64_linux_init_abi().