[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.
This commit is contained in:
David Spickett 2026-03-12 09:03:49 +00:00 committed by GitHub
parent 788b2bde7b
commit ad9673532f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.