[Lldb-commits] [lldb] 868e596 - [lldb][docs] Fix misplaced backticks in remote debugging guide

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 29 05:23:10 PDT 2025


Author: David Spickett
Date: 2025-08-29T12:23:02Z
New Revision: 868e596f40e6392c12a427966c5c07c7069dc9e5

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

LOG: [lldb][docs] Fix misplaced backticks in remote debugging guide

Added: 
    

Modified: 
    lldb/docs/use/remote.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/remote.rst b/lldb/docs/use/remote.rst
index b1c4ce7809d51..05b59a97d9d37 100644
--- a/lldb/docs/use/remote.rst
+++ b/lldb/docs/use/remote.rst
@@ -36,7 +36,7 @@ Remote system
 *************
 
 On Linux and Android, all required remote functionality is contained in the
-``lldb-server binary``. This binary combines the functionality of the platform and
+``lldb-server`` binary. This binary combines the functionality of the platform and
 gdb-remote stub. A single binary facilitates deployment and reduces code size,
 since the two functions share a lot of code. The ``lldb-server`` binary is also
 statically linked with the rest of LLDB (unlike ``lldb``, which dynamically links


        


More information about the lldb-commits mailing list