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

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


Author: David Spickett
Date: 2026-03-12T09:03:49Z
New Revision: ad9673532ff8e11b1fbb2fe6557444e12f8794df

URL: https://github.com/llvm/llvm-project/commit/ad9673532ff8e11b1fbb2fe6557444e12f8794df
DIFF: https://github.com/llvm/llvm-project/commit/ad9673532ff8e11b1fbb2fe6557444e12f8794df.diff

LOG: [lldb][docs] Restore cut off sentence in GDB command map (#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.

Added: 
    

Modified: 
    lldb/docs/use/map.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/map.rst b/lldb/docs/use/map.rst
index 1221546db45da0..0a0afaa87fc4d3 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