[Lldb-commits] [PATCH] D131122: [lldb] Fixed a number of typos

Gabriel Ravier via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 3 15:25:24 PDT 2022


GabrielRavier created this revision.
Herald added a project: All.
GabrielRavier requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

I went over the output of the following mess of a command:

`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131122

Files:
  lldb/bindings/interface/SBProcess.i
  lldb/bindings/interface/SBType.i
  lldb/docs/use/python-reference.rst
  lldb/examples/python/armv7_cortex_m_target_defintion.py
  lldb/examples/python/lldb_module_utils.py
  lldb/include/lldb/Core/Debugger.h
  lldb/include/lldb/Core/Mangled.h
  lldb/include/lldb/Symbol/Type.h
  lldb/packages/Python/lldbsuite/test/lldbbench.py
  lldb/source/Core/DynamicLoader.cpp
  lldb/source/Core/IOHandlerCursesGUI.cpp
  lldb/source/Expression/DWARFExpression.cpp
  lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
  lldb/source/Plugins/Process/scripted/ScriptedThread.cpp
  lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  lldb/source/Symbol/Type.cpp
  lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/main.cpp
  lldb/test/API/functionalities/breakpoint/debugbreak/TestDebugBreak.py
  lldb/test/API/functionalities/load_unload/TestLoadUnload.py
  lldb/test/API/functionalities/memory/tag/TestMemoryTag.py
  lldb/test/API/functionalities/module_cache/bsd/TestModuleCacheBSD.py
  lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
  lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py
  lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
  lldb/test/API/functionalities/postmortem/minidump-new/makefile.txt
  lldb/tools/debugserver/source/DNBTimer.h
  lldb/tools/debugserver/source/JSON.h
  lldb/tools/debugserver/source/MacOSX/Genealogy.cpp
  lldb/unittests/Utility/UUIDTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131122.449806.patch
Type: text/x-patch
Size: 25555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220803/f72005d9/attachment-0001.bin>


More information about the lldb-commits mailing list