GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
protocol_feature Struct Reference

Public Attributes

const char * name
 
enum packet_support default_support
 
void(* func )(remote_target *remote, const struct protocol_feature *, enum packet_support, const char *)
 
int packet
 

Detailed Description

Definition at line 5414 of file remote.c.

Member Data Documentation

◆ default_support

enum packet_support protocol_feature::default_support

Definition at line 5420 of file remote.c.

Referenced by remote_target::remote_query_supported().

◆ func

void(* protocol_feature::func) (remote_target *remote, const struct protocol_feature *, enum packet_support, const char *)

◆ name

const char* protocol_feature::name

◆ packet

int protocol_feature::packet

Definition at line 5436 of file remote.c.

Referenced by remote_supported_packet().


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