Files
llvm-project/lldb/docs/python_extensions.rst
Jonas Devlieghere 091296f3e3 [lldb] Revert scripted symbol locator (#181945)
This revert #181334 and its follow-up PRs (including #181488, #181492,
#181493, #181494 and #181498) as well as Ismail's documentation changes
(#181594, #181717). The original commit causes a test failure in CI
(https://github.com/llvm/llvm-project/issues/181938) but the more I look
at the patch, the more I'm convinced it was not ready to land. It will
be easier to iterate on the feedback by re-landing this than by using
post-commit review.
2026-02-17 16:52:21 -08:00

48 lines
1.1 KiB
ReStructuredText

Python Extensions
=================
LLDB provides scriptable extensions to augment the debugger's capabilities.
This gives users the ability to tailor their debugging experience to their own needs.
This page describes some of these scripting extensions:
Operating System Thread Plugins
-------------------------------
.. automodapi:: lldb.plugins.operating_system
:no-heading:
:skip: ScriptedThread
:no-inheritance-diagram:
Scripted Frame Provider Plugins
-------------------------------
.. automodapi:: lldb.plugins.scripted_frame_provider
:no-heading:
:skip: ABCMeta
:no-inheritance-diagram:
Scripted Process Plugins
-------------------------------
.. automodapi:: lldb.plugins.scripted_process
:no-heading:
:skip: ABCMeta
:no-inheritance-diagram:
Scripted Platform Plugins
-------------------------------
.. automodapi:: lldb.plugins.scripted_platform
:no-heading:
:skip: ABCMeta
:no-inheritance-diagram:
Scripted Thread Plan Plugins
-------------------------------
.. automodapi:: lldb.plugins.scripted_thread_plan
:no-heading:
:no-inheritance-diagram: