[Lldb-commits] [PATCH] D74895: [lldb]: fix typo in lldb-gdb-remote.txt
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 20 05:28:09 PST 2020
kwk created this revision.
kwk added a reviewer: labath.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
The logic of the sentence made more sense when "with" is replaced with "without".
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74895
Files:
lldb/docs/lldb-gdb-remote.txt
Index: lldb/docs/lldb-gdb-remote.txt
===================================================================
--- lldb/docs/lldb-gdb-remote.txt
+++ lldb/docs/lldb-gdb-remote.txt
@@ -3,7 +3,7 @@
correct GDB server when debugging. If you have mismatch, then things go wrong
very quickly. LLDB makes extensive use of the GDB remote protocol and we
wanted to make sure that the experience was a bit more dynamic where we can
-discover information about a remote target with having to know anything up
+discover information about a remote target without having to know anything up
front. We also ran into performance issues with the existing GDB remote
protocol that can be overcome when using a reliable communications layer.
Some packets improve performance, others allow for remote process launching
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74895.245623.patch
Type: text/x-patch
Size: 799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200220/c55b7918/attachment-0001.bin>
More information about the lldb-commits
mailing list