diff options
Diffstat (limited to 'lldb/include/lldb/API/SBValue.h')
| -rw-r--r-- | lldb/include/lldb/API/SBValue.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBValue.h b/lldb/include/lldb/API/SBValue.h index 76a4dbfa422..f5e1fc6f81c 100644 --- a/lldb/include/lldb/API/SBValue.h +++ b/lldb/include/lldb/API/SBValue.h @@ -48,6 +48,12 @@ public: bool IsInScope (const lldb::SBFrame &frame); + lldb::Format + GetFormat () const; + + void + SetFormat (lldb::Format format); + const char * GetValue (const lldb::SBFrame &frame); |

