OpenOCD
tcl_connection Struct Reference

Data Fields

enum target_state tc_laststate
 
char * tc_line
 
int tc_line_size
 
int tc_linedrop
 
int tc_lineoffset
 
bool tc_notify
 
int tc_outerror
 
bool tc_trace
 

Detailed Description

Definition at line 20 of file tcl_server.c.

Field Documentation

◆ tc_laststate

enum target_state tcl_connection::tc_laststate

Definition at line 25 of file tcl_server.c.

Referenced by tcl_new_connection(), and tcl_target_callback_event_handler().

◆ tc_line

char* tcl_connection::tc_line

Definition at line 24 of file tcl_server.c.

Referenced by tcl_closed(), and tcl_new_connection().

◆ tc_line_size

int tcl_connection::tc_line_size

Definition at line 23 of file tcl_server.c.

Referenced by tcl_new_connection().

◆ tc_linedrop

int tcl_connection::tc_linedrop

Definition at line 21 of file tcl_server.c.

◆ tc_lineoffset

int tcl_connection::tc_lineoffset

Definition at line 22 of file tcl_server.c.

◆ tc_notify

bool tcl_connection::tc_notify

◆ tc_outerror

int tcl_connection::tc_outerror

Definition at line 25 of file tcl_server.c.

Referenced by tcl_output().

◆ tc_trace

bool tcl_connection::tc_trace

Definition at line 28 of file tcl_server.c.

Referenced by COMMAND_HANDLER(), and tcl_target_callback_trace_handler().


The documentation for this struct was generated from the following file: