This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 274316ed3 [android/process list] support showing process arguments new 8efc24b44 Add arm64_32 support to lldb, an ILP32 codegen that runs on a [...]
The 1 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/Utility/ArchSpec.h | 1 + .../lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py | 4 ++-- .../call-function/TestCallStdStringFunction.py | 2 +- .../test/commands/expression/char/TestExprsChar.py | 4 +++- .../TestPersistObjCPointeeType.py | 2 +- .../register/register/register_command/TestRegisters.py | 6 +++--- .../nsindexpath/TestDataFormatterNSIndexPath.py | 2 +- packages/Python/lldbsuite/test/lldbplatformutil.py | 2 +- .../test/python_api/watchpoint/TestWatchpointIter.py | 2 +- source/Host/common/NativeProcessProtocol.cpp | 2 ++ source/Host/macosx/objcxx/Host.mm | 6 ++++++ source/Host/macosx/objcxx/HostInfoMacOSX.mm | 12 +++++++++++- source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 3 ++- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 3 ++- source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp | 6 ++++-- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 3 ++- .../ExpressionParser/Clang/ClangExpressionSourceCode.cpp | 3 ++- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 3 ++- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 ++++ source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 7 +++---- .../Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 16 ++++++++++++++++ source/Plugins/Process/Utility/DynamicRegisterInfo.cpp | 1 + .../Process/Utility/RegisterContextPOSIX_arm64.cpp | 2 ++ .../Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp | 2 ++ source/Plugins/Process/Utility/StopInfoMachException.cpp | 1 + .../Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 4 +++- .../gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 2 ++ .../Process/gdb-remote/GDBRemoteRegisterContext.cpp | 4 +++- source/Symbol/ClangASTContext.cpp | 1 + source/Symbol/CompactUnwindInfo.cpp | 3 ++- source/Target/Platform.cpp | 1 + source/Target/Thread.cpp | 1 + source/Utility/ArchSpec.cpp | 15 +++++++++++++++ tools/compact-unwind/compact-unwind-dumper.c | 2 +- tools/debugserver/source/DNB.cpp | 3 ++- unittests/Utility/ArchSpecTest.cpp | 16 ++++++++++++++++ 36 files changed, 123 insertions(+), 28 deletions(-)