llvm-project/lldb/examples/python
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
..
scripted_process [lldb/crashlog] Improve exception reporting for interactive mode 2022-08-11 22:29:06 -07:00
armv7_cortex_m_target_defintion.py [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
bsd.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
cmdtemplate.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
crashlog.py [lldb/crashlog] Adapt raw text crashlog exception to json format 2022-08-11 22:29:06 -07:00
delta.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
diagnose_nsstring.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
diagnose_unwind.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
dict_utils.py
disasm-stress-test.py
disasm.py
disassembly_mode.py
file_extract.py
gdb_disassemble.py [lldb] Use __lldb_init_module instead of "if lldb.debugger" idiom 2022-01-13 16:37:49 -08:00
gdbremote.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
globals.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
in_call_stack.py
jump.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
lldb_module_utils.py [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
lldbtk.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
mach_o.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
memory.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
operating_system.py
performance.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
process_events.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
pytracer.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
sbvalue.py
scripted_step.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
shadow.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
sources.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
stacks.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
step_and_print.py
symbolication.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
types.py [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
x86_64_linux_target_definition.py
x86_64_qemu_target_definition.py
x86_64_target_definition.py