Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h437 void SetThreadPc(const lldb::ThreadSP &thread_sp, uint64_t index);
H A DProcessGDBRemote.cpp1520 SetThreadPc(thread_sp, i); in DoUpdateThreadList()
1539 void ProcessGDBRemote::SetThreadPc(const ThreadSP &thread_sp, uint64_t index) { in SetThreadPc() function in ProcessGDBRemote
1642 SetThreadPc(thread_sp, iter - m_thread_ids.begin()); in SetThreadStopInfo()