| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInstruction.cpp | 43 m_stack_id = start_frame_sp->GetStackID(); in SetUpState() 102 if (cur_frame_id == m_stack_id) { in IsPlanStale() 113 } else if (cur_frame_id < m_stack_id) { in IsPlanStale() 143 if (cur_frame_zero_id == m_stack_id || m_stack_id < cur_frame_zero_id) { in ShouldStop() 168 thread.GetFrameWithStackID(m_stack_id); in ShouldStop()
|
| H A D | ExecutionContext.cpp | 398 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef() 402 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef() 409 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef() 415 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef() 422 m_stack_id(rhs.m_stack_id) {} in ExecutionContextRef() 431 m_stack_id = rhs.m_stack_id; in operator =() 448 m_stack_id = frame_sp->GetStackID(); in operator =() 450 m_stack_id.Clear(); in operator =() 491 m_stack_id = frame_sp->GetStackID(); in SetFrameSP() 606 if (m_stack_id.IsValid()) { in GetFrameSP() [all …]
|
| H A D | ThreadPlanStepUntil.cpp | 62 m_stack_id = frame_sp->GetStackID(); in ThreadPlanStepUntil() 176 done = (m_stack_id < cur_frame_zero_id); in AnalyzeStop() 200 if (frame_zero_id == m_stack_id) in AnalyzeStop() 202 else if (frame_zero_id < m_stack_id) in AnalyzeStop() 213 m_stack_id.GetSymbolContextScope()->CalculateSymbolContext( in AnalyzeStop()
|
| H A D | ThreadPlanStepThrough.cpp | 27 StackID &m_stack_id, in ThreadPlanStepThrough() argument 33 m_backstop_addr(LLDB_INVALID_ADDRESS), m_return_stack_id(m_stack_id), in ThreadPlanStepThrough() 46 StackFrameSP return_frame_sp = thread.GetFrameWithStackID(m_stack_id); in ThreadPlanStepThrough()
|
| H A D | ThreadPlanStepRange.cpp | 39 m_stop_others(stop_others), m_stack_id(), m_parent_stack_id(), in ThreadPlanStepRange() 44 m_stack_id = thread.GetStackFrameAtIndex(0)->GetStackID(); in ThreadPlanStepRange() 220 if (cur_frame_id == m_stack_id) { in CompareCurrentFrameToStartFrame() 222 } else if (cur_frame_id < m_stack_id) { in CompareCurrentFrameToStartFrame()
|
| H A D | ThreadPlanStepOverRange.cpp | 154 new_plan_sp = thread.QueueThreadPlanForStepThrough(m_stack_id, false, in ShouldStop() 184 m_stack_id, false, stop_others, m_status); in ShouldStop() 203 new_plan_sp = thread.QueueThreadPlanForStepThrough(m_stack_id, false, in ShouldStop()
|
| H A D | ThreadPlanStepInRange.cpp | 177 m_stack_id, false, stop_others, m_status); in ShouldStop() 221 m_stack_id, false, stop_others, m_status); in ShouldStop()
|
| H A D | Thread.cpp | 157 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData() 161 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData() 163 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 252 bool HasFrameRef() const { return m_stack_id.IsValid(); } in HasFrameRef() 259 void ClearFrame() { m_stack_id.Clear(); } in ClearFrame() 269 StackID m_stack_id; ///< The stack ID that this object refers to in case the variable
|
| H A D | ThreadPlanStepInstruction.h | 49 StackID m_stack_id; variable
|
| H A D | ThreadPlanStepUntil.h | 40 StackID m_stack_id;
|
| H A D | ThreadPlanStepRange.h | 68 StackID m_stack_id; // Use the stack ID so we can tell step out from step in. variable
|
| H A D | Thread.h | 111 StackID GetStackID() const { return m_stack_id; } in GetStackID() 115 StackID m_stack_id; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 53 m_stack_id = frame_sp->GetStackID(); in Dematerializer() 59 StackID m_stack_id; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 1403 frame_sp = thread_sp->GetFrameWithStackID(m_stack_id); in Dematerialize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4492 if (frame->GetStackID() != m_stack_id) { in WindowDelegateDraw() 4493 m_stack_id = frame->GetStackID(); in WindowDelegateDraw() 4519 StackID m_stack_id; member in RegistersWindowDelegate
|