[Lldb-commits] [PATCH] D46321: Enable AUTOBRIEF in doxygen configuration.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 1 09:37:15 PDT 2018


aprantl created this revision.
aprantl added reviewers: clayborg, labath.
Herald added subscribers: JDevlieghere, arichardson, emaste.
Herald added a reviewer: espindola.

This brings the LLDB configuration closer to LLVM's and removes visual clutter in the source code by removing the @brief commands from comments.

      

See also https://reviews.llvm.org/D46290.


https://reviews.llvm.org/D46321

Files:
  docs/doxygen.cfg.in
  include/lldb/Breakpoint/Breakpoint.h
  include/lldb/Breakpoint/BreakpointList.h
  include/lldb/Breakpoint/BreakpointLocation.h
  include/lldb/Breakpoint/BreakpointLocationList.h
  include/lldb/Breakpoint/BreakpointOptions.h
  include/lldb/Breakpoint/BreakpointResolver.h
  include/lldb/Breakpoint/BreakpointResolverAddress.h
  include/lldb/Breakpoint/BreakpointResolverFileLine.h
  include/lldb/Breakpoint/BreakpointResolverFileRegex.h
  include/lldb/Breakpoint/BreakpointResolverName.h
  include/lldb/Breakpoint/BreakpointSite.h
  include/lldb/Breakpoint/BreakpointSiteList.h
  include/lldb/Breakpoint/StoppointCallbackContext.h
  include/lldb/Breakpoint/WatchpointList.h
  include/lldb/Breakpoint/WatchpointOptions.h
  include/lldb/Core/Address.h
  include/lldb/Core/AddressRange.h
  include/lldb/Core/AddressResolver.h
  include/lldb/Core/AddressResolverFileLine.h
  include/lldb/Core/AddressResolverName.h
  include/lldb/Core/Broadcaster.h
  include/lldb/Core/Communication.h
  include/lldb/Core/Debugger.h
  include/lldb/Core/EmulateInstruction.h
  include/lldb/Core/FileLineResolver.h
  include/lldb/Core/FileSpecList.h
  include/lldb/Core/Mangled.h
  include/lldb/Core/Module.h
  include/lldb/Core/ModuleChild.h
  include/lldb/Core/ModuleList.h
  include/lldb/Core/SearchFilter.h
  include/lldb/Expression/DWARFExpression.h
  include/lldb/Expression/Expression.h
  include/lldb/Expression/ExpressionParser.h
  include/lldb/Expression/ExpressionTypeSystemHelper.h
  include/lldb/Expression/ExpressionVariable.h
  include/lldb/Expression/FunctionCaller.h
  include/lldb/Expression/IRDynamicChecks.h
  include/lldb/Expression/IRExecutionUnit.h
  include/lldb/Expression/IRInterpreter.h
  include/lldb/Expression/IRMemoryMap.h
  include/lldb/Expression/LLVMUserExpression.h
  include/lldb/Expression/UserExpression.h
  include/lldb/Expression/UtilityFunction.h
  include/lldb/Host/File.h
  include/lldb/Host/Host.h
  include/lldb/Host/HostInfo.h
  include/lldb/Host/HostProcess.h
  include/lldb/Host/HostThread.h
  include/lldb/Host/Predicate.h
  include/lldb/Host/ProcessRunLock.h
  include/lldb/Host/PseudoTerminal.h
  include/lldb/Host/StringConvert.h
  include/lldb/Host/Terminal.h
  include/lldb/Host/posix/PipePosix.h
  include/lldb/Host/windows/PipeWindows.h
  include/lldb/Interpreter/Options.h
  include/lldb/Symbol/Block.h
  include/lldb/Symbol/CompileUnit.h
  include/lldb/Symbol/Declaration.h
  include/lldb/Symbol/Function.h
  include/lldb/Symbol/LineEntry.h
  include/lldb/Symbol/LineTable.h
  include/lldb/Symbol/ObjectContainer.h
  include/lldb/Symbol/ObjectFile.h
  include/lldb/Symbol/SymbolContext.h
  include/lldb/Symbol/SymbolContextScope.h
  include/lldb/Target/DynamicLoader.h
  include/lldb/Target/ExecutionContext.h
  include/lldb/Target/ExecutionContextScope.h
  include/lldb/Target/JITLoader.h
  include/lldb/Target/ModuleCache.h
  include/lldb/Target/OperatingSystem.h
  include/lldb/Target/Platform.h
  include/lldb/Target/Process.h
  include/lldb/Target/StackFrame.h
  include/lldb/Target/SystemRuntime.h
  include/lldb/Utility/ArchSpec.h
  include/lldb/Utility/Args.h
  include/lldb/Utility/Baton.h
  include/lldb/Utility/Connection.h
  include/lldb/Utility/ConstString.h
  include/lldb/Utility/DataBuffer.h
  include/lldb/Utility/DataBufferHeap.h
  include/lldb/Utility/DataBufferLLVM.h
  include/lldb/Utility/DataEncoder.h
  include/lldb/Utility/DataExtractor.h
  include/lldb/Utility/FileSpec.h
  include/lldb/Utility/Flags.h
  include/lldb/Utility/History.h
  include/lldb/Utility/RegularExpression.h
  include/lldb/Utility/Status.h
  include/lldb/Utility/Stream.h
  include/lldb/Utility/StructuredData.h
  include/lldb/Utility/TildeExpressionResolver.h
  include/lldb/Utility/Timer.h
  include/lldb/Utility/UserID.h
  include/lldb/lldb-private-defines.h
  source/Expression/IRDynamicChecks.cpp
  source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
  source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
  source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
  source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
  source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
  source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
  source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
  source/Plugins/ExpressionParser/Clang/IRForTarget.h
  source/Plugins/ExpressionParser/Go/GoUserExpression.h
  source/Plugins/ObjectFile/ELF/ELFHeader.h
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  source/Plugins/Process/Darwin/NativeProcessDarwin.h
  source/Plugins/Process/FreeBSD/FreeBSDThread.h
  source/Plugins/Process/FreeBSD/POSIXStopInfo.h
  source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  source/Plugins/Process/FreeBSD/ProcessMonitor.h
  source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
  source/Plugins/Process/Linux/NativeProcessLinux.h
  source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
  source/Plugins/Process/Utility/HistoryThread.h
  source/Plugins/Process/Utility/RegisterInfoInterface.h
  source/Symbol/ClangASTContext.cpp
  source/Utility/FastDemangle.cpp
  tools/debugserver/source/JSONGenerator.h
  tools/intel-features/intel-pt/Decoder.h
  tools/intel-features/intel-pt/PTDecoder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46321.144739.patch
Type: text/x-patch
Size: 106329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180501/2d78c38f/attachment-0001.bin>


More information about the lldb-commits mailing list