GDB (API)
Functions
/home/stan/gdb/src/gdb/xml-syscall.h File Reference

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)

Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines