Add quick bit of doc about SBFrame::GetCFA().

llvm-svn: 238395
This commit is contained in:
Jason Molenda
2015-05-28 04:55:53 +00:00
parent ae1ed0edfe
commit de905773ae

View File

@@ -63,6 +63,12 @@ public:
uint32_t
GetFrameID () const;
%feature("docstring", "
Get the Canonical Frame Address for this stack frame.
This is the DWARF standard's definition of a CFA, a stack address
that remains constant throughout the lifetime of the function.
Returns an lldb::addr_t stack address, or LLDB_INVALID_ADDRESS if
the CFA cannot be determined.") GetCFA;
lldb::addr_t
GetCFA () const;