File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ you will have to indicate these are not option markers by putting ``--`` after t
210
210
command name, but before your command string.
211
211
212
212
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
214
214
in the Python interpreter, so the more complex commands that in GDB you would
215
215
introduce with the ``define `` command can be done by writing Python functions
216
216
using the LLDB Python library, then loading the scripts into your running
331
331
332
332
::
333
333
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...
336
336
337
337
Breakpoint Names
338
338
----------------
You can’t perform that action at this time.
0 commit comments