[Lldb-commits] [PATCH] D70449: Add a "Using LLDB" section to the welcome page of the website

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 19 09:20:27 PST 2019


shafik added inline comments.


================
Comment at: lldb/docs/index.rst:25
+:ref:`LLDB Tutorial <use/tutorial>`. For users already familiar with
+other debuggers there is also a cheat sheet listing common tasks and
+their LLDB equivalent in the :ref:`GDB to LLDB command map <use/map>`.
----------------
`other debuggers` -> `GDB`?


================
Comment at: lldb/docs/index.rst:28
+
+There are also multiple resources on how to script LLDB using Pythonl
+:ref:`Python Reference <use/python-reference>` is a great staring
----------------
`Pythonl` -> `Python`


================
Comment at: lldb/docs/index.rst:29
+There are also multiple resources on how to script LLDB using Pythonl
+:ref:`Python Reference <use/python-reference>` is a great staring
+point for that.
----------------
`staring` -> `starting`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70449/new/

https://reviews.llvm.org/D70449





More information about the lldb-commits mailing list