Skip to content

Commit ad96735

Browse files
[lldb][docs] Restore cut off sentence in GDB command map (llvm#186057)
Looking back in the history as far as edb874b, 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.
1 parent 788b2bd commit ad96735

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lldb/docs/use/map.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,8 +1416,11 @@ file path instead of the build system's file path.
14161416
14171417
(lldb) settings set target.source-map /buildbot/path /my/path
14181418
1419-
Supply a catchall directory to search for source files in.
1419+
Supply a catchall directory to search for source files in
1420+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14201421
14211422
.. code-block:: shell
14221423
14231424
(gdb) directory /my/path
1425+
1426+
There is no equivalent LLDB command, use ``target.source-map`` instead.

0 commit comments

Comments
 (0)