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

using addrmap_foreach_fn = gdb::function_view<int (CORE_ADDR start_addr, void *obj)>
 
using addrmap_foreach_const_fn = gdb::function_view<int (CORE_ADDR start_addr, const void *obj)>
 

Functions

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

Typedef Documentation

◆ addrmap_foreach_const_fn

using addrmap_foreach_const_fn = gdb::function_view<int (CORE_ADDR start_addr, const void *obj)>

Definition at line 40 of file addrmap.h.

◆ addrmap_foreach_fn

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

Definition at line 39 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.