/freebsd/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 | 397 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() {} in ExecutionContextRef() 400 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 406 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 411 : m_target_wp(), m_process_wp(), m_thread_wp(), m_stack_id() { in ExecutionContextRef() 426 m_stack_id = rhs.m_stack_id; in operator =() 443 m_stack_id = frame_sp->GetStackID(); in operator =() 445 m_stack_id.Clear(); in operator =() 486 m_stack_id = frame_sp->GetStackID(); in SetFrameSP() 602 if (m_stack_id.IsValid()) { in GetFrameSP() 605 return thread_sp->GetFrameWithStackID(m_stack_id); in GetFrameSP()
|
H A D | ThreadPlanStepUntil.cpp | 63 m_stack_id = frame_sp->GetStackID(); in ThreadPlanStepUntil() 177 done = (m_stack_id < cur_frame_zero_id); in AnalyzeStop() 201 if (frame_zero_id == m_stack_id) in AnalyzeStop() 203 else if (frame_zero_id < m_stack_id) in AnalyzeStop() 214 m_stack_id.GetSymbolContextScope()->CalculateSymbolContext( in AnalyzeStop()
|
H A D | ThreadPlanStepThrough.cpp | 28 StackID &m_stack_id, in ThreadPlanStepThrough() argument 34 m_backstop_addr(LLDB_INVALID_ADDRESS), m_return_stack_id(m_stack_id), in ThreadPlanStepThrough() 47 StackFrameSP return_frame_sp = thread.GetFrameWithStackID(m_stack_id); in ThreadPlanStepThrough()
|
H A D | ThreadPlanStepRange.cpp | 40 m_stop_others(stop_others), m_stack_id(), m_parent_stack_id(), in ThreadPlanStepRange() 45 m_stack_id = thread.GetStackFrameAtIndex(0)->GetStackID(); in ThreadPlanStepRange() 222 if (cur_frame_id == m_stack_id) { in CompareCurrentFrameToStartFrame() 224 } else if (cur_frame_id < m_stack_id) { in CompareCurrentFrameToStartFrame()
|
H A D | ThreadPlanStepOverRange.cpp | 155 new_plan_sp = thread.QueueThreadPlanForStepThrough(m_stack_id, false, in ShouldStop() 185 m_stack_id, false, stop_others, m_status); in ShouldStop() 204 new_plan_sp = thread.QueueThreadPlanForStepThrough(m_stack_id, false, in ShouldStop()
|
H A D | ThreadPlanStepInRange.cpp | 178 m_stack_id, false, stop_others, m_status); in ShouldStop() 222 m_stack_id, false, stop_others, m_status); in ShouldStop()
|
H A D | Thread.cpp | 153 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData() 157 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData() 159 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
|
/freebsd/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 | 112 StackID GetStackID() const { return m_stack_id; } in GetStackID() 116 StackID m_stack_id; variable
|
/freebsd/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/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 1552 frame_sp = thread_sp->GetFrameWithStackID(m_stack_id); in Dematerialize()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5982 if (frame->GetStackID() != m_stack_id) { in WindowDelegateDraw() 5983 m_stack_id = frame->GetStackID(); in WindowDelegateDraw() 6009 StackID m_stack_id; member in RegistersWindowDelegate
|