[Lldb-commits] [lldb] r213756 - Improve documentation on triple encoding expectations for qHostInfo response.

Todd Fiala todd.fiala at gmail.com
Wed Jul 23 07:48:41 PDT 2014


Author: tfiala
Date: Wed Jul 23 09:48:41 2014
New Revision: 213756

URL: http://llvm.org/viewvc/llvm-project?rev=213756&view=rev
Log:
Improve documentation on triple encoding expectations for qHostInfo response.

Change by Matthew Gardiner.

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=213756&r1=213755&r2=213756&view=diff
==============================================================================
--- lldb/trunk/docs/lldb-gdb-remote.txt (original)
+++ lldb/trunk/docs/lldb-gdb-remote.txt Wed Jul 23 09:48:41 2014
@@ -526,6 +526,7 @@ Key value pairs are one of:
 cputype: is a number that is the mach-o CPU type that is being debugged (base 10)
 cpusubtype: is a number that is the mach-o CPU subtype type that is being debugged (base 10)
 triple: a string for the target triple (x86_64-apple-macosx) that can be used to specify arch + vendor + os in one entry
+The triple string must be sent as hexadecimal bytes, for the above example this being 7838365f36342d6170706c652d6d61636f7378 
 vendor: a string for the vendor (apple), not needed if "triple" is specified
 ostype: a string for the OS being debugged (darwin, linux, freebsd), not needed if "triple" is specified
 endian: is one of "little", "big", or "pdp"





More information about the lldb-commits mailing list