This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3f4810929 [Reproducers] Integrate FileProvider with clang new e8af9bacf Replace 'ap' with 'up' suffix in variable names. (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/API/SBAddress.h | 2 +- include/lldb/API/SBCommandReturnObject.h | 2 +- include/lldb/API/SBDeclaration.h | 2 +- include/lldb/API/SBError.h | 2 +- include/lldb/API/SBExpressionOptions.h | 2 +- include/lldb/API/SBFileSpec.h | 2 +- include/lldb/API/SBFileSpecList.h | 2 +- include/lldb/API/SBLineEntry.h | 2 +- include/lldb/API/SBMemoryRegionInfo.h | 2 +- include/lldb/API/SBMemoryRegionInfoList.h | 2 +- include/lldb/API/SBModuleSpec.h | 4 +- include/lldb/API/SBProcessInfo.h | 2 +- include/lldb/API/SBSourceManager.h | 2 +- include/lldb/API/SBStream.h | 2 +- include/lldb/API/SBStringList.h | 2 +- include/lldb/API/SBSymbolContext.h | 2 +- include/lldb/API/SBSymbolContextList.h | 2 +- include/lldb/API/SBType.h | 4 +- include/lldb/API/SBTypeEnumMember.h | 2 +- include/lldb/API/SBTypeSummary.h | 2 +- include/lldb/API/SBValueList.h | 2 +- include/lldb/API/SBVariablesOptions.h | 2 +- include/lldb/Breakpoint/BreakpointLocation.h | 8 +- include/lldb/Breakpoint/BreakpointOptions.h | 2 +- include/lldb/Breakpoint/Watchpoint.h | 2 +- include/lldb/Breakpoint/WatchpointOptions.h | 2 +- include/lldb/Core/Debugger.h | 8 +- include/lldb/Core/IOHandler.h | 2 +- include/lldb/Core/Module.h | 8 +- include/lldb/Core/ValueObjectSyntheticFilter.h | 2 +- include/lldb/Expression/IRExecutionUnit.h | 26 +-- include/lldb/Expression/LLVMUserExpression.h | 6 +- include/lldb/Host/Terminal.h | 2 +- include/lldb/Symbol/ClangASTContext.h | 32 ++-- include/lldb/Symbol/CompileUnit.h | 2 +- include/lldb/Symbol/ObjectFile.h | 4 +- include/lldb/Symbol/SymbolContext.h | 4 +- include/lldb/Symbol/SymbolVendor.h | 4 +- include/lldb/Target/ABI.h | 2 +- include/lldb/Target/ObjCLanguageRuntime.h | 2 +- include/lldb/Target/Process.h | 30 ++-- include/lldb/Target/StackFrameList.h | 2 +- include/lldb/Target/Target.h | 8 +- include/lldb/Target/Thread.h | 2 +- include/lldb/Target/ThreadPlanStepInRange.h | 2 +- source/API/SBAddress.cpp | 96 +++++------ source/API/SBCommandReturnObject.cpp | 120 +++++++------- source/API/SBCompileUnit.cpp | 2 +- source/API/SBDeclaration.cpp | 50 +++--- source/API/SBError.cpp | 76 ++++----- source/API/SBExpressionOptions.cpp | 80 ++++----- source/API/SBFileSpec.cpp | 62 +++---- source/API/SBFileSpecList.cpp | 40 ++--- source/API/SBLineEntry.cpp | 64 ++++---- source/API/SBMemoryRegionInfo.cpp | 36 ++--- source/API/SBMemoryRegionInfoList.cpp | 32 ++-- source/API/SBModule.cpp | 4 +- source/API/SBModuleSpec.cpp | 66 ++++---- source/API/SBProcessInfo.cpp | 66 ++++---- source/API/SBSourceManager.cpp | 12 +- source/API/SBStream.cpp | 60 +++---- source/API/SBStringList.cpp | 44 ++--- source/API/SBSymbolContext.cpp | 84 +++++----- source/API/SBSymbolContextList.cpp | 38 ++--- source/API/SBTarget.cpp | 2 +- source/API/SBType.cpp | 74 ++++----- source/API/SBTypeEnumMember.cpp | 16 +- source/API/SBTypeSummary.cpp | 32 ++-- source/API/SBValueList.cpp | 66 ++++---- source/API/SBVariablesOptions.cpp | 50 +++--- source/Breakpoint/BreakpointLocation.cpp | 67 ++++---- source/Breakpoint/BreakpointOptions.cpp | 50 +++--- source/Breakpoint/Watchpoint.cpp | 16 +- source/Breakpoint/WatchpointOptions.cpp | 24 +-- source/Commands/CommandObjectCommands.cpp | 24 +-- source/Commands/CommandObjectHelp.cpp | 7 +- source/Commands/CommandObjectHelp.h | 2 +- source/Commands/CommandObjectTarget.cpp | 20 +-- source/Commands/CommandObjectWatchpointCommand.cpp | 18 +-- source/Core/Debugger.cpp | 26 +-- source/Core/Disassembler.cpp | 26 +-- source/Core/DumpDataExtractor.cpp | 6 +- source/Core/DynamicLoader.cpp | 12 +- source/Core/IOHandler.cpp | 60 +++---- source/Core/Module.cpp | 36 ++--- source/Core/ValueObjectSyntheticFilter.cpp | 30 ++-- source/Expression/DWARFExpression.cpp | 6 +- source/Expression/IRExecutionUnit.cpp | 44 ++--- source/Expression/IRInterpreter.cpp | 6 +- source/Expression/LLVMUserExpression.cpp | 21 ++- source/Host/common/File.cpp | 16 +- source/Host/common/Terminal.cpp | 18 +-- source/Interpreter/CommandInterpreter.cpp | 179 +++++++++++---------- source/Interpreter/Options.cpp | 6 +- source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 12 +- .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 34 ++-- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 34 ++-- .../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 2 +- source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 32 ++-- source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 8 +- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 17 +- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 32 ++-- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 8 +- .../Clang/ClangExpressionParser.cpp | 12 +- .../ExpressionParser/Clang/ClangUserExpression.cpp | 8 +- .../Instruction/ARM/EmulateInstructionARM.cpp | 12 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 10 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 29 ++-- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 8 +- .../AppleObjCTrampolineHandler.cpp | 10 +- .../AppleObjCRuntime/AppleObjCTrampolineHandler.h | 2 +- .../AppleObjCTypeEncodingParser.cpp | 4 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 6 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 20 +-- .../ObjectContainerUniversalMachO.cpp | 6 +- .../ObjectFile/Breakpad/ObjectFileBreakpad.cpp | 6 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 74 ++++----- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 6 +- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 24 +-- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 38 ++--- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 46 +++--- .../Python/OperatingSystemPython.cpp | 18 +-- .../OperatingSystem/Python/OperatingSystemPython.h | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 8 +- .../Plugins/Process/Darwin/NativeThreadDarwin.cpp | 6 +- source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 8 +- source/Plugins/Process/FreeBSD/FreeBSDThread.h | 2 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 20 +-- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 20 +-- .../Linux/NativeRegisterContextLinux_mips64.cpp | 18 +-- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 18 +-- source/Plugins/Process/Utility/HistoryThread.cpp | 4 +- .../Process/Utility/RegisterContextPOSIX_arm.cpp | 8 +- .../Process/Utility/RegisterContextPOSIX_arm.h | 2 +- .../Process/Utility/RegisterContextPOSIX_arm64.cpp | 8 +- .../Process/Utility/RegisterContextPOSIX_arm64.h | 2 +- .../Utility/RegisterContextPOSIX_mips64.cpp | 36 ++--- .../Process/Utility/RegisterContextPOSIX_mips64.h | 2 +- .../Utility/RegisterContextPOSIX_powerpc.cpp | 6 +- .../Process/Utility/RegisterContextPOSIX_powerpc.h | 2 +- .../Utility/RegisterContextPOSIX_ppc64le.cpp | 6 +- .../Process/Utility/RegisterContextPOSIX_ppc64le.h | 2 +- .../Process/Utility/RegisterContextPOSIX_s390x.cpp | 6 +- .../Process/Utility/RegisterContextPOSIX_s390x.h | 2 +- .../Process/Utility/RegisterContextPOSIX_x86.cpp | 8 +- .../Process/Utility/RegisterContextPOSIX_x86.h | 2 +- .../Process/Windows/Common/TargetThreadWindows.cpp | 6 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 6 +- .../elf-core/RegisterContextPOSIXCore_mips64.cpp | 2 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 14 +- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 6 +- .../Plugins/Process/minidump/ProcessMinidump.cpp | 6 +- source/Plugins/Process/minidump/ThreadMinidump.cpp | 4 +- .../Python/ScriptInterpreterPython.cpp | 52 +++--- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 40 ++--- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 18 +-- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 2 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 12 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 46 +++--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 4 +- .../InstEmulation/UnwindAssemblyInstEmulation.cpp | 26 +-- .../InstEmulation/UnwindAssemblyInstEmulation.h | 10 +- source/Symbol/ClangASTContext.cpp | 178 ++++++++++---------- source/Symbol/CompileUnit.cpp | 10 +- source/Symbol/LineTable.cpp | 10 +- source/Symbol/ObjectFile.cpp | 36 ++--- source/Symbol/SymbolContext.cpp | 24 +-- source/Symbol/SymbolFile.cpp | 16 +- source/Symbol/SymbolVendor.cpp | 132 +++++++-------- source/Target/LanguageRuntime.cpp | 8 +- source/Target/Memory.cpp | 10 +- source/Target/ObjCLanguageRuntime.cpp | 4 +- source/Target/OperatingSystem.cpp | 12 +- source/Target/Process.cpp | 92 +++++------ source/Target/StackFrameList.cpp | 24 +-- source/Target/SystemRuntime.cpp | 6 +- source/Target/Target.cpp | 28 ++-- source/Target/Thread.cpp | 16 +- source/Target/ThreadPlanStepInRange.cpp | 8 +- source/Target/UnwindAssembly.cpp | 6 +- tools/debugserver/source/MacOSX/MachThread.cpp | 52 +++--- tools/debugserver/source/MacOSX/MachThread.h | 4 +- tools/lldb-perf/lib/Gauge.cpp | 24 +-- tools/lldb-perf/lib/MemoryGauge.cpp | 8 +- tools/lldb-perf/lib/Results.cpp | 32 ++-- 190 files changed, 1963 insertions(+), 1959 deletions(-)