[Lldb-commits] [PATCH] D60508: [NFC] Remove ASCII lines from comments

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 10 13:49:00 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB358135: [NFC] Remove ASCII lines from comments (authored by JDevlieghere, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60508?vs=194494&id=194584#toc

Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60508/new/

https://reviews.llvm.org/D60508

Files:
  examples/darwin/heap_find/heap/heap_find.cpp
  examples/functions/main.cpp
  examples/interposing/darwin/fd_interposing/FDInterposing.cpp
  examples/lookup/main.cpp
  include/lldb/API/SBAttachInfo.h
  include/lldb/API/SBBlock.h
  include/lldb/API/SBCommandInterpreter.h
  include/lldb/API/SBCompileUnit.h
  include/lldb/API/SBInstructionList.h
  include/lldb/API/SBLaunchInfo.h
  include/lldb/API/SBMemoryRegionInfo.h
  include/lldb/API/SBModule.h
  include/lldb/API/SBModuleSpec.h
  include/lldb/API/SBPlatform.h
  include/lldb/API/SBProcess.h
  include/lldb/API/SBSection.h
  include/lldb/API/SBStructuredData.h
  include/lldb/API/SBSymbol.h
  include/lldb/API/SBTarget.h
  include/lldb/API/SBThread.h
  include/lldb/API/SBThreadPlan.h
  include/lldb/API/SBTrace.h
  include/lldb/API/SBValue.h
  include/lldb/Breakpoint/Breakpoint.h
  include/lldb/Breakpoint/BreakpointID.h
  include/lldb/Breakpoint/BreakpointIDList.h
  include/lldb/Breakpoint/BreakpointList.h
  include/lldb/Breakpoint/BreakpointLocation.h
  include/lldb/Breakpoint/BreakpointLocationCollection.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/BreakpointResolverScripted.h
  include/lldb/Breakpoint/BreakpointSite.h
  include/lldb/Breakpoint/BreakpointSiteList.h
  include/lldb/Breakpoint/Stoppoint.h
  include/lldb/Breakpoint/StoppointCallbackContext.h
  include/lldb/Breakpoint/StoppointLocation.h
  include/lldb/Breakpoint/Watchpoint.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/Architecture.h
  include/lldb/Core/Communication.h
  include/lldb/Core/Debugger.h
  include/lldb/Core/Disassembler.h
  include/lldb/Core/DumpDataExtractor.h
  include/lldb/Core/EmulateInstruction.h
  include/lldb/Core/FileLineResolver.h
  include/lldb/Core/FileSpecList.h
  include/lldb/Core/FormatEntity.h
  include/lldb/Core/Highlighter.h
  include/lldb/Core/IOHandler.h
  include/lldb/Core/Mangled.h
  include/lldb/Core/Module.h
  include/lldb/Core/ModuleChild.h
  include/lldb/Core/ModuleList.h
  include/lldb/Core/PluginManager.h
  include/lldb/Core/STLUtils.h
  include/lldb/Core/SearchFilter.h
  include/lldb/Core/Section.h
  include/lldb/Core/SourceManager.h
  include/lldb/Core/StreamFile.h
  include/lldb/Core/ThreadSafeSTLMap.h
  include/lldb/Core/ThreadSafeSTLVector.h
  include/lldb/Core/ThreadSafeValue.h
  include/lldb/Core/UniqueCStringMap.h
  include/lldb/Core/ValueObject.h
  include/lldb/Core/ValueObjectCast.h
  include/lldb/Core/ValueObjectChild.h
  include/lldb/Core/ValueObjectConstResult.h
  include/lldb/Core/ValueObjectConstResultChild.h
  include/lldb/Core/ValueObjectConstResultImpl.h
  include/lldb/Core/ValueObjectDynamicValue.h
  include/lldb/Core/ValueObjectList.h
  include/lldb/Core/ValueObjectMemory.h
  include/lldb/Core/ValueObjectRegister.h
  include/lldb/Core/ValueObjectSyntheticFilter.h
  include/lldb/Core/ValueObjectVariable.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/REPL.h
  include/lldb/Expression/UserExpression.h
  include/lldb/Expression/UtilityFunction.h
  include/lldb/Host/Debug.h
  include/lldb/Host/File.h
  include/lldb/Host/Host.h
  include/lldb/Host/HostInfo.h
  include/lldb/Host/HostInfoBase.h
  include/lldb/Host/HostProcess.h
  include/lldb/Host/HostThread.h
  include/lldb/Host/ProcessLaunchInfo.h
  include/lldb/Host/ProcessRunLock.h
  include/lldb/Host/PseudoTerminal.h
  include/lldb/Host/SocketAddress.h
  include/lldb/Host/StringConvert.h
  include/lldb/Host/Terminal.h
  include/lldb/Host/XML.h
  include/lldb/Host/common/NativeProcessProtocol.h
  include/lldb/Host/common/NativeRegisterContext.h
  include/lldb/Host/common/NativeThreadProtocol.h
  include/lldb/Host/posix/PipePosix.h
  include/lldb/Host/windows/PipeWindows.h
  include/lldb/Initialization/SystemInitializerCommon.h
  include/lldb/Interpreter/CommandCompletions.h
  include/lldb/Interpreter/CommandInterpreter.h
  include/lldb/Interpreter/CommandObject.h
  include/lldb/Interpreter/CommandObjectMultiword.h
  include/lldb/Interpreter/CommandObjectRegexCommand.h
  include/lldb/Interpreter/OptionGroupArchitecture.h
  include/lldb/Interpreter/OptionGroupBoolean.h
  include/lldb/Interpreter/OptionGroupFile.h
  include/lldb/Interpreter/OptionGroupFormat.h
  include/lldb/Interpreter/OptionGroupOutputFile.h
  include/lldb/Interpreter/OptionGroupPlatform.h
  include/lldb/Interpreter/OptionGroupString.h
  include/lldb/Interpreter/OptionGroupUInt64.h
  include/lldb/Interpreter/OptionGroupUUID.h
  include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
  include/lldb/Interpreter/OptionGroupVariable.h
  include/lldb/Interpreter/OptionGroupWatchpoint.h
  include/lldb/Interpreter/OptionValue.h
  include/lldb/Interpreter/OptionValueArch.h
  include/lldb/Interpreter/OptionValueArray.h
  include/lldb/Interpreter/OptionValueBoolean.h
  include/lldb/Interpreter/OptionValueChar.h
  include/lldb/Interpreter/OptionValueDictionary.h
  include/lldb/Interpreter/OptionValueEnumeration.h
  include/lldb/Interpreter/OptionValueFileSpec.h
  include/lldb/Interpreter/OptionValueFileSpecList.h
  include/lldb/Interpreter/OptionValueFormat.h
  include/lldb/Interpreter/OptionValueFormatEntity.h
  include/lldb/Interpreter/OptionValueLanguage.h
  include/lldb/Interpreter/OptionValuePathMappings.h
  include/lldb/Interpreter/OptionValueProperties.h
  include/lldb/Interpreter/OptionValueRegex.h
  include/lldb/Interpreter/OptionValueSInt64.h
  include/lldb/Interpreter/OptionValueString.h
  include/lldb/Interpreter/OptionValueUInt64.h
  include/lldb/Interpreter/OptionValueUUID.h
  include/lldb/Interpreter/Options.h
  include/lldb/Symbol/Block.h
  include/lldb/Symbol/ClangASTContext.h
  include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
  include/lldb/Symbol/CompileUnit.h
  include/lldb/Symbol/CompilerDecl.h
  include/lldb/Symbol/CompilerDeclContext.h
  include/lldb/Symbol/CompilerType.h
  include/lldb/Symbol/DWARFCallFrameInfo.h
  include/lldb/Symbol/DeclVendor.h
  include/lldb/Symbol/Declaration.h
  include/lldb/Symbol/Function.h
  include/lldb/Symbol/LineEntry.h
  include/lldb/Symbol/LineTable.h
  include/lldb/Symbol/LocateSymbolFile.h
  include/lldb/Symbol/ObjectContainer.h
  include/lldb/Symbol/ObjectFile.h
  include/lldb/Symbol/Symbol.h
  include/lldb/Symbol/SymbolContext.h
  include/lldb/Symbol/SymbolContextScope.h
  include/lldb/Symbol/SymbolFile.h
  include/lldb/Symbol/SymbolVendor.h
  include/lldb/Symbol/Symtab.h
  include/lldb/Symbol/Type.h
  include/lldb/Symbol/TypeList.h
  include/lldb/Symbol/TypeMap.h
  include/lldb/Symbol/TypeSystem.h
  include/lldb/Symbol/Variable.h
  include/lldb/Symbol/VariableList.h
  include/lldb/Target/ABI.h
  include/lldb/Target/CPPLanguageRuntime.h
  include/lldb/Target/DynamicLoader.h
  include/lldb/Target/ExecutionContext.h
  include/lldb/Target/ExecutionContextScope.h
  include/lldb/Target/JITLoader.h
  include/lldb/Target/JITLoaderList.h
  include/lldb/Target/Language.h
  include/lldb/Target/LanguageRuntime.h
  include/lldb/Target/Memory.h
  include/lldb/Target/MemoryRegionInfo.h
  include/lldb/Target/ModuleCache.h
  include/lldb/Target/ObjCLanguageRuntime.h
  include/lldb/Target/OperatingSystem.h
  include/lldb/Target/PathMappingList.h
  include/lldb/Target/Platform.h
  include/lldb/Target/Process.h
  include/lldb/Target/Queue.h
  include/lldb/Target/QueueItem.h
  include/lldb/Target/QueueList.h
  include/lldb/Target/RegisterContext.h
  include/lldb/Target/RegisterNumber.h
  include/lldb/Target/SectionLoadHistory.h
  include/lldb/Target/SectionLoadList.h
  include/lldb/Target/StackFrame.h
  include/lldb/Target/StackFrameList.h
  include/lldb/Target/StackID.h
  include/lldb/Target/StopInfo.h
  include/lldb/Target/StructuredDataPlugin.h
  include/lldb/Target/SystemRuntime.h
  include/lldb/Target/Target.h
  include/lldb/Target/TargetList.h
  include/lldb/Target/Thread.h
  include/lldb/Target/ThreadList.h
  include/lldb/Target/ThreadPlan.h
  include/lldb/Target/ThreadPlanBase.h
  include/lldb/Target/ThreadPlanCallOnFunctionExit.h
  include/lldb/Target/ThreadPlanPython.h
  include/lldb/Target/ThreadPlanShouldStopHere.h
  include/lldb/Target/UnixSignals.h
  include/lldb/Target/Unwind.h
  include/lldb/Utility/ArchSpec.h
  include/lldb/Utility/Args.h
  include/lldb/Utility/Baton.h
  include/lldb/Utility/Broadcaster.h
  include/lldb/Utility/CompletionRequest.h
  include/lldb/Utility/Connection.h
  include/lldb/Utility/ConstString.h
  include/lldb/Utility/DataBuffer.h
  include/lldb/Utility/DataBufferHeap.h
  include/lldb/Utility/DataEncoder.h
  include/lldb/Utility/DataExtractor.h
  include/lldb/Utility/Event.h
  include/lldb/Utility/FileSpec.h
  include/lldb/Utility/Flags.h
  include/lldb/Utility/Listener.h
  include/lldb/Utility/Log.h
  include/lldb/Utility/Logging.h
  include/lldb/Utility/Predicate.h
  include/lldb/Utility/ProcessInfo.h
  include/lldb/Utility/RangeMap.h
  include/lldb/Utility/RegularExpression.h
  include/lldb/Utility/Scalar.h
  include/lldb/Utility/State.h
  (639 more files...)





More information about the lldb-commits mailing list