target::dbgbase_set is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target::dbgbase_set field

Syntax

bool dbgbase_set;

References

LocationReferrerText
target.h:174
bool dbgbase_set; /* By default the debug base is not set */
aarch64.c:2659aarch64_examine_first()
if (!target->dbgbase_set) {
cortex_a.c:2927cortex_a_examine_first()
if (!target->dbgbase_set) {
target.c:5281target_configure()
target->dbgbase_set = true;

Data Use

Functions writing target::dbgbase_set
Functions reading target::dbgbase_set
all items filtered out
target::dbgbase_set