Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1464 const std::string &stop_info_str = std::string(stop_info.GetStringRef()); in UpdateThreadIDList() local
1467 const size_t thread_pcs_pos = stop_info_str.find(";thread-pcs:"); in UpdateThreadIDList()
1470 const size_t end = stop_info_str.find(';', start); in UpdateThreadIDList()
1472 std::string value = stop_info_str.substr(start, end - start); in UpdateThreadIDList()
1477 const size_t threads_pos = stop_info_str.find(";threads:"); in UpdateThreadIDList()
1480 const size_t end = stop_info_str.find(';', start); in UpdateThreadIDList()
1482 std::string value = stop_info_str.substr(start, end - start); in UpdateThreadIDList()