This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f45b0767a [CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVER new 4c37cc38a typedef enum -> enum new 5dbec5be2 TestMinidumpNew.py: Use yaml2obj where possible
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/Breakpoint/Breakpoint.h | 2 +- include/lldb/Core/Address.h | 14 +-- include/lldb/Core/AddressResolver.h | 2 +- include/lldb/Core/SearchFilter.h | 4 +- include/lldb/Host/Socket.h | 4 +- include/lldb/Interpreter/CommandCompletions.h | 4 +- include/lldb/Interpreter/OptionGroupWatchpoint.h | 4 +- include/lldb/Interpreter/OptionValue.h | 4 +- include/lldb/Interpreter/ScriptInterpreter.h | 4 +- include/lldb/Symbol/ObjectFile.h | 8 +- include/lldb/Symbol/SymbolContext.h | 4 +- include/lldb/Symbol/Symtab.h | 10 +-- include/lldb/Symbol/Type.h | 18 ++-- include/lldb/Target/Process.h | 4 +- include/lldb/Target/Target.h | 16 ++-- include/lldb/Target/ThreadPlan.h | 6 +- include/lldb/Target/ThreadPlanTracer.h | 4 +- include/lldb/Utility/DataExtractor.h | 4 +- include/lldb/Utility/IOObject.h | 4 +- include/lldb/Utility/Predicate.h | 4 +- include/lldb/lldb-private-enumerations.h | 68 +++++++------- .../cast_int_to_anonymous_enum/main.cpp | 4 +- .../postmortem/minidump-new/TestMiniDumpNew.py | 98 ++++----------------- .../postmortem/minidump-new/arm-linux.dmp | Bin 588 -> 0 bytes .../postmortem/minidump-new/arm-linux.yaml | 18 ++++ .../postmortem/minidump-new/arm-macos.dmp | Bin 588 -> 0 bytes .../postmortem/minidump-new/arm-macos.yaml | 18 ++++ .../postmortem/minidump-new/arm64-macos.dmp | Bin 1016 -> 0 bytes .../postmortem/minidump-new/arm64-macos.yaml | 18 ++++ .../postmortem/minidump-new/linux-x86_64.yaml | 41 +++++++++ .../postmortem/minidump-new/regions-linux-map.dmp | Bin 1379 -> 0 bytes .../postmortem/minidump-new/regions-linux-map.yaml | 33 +++++++ .../test/python_api/lldbutil/iter/main.cpp | 4 +- .../test/python_api/module_section/main.cpp | 4 +- source/Commands/CommandObjectBreakpoint.cpp | 9 +- .../Instruction/ARM/EmulateInstructionARM.h | 6 +- .../Instruction/ARM64/EmulateInstructionARM64.h | 48 +++++----- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 6 +- .../AppleObjCRuntime/AppleObjCTrampolineHandler.h | 2 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 8 +- .../Process/MacOSX-Kernel/CommunicationKDP.h | 12 +-- source/Plugins/Process/Utility/ARMDefines.h | 4 +- .../Process/gdb-remote/GDBRemoteCommunication.h | 4 +- source/Plugins/Process/mach-core/ProcessMachCore.h | 5 +- source/Target/Target.cpp | 4 +- tools/debugserver/source/DNBDataRef.h | 4 +- tools/debugserver/source/DNBDefs.h | 8 +- tools/debugserver/source/DNBError.h | 4 +- tools/debugserver/source/MacOSX/arm/DNBArchImpl.h | 4 +- .../source/MacOSX/arm64/DNBArchImplARM64.h | 4 +- .../source/MacOSX/i386/DNBArchImplI386.h | 8 +- tools/debugserver/source/MacOSX/ppc/DNBArchImpl.h | 4 +- .../source/MacOSX/x86_64/DNBArchImplX86_64.h | 8 +- tools/debugserver/source/RNBDefs.h | 2 +- tools/debugserver/source/RNBRemote.h | 4 +- tools/debugserver/source/debugserver.cpp | 4 +- tools/debugserver/source/libdebugserver.cpp | 4 +- tools/driver/Driver.h | 4 +- 58 files changed, 319 insertions(+), 281 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...]