GDB (API)
Functions
/home/stan/gdb/src/gdb/posix-hdep.c File Reference
#include "defs.h"
#include "event-loop.h"
#include "gdb_string.h"
#include "gdb_select.h"

Go to the source code of this file.

Functions

char * safe_strerror (int errnum)
int gdb_select (int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
void gdb_call_async_signal_handler (struct async_signal_handler *handler, int immediate_p)

Function Documentation

void gdb_call_async_signal_handler ( struct async_signal_handler handler,
int  immediate_p 
)

Definition at line 60 of file posix-hdep.c.

int gdb_select ( int  n,
fd_set *  readfds,
fd_set *  writefds,
fd_set *  exceptfds,
struct timeval *  timeout 
)

Definition at line 50 of file posix-hdep.c.

char* safe_strerror ( int  )

A host-specific version of strerror.

This is defined in *-hdep.c, e.g., posix-hdep.c.

Definition at line 32 of file posix-hdep.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines