[Lldb-commits] [PATCH] Add =shlibs-added/=shlibs-removed notifications (MI)
Ilia K
ki.stfu at gmail.com
Tue Mar 10 07:12:52 PDT 2015
Hi abidh, clayborg,
This patch adds =shlibs-added/=shlibs-removed notifications in lldb-mi. In more detail:
# Add Target::ModulesDidLoad/ModulesDidUnload notifications
# Improve Target::TargetEventData:
## Refactoring
## Move it back to include/lldb/Target/Target.h
## Add Target::{GetModuleListFromEvent,GetModuleList}; Add Target::m_module_list
# Add SBModule::{GetSymbolVendorMainFileSpec,GetObjectFileHeaderAddress}
# Add SBTarget::{EventIsTaretEvent,GetTargetFromEvent,GetNumModulesFromEvent,GetModuleAtIndexFromEvent}
http://reviews.llvm.org/D8201
Files:
include/lldb/API/SBEvent.h
include/lldb/API/SBModule.h
include/lldb/API/SBTarget.h
include/lldb/Target/Target.h
source/API/SBModule.cpp
source/API/SBTarget.cpp
source/Target/Target.cpp
tools/lldb-mi/MICmnLLDBDebugger.cpp
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
tools/lldb-mi/MICmnMIOutOfBandRecord.h
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8201.21576.patch
Type: text/x-patch
Size: 23918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150310/a078af3a/attachment.bin>
More information about the lldb-commits
mailing list