Home
last modified time | relevance | path

Searched refs:thread_pcs_pos (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1459 const size_t thread_pcs_pos = stop_info_str.find(";thread-pcs:"); in UpdateThreadIDList() local
1460 if (thread_pcs_pos != std::string::npos) { in UpdateThreadIDList()
1461 const size_t start = thread_pcs_pos + strlen(";thread-pcs:"); in UpdateThreadIDList()