set_debug_regs() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

set_debug_regs() function

Syntax

static int set_debug_regs(struct target *t,     uint32_t address,     uint8_t bp_num,     uint8_t bp_type,     uint8_t bp_length);
Implemented in x86_32_common.c:881

Arguments

t

address

bp_num

bp_type

bp_length

References

LocationReferrerText
x86_32_common.c:881
static int set_debug_regs(struct target *t, uint32_t address,
x86_32_common.c:33
static int set_debug_regs(struct target *t, uint32_t address,
x86_32_common.c:985set_hwbp()
if (set_debug_regs(t, bp->address, hwbp_num, DR7_BP_EXECUTE, 1) != ERROR_OK)
x86_32_common.c:1210set_watchpoint()
if (set_debug_regs(t, wp->address, wp_num,
x86_32_common.c:1216set_watchpoint()
if (set_debug_regs(t, wp->address, wp_num, DR7_BP_READWRITE,

Call Tree

Functions calling set_debug_regs()
Functions called by set_debug_regs()
all items filtered out
set_debug_regs()
Data read by set_debug_regs()
Data written by set_debug_regs()
set_debug_regs()
set_debug_regs()::dr7
all items filtered out
Type of set_debug_regs()
set_debug_regs()
uint32_t
all items filtered out