4 LLDB provides scriptable extensions to augment the debugger's capabilities.
5 This gives users the ability to tailor their debugging experience to their own needs.
7 This page describes some of these scripting extensions:
9 Operating System Thread Plugins
10 -------------------------------
12 .. automodapi:: lldb.plugins.operating_system
15 :no-inheritance-diagram:
17 Scripted Process Plugins
18 -------------------------------
20 .. automodapi:: lldb.plugins.scripted_process
23 :no-inheritance-diagram:
25 Scripted Platform Plugins
26 -------------------------------
28 .. automodapi:: lldb.plugins.scripted_platform
31 :no-inheritance-diagram:
33 Scripted Thread Plan Plugins
34 -------------------------------
36 .. automodapi:: lldb.plugins.scripted_thread_plan
38 :no-inheritance-diagram: