Searched refs:ThreadPostMortemTrace (Results 1 – 4 of 4) sorted by relevance
20 void ThreadPostMortemTrace::RefreshStateAfterStop() {} in RefreshStateAfterStop()22 RegisterContextSP ThreadPostMortemTrace::GetRegisterContext() { in GetRegisterContext()30 ThreadPostMortemTrace::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()37 bool ThreadPostMortemTrace::CalculateStopInfo() { return false; } in CalculateStopInfo()39 const FileSpec &ThreadPostMortemTrace::GetTraceFile() const { in GetTraceFile()
23 class ThreadPostMortemTrace : public Thread {34 ThreadPostMortemTrace(Process &process, lldb::tid_t tid, in ThreadPostMortemTrace() function
108 std::make_shared<ThreadPostMortemTrace>(*process_sp, tid, trace_file); in ParseThread()
230 class ThreadPostMortemTrace; variable440 typedef std::shared_ptr<lldb_private::ThreadPostMortemTrace>