llvm-project/lldb/docs/use
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
..
extensions.rst Document some of the clang-specific DWARF extensions supported by LLDB 2022-09-09 17:49:11 -07:00
formatting.rst
intel_pt.rst [trace][intelpt] Support system-wide tracing [20] - Rename some fields in the schema 2022-06-16 11:42:22 -07:00
links.rst [LLDB][Docs] Convert some .txt files to .rst 2021-08-31 11:45:24 +05:30
map.rst [lldb/Commands] Fix short option collision for `process launch` 2021-03-01 21:13:31 +01:00
ondemand.rst Introduce new symbol on-demand for debug info 2022-04-26 10:42:06 -07:00
python-reference.rst [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
python.rst [LLDB][Docs] Indicate `PS1` variable by $ 2021-09-04 20:57:59 +05:30
qemu-testing.rst [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
remote.rst
symbolication.rst [lldb][docs] Update references to SVN 2022-01-09 13:21:40 -08:00
symbols.rst
troubleshooting.rst [LLDB][Docs] Indicate `PS1` variable by $ 2021-09-04 20:57:59 +05:30
tutorial.rst [lldb/doc] Rephrase tutorial paragraph (NFC) 2022-01-14 16:23:26 -08:00
variable.rst [LLDB][Docs] Fix formatting of example code-block 2022-06-10 08:17:08 -07:00