GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/corelow.c File Reference
#include "defs.h"
#include "arch-utils.h"
#include "gdb_string.h"
#include <errno.h>
#include <signal.h>
#include <fcntl.h>
#include "frame.h"
#include "inferior.h"
#include "symtab.h"
#include "command.h"
#include "bfd.h"
#include "target.h"
#include "gdbcore.h"
#include "gdbthread.h"
#include "regcache.h"
#include "regset.h"
#include "symfile.h"
#include "exec.h"
#include "readline/readline.h"
#include "gdb_assert.h"
#include "exceptions.h"
#include "solib.h"
#include "filenames.h"
#include "progspace.h"
#include "objfiles.h"
#include "gdb_bfd.h"
#include "completer.h"
#include "filestuff.h"

Go to the source code of this file.

Defines

#define O_LARGEFILE   0
#define CORELOW_PID   1

Functions

void _initialize_corelow (void)
void deprecated_add_core_fns (struct core_fns *cf)
int default_core_sniffer (struct core_fns *our_fns, bfd *abfd)
int default_check_format (bfd *abfd)

Define Documentation

#define CORELOW_PID   1

Definition at line 103 of file corelow.c.

#define O_LARGEFILE   0

Definition at line 53 of file corelow.c.


Function Documentation

void _initialize_corelow ( void  )
int default_check_format ( bfd *  abfd)

Definition at line 171 of file corelow.c.

int default_core_sniffer ( struct core_fns our_fns,
bfd *  abfd 
)

Definition at line 122 of file corelow.c.

void deprecated_add_core_fns ( struct core_fns cf)

Definition at line 111 of file corelow.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines