Author: Med Ismail Bennani Date: 2026-02-16T18:34:41Z New Revision: 8f1f42102c975446d4fa5d105707f1cd137a33e9
URL: https://github.com/llvm/llvm-project/commit/8f1f42102c975446d4fa5d105707f1cd137a33e9 DIFF: https://github.com/llvm/llvm-project/commit/8f1f42102c975446d4fa5d105707f1cd137a33e9.diff LOG: [lldb/docs] Update Scripted Symbol Locator tutorial title (NFC) (#181717) This patch addresses some post-merge comments from llvm-project#181594, where the tutorial name for Scripted Symbol Locator was missing a word and wasn't capitalized properly. Signed-off-by: Med Ismail Bennani <[email protected]> Added: lldb/docs/use/tutorials/custom-symbol-resolution.md Modified: lldb/docs/use/python-reference.rst Removed: lldb/docs/use/tutorials/hunting-down-symbols.md ################################################################################ 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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
