HomeSort by relevance Sort by last modified time
    Searched refs:ERR_THREAD_NOT_ALIVE (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_constants.h 38 ERR_THREAD_NOT_ALIVE = 15,
  /art/runtime/
debugger.cc 476 *error = (thread == nullptr) ? JDWP::ERR_THREAD_NOT_ALIVE : JDWP::ERR_NONE;
    [all...]

Completed in 53 milliseconds