GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
addrmap.h File Reference
#include "splay-tree.h"
#include "gdbsupport/function-view.h"

Go to the source code of this file.

Classes

struct  addrmap
 
struct  addrmap_fixed
 
struct  addrmap_fixed::addrmap_transition
 
struct  addrmap_mutable
 

Typedefs

typedef gdb::function_view< int(CORE_ADDR start_addr, void *obj)> addrmap_foreach_fn
 

Functions

void addrmap_dump (struct addrmap *map, struct ui_file *outfile, void *payload)
 

Typedef Documentation

◆ addrmap_foreach_fn

typedef gdb::function_view<int (CORE_ADDR start_addr, void *obj)> addrmap_foreach_fn

Definition at line 40 of file addrmap.h.

Function Documentation

◆ addrmap_dump()

void addrmap_dump ( struct addrmap map,
struct ui_file outfile,
void *  payload 
)

Definition at line 364 of file addrmap.c.

References addrmap::foreach(), gdb_printf(), and QUIT.