diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-04-28 10:03:55 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-04-28 10:03:55 +0000 |
commit | 41ad9c412827ed897bf37ae62a2035317652fa57 (patch) | |
tree | 4944d1506efaa0c1040235d759740d6909c63951 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | ae518539246c4d985dce34ff8fae86b8c6be032d (diff) | |
download | bcm5719-llvm-41ad9c412827ed897bf37ae62a2035317652fa57.tar.gz bcm5719-llvm-41ad9c412827ed897bf37ae62a2035317652fa57.zip |
LLDB-MI: -var-list-children with no children doesn't need a children value in the response.
Summary:
When using GDB with MI, if there aren't children for a variable,
it doesn't include a "children" value in the response. LLDB does
and sets it to "[]" while variables with children have an unquoted
list: children=[...].
This removes the children value entirely when there are no children
making this match GDB in behavior.
Test Plan: Ran tests on Mac OS X and they passed.
Reviewers: abidh, domipheus
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D9320
llvm-svn: 235974
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions