GDB (API)
|
#include "defs.h"
#include "regcache.h"
#include "memattr.h"
#include "symtab.h"
#include "target.h"
#include "inferior.h"
#include "gdb_string.h"
#include "gdb_stat.h"
#include "inf-child.h"
#include "gdb/fileio.h"
#include "agent.h"
#include "gdb_wait.h"
#include "filestuff.h"
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | store_waitstatus (struct target_waitstatus *ourstatus, int hoststatus) |
struct target_ops * | inf_child_target (void) |
struct target_ops* inf_child_target | ( | void | ) | [read] |
Definition at line 387 of file inf-child.c.
void store_waitstatus | ( | struct target_waitstatus * | ourstatus, |
int | hoststatus | ||
) |
Definition at line 43 of file inf-child.c.