aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-02-06 18:10:30 +0000
committerIlia K <ki.stfu@gmail.com>2015-02-06 18:10:30 +0000
commit761a7a4b67398dda048c97bc7c32d4c19e2f2805 (patch)
tree886fc2a020c4188098b717754c23dac6e06a8968 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
parent3ffb61b4ae9ce7f1566f6540d508d084c5b7d510 (diff)
downloadllvm-761a7a4b67398dda048c97bc7c32d4c19e2f2805.zip
llvm-761a7a4b67398dda048c97bc7c32d4c19e2f2805.tar.gz
llvm-761a7a4b67398dda048c97bc7c32d4c19e2f2805.tar.bz2
Fix evaluation commands (MI)
Summary: These changes include: * Fix -var-create to be able use current frame '*' (MI) * Fix print-values option in -var-update (MI) * Fix 'variable doesn't exist' error in -var-show-attributes (MI) * Mark print-values option as 'handled-by-cmd' in -var-update (MI) * Fix SBValue::GetValueDidChange if value was changed * Fix lldb-mi: -data-evaluate-expression shows undef vars. Before this fix -data-evaluate-expression perceives undefined variables as strings: ``` (gdb) -data-evaluate-expression undef ^done,value="undef" ``` * Minor fix: -data-evaluate-expression uses IsUnknownValue() * Enable MiEvaluateTestCase test All test pass on OS X. Reviewers: abidh, clayborg Subscribers: lldb-commits, clayborg, abidh Differential Revision: http://reviews.llvm.org/D7463 llvm-svn: 228414
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions