HomeSort by: relevance | last modified time | path
    Searched defs:packet_config_support (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
remote.c 2421 static enum packet_support packet_config_support (const packet_config *config);
2468 switch (packet_config_support (config))
2646 packet_config_support (const packet_config *config)
2665 return packet_config_support (config);
15144 if (packet == NULL || packet_config_support (packet) != PACKET_ENABLE)
2645 packet_config_support (const packet_config *config) function
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 2377 static enum packet_support packet_config_support (const packet_config *config);
2424 switch (packet_config_support (config))
2611 packet_config_support (const packet_config *config)
2630 return packet_config_support (config);
14901 if (packet == NULL || packet_config_support (packet) != PACKET_ENABLE)
2610 packet_config_support (const packet_config *config) function

Completed in 41 milliseconds