Searched defs:SBFrame (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBFrame.h1 //===-- SBFrame.h -----------------------------------------------*- C++ -*-===//
18 class SBFrame class in namespace:lldb
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
[all...]
/external/lldb/source/API/
H A DSBFrame.cpp1 //===-- SBFrame.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBFrame.h"
52 SBFrame::SBFrame () : function in class:SBFrame
57 SBFrame::SBFrame (const StackFrameSP &lldb_object_sp) : function in class:SBFrame
66 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s",
72 SBFrame function in class:SBFrame
[all...]

Completed in 399 milliseconds