[Lldb-commits] [lldb] r329295 - Fix error in QEnableErrorStrings gdb-remote docs
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 5 08:17:43 PDT 2018
Author: labath
Date: Thu Apr 5 08:17:43 2018
New Revision: 329295
URL: http://llvm.org/viewvc/llvm-project?rev=329295&view=rev
Log:
Fix error in QEnableErrorStrings gdb-remote docs
this probably happened because we changed the name of the packet
mid-review.
Modified:
lldb/trunk/docs/lldb-gdb-remote.txt
Modified: lldb/trunk/docs/lldb-gdb-remote.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/lldb-gdb-remote.txt?rev=329295&r1=329294&r2=329295&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Thu Apr 5 08:17:43 2018
@@ -148,7 +148,7 @@ This packet can be sent one or more time
// are human readable along with an error code.
//----------------------------------------------------------------------
-send packet: $QErrorStringInPacketSupported
+send packet: $QEnableErrorStrings
read packet: $OK#00
//----------------------------------------------------------------------
More information about the lldb-commits
mailing list