Skip to content

Commit

Permalink
Fix typo in tutorial.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Surinrasu authored Oct 7, 2024
1 parent 8c15470 commit 8683174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lldb/docs/use/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ you will have to indicate these are not option markers by putting ``--`` after t
command name, but before your command string.

LLDB also has a built-in Python interpreter, which is accessible by the
``"script`` command. All the functionality of the debugger is available as classes
``script`` command. All the functionality of the debugger is available as classes
in the Python interpreter, so the more complex commands that in GDB you would
introduce with the ``define`` command can be done by writing Python functions
using the LLDB Python library, then loading the scripts into your running
Expand Down Expand Up @@ -331,8 +331,8 @@ do:

::

(lldb) help <breakpt-id> <breakpt-id> -- Breakpoint ID's consist major and
minor numbers; the major etc...
(lldb) help <breakpt-id>
<breakpt-id> -- Breakpoint ID's consist major and minor numbers; the major etc...

Breakpoint Names
----------------
Expand Down

0 comments on commit 8683174

Please sign in to comment.