target::rtos_auto_detect is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget::rtos_auto_detect

target::rtos_auto_detect field

Syntax

bool rtos_auto_detect;

References

LocationReferrerText
target.h:184
bool rtos_auto_detect; /* A flag that indicates that the RTOS has been specified as "auto"
rtos.c:124rtos_create()
target->rtos_auto_detect = true;
rtos.c:258rtos_qsymbol()
if (!target->rtos_auto_detect) {
rtos.c:290rtos_qsymbol()
if (!target->rtos_auto_detect) {
rtos.c:392rtos_thread_packet()
if (target->rtos_auto_detect == true) {
rtos.c:393rtos_thread_packet()
target->rtos_auto_detect = false;
target.c:5930target_create()
target->rtos_auto_detect = false;

Data Use

Functions writing target::rtos_auto_detect
Functions reading target::rtos_auto_detect
target::rtos_auto_detect