[Lldb-commits] [lldb] [lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremote (PR #102873)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 12 07:57:09 PDT 2024


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


More information about the lldb-commits mailing list