GDB (xrefs)
Loading...
Searching...
No Matches
read-gdb-index.h File Reference
#include "gdbsupport/function-view.h"

Go to the source code of this file.

Typedefs

typedef gdb::function_view< gdb::array_view< const gdb_byte >(objfile *, dwarf2_per_bfd *)> get_gdb_index_contents_ftype
 
typedef gdb::function_view< gdb::array_view< const gdb_byte >(objfile *, dwz_file *)> get_gdb_index_contents_dwz_ftype
 

Functions

int dwarf2_read_gdb_index (dwarf2_per_objfile *per_objfile, get_gdb_index_contents_ftype get_gdb_index_contents, get_gdb_index_contents_dwz_ftype get_gdb_index_contents_dwz)
 

Typedef Documentation

◆ get_gdb_index_contents_dwz_ftype

typedef gdb::function_view<gdb::array_view<const gdb_byte>(objfile *, dwz_file *)> get_gdb_index_contents_dwz_ftype

Definition at line 37 of file read-gdb-index.h.

◆ get_gdb_index_contents_ftype

typedef gdb::function_view<gdb::array_view<const gdb_byte>(objfile *, dwarf2_per_bfd *)> get_gdb_index_contents_ftype

Definition at line 34 of file read-gdb-index.h.

Function Documentation

◆ dwarf2_read_gdb_index()