Searched refs:ThreadPostMortemTrace (Results 1 – 5 of 5) sorted by relevance
22 void ThreadPostMortemTrace::RefreshStateAfterStop() {} in RefreshStateAfterStop()24 RegisterContextSP ThreadPostMortemTrace::GetRegisterContext() { in GetRegisterContext()32 ThreadPostMortemTrace::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()39 bool ThreadPostMortemTrace::CalculateStopInfo() { return false; } in CalculateStopInfo()41 const std::optional<FileSpec> &ThreadPostMortemTrace::GetTraceFile() const { in GetTraceFile()
22 class ThreadPostMortemTrace : public Thread {33 ThreadPostMortemTrace(Process &process, lldb::tid_t tid, in ThreadPostMortemTrace() function
2 ThreadPostMortemTrace.cpp
11 #include "../common/ThreadPostMortemTrace.h"88 std::make_shared<ThreadPostMortemTrace>(process, tid, trace_file); in ParseThread() 159 ThreadPostMortemTraceSP thread_sp = std::make_shared<ThreadPostMortemTrace>( in ParseKernel()
253 class ThreadPostMortemTrace;455 typedef std::shared_ptr<lldb_private::ThreadPostMortemTrace>248 class ThreadPostMortemTrace; global() variable