GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/psymtab.h File Reference
#include "symfile.h"

Go to the source code of this file.

Functions

struct psymbol_bcache * psymbol_bcache_init (void)
void psymbol_bcache_free (struct psymbol_bcache *)
struct bcachepsymbol_bcache_get_bcache (struct psymbol_bcache *)
void expand_partial_symbol_names (int(*fun)(const char *, void *), void *data)
void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data, int need_fullname)
struct objfilerequire_partial_symbols (struct objfile *objfile, int verbose)

Variables

struct quick_symbol_functions psym_functions
struct quick_symbol_functions dwarf2_gdb_index_functions

Function Documentation

void expand_partial_symbol_names ( int(*)(const char *, void *)  fun,
void *  data 
)

Definition at line 2092 of file psymtab.c.

void map_partial_symbol_filenames ( symbol_filename_ftype fun,
void *  data,
int  need_fullname 
)

Definition at line 2106 of file psymtab.c.

void psymbol_bcache_free ( struct psymbol_bcache *  )

Definition at line 1540 of file psymtab.c.

struct bcache* psymbol_bcache_get_bcache ( struct psymbol_bcache *  ) [read]

Definition at line 1552 of file psymtab.c.

struct psymbol_bcache* psymbol_bcache_init ( void  ) [read]

Definition at line 1531 of file psymtab.c.

struct objfile* require_partial_symbols ( struct objfile objfile,
int  verbose 
) [read]

Definition at line 78 of file psymtab.c.


Variable Documentation

Definition at line 4047 of file dwarf2read.c.

Definition at line 1420 of file psymtab.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines