This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3d276ce14 Use the API's to get the TargetSP. new e310b3e25 Fix a single typo in SBSymbolContext new c6e35981a Move AddressClass to private enums since API doesn't provide [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBAddress.h | 2 -- include/lldb/API/SBInstruction.h | 2 -- include/lldb/Core/Address.h | 8 ++++---- include/lldb/Core/Disassembler.h | 12 ++++++------ include/lldb/Symbol/ObjectFile.h | 2 +- include/lldb/Target/Target.h | 4 ++-- include/lldb/lldb-enumerations.h | 20 -------------------- include/lldb/lldb-private-enumerations.h | 20 ++++++++++++++++++++ scripts/interface/SBAddress.i | 6 +----- scripts/interface/SBInstruction.i | 2 -- scripts/interface/SBSymbolContext.i | 2 +- source/API/SBAddress.cpp | 6 ------ source/API/SBInstruction.cpp | 7 ------- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 4 ++-- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 2 +- 15 files changed, 38 insertions(+), 61 deletions(-)