Home
last modified time | relevance | path

Searched refs:packet_config_support (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c2376 static enum packet_support packet_config_support (const packet_config *config);
2423 switch (packet_config_support (config)) in show_packet_config_cmd()
2610 packet_config_support (const packet_config *config) in packet_config_support() function
2629 return packet_config_support (config); in packet_support()
14887 if (packet == NULL || packet_config_support (packet) != PACKET_ENABLE) in enable_btrace()
DChangeLog-20149202 (show_packet_config_cmd): Use packet_config_support.
9214 (packet_config_support, packet_support): New functions.
9221 (remote_start_remote): Use packet_config_support and
9263 (remote_search_memory): Use packet_config_support.
9284 Use packet_config_support.
DChangeLog-20168447 (packet_config_support): Read it.
DChangeLog-2017691 Check packet_config_support instead of packet->support directly.