Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
<rdar://problem/10545069> llvm-svn: 146173
This commit is contained in:
@@ -118,6 +118,15 @@ public:
|
||||
const char *
|
||||
GetObjectDescription ();
|
||||
|
||||
lldb::SBValue
|
||||
GetDynamicValue (lldb::DynamicValueType use_dynamic);
|
||||
|
||||
lldb::SBValue
|
||||
GetStaticValue ();
|
||||
|
||||
bool
|
||||
IsDynamic();
|
||||
|
||||
const char *
|
||||
GetLocation ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user