GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
displaced-stepping.c File Reference
#include "defs.h"
#include "displaced-stepping.h"
#include "cli/cli-cmds.h"
#include "command.h"
#include "gdbarch.h"
#include "gdbcore.h"
#include "gdbthread.h"
#include "inferior.h"
#include "regcache.h"
#include "target/target.h"

Go to the source code of this file.

Functions

static void show_debug_displaced (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
 
static void write_memory_ptid (ptid_t ptid, CORE_ADDR memaddr, const gdb_byte *myaddr, int len)
 
static bool displaced_step_instruction_executed_successfully (gdbarch *arch, const target_waitstatus &status)
 
void _initialize_displaced_stepping ()
 

Variables

bool debug_displaced = false
 

Function Documentation

◆ _initialize_displaced_stepping()

void _initialize_displaced_stepping ( )

Definition at line 314 of file displaced-stepping.c.

Referenced by initialize_all_files().

◆ displaced_step_instruction_executed_successfully()

static bool displaced_step_instruction_executed_successfully ( gdbarch * arch,
const target_waitstatus & status )
static

◆ show_debug_displaced()

static void show_debug_displaced ( struct ui_file * file,
int from_tty,
struct cmd_list_element * c,
const char * value )
static

Definition at line 40 of file displaced-stepping.c.

References gdb_printf().

◆ write_memory_ptid()

static void write_memory_ptid ( ptid_t ptid,
CORE_ADDR memaddr,
const gdb_byte * myaddr,
int len )
static

Variable Documentation

◆ debug_displaced

bool debug_displaced = false

Definition at line 37 of file displaced-stepping.c.

Referenced by displaced_step_prepare_throw().