This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 832853fa4 [lldb] Configure debugserver_vers.c from CMake new d75a98bef [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
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/Log.h | 8 + source/API/SBDebugger.cpp | 100 ++- source/API/SBFrame.cpp | 8 +- source/API/SBTarget.cpp | 8 +- source/Breakpoint/Breakpoint.cpp | 21 +- source/Breakpoint/BreakpointLocation.cpp | 13 +- source/Breakpoint/BreakpointResolver.cpp | 20 +- source/Breakpoint/BreakpointResolverAddress.cpp | 3 +- source/Breakpoint/BreakpointResolverName.cpp | 2 +- source/Commands/CommandObjectTarget.cpp | 7 +- source/Core/AddressResolverFileLine.cpp | 14 +- source/Core/Communication.cpp | 5 +- source/Core/FormatEntity.cpp | 120 ++-- source/Core/Mangled.cpp | 8 +- source/Core/Module.cpp | 39 +- source/Core/ModuleList.cpp | 15 +- source/Core/ValueObject.cpp | 12 +- source/Core/ValueObjectDynamicValue.cpp | 4 +- source/Core/ValueObjectSyntheticFilter.cpp | 114 ++-- source/DataFormatters/FormatManager.cpp | 161 +++-- source/DataFormatters/TypeCategoryMap.cpp | 56 +- source/Expression/DWARFExpression.cpp | 20 +- source/Expression/ExpressionVariable.cpp | 18 +- source/Expression/FunctionCaller.cpp | 42 +- source/Expression/IRExecutionUnit.cpp | 83 ++- source/Expression/IRInterpreter.cpp | 309 ++++------ source/Expression/IRMemoryMap.cpp | 64 +- source/Expression/LLVMUserExpression.cpp | 16 +- source/Expression/Materializer.cpp | 89 +-- source/Expression/UserExpression.cpp | 41 +- source/Host/common/Host.cpp | 39 +- source/Host/common/HostInfoBase.cpp | 21 +- source/Host/common/HostNativeThreadBase.cpp | 3 +- source/Host/common/NativeProcessProtocol.cpp | 19 +- source/Host/common/NativeRegisterContext.cpp | 32 +- source/Host/common/Socket.cpp | 44 +- source/Host/common/TCPSocket.cpp | 6 +- source/Host/common/UDPSocket.cpp | 3 +- source/Host/linux/HostInfoLinux.cpp | 39 +- source/Host/macosx/objcxx/Host.mm | 43 +- source/Host/macosx/objcxx/HostInfoMacOSX.mm | 5 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 128 ++-- .../Host/windows/ConnectionGenericFileWindows.cpp | 28 +- source/Interpreter/CommandInterpreter.cpp | 25 +- .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 5 +- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 5 +- source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 25 +- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 25 +- source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 24 +- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 42 +- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 19 +- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 24 +- .../ABI/Windows-x86_64/ABIWindows_x86_64.cpp | 24 +- .../Plugins/Architecture/Mips/ArchitectureMips.cpp | 8 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 86 +-- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 50 +- .../Hexagon-DYLD/HexagonDYLDRendezvous.cpp | 32 +- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 82 ++- .../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 9 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 29 +- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 98 ++- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 196 +++--- .../Windows-DYLD/DynamicLoaderWindowsDYLD.cpp | 42 +- .../Plugins/ExpressionParser/Clang/ASTDumper.cpp | 4 +- .../Clang/ASTResultSynthesizer.cpp | 30 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 354 +++++------ .../Clang/ClangExpressionDeclMap.cpp | 200 +++--- .../Clang/ClangExpressionParser.cpp | 59 +- .../ExpressionParser/Clang/ClangFunctionCaller.cpp | 3 +- .../Plugins/ExpressionParser/Clang/ClangHost.cpp | 21 +- .../ExpressionParser/Clang/ClangUserExpression.cpp | 24 +- .../ExpressionParser/Clang/IRDynamicChecks.cpp | 22 +- .../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 180 +++--- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 46 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 67 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 113 ++-- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 12 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 145 +++-- .../AppleObjCTrampolineHandler.cpp | 58 +- .../AppleThreadPlanStepThroughObjCTrampoline.cpp | 25 +- .../LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp | 7 +- .../RenderScriptExpressionOpts.cpp | 8 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 651 ++++++++------------ .../RenderScriptx86ABIFixups.cpp | 11 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 95 ++- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 19 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 49 +- .../Python/OperatingSystemPython.cpp | 54 +- .../Plugins/Platform/Android/PlatformAndroid.cpp | 28 +- .../Android/PlatformAndroidRemoteGDBServer.cpp | 26 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 14 +- .../MacOSX/PlatformAppleWatchSimulator.cpp | 16 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 74 ++- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 78 ++- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 12 +- .../Platform/MacOSX/PlatformRemoteAppleBridge.cpp | 15 +- .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 14 +- .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 14 +- .../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 67 +- .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 10 +- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 13 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 26 +- .../gdb-server/PlatformRemoteGDBServer.cpp | 105 ++-- .../Process/Darwin/DarwinProcessLauncher.cpp | 42 +- source/Plugins/Process/Darwin/MachException.cpp | 194 +++--- .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 564 +++++++++-------- .../Process/Darwin/NativeThreadListDarwin.cpp | 18 +- source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 28 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 58 +- source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 80 ++- .../Linux/NativeRegisterContextLinux_arm.cpp | 9 +- .../Linux/NativeRegisterContextLinux_arm64.cpp | 9 +- .../Linux/NativeRegisterContextLinux_x86_64.cpp | 4 +- source/Plugins/Process/Linux/NativeThreadLinux.cpp | 31 +- .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 26 +- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 90 ++- .../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 4 +- source/Plugins/Process/Utility/AuxVector.cpp | 6 +- source/Plugins/Process/Utility/HistoryThread.cpp | 8 +- .../Process/Utility/RegisterContextDarwin_arm.cpp | 15 +- .../Utility/RegisterContextDarwin_arm64.cpp | 9 +- .../Process/Utility/RegisterContextDarwin_i386.cpp | 6 +- .../Process/Utility/RegisterContextLLDB.cpp | 10 +- source/Plugins/Process/Utility/UnwindLLDB.cpp | 75 ++- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 2 +- source/Plugins/Process/elf-core/ThreadElfCore.cpp | 5 +- .../Process/gdb-remote/GDBRemoteClientBase.cpp | 70 +-- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 179 +++--- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 82 ++- .../gdb-remote/GDBRemoteCommunicationHistory.cpp | 8 +- .../gdb-remote/GDBRemoteCommunicationServer.cpp | 7 +- .../GDBRemoteCommunicationServerCommon.cpp | 11 +- .../GDBRemoteCommunicationServerLLGS.cpp | 500 ++++++++------- .../GDBRemoteCommunicationServerPlatform.cpp | 25 +- .../gdb-remote/GDBRemoteRegisterContext.cpp | 51 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 552 ++++++++--------- .../Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 8 +- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 78 +-- .../Python/ScriptInterpreterPython.cpp | 34 +- .../DarwinLog/StructuredDataDarwinLog.cpp | 271 ++++---- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 167 +++-- .../Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 4 +- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 44 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 15 +- .../MacOSX/AppleGetItemInfoHandler.cpp | 59 +- .../MacOSX/AppleGetPendingItemsHandler.cpp | 62 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 54 +- .../MacOSX/AppleGetThreadItemInfoHandler.cpp | 59 +- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 14 +- source/Symbol/Block.cpp | 32 +- source/Symbol/ClangASTContext.cpp | 2 +- source/Symbol/ClangASTImporter.cpp | 182 +++--- source/Symbol/CompactUnwindInfo.cpp | 4 +- source/Symbol/DWARFCallFrameInfo.cpp | 13 +- source/Symbol/LocateSymbolFile.cpp | 8 +- source/Symbol/LocateSymbolFileMacOSX.cpp | 67 +- source/Symbol/ObjectFile.cpp | 36 +- source/Symbol/SymbolContext.cpp | 3 +- source/Symbol/UnwindPlan.cpp | 38 +- source/Target/Memory.cpp | 28 +- source/Target/ModuleCache.cpp | 5 +- source/Target/Platform.cpp | 98 ++- source/Target/Process.cpp | 680 ++++++++++----------- source/Target/SectionLoadList.cpp | 12 +- source/Target/StackFrameList.cpp | 13 +- source/Target/StopInfo.cpp | 109 ++-- source/Target/Target.cpp | 146 ++--- source/Target/Thread.cpp | 192 +++--- source/Target/ThreadList.cpp | 55 +- source/Target/ThreadPlan.cpp | 3 +- source/Target/ThreadPlanBase.cpp | 40 +- source/Target/ThreadPlanCallFunction.cpp | 101 ++- source/Target/ThreadPlanCallUserExpression.cpp | 5 +- source/Target/ThreadPlanPython.cpp | 30 +- source/Target/ThreadPlanRunToAddress.cpp | 3 +- source/Target/ThreadPlanShouldStopHere.cpp | 17 +- source/Target/ThreadPlanStepInRange.cpp | 47 +- source/Target/ThreadPlanStepInstruction.cpp | 24 +- source/Target/ThreadPlanStepOut.cpp | 4 +- source/Target/ThreadPlanStepOverBreakpoint.cpp | 16 +- source/Target/ThreadPlanStepOverRange.cpp | 14 +- source/Target/ThreadPlanStepRange.cpp | 57 +- source/Target/ThreadPlanStepThrough.cpp | 16 +- source/Target/ThreadPlanStepUntil.cpp | 3 +- source/Utility/ArchSpec.cpp | 6 +- source/Utility/Broadcaster.cpp | 11 +- source/Utility/Listener.cpp | 69 ++- tools/lldb-server/lldb-gdbserver.cpp | 9 +- unittests/Host/ConnectionFileDescriptorTest.cpp | 2 +- unittests/TestingSupport/TestUtilities.cpp | 2 +- 190 files changed, 5364 insertions(+), 5934 deletions(-)