llvm-project/lldb/tools/debugserver/source/MacOSX
Gabriel Ravier 7240436c94
[lldb] Fixed a number of typos
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).

Differential revision: https://reviews.llvm.org/D131122
2022-09-13 10:38:38 -07:00
..
arm [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
arm64 [lldb] Set correct register number for cpsr (GENERIC_REGNUM_FLAGS) 2022-05-20 09:36:58 -07:00
i386 [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
x86_64 Correct debugserver to write xmm/ymm/zmm reg values 2022-04-06 23:36:52 -07:00
CFBundle.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
CFBundle.h
CFString.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
CFString.h
CFUtils.h
CMakeLists.txt [lldb] [debugserver] Simplify handling of arch specific files 2022-01-06 10:23:04 +02:00
Genealogy.cpp [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
Genealogy.h
GenealogySPI.h
MachException.cpp Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
MachException.h Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
MachProcess.h jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded 2022-07-14 00:56:14 -07:00
MachProcess.mm jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded 2022-07-14 00:56:14 -07:00
MachTask.h Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
MachTask.mm Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
MachThread.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
MachThread.h
MachThreadList.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
MachThreadList.h
MachVMMemory.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
MachVMMemory.h
MachVMRegion.cpp [lldb] Use single-argument static_assert where applicable (NFC) 2022-08-07 14:26:08 -07:00
MachVMRegion.h Add the ability to process save-core stack-memory-only corefiles 2021-08-11 13:37:31 -07:00
OsLogger.cpp
OsLogger.h
ThreadInfo.h
dbgnub-mig.defs
stack_logging.h