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

gdb_output_flag enum

@file GDB server implementation. This implements the GDB Remote Serial Protocol, over TCP connections, giving GDB access to the JTAG or other hardware debugging facilities found in most modern embedded processors.

Syntax

enum gdb_output_flag {     GDB_OUTPUT_NO,     GDB_OUTPUT_NOTIF,     GDB_OUTPUT_ALL, };

Values

GDB_OUTPUT_NO

No summary provided. Read more...

GDB_OUTPUT_NOTIF

No summary provided. Read more...

GDB_OUTPUT_ALL

No summary provided. Read more...

References

LocationReferrerScopeText
gdb_server.c:53
enum gdb_output_flag {
gdb_server.c:101gdb_connection::output_flaggdb_connection
enum gdb_output_flag output_flag;

Type Use

Variables of gdb_output_flag type
all items filtered out
gdb_output_flag