GDB (xrefs)
Loading...
Searching...
No Matches
Functions
die.c File Reference
#include "defs.h"
#include "dwarf2/die.h"
#include "dwarf2/stringify.h"

Go to the source code of this file.

Functions

static void dump_die_shallow (struct ui_file *f, int indent, struct die_info *die)
 
static void dump_die_1 (struct ui_file *f, int level, int max_level, struct die_info *die)
 

Function Documentation

◆ dump_die_1()

static void dump_die_1 ( struct ui_file * f,
int level,
int max_level,
struct die_info * die )
static

Definition at line 183 of file die.c.

References die_info::child, dump_die_1(), dump_die_shallow(), f(), gdb_printf(), and die_info::sibling.

Referenced by die_info::dump(), and dump_die_1().

◆ dump_die_shallow()

static void dump_die_shallow ( struct ui_file * f,
int indent,
struct die_info * die )
static