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
210210command name, but before your command string.
211211
212212LLDB 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
214214in the Python interpreter, so the more complex commands that in GDB you would
215215introduce with the ``define `` command can be done by writing Python functions
216216using the LLDB Python library, then loading the scripts into your running
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
337337Breakpoint Names
338338----------------
You can’t perform that action at this time.
0 commit comments