Add -symbol-list-lines command (MI)
authorIlia K <ki.stfu@gmail.com>
Fri, 20 Feb 2015 13:07:41 +0000 (13:07 +0000)
committerIlia K <ki.stfu@gmail.com>
Fri, 20 Feb 2015 13:07:41 +0000 (13:07 +0000)
commitc12d88dc8f129e0cf18119c9ba6391e9a82681cc
tree7aa7b5ac17f93e40d153c95fca1d287c8acc59d0
parent7329636d1baa550c3880e7ad7f3d1fde40a351a1
Add -symbol-list-lines command (MI)

Summary:
Add -symbol-list-lines command + test.

All test passed on OS X.

Reviewers: emaste, abidh, clayborg

Reviewed By: clayborg

Subscribers: lldb-commits, clayborg, abidh, emaste

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

llvm-svn: 230008
lldb/test/tools/lldb-mi/TestMiSymbol.py [new file with mode: 0644]
lldb/test/tools/lldb-mi/main.c
lldb/tools/lldb-mi/CMakeLists.txt
lldb/tools/lldb-mi/MICmdCmdSymbol.cpp [new file with mode: 0644]
lldb/tools/lldb-mi/MICmdCmdSymbol.h [new file with mode: 0644]
lldb/tools/lldb-mi/MICmdCommands.cpp
lldb/tools/lldb-mi/MIUtilString.cpp
lldb/tools/lldb-mi/MIUtilString.h