diff options
| author | Ilia K <ki.stfu@gmail.com> | 2015-03-12 15:35:58 +0000 |
|---|---|---|
| committer | Ilia K <ki.stfu@gmail.com> | 2015-03-12 15:35:58 +0000 |
| commit | 02e55ef3fb85f0549cb3690c0a0ed40451829c1a (patch) | |
| tree | 597410d383e3d01915401900bc82e5b713faa0ed /lldb/tools/lldb-mi/MICmdCmdStack.h | |
| parent | 2db6d3899b32673fe6dbc235806bd5bf257f5fab (diff) | |
| download | bcm5719-llvm-02e55ef3fb85f0549cb3690c0a0ed40451829c1a.tar.gz bcm5719-llvm-02e55ef3fb85f0549cb3690c0a0ed40451829c1a.zip | |
Add low-frame/high-frame options to -stack-list-arguments (MI)
Summary:
Add low-frame/high-frame options to -stack-list-arguments
All tests pass on OS X.
Reviewers: clayborg, abidh
Reviewed By: abidh
Subscribers: lldb-commits, clayborg, abidh
Differential Revision: http://reviews.llvm.org/D8282
llvm-svn: 232048
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdStack.h')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdStack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdStack.h b/lldb/tools/lldb-mi/MICmdCmdStack.h index c325424cc81..eec3d31f362 100644 --- a/lldb/tools/lldb-mi/MICmdCmdStack.h +++ b/lldb/tools/lldb-mi/MICmdCmdStack.h @@ -179,6 +179,8 @@ class CMICmdCmdStackListArguments : public CMICmdBase const CMIUtilString m_constStrArgNoValues; const CMIUtilString m_constStrArgAllValues; const CMIUtilString m_constStrArgSimpleValues; + const CMIUtilString m_constStrArgFrameLow; + const CMIUtilString m_constStrArgFrameHigh; }; //++ ============================================================================ |

