diff options
Diffstat (limited to 'include/lldb/API/SBVariablesOptions.h')
| -rw-r--r-- | include/lldb/API/SBVariablesOptions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/API/SBVariablesOptions.h b/include/lldb/API/SBVariablesOptions.h index 756da6439e3b..0059a41129c5 100644 --- a/include/lldb/API/SBVariablesOptions.h +++ b/include/lldb/API/SBVariablesOptions.h @@ -33,6 +33,10 @@ public: void SetIncludeArguments(bool); + bool GetIncludeRecognizedArguments(const lldb::SBTarget &) const; + + void SetIncludeRecognizedArguments(bool); + bool GetIncludeLocals() const; void SetIncludeLocals(bool); |
