[all-commits] [llvm/llvm-project] e9264b: [lldb] NFC: Fix trivial typo in comments, document...

Kazuaki Ishizaki via All-commits all-commits at lists.llvm.org
Mon Apr 6 09:06:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e9264b746b81a63323d884ea07b2ebfbb660d004
      https://github.com/llvm/llvm-project/commit/e9264b746b81a63323d884ea07b2ebfbb660d004
  Author: Kazuaki Ishizaki <ishizaki at jp.ibm.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M lldb/bindings/interface/SBBlock.i
    M lldb/bindings/interface/SBExpressionOptions.i
    M lldb/bindings/interface/SBFile.i
    M lldb/docs/lldb-platform-packets.txt
    M lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp
    M lldb/examples/python/mach_o.py
    M lldb/include/lldb/Symbol/LineEntry.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Utility/Connection.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/Status.h
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/test_runner/README.txt
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/scripts/verify_api.py
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Core/FormatEntity.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Process/Darwin/CFUtils.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Symbol/ArmUnwindInfo.cpp
    M lldb/source/Target/RegisterContextUnwind.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StopInfo.cpp
    M lldb/test/API/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    M lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    M lldb/test/API/functionalities/load_unload/TestLoadUnload.py
    M lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
    M lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
    M lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
    M lldb/test/API/lang/cpp/namespace/ns3.cpp
    M lldb/test/API/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
    M lldb/test/API/macosx/lc-note/kern-ver-str/create-empty-corefile.cpp
    M lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
    M lldb/test/API/python_api/frame/TestFrames.py
    M lldb/test/API/python_api/function_symbol/main.c
    M lldb/test/API/python_api/target/main.c
    M lldb/test/API/python_api/thread/TestThreadAPI.py
    M lldb/test/API/tools/lldb-server/main.cpp
    M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
    M lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    M lldb/test/API/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
    M lldb/test/API/tools/lldb-vscode/step/TestVSCode_step.py
    M lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    M lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py
    M lldb/tools/debugserver/source/ChangeLog
    M lldb/tools/debugserver/source/MacOSX/CFUtils.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/package.json
    M lldb/unittests/Process/Linux/ProcessorTraceTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/debugserver/CMakeLists.txt

  Log Message:
  -----------
  [lldb] NFC: Fix trivial typo in comments, documents, and messages

Differential Revision: https://reviews.llvm.org/D77460




More information about the All-commits mailing list