Skip to content

Commit 9178a17

Browse files
Update python.rst (#140333)
Fix code block formatting in section "The Decision Point Breakpoint Commands"
1 parent 3931566 commit 9178a17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lldb/docs/use/python.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,12 @@ decision to go right:
330330
process.Continue()
331331
else:
332332
print "Here is the problem; going right, should go left!"
333-
Just as a reminder, LLDB is going to take this script and wrap it up in a function, like this:
334333

335334

335+
Just as a reminder, LLDB is going to take this script and wrap it up in a function, like this:
336+
337+
::
338+
336339
def some_unique_and_obscure_function_name (frame, bp_loc):
337340
global path
338341
if path[0] == 'R':

0 commit comments

Comments
 (0)