llvm-project/lldb/source/Plugins/Process/minidump
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
..
CMakeLists.txt
MinidumpParser.cpp [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
MinidumpParser.h
MinidumpTypes.cpp
MinidumpTypes.h [lldb][NFC] Refactor getUUID functionality 2020-10-30 10:44:37 -07:00
NtStructures.h
ProcessMinidump.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
ProcessMinidump.h Reland "[lldb] Remove non address bits when looking up memory regions" 2022-02-10 10:42:49 +00:00
RegisterContextMinidump_ARM.cpp [lldb] Use std::size instead of llvm::array_lengthof 2022-09-08 14:21:55 -06:00
RegisterContextMinidump_ARM.h
RegisterContextMinidump_ARM64.cpp [lldb] Use std::size instead of llvm::array_lengthof 2022-09-08 14:21:55 -06:00
RegisterContextMinidump_ARM64.h
RegisterContextMinidump_x86_32.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextMinidump_x86_32.h
RegisterContextMinidump_x86_64.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextMinidump_x86_64.h
ThreadMinidump.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
ThreadMinidump.h