Skip to content

Commit 646aa81

Browse files
author
苏灵素@夏日限定
authored
[lldb][Docs] Fix typo in tutorial.rst (#111326)
1 parent ae5ee97 commit 646aa81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/docs/use/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ you will have to indicate these are not option markers by putting ``--`` after t
210210
command name, but before your command string.
211211

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

332332
::
333333

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

337337
Breakpoint Names
338338
----------------

0 commit comments

Comments
 (0)