|
GDB (API)
|
Go to the source code of this file.
Functions | |
| void | set_xml_syscall_file_name (const char *name) |
| void | get_syscall_by_number (int syscall_number, struct syscall *s) |
| void | get_syscall_by_name (const char *syscall_name, struct syscall *s) |
| const char ** | get_syscall_names (void) |
| void get_syscall_by_name | ( | const char * | syscall_name, |
| struct syscall * | s | ||
| ) |
Definition at line 66 of file xml-syscall.c.
| void get_syscall_by_number | ( | int | syscall_number, |
| struct syscall * | s | ||
| ) |
Definition at line 57 of file xml-syscall.c.
| const char** get_syscall_names | ( | void | ) |
Definition at line 75 of file xml-syscall.c.
| void set_xml_syscall_file_name | ( | const char * | name | ) |
Definition at line 51 of file xml-syscall.c.
1.7.6.1