DavidSpickett wrote:

AArch64 for example would be:
```
<?xml version="1.0"?>
<target version="1.0">
  <architecture>aarch64</architecture>
  <feature name="org.gnu.gdb.aarch64.core">
    <reg name="pc" bitsize="64"/>
    <reg name="x0" regnum="0" bitsize="64"/>
    <reg name="cpsr" regnum="33" bitsize="32"/>
  </feature>
</target>
```

https://github.com/llvm/llvm-project/pull/102873
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to