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

  /src/external/gpl3/gdb/dist/gdb/
remote.c 157 PACKET_OK,
177 /* Construct an PACKET_OK/PACKET_UNKNOWN packet_result. */
214 return packet_result (PACKET_OK);
834 packet_result packet_ok (const char *buf, const int which_packet);
835 packet_result packet_ok (const gdb::char_vector &buf, const int which_packet);
2587 remote_features::packet_ok (const char *buf, const int which_packet)
2594 internal_error (_("packet_ok: attempt to use a disabled packet"));
2599 case PACKET_OK:
2636 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet)
2638 return packet_ok (buf.data (), which_packet)
2586 remote_features::packet_ok (const char *buf, const int which_packet) function in class:remote_features
2635 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet) function in class:remote_features
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 154 PACKET_OK,
174 /* Construct an PACKET_OK/PACKET_UNKNOWN packet_result. */
211 return packet_result (PACKET_OK);
807 packet_result packet_ok (const char *buf, const int which_packet);
808 packet_result packet_ok (const gdb::char_vector &buf, const int which_packet);
2521 defined and E. is treated as PACKET_OK. */
2552 remote_features::packet_ok (const char *buf, const int which_packet)
2559 internal_error (_("packet_ok: attempt to use a disabled packet"));
2564 case PACKET_OK:
2601 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet
2551 remote_features::packet_ok (const char *buf, const int which_packet) function in class:remote_features
2600 remote_features::packet_ok (const gdb::char_vector &buf, const int which_packet) function in class:remote_features
    [all...]

Completed in 29 milliseconds