Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1569 const std::string &stop_info_str = in UpdateThreadIDList() local
1573 const size_t thread_pcs_pos = stop_info_str.find(";thread-pcs:"); in UpdateThreadIDList()
1576 const size_t end = stop_info_str.find(';', start); in UpdateThreadIDList()
1578 std::string value = stop_info_str.substr(start, end - start); in UpdateThreadIDList()
1583 const size_t threads_pos = stop_info_str.find(";threads:"); in UpdateThreadIDList()
1586 const size_t end = stop_info_str.find(';', start); in UpdateThreadIDList()
1588 std::string value = stop_info_str.substr(start, end - start); in UpdateThreadIDList()