GDB (xrefs)
|
#include "defs.h"
#include "gdbcmd.h"
#include "regcache.h"
#include "gdbsupport/def-vector.h"
#include "valprint.h"
#include "remote.h"
#include "reggroups.h"
#include "target.h"
#include "gdbarch.h"
Go to the source code of this file.
Classes | |
class | register_dump_regcache |
class | register_dump_reg_buffer |
class | register_dump_none |
class | register_dump_remote |
class | register_dump_groups |
Enumerations | |
enum | regcache_dump_what { regcache_dump_none , regcache_dump_raw , regcache_dump_cooked , regcache_dump_groups , regcache_dump_remote } |
Functions | |
static void | regcache_print (const char *args, enum regcache_dump_what what_to_dump) |
static void | maintenance_print_registers (const char *args, int from_tty) |
static void | maintenance_print_raw_registers (const char *args, int from_tty) |
static void | maintenance_print_cooked_registers (const char *args, int from_tty) |
static void | maintenance_print_register_groups (const char *args, int from_tty) |
static void | maintenance_print_remote_registers (const char *args, int from_tty) |
void | _initialize_regcache_dump () |
enum regcache_dump_what |
Enumerator | |
---|---|
regcache_dump_none | |
regcache_dump_raw | |
regcache_dump_cooked | |
regcache_dump_groups | |
regcache_dump_remote |
Definition at line 207 of file regcache-dump.c.
void _initialize_regcache_dump | ( | ) |
Definition at line 305 of file regcache-dump.c.
Referenced by initialize_all_files().
|
static |
Definition at line 286 of file regcache-dump.c.
References regcache_dump_cooked, and regcache_print().
|
static |
Definition at line 280 of file regcache-dump.c.
References regcache_dump_raw, and regcache_print().
|
static |
Definition at line 292 of file regcache-dump.c.
References regcache_dump_groups, and regcache_print().
|
static |
Definition at line 274 of file regcache-dump.c.
References regcache_dump_none, and regcache_print().
|
static |
Definition at line 298 of file regcache-dump.c.
References regcache_dump_remote, and regcache_print().
|
static |
Definition at line 215 of file regcache-dump.c.
References reg_buffer::arch(), gdb_stdout, get_current_regcache(), regcache_dump_cooked, regcache_dump_groups, regcache_dump_none, regcache_dump_raw, regcache_dump_remote, target_gdbarch(), and target_has_registers().
Referenced by maintenance_print_cooked_registers(), maintenance_print_raw_registers(), maintenance_print_register_groups(), maintenance_print_registers(), and maintenance_print_remote_registers().