Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp231 object_sp = gdb_process->GetExtendedInfoForThread(tid); in FetchThreadExtendedInfo()
H A DProcessGDBRemote.h339 StructuredData::ObjectSP GetExtendedInfoForThread(lldb::tid_t tid);
H A DProcessGDBRemote.cpp3878 ProcessGDBRemote::GetExtendedInfoForThread(lldb::tid_t tid) { in GetExtendedInfoForThread() function in ProcessGDBRemote