Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContextScope.h40 virtual lldb::ThreadSP CalculateThread() = 0;
H A DRegisterContext.h213 lldb::ThreadSP CalculateThread() override;
H A DStackFrame.h480 lldb::ThreadSP CalculateThread() override;
H A DThread.h1085 lldb::ThreadSP CalculateThread() override;
H A DTarget.h1046 lldb::ThreadSP CalculateThread() override;
H A DProcess.h2342 lldb::ThreadSP CalculateThread() override { return lldb::ThreadSP(); } in CalculateThread() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp189 ExecutionContext exe_ctx(CalculateThread()); in ReadRegisterBytes()
327 ExecutionContext exe_ctx(CalculateThread()); in WriteRegisterBytes()
455 ExecutionContext exe_ctx(CalculateThread()); in ReadAllRegisterValues()
480 ExecutionContext exe_ctx(CalculateThread()); in WriteAllRegisterValues()
498 ExecutionContext exe_ctx(CalculateThread()); in ReadAllRegisterValues()
564 ExecutionContext exe_ctx(CalculateThread()); in WriteAllRegisterValues()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp71 ExecutionContext exe_ctx(CalculateThread()); in UpdateDynamicRegisterSize()
461 ThreadSP RegisterContext::CalculateThread() { in CalculateThread() function in RegisterContext
H A DExecutionContext.cpp329 m_thread_sp = frame_sp->CalculateThread(); in SetContext()
H A DStackFrame.cpp1751 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread() function in StackFrame
H A DThread.cpp1400 ThreadSP Thread::CalculateThread() { return shared_from_this(); } in CalculateThread() function in Thread
H A DTarget.cpp2180 ThreadSP Target::CalculateThread() { return ThreadSP(); } in CalculateThread() function in Target