This revision was automatically updated to reflect the committed changes.
Closed by commit rL342419: Add docs for scripted breakpoint resolvers (authored
by jingham, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D52065?vs=165796&id=16
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Thanks for doing all the updates. Pretty clear and concise now.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52065
___
lldb-commits ma
jingham updated this revision to Diff 165796.
jingham marked 3 inline comments as done.
jingham added a comment.
Addressed review comments from Greg.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52065
Files:
www/python-reference.html
Index: www/python-reference.html
==
jingham marked 3 inline comments as done.
jingham added a comment.
I used your suggestion and fixed the few other bits.
Comment at: www/python-reference.html:325
+Another use of the Python API's in lldb is to create a
custom breakpoint resolver. This facility
clayborg added inline comments.
Comment at: www/python-reference.html:325
+Another use of the Python API's in lldb is to create a
custom breakpoint resolver. This facility
+ was added in r51967.
+
Is that SVN r
jingham updated this revision to Diff 165614.
jingham added a comment.
I think this should address your concerns, though I did so more by reworking
the presentation, so you won't find inserts exactly at the places you pointed
out.
But I tried to make it clear that you only write the Resolver, a
clayborg added a comment.
See inlined comments.
Comment at: www/python-reference.html:324
+
+Another use of the Python API's in lldb is to create a
custom breakpoint resolver. This
+ allows you to implement your own logic to search the space
jingham created this revision.
jingham added a reviewer: clayborg.
Herald added subscribers: lldb-commits, abidh.
These are the promised docs for https://reviews.llvm.org/D51830.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52065
Files:
www/python-reference.html
Index: www/python-refe