[Lldb-commits] [lldb] [lldb/docs] Add scripting extensions documentation to the website (PR #97262)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 2 12:42:51 PDT 2024


================
@@ -0,0 +1,36 @@
+Python Extensions
+=================
+
+LLDB provides many scriptable extensions to augment the debugger capabilities
+and give the ability to the user to tailor their experience to their own needs.
+
+This page describes some of these scripting extension:
+
+Operating System Thread Plugins
+-------------------------------
+
----------------
medismailben wrote:

![image](https://github.com/llvm/llvm-project/assets/10001166/0dec76ec-ae53-4ea1-b5f5-b96e64cfb7de)

We get the blurb from the docstrings.

https://github.com/llvm/llvm-project/pull/97262


More information about the lldb-commits mailing list