llvm-project/lldb/docs
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
..
_lldb
_static
design [lldb] Remove reproducers documentation 2022-01-27 19:35:28 -08:00
man [lldb] make it easier to find LLDB's python 2021-11-10 10:33:34 -08:00
resources [lldb][docs] Fix formatting in fuzzing doc 2022-08-26 22:15:38 -05:00
status [lldb] Fix typos. NFC. 2021-05-31 06:48:57 +07:00
testsuite [lldb] Delete more mydir references (NFC) 2022-07-10 18:56:06 -07:00
use [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
.htaccess [trace][intel-pt] Create basic SB API 2021-06-17 15:14:47 -07:00
CMakeLists.txt
conf.py [lldb] Cleanup Python API reference files after building the docs 2022-06-16 16:30:49 -07:00
doxygen-mainpage.dox
doxygen.cfg.in [NFC] Inclusive Language: change master to main for .chm files 2021-11-08 08:23:04 -06:00
index.rst Document some of the clang-specific DWARF extensions supported by LLDB 2022-09-09 17:49:11 -07:00
lldb-for-gdb-users.txt
lldb-gdb-remote.txt Allow firmware binaries to be specified only by load address 2022-08-02 14:14:16 -07:00
lldb-platform-packets.txt Platform gdb RSP packet doc fixes based on implementation behavior 2022-02-07 23:51:46 -08:00
python_api.rst
python_api_enums.rst [lldb] Add missing UTF-8 char basic type entries 2022-06-13 17:33:46 +00:00