[Lldb-commits] [lldb] [lldb][docs] Some fixes for lldbgdbremote.md. (PR #200079)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu May 28 02:17:28 PDT 2026
================
@@ -1702,7 +1703,7 @@ The key value pairs in the response are:
* `euid` - `integer` - A string value containing the decimal effective user ID
* `egid` - `integer` - A string value containing the decimal effective group ID
* `name` - `ascii-hex` - An ASCII hex string that contains the name of the process
-* `triple` - `string` - A target triple (`x86_64-apple-macosx`, `armv7-apple-ios`)
+* `triple` - `string` - A hex encoded target triple (hex encodings of `x86_64-apple-macosx`, `armv7-apple-ios`)
----------------
DavidSpickett wrote:
Again, "for example ...". Don't want to imply that those 2 triples are the only ones you can expect.
https://github.com/llvm/llvm-project/pull/200079
More information about the lldb-commits
mailing list