[Lldb-commits] [lldb] [lldb][docs] Restore cut off sentence in GDB command map (PR #186057)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 12 02:03:33 PDT 2026


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/186057

Looking back in the history as far as edb874b2310dc, there was a sentence here to say we don't have an equivalent.

Put that sentence back, and make the first line a header as it was in that HTML version.

>From df375790e7a2f863dd52b2df9b708159b45998cf Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at arm.com>
Date: Thu, 12 Mar 2026 08:58:40 +0000
Subject: [PATCH] [lldb][docs] Restore cut off sentence in GDB command map

Looking back in the history as far as edb874b2310dc,
there was a sentence here to say we don't have an equivalent.

Put that sentence back, and make the first line a header as
it was in that HTML version.
---
 lldb/docs/use/map.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lldb/docs/use/map.rst b/lldb/docs/use/map.rst
index 1221546db45da..0a0afaa87fc4d 100644
--- a/lldb/docs/use/map.rst
+++ b/lldb/docs/use/map.rst
@@ -1416,8 +1416,11 @@ file path instead of the build system's file path.
 
   (lldb) settings set target.source-map /buildbot/path /my/path
 
-Supply a catchall directory to search for source files in.
+Supply a catchall directory to search for source files in
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 .. code-block:: shell
 
   (gdb) directory /my/path
+
+There is no equivalent LLDB command, use ``target.source-map`` instead.



More information about the lldb-commits mailing list