GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/xml-syscall.c File Reference
#include "defs.h"
#include "gdbtypes.h"
#include "xml-support.h"
#include "xml-syscall.h"
#include "target.h"
#include "filenames.h"
#include "gdb_assert.h"

Go to the source code of this file.

Functions

static void syscall_warn_user (void)
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)
static void syscall_warn_user ( void  ) [static]

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

References _, and warning().

Referenced by get_syscall_by_name(), get_syscall_by_number(), and get_syscall_names().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines