This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3e367d6e2 Predicate.h: remove unused functions new a56b1c63b Enable AUTOBRIEF in doxygen configuration.
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: docs/doxygen.cfg.in | 4 +- include/lldb/Breakpoint/Breakpoint.h | 150 ++--- include/lldb/Breakpoint/BreakpointList.h | 21 +- include/lldb/Breakpoint/BreakpointLocation.h | 70 +- include/lldb/Breakpoint/BreakpointLocationList.h | 59 +- include/lldb/Breakpoint/BreakpointOptions.h | 25 +- include/lldb/Breakpoint/BreakpointResolver.h | 56 +- .../lldb/Breakpoint/BreakpointResolverAddress.h | 7 +- .../lldb/Breakpoint/BreakpointResolverFileLine.h | 7 +- .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 5 +- include/lldb/Breakpoint/BreakpointResolverName.h | 6 +- include/lldb/Breakpoint/BreakpointSite.h | 61 +- include/lldb/Breakpoint/BreakpointSiteList.h | 21 +- include/lldb/Breakpoint/StoppointCallbackContext.h | 11 +- include/lldb/Breakpoint/WatchpointList.h | 22 +- include/lldb/Breakpoint/WatchpointOptions.h | 11 +- include/lldb/Core/Address.h | 160 +++-- include/lldb/Core/AddressRange.h | 50 +- include/lldb/Core/AddressResolver.h | 14 +- include/lldb/Core/AddressResolverFileLine.h | 7 +- include/lldb/Core/AddressResolverName.h | 6 +- include/lldb/Core/Broadcaster.h | 49 +- include/lldb/Core/Communication.h | 163 +++-- include/lldb/Core/Debugger.h | 9 +- include/lldb/Core/EmulateInstruction.h | 87 ++- include/lldb/Core/FileLineResolver.h | 5 +- include/lldb/Core/FileSpecList.h | 30 +- include/lldb/Core/Mangled.h | 56 +- include/lldb/Core/Module.h | 304 ++++----- include/lldb/Core/ModuleChild.h | 2 +- include/lldb/Core/ModuleList.h | 50 +- include/lldb/Core/SearchFilter.h | 52 +- include/lldb/Expression/DWARFExpression.h | 65 +- include/lldb/Expression/Expression.h | 29 +- include/lldb/Expression/ExpressionParser.h | 16 +- .../lldb/Expression/ExpressionTypeSystemHelper.h | 6 +- include/lldb/Expression/ExpressionVariable.h | 2 +- include/lldb/Expression/FunctionCaller.h | 27 +- include/lldb/Expression/IRDynamicChecks.h | 33 +- include/lldb/Expression/IRExecutionUnit.h | 62 +- include/lldb/Expression/IRInterpreter.h | 8 +- include/lldb/Expression/IRMemoryMap.h | 18 +- include/lldb/Expression/LLVMUserExpression.h | 14 +- include/lldb/Expression/UserExpression.h | 27 +- include/lldb/Expression/UtilityFunction.h | 26 +- include/lldb/Host/File.h | 81 ++- include/lldb/Host/Host.h | 63 +- include/lldb/Host/HostInfo.h | 21 +- include/lldb/Host/HostProcess.h | 14 +- include/lldb/Host/HostThread.h | 2 +- include/lldb/Host/Predicate.h | 4 +- include/lldb/Host/ProcessRunLock.h | 6 +- include/lldb/Host/PseudoTerminal.h | 106 ++- include/lldb/Host/StringConvert.h | 2 +- include/lldb/Host/Terminal.h | 21 +- include/lldb/Host/posix/PipePosix.h | 2 +- include/lldb/Host/windows/PipeWindows.h | 2 +- include/lldb/Interpreter/Options.h | 42 +- include/lldb/Symbol/Block.h | 49 +- include/lldb/Symbol/CompileUnit.h | 114 ++-- include/lldb/Symbol/Declaration.h | 23 +- include/lldb/Symbol/Function.h | 110 ++-- include/lldb/Symbol/LineEntry.h | 42 +- include/lldb/Symbol/LineTable.h | 23 +- include/lldb/Symbol/ObjectContainer.h | 65 +- include/lldb/Symbol/ObjectFile.h | 301 +++++---- include/lldb/Symbol/SymbolContext.h | 123 ++-- include/lldb/Symbol/SymbolContextScope.h | 51 +- include/lldb/Target/DynamicLoader.h | 139 ++-- include/lldb/Target/ExecutionContext.h | 367 +++++------ include/lldb/Target/ExecutionContextScope.h | 29 +- include/lldb/Target/JITLoader.h | 28 +- include/lldb/Target/ModuleCache.h | 9 +- include/lldb/Target/OperatingSystem.h | 11 +- include/lldb/Target/Platform.h | 234 ++++--- include/lldb/Target/Process.h | 716 ++++++++++----------- include/lldb/Target/StackFrame.h | 77 +-- include/lldb/Target/SystemRuntime.h | 136 ++-- include/lldb/Utility/ArchSpec.h | 124 ++-- include/lldb/Utility/Args.h | 68 +- include/lldb/Utility/Baton.h | 10 +- include/lldb/Utility/Connection.h | 32 +- include/lldb/Utility/ConstString.h | 170 +++-- include/lldb/Utility/DataBuffer.h | 39 +- include/lldb/Utility/DataBufferHeap.h | 25 +- include/lldb/Utility/DataBufferLLVM.h | 4 +- include/lldb/Utility/DataEncoder.h | 102 ++- include/lldb/Utility/DataExtractor.h | 344 +++++----- include/lldb/Utility/FileSpec.h | 123 ++-- include/lldb/Utility/Flags.h | 16 +- include/lldb/Utility/History.h | 8 +- include/lldb/Utility/RegularExpression.h | 41 +- include/lldb/Utility/Status.h | 80 ++- include/lldb/Utility/Stream.h | 60 +- include/lldb/Utility/StructuredData.h | 18 +- include/lldb/Utility/TildeExpressionResolver.h | 8 +- include/lldb/Utility/Timer.h | 2 +- include/lldb/Utility/UserID.h | 18 +- include/lldb/lldb-private-defines.h | 2 +- source/Expression/IRDynamicChecks.cpp | 26 +- .../Hexagon-DYLD/HexagonDYLDRendezvous.h | 17 +- .../Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h | 13 +- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.h | 17 +- .../ExpressionParser/Clang/ASTResultSynthesizer.h | 31 +- .../ExpressionParser/Clang/ASTStructExtractor.h | 25 +- .../ExpressionParser/Clang/ClangASTSource.h | 66 +- .../Clang/ClangExpressionDeclMap.h | 81 ++- .../ExpressionParser/Clang/ClangExpressionParser.h | 16 +- .../Clang/ClangExpressionVariable.h | 42 +- .../ExpressionParser/Clang/ClangFunctionCaller.h | 12 +- .../Clang/ClangPersistentVariables.h | 5 +- .../ExpressionParser/Clang/ClangUserExpression.h | 12 +- .../ExpressionParser/Clang/ClangUtilityFunction.h | 12 +- .../Plugins/ExpressionParser/Clang/IRForTarget.h | 105 ++- .../Plugins/ExpressionParser/Go/GoUserExpression.h | 8 +- source/Plugins/ObjectFile/ELF/ELFHeader.h | 39 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 10 +- .../Plugins/Process/Darwin/NativeProcessDarwin.h | 22 +- source/Plugins/Process/FreeBSD/FreeBSDThread.h | 2 +- source/Plugins/Process/FreeBSD/POSIXStopInfo.h | 6 +- source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 58 +- source/Plugins/Process/FreeBSD/ProcessMonitor.h | 17 +- .../Plugins/Process/FreeBSD/RegisterContextPOSIX.h | 2 +- source/Plugins/Process/Linux/NativeProcessLinux.h | 6 +- .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 6 +- source/Plugins/Process/Utility/HistoryThread.h | 6 +- .../Process/Utility/RegisterInfoInterface.h | 2 +- source/Symbol/ClangASTContext.cpp | 2 +- source/Utility/FastDemangle.cpp | 43 +- tools/debugserver/source/JSONGenerator.h | 2 +- tools/intel-features/intel-pt/Decoder.h | 8 +- tools/intel-features/intel-pt/PTDecoder.h | 14 +- 133 files changed, 3307 insertions(+), 3648 deletions(-)