================ @@ -11,6 +11,65 @@ some of these things by going through an example, explaining how to use Python scripting to find a bug in a program that searches for text in a large binary tree. +Operating System Thread Plugins +------------------------------- + +.. automodapi:: lldb.plugins.operating_system + :no-heading: + :members: + :undoc-members: + :skip: command + :skip: declaration + :skip: in_range + :skip: is_numeric_type + :skip: lldb_iter + :no-inheritance-diagram: + +Scripted Process Plugins +------------------------------- + +.. automodapi:: lldb.plugins.scripted_process + :no-heading: + :members: + :undoc-members: + :skip: ABCMeta + :skip: command + :skip: declaration + :skip: in_range + :skip: is_numeric_type + :skip: lldb_iter + :no-inheritance-diagram: ---------------- jimingham wrote:
We really should refresh the Python Scripting page, having more task-focused docs would be good. But that's pretty old at this point, and focused on a single problem, so I agree with Jonas, it's not the right place to put this info. https://github.com/llvm/llvm-project/pull/97262 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits