File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ if (LLDB_ENABLE_PYTHON AND SPHINX_FOUND)
2828 add_custom_target (lldb-python-doc -package
2929 COMMAND "${CMAKE_COMMAND} " -E copy "${lldb_bindings_dir} /lldb.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/__init__.py"
3030 COMMAND "${CMAKE_COMMAND} " -E make_directory "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins"
31+ COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/scripted_frame_provider.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
3132 COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/scripted_process.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
3233 COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/scripted_platform.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
3334 COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/operating_system.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ Operating System Thread Plugins
1414 :skip: ScriptedThread
1515 :no-inheritance-diagram:
1616
17+ Scripted Frame Provider Plugins
18+ -------------------------------
19+
20+ .. automodapi :: lldb.plugins.scripted_frame_provider
21+ :no-heading:
22+ :skip: ABCMeta
23+ :no-inheritance-diagram:
24+
1725Scripted Process Plugins
1826-------------------------------
1927
You can’t perform that action at this time.
0 commit comments