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:
.. automodule:: lldb.plugins.operating_system .. automodsumm:: lldb.plugins.operating_system :classes-only: :toctree: python_api :skip: ScriptedThread
.. automodule:: lldb.plugins.parsed_cmd .. automodsumm:: lldb.plugins.parsed_cmd :classes-only: :toctree: python_api
.. automodule:: lldb.plugins.scripted_breakpoint .. automodsumm:: lldb.plugins.scripted_breakpoint :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_command .. automodsumm:: lldb.plugins.scripted_command :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_frame_provider .. automodsumm:: lldb.plugins.scripted_frame_provider :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_hook .. automodsumm:: lldb.plugins.scripted_hook :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_platform .. automodsumm:: lldb.plugins.scripted_platform :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_process .. automodsumm:: lldb.plugins.scripted_process :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_stackframe_recognizer .. automodsumm:: lldb.plugins.scripted_stackframe_recognizer :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_string_summary .. automodsumm:: lldb.plugins.scripted_string_summary :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_synthetic_children .. automodsumm:: lldb.plugins.scripted_synthetic_children :classes-only: :toctree: python_api :skip: ABCMeta
.. automodule:: lldb.plugins.scripted_thread_plan .. automodsumm:: lldb.plugins.scripted_thread_plan :classes-only: :toctree: python_api