Searched refs:thread_stop_desc (Results 1 – 1 of 1) sorted by relevance
348 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription() local349 if (thread_stop_desc.empty()) in GetStopDescription()353 return ::snprintf(dst, dst_len, "%s", thread_stop_desc.c_str()) + 1; in GetStopDescription()357 return thread_stop_desc.size() + 1; // Include the NULL byte for size in GetStopDescription()