llvm-project/lldb/source/Plugins/DynamicLoader
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
..
Darwin-Kernel dependency cycle fix in DynamicLoaderDarwinKernel 2022-09-09 17:37:46 -07:00
Hexagon-DYLD Use llvm::is_contained (NFC) 2022-08-07 00:16:17 -07:00
MacOSX-DYLD Fix inconsistent target arch when attaching to arm64 binaries on 2022-09-01 16:39:35 -07:00
POSIX-DYLD [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
Static Remove ConstString from DynamicLoader, JITLoader and Instruction plugin names 2021-10-25 10:32:35 +02:00
Windows-DYLD [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
wasm-DYLD [lldb] Avoid duplicate vdso modules when opening core files 2022-04-05 11:22:37 +02:00
CMakeLists.txt