We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3931566 commit 9178a17Copy full SHA for 9178a17
lldb/docs/use/python.rst
@@ -330,9 +330,12 @@ decision to go right:
330
process.Continue()
331
else:
332
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:
334
335
+Just as a reminder, LLDB is going to take this script and wrap it up in a function, like this:
336
+
337
+::
338
339
def some_unique_and_obscure_function_name (frame, bp_loc):
340
global path
341
if path[0] == 'R':
0 commit comments