[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:30 PDT 2026


================
@@ -1312,7 +1312,7 @@ some key value pairs. The key value pairs in the command are:
   be listed for all users, not just the user that the
   platform is running as
 * `triple` - `string` -
-  An ASCII triple string (`x86_64`, `x86_64-apple-macosx`, `armv7-apple-ios`)
+  An hex encoded triple string (hex encodings of `x86_64`, `x86_64-apple-macosx`, `armv7-apple-ios`)
----------------
DavidSpickett wrote:

https://github.com/llvm/llvm-project/issues/200138 for the command's issue.

https://github.com/llvm/llvm-project/pull/200079


More information about the lldb-commits mailing list