Rework =shlibs-added/=shlibs-removed
authorIlia K <ki.stfu@gmail.com>
Thu, 30 Apr 2015 11:08:31 +0000 (11:08 +0000)
committerIlia K <ki.stfu@gmail.com>
Thu, 30 Apr 2015 11:08:31 +0000 (11:08 +0000)
commitebb4dfd35039056d774d5c5a6ad4746a7a4479b5
tree80b80372234a1b46a74cad62bb78e8957c4c79ad
parentac8be962429056da1ee2ae882a9212dde0c10a65
Rework =shlibs-added/=shlibs-removed

Summary:
This patch includes the following:
* Rename =shlibs-added/=shlibs-removed to standard =library-loaded/=library-unloaded
* Remove redundant fields
* Add extra symbols-loaded/symbols-path and loaded_addr fields
* Rename CMICmnMIOutOfBandRecord::eOutOfBand_TargetModulesLoaded/eOutOfBand_TargetModulesUnloaded to CMICmnMIOutOfBandRecord::eOutOfBand_TargetModuleLoaded/eOutOfBand_TargetModuleUnloaded

Test Plan: ./dotest.py -v --executable $BUILDDIR/bin/lldb tools/lldb-mi/

Reviewers: jasonmolenda, jingham, abidh

Reviewed By: abidh

Subscribers: lldb-commits, jingham, jasonmolenda, abidh

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

llvm-svn: 236225
lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py [new file with mode: 0644]
lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
lldb/tools/lldb-mi/MIExtensions.txt