[Lldb-commits] [lldb] [lldb/docs] Update Scripted Symbol Locator tutorial title (NFC) (PR #181717)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 16 10:29:05 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Med Ismail Bennani (medismailben)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/181717.diff
2 Files Affected:
- (modified) lldb/docs/use/python-reference.rst (+1-1)
- (renamed) lldb/docs/use/tutorials/custom-symbol-resolution.md (+1-1)
``````````diff
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..c5a5864283bec 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
``````````
</details>
https://github.com/llvm/llvm-project/pull/181717
More information about the lldb-commits
mailing list