Author: David Spickett Date: 2025-12-17T09:13:52Z New Revision: c563a73cd34bbbf6927f6b17132cc0e4106f1bbb
URL: https://github.com/llvm/llvm-project/commit/c563a73cd34bbbf6927f6b17132cc0e4106f1bbb DIFF: https://github.com/llvm/llvm-project/commit/c563a73cd34bbbf6927f6b17132cc0e4106f1bbb.diff LOG: [lldb][docs] Fix formatting in troubleshooting guide Fixes #171806 Added: Modified: lldb/docs/use/troubleshooting.rst Removed: ################################################################################ diff --git a/lldb/docs/use/troubleshooting.rst b/lldb/docs/use/troubleshooting.rst index 377d9f81494fc..86b5ea13d42c0 100644 --- a/lldb/docs/use/troubleshooting.rst +++ b/lldb/docs/use/troubleshooting.rst @@ -214,6 +214,7 @@ This will produce a lot of output. Scroll back to just after you connected to the debug server. Look for lines like these: :: + lldb < 104> send packet: $qSupported:xmlRegisters=<...> lldb < 260> read packet: $<...>qXfer:features:read+<...> _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
