diff options
author | Ilia K <ki.stfu@gmail.com> | 2015-05-08 10:10:14 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2015-05-08 10:10:14 +0000 |
commit | 307b9176967c4a6c07a63fe54294a1911fd8b1c0 (patch) | |
tree | 2fe4f5c1d263ae05ceecf77639218ce8c2b651f6 /clang/test | |
parent | 014d32b3bb729c16bfb37fb8454fdf1eceb60fc4 (diff) | |
download | bcm5719-llvm-307b9176967c4a6c07a63fe54294a1911fd8b1c0.tar.gz bcm5719-llvm-307b9176967c4a6c07a63fe54294a1911fd8b1c0.zip |
Fix -var-list-children command (MI)
This patch incldues the following:
# Add from/to arguments in -var-list-children command (MI)
## Handle from and to args
## Don't print children=[] if numchild is 0
## A bit refactoring
## Add MiVarTestCase.test_lldbmi_var_list_children test
# Refactor -var-list-children (MI)
## Remove CMICmdCmdVarListChildren::VecMIValueResult_t
## Add CMICmdCmdVarListChildren::m_miValueList
## Remove CMICmdCmdVarListChildren::m_vecMiValueResult
(use CMICmdCmdVarListChildren::m_miValueList instead)
## Print error message if value is invalid:
```
^error,msg="variable invalid"
```
## Refactor CMICmdCmdVarListChildren::Acknowledge and remove duplicated code
## Don't print children=[] if numchild is 0
## Add error checking
## Use CMICmnLLDBDebugSessionInfo::VariableInfoFormat_e for print-values
## Add few more empty-range test cases in MiVarTestCase.test_lldbmi_var_list_children
#Improve MiVarTestCase.test_lldbmi_var_list_children test (MI)
llvm-svn: 236820
Diffstat (limited to 'clang/test')
0 files changed, 0 insertions, 0 deletions