mirror of
https://github.com/intel/llvm.git
synced 2026-01-12 18:27:07 +08:00
[lldb/docs] Add ScriptingFrameProvider documentation to the website
This patch adds the documentation for ScriptedFrameProviders to the lldb website. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
This commit is contained in:
@@ -28,6 +28,7 @@ if (LLDB_ENABLE_PYTHON AND SPHINX_FOUND)
|
||||
add_custom_target(lldb-python-doc-package
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy "${lldb_bindings_dir}/lldb.py" "${CMAKE_CURRENT_BINARY_DIR}/lldb/__init__.py"
|
||||
COMMAND "${CMAKE_COMMAND}" -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_frame_provider.py" "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins/"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_process.py" "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins/"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_platform.py" "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins/"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/operating_system.py" "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins/"
|
||||
|
||||
@@ -14,6 +14,14 @@ Operating System Thread Plugins
|
||||
: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
|
||||
-------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user