Changeset View
Changeset View
Standalone View
Standalone View
lldb/scripts/interface/SBFrame.i
Show First 20 Lines • Show All 148 Lines • ▼ Show 20 Lines | ~SBFrame(); | ||||
") IsInlined; | ") IsInlined; | ||||
bool | bool | ||||
IsInlined(); | IsInlined(); | ||||
bool | bool | ||||
IsInlined() const; | IsInlined() const; | ||||
%feature("docstring", " | %feature("docstring", " | ||||
/// Return true if this frame is artificial (e.g a frame synthesized to | |||||
/// capture a tail call). Local variables may not be available in an artificial | |||||
/// frame. | |||||
") IsArtificial; | |||||
bool | |||||
IsArtificial(); | |||||
bool | |||||
IsArtificial() const; | |||||
%feature("docstring", " | |||||
/// The version that doesn't supply a 'use_dynamic' value will use the | /// The version that doesn't supply a 'use_dynamic' value will use the | ||||
/// target's default. | /// target's default. | ||||
") EvaluateExpression; | ") EvaluateExpression; | ||||
lldb::SBValue | lldb::SBValue | ||||
EvaluateExpression (const char *expr); | EvaluateExpression (const char *expr); | ||||
lldb::SBValue | lldb::SBValue | ||||
EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic); | EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic); | ||||
▲ Show 20 Lines • Show All 251 Lines • Show Last 20 Lines |