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

  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 79 static bool extended_protocol; variable
1387 if (extended_protocol || target_running ())
3601 if ((!extended_protocol || !cs.multi_process) && target_running ())
3613 if ((!extended_protocol || !cs.multi_process) && target_running ())
4501 if (run_once || (!extended_protocol && !target_running ()))
4678 extended_protocol = true;
4934 if (extended_protocol)
4964 if (extended_protocol)
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 79 static bool extended_protocol; variable
1382 if (extended_protocol || target_running ())
3550 if ((!extended_protocol || !cs.multi_process) && target_running ())
3562 if ((!extended_protocol || !cs.multi_process) && target_running ())
4411 if (run_once || (!extended_protocol && !target_running ()))
4588 extended_protocol = true;
4815 if (extended_protocol)
4845 if (extended_protocol)

Completed in 38 milliseconds