HomeSort by relevance Sort by last modified time
    Searched defs:SBFrame (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/API/
SBFrame.h 1 //===-- SBFrame.h -----------------------------------------------*- C++ -*-===//
18 class SBFrame
21 SBFrame ();
23 SBFrame (const lldb::SBFrame &rhs);
25 const lldb::SBFrame &
26 operator =(const lldb::SBFrame &rhs);
28 ~SBFrame();
31 IsEqual (const lldb::SBFrame &that) const;
116 /// block at or above the block for the PC (SBFrame::GetBlock()) that define
    [all...]
  /external/lldb/source/API/
SBFrame.cpp 1 //===-- SBFrame.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBFrame.h"
52 SBFrame::SBFrame () :
57 SBFrame::SBFrame (const StackFrameSP &lldb_object_sp) :
66 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s",
72 SBFrame::SBFrame(const SBFrame &rhs)
    [all...]

Completed in 385 milliseconds