[Lldb-commits] [lldb] [lldb/docs] Add scripting extensions documentation to the website (PR #97262)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 1 15:47:56 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list