gdb_connection::output_flag is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDgdb_connection::output_flag

gdb_connection::output_flag field

Syntax

enum gdb_output_flag output_flag;

References

LocationReferrerText
gdb_server.c:101
enum gdb_output_flag output_flag;
gdb_server.c:482gdb_put_packet_inner()
gdb_con->output_flag = GDB_OUTPUT_NO;
gdb_server.c:496gdb_put_packet_inner()
gdb_con->output_flag = GDB_OUTPUT_NO;
gdb_server.c:944gdb_frontend_halted()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:1005gdb_new_connection()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:2813gdb_query_packet()
gdb_connection->output_flag = GDB_OUTPUT_ALL;
gdb_server.c:2837gdb_query_packet()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:2899gdb_query_packet()
gdb_connection->output_flag = GDB_OUTPUT_NOTIF;
gdb_server.c:2901gdb_query_packet()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3061gdb_handle_vcont_packet()
gdb_connection->output_flag = GDB_OUTPUT_ALL;
gdb_server.c:3149gdb_handle_vcont_packet()
gdb_connection->output_flag = GDB_OUTPUT_ALL;
gdb_server.c:3170gdb_handle_vcont_packet()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3182gdb_handle_vcont_packet()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3200gdb_handle_vcont_packet()
gdb_connection->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3538gdb_log_callback()
if (gdb_con->output_flag != GDB_OUTPUT_ALL)
gdb_server.c:3623gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NOTIF;
gdb_server.c:3625gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3628gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NOTIF;
gdb_server.c:3630gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3649gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_ALL;
gdb_server.c:3692gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3721gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NOTIF;
gdb_server.c:3723gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_NO;
gdb_server.c:3766gdb_input_inner()
gdb_con->output_flag = GDB_OUTPUT_ALL;
gdb_server.c:3856gdb_keep_client_alive()
switch (gdb_con->output_flag) {

Data Use

Functions writing gdb_connection::output_flag
Functions reading gdb_connection::output_flag
gdb_connection::output_flag
Type of gdb_connection::output_flag
gdb_connection::output_flag
all items filtered out