[Lldb-commits] [lldb] r195242 - Test commit. Capitalize 'os'.
Colin Riley
colin at codeplay.com
Wed Nov 20 04:35:53 PST 2013
Author: domipheus
Date: Wed Nov 20 06:35:52 2013
New Revision: 195242
URL: http://llvm.org/viewvc/llvm-project?rev=195242&view=rev
Log:
Test commit. Capitalize 'os'.
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=195242&r1=195241&r2=195242&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Wed Nov 20 06:35:52 2013
@@ -10,7 +10,7 @@ Some packets improve performance, others
(if you have an OS), and others allow us to dynamically figure out what
registers a thread might have. Again with GDB, both sides pre-agree on how the
registers will look (how many, their register number,name and offsets). We
-prefer to be able to dynamically determine what kind of architecture, os and
+prefer to be able to dynamically determine what kind of architecture, OS and
vendor we are debugging, as well as how things are laid out when it comes to
the thread register contexts. Below are the details on the new packets we have
added above and beyond the standard GDB remote protocol packets.
More information about the lldb-commits
mailing list