[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:29 PDT 2026
================
@@ -1396,9 +1396,10 @@ read packet: $cputype:16777223;cpusubtype:3;ostype:darwin;vendor:apple;endian:li
```
Key value pairs are one of:
+* `arch`: a string for the architecture, not needed if "triple" is specified
* `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
+* `triple`: a hex encoded string for the target triple (x86_64-apple-macosx) that can be used to specify arch + vendor + os in one entry
----------------
DavidSpickett wrote:
Add "for example": "target triple (for example `x86_64-apple-macosx`)"
https://github.com/llvm/llvm-project/pull/200079
More information about the lldb-commits
mailing list