reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/lldb-forward.h
  200 class StackID;

References

tools/lldb/include/lldb/Expression/Materializer.h
   61     StackID m_stack_id;
tools/lldb/include/lldb/Target/ExecutionContext.h
  268   StackID m_stack_id; ///< The stack ID that this object refers to in case the
tools/lldb/include/lldb/Target/StackFrame.h
  129   StackID &GetStackID();
  511   StackID m_id;
tools/lldb/include/lldb/Target/StackFrameList.h
   41   lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id);
tools/lldb/include/lldb/Target/StackID.h
   28   StackID(const StackID &rhs)
   56   const StackID &operator=(const StackID &rhs) {
   56   const StackID &operator=(const StackID &rhs) {
   91 bool operator==(const StackID &lhs, const StackID &rhs);
   91 bool operator==(const StackID &lhs, const StackID &rhs);
   92 bool operator!=(const StackID &lhs, const StackID &rhs);
   92 bool operator!=(const StackID &lhs, const StackID &rhs);
   95 bool operator<(const StackID &lhs, const StackID &rhs);
   95 bool operator<(const StackID &lhs, const StackID &rhs);
tools/lldb/include/lldb/Target/Thread.h
   84     ThreadEventData(const lldb::ThreadSP thread_sp, const StackID &stack_id);
  102     static StackID GetStackIDFromEvent(const Event *event_ptr);
  108     StackID GetStackID() const { return m_stack_id; }
  112     StackID m_stack_id;
  421   virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) {
  867   QueueThreadPlanForStepThrough(StackID &return_stack_id,
 1273   void BroadcastSelectedFrameChange(StackID &new_frame_id);
tools/lldb/include/lldb/Target/ThreadPlanStepInstruction.h
   49   StackID m_stack_id;
   50   StackID m_parent_frame_id;
tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
   57   StackID m_step_out_to_id;
   58   StackID m_immediate_step_from_id;
tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
   68   StackID m_stack_id; // Use the stack ID so we can tell step out from step in.
   69   StackID m_parent_stack_id; // Use the parent stack ID so we can identify tail
tools/lldb/include/lldb/Target/ThreadPlanStepThrough.h
   34   ThreadPlanStepThrough(Thread &thread, StackID &return_stack_id,
   43   Thread::QueueThreadPlanForStepThrough(StackID &return_stack_id,
   53   StackID m_return_stack_id;
tools/lldb/include/lldb/Target/ThreadPlanStepUntil.h
   40   StackID m_stack_id;
tools/lldb/source/Core/IOHandler.cpp
 3080   StackID m_stack_id;
tools/lldb/source/Expression/DWARFExpression.cpp
 2508         StackID id = frame->GetStackID();
tools/lldb/source/Target/Process.cpp
 4699   StackID ctx_frame_id = selected_frame_sp->GetStackID();
 4708   StackID selected_stack_id;
tools/lldb/source/Target/StackFrame.cpp
  143 StackID &StackFrame::GetStackID() {
tools/lldb/source/Target/StackFrameList.cpp
  727                            const StackID &stack_id) {
  731 StackFrameSP StackFrameList::GetFrameWithStackID(const StackID &stack_id) {
  886   StackID curr_stack_id(curr_frame_zero_sp->GetStackID());
  887   StackID prev_stack_id(prev_frame_zero_sp->GetStackID());
tools/lldb/source/Target/StackID.cpp
   33 bool lldb_private::operator==(const StackID &lhs, const StackID &rhs) {
   33 bool lldb_private::operator==(const StackID &lhs, const StackID &rhs) {
   47 bool lldb_private::operator!=(const StackID &lhs, const StackID &rhs) {
   47 bool lldb_private::operator!=(const StackID &lhs, const StackID &rhs) {
   60 bool lldb_private::operator<(const StackID &lhs, const StackID &rhs) {
   60 bool lldb_private::operator<(const StackID &lhs, const StackID &rhs) {
tools/lldb/source/Target/Thread.cpp
  167                                          const StackID &stack_id)
  195 StackID Thread::ThreadEventData::GetStackIDFromEvent(const Event *event_ptr) {
  196   StackID stack_id;
  291 void Thread::BroadcastSelectedFrameChange(StackID &new_frame_id) {
 1451 ThreadPlanSP Thread::QueueThreadPlanForStepThrough(StackID &return_stack_id,
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   98   StackID cur_frame_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
  138     StackID cur_frame_zero_id = cur_frame_sp->GetStackID();
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  280         StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
  347     StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
  508   StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  220   StackID cur_frame_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
  228     StackID cur_parent_id;
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
   28                                              StackID &m_stack_id,
  254       StackID cur_frame_zero_id =
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  178         StackID cur_frame_zero_id;
  201             StackID frame_zero_id =
usr/include/c++/7.4.0/bits/stl_algo.h
 2024 		const _Tp& __val, _Compare __comp)
usr/include/c++/7.4.0/bits/stl_algobase.h
  947 		  const _Tp& __val, _Compare __comp)