GDB (xrefs)
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.

References syscall::name, syscall::number, syscall_warn_user(), and UNKNOWN_SYSCALL.

Referenced by VEC().

void get_syscall_by_number ( int  syscall_number,
struct syscall s 
)
const char** get_syscall_names ( void  )

Definition at line 75 of file xml-syscall.c.

References syscall_warn_user().

void set_xml_syscall_file_name ( const char *  name)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines