gdb_running_type is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

gdb_running_type variable

Syntax

static char gdb_running_type;

References

LocationReferrerText
gdb_server.c:150
static char gdb_running_type;
gdb_server.c:1735gdb_step_continue_packet()
gdb_running_type = packet[0];
gdb_server.c:3059gdb_handle_vcont_packet()
gdb_running_type = 'c';
gdb_server.c:3086gdb_handle_vcont_packet()
gdb_running_type = 's';
gdb_server.c:3519gdb_fileio_response_packet()
if (gdb_running_type == 'c')
gdb_server.c:3521gdb_fileio_response_packet()
else if (gdb_running_type == 's')

Data Use

Functions writing gdb_running_type
Functions reading gdb_running_type
gdb_running_type
all items filtered out