Added long 'print-values' option for var-update MI command.
authorIlia K <ki.stfu@gmail.com>
Wed, 4 Mar 2015 11:21:18 +0000 (11:21 +0000)
committerIlia K <ki.stfu@gmail.com>
Wed, 4 Mar 2015 11:21:18 +0000 (11:21 +0000)
commit53d33368c4ea3cceb5dcdeb13b44350150671ccb
tree030c013989bba8bd018bd0c18e1d6571e51a31ab
parentccd28a147bad554204d9140584c73629b2b31361
Added long 'print-values' option for var-update MI command.

Summary:
The -var-update MI command should take the same print-values options as var-list children, however currently only the integer versions are supported.
Added --no-values, --all-values, and --simple-values long options.

See:
https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Variable-Objects.html#GDB_002fMI-Variable-Objects

Patch from ewan@codeplay.com

Reviewers: EwanCrawford

Subscribers: ki.stfu, lldb-commits

Differential Revision: http://reviews.llvm.org/D8008

llvm-svn: 231233
lldb/tools/lldb-mi/MICmdCmdVar.cpp
lldb/tools/lldb-mi/MICmdCmdVar.h
lldb/tools/lldb-mi/MICmnResources.cpp