diff --git a/lldb/docs/use/python-reference.rst b/lldb/docs/use/python-reference.rst index b14b2b67e6055..3e7d56f4a2096 100644 --- a/lldb/docs/use/python-reference.rst +++ b/lldb/docs/use/python-reference.rst @@ -28,4 +28,4 @@ The following tutorials and documentation demonstrate various Python capabilitie tutorials/implementing-standalone-scripts tutorials/custom-frame-recognizers tutorials/extending-target-stop-hooks - tutorials/hunting-down-symbols + tutorials/custom-symbol-resolution diff --git a/lldb/docs/use/tutorials/hunting-down-symbols.md b/lldb/docs/use/tutorials/custom-symbol-resolution.md similarity index 99% rename from lldb/docs/use/tutorials/hunting-down-symbols.md rename to lldb/docs/use/tutorials/custom-symbol-resolution.md index 8ef7beb5c6284..c63208ca6d4d6 100644 --- a/lldb/docs/use/tutorials/hunting-down-symbols.md +++ b/lldb/docs/use/tutorials/custom-symbol-resolution.md @@ -1,4 +1,4 @@ -# Hunting down symbols with Scripted Symbol Locator +# Finding Symbols With a Scripted Symbol Locator The **Scripted Symbol Locator** lets you write a Python class that tells LLDB where to find executables, symbol files, and source files for your debug