mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Add quick bit of doc about SBFrame::GetCFA().
llvm-svn: 238395
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user