Age | Commit message (Expand) | Author | Files | Lines |
2023-08-30 | gdbstub: replace global gdb_has_xml with a function | Alex Bennée | 1 | -4/+4 |
2023-07-06 | target/arm: gdbstub: Guard M-profile code with CONFIG_TCG | Fabiano Rosas | 1 | -0/+4 |
2023-04-20 | target/arm: Report pauth information to gdb as 'pauth_v2' | Peter Maydell | 1 | -5/+4 |
2023-03-28 | target/arm/gdbstub: Only advertise M-profile features if TCG available | Philippe Mathieu-Daudé | 1 | -2/+3 |
2023-03-21 | target/arm: Don't advertise aarch64-pauth.xml to gdb | Peter Maydell | 1 | -0/+7 |
2023-03-07 | gdbstub: move register helpers into standalone include | Alex Bennée | 1 | -0/+1 |
2023-03-06 | target/arm: Implement gdbstub m-profile systemreg and secext | Richard Henderson | 1 | -0/+178 |
2023-03-06 | target/arm: Implement gdbstub pauth extension | Richard Henderson | 1 | -0/+5 |
2023-03-06 | target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c | Richard Henderson | 1 | -120/+0 |
2023-03-06 | target/arm: Unexport arm_gen_dynamic_sysreg_xml | Richard Henderson | 1 | -1/+1 |
2023-03-06 | target/arm: Normalize aarch64 gdbstub get/set function names | Richard Henderson | 1 | -4/+5 |
2022-06-08 | Fix 'writeable' typos | Peter Maydell | 1 | -1/+1 |
2022-05-05 | target/arm: Store cpregs key in the hash table directly | Richard Henderson | 1 | -1/+1 |
2022-05-05 | target/arm: Split out cpregs.h | Richard Henderson | 1 | -1/+2 |
2021-12-15 | target/arm: Assert thumb pc is aligned | Richard Henderson | 1 | -2/+7 |
2021-11-02 | target/arm: Advertise MVE to gdb when present | Peter Maydell | 1 | -0/+25 |
2021-09-30 | target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XML | Peter Maydell | 1 | -16/+40 |
2021-09-30 | target/arm: Move gdbstub related code out of helper.c | Peter Maydell | 1 | -0/+130 |
2021-07-27 | target/arm: Enforce that M-profile SP low 2 bits are always zero | Peter Maydell | 1 | -0/+4 |
2021-01-18 | target/arm: use official org.gnu.gdb.aarch64.sve layout for registers | Alex Bennée | 1 | -46/+29 |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-05-14 | target/arm: Use correct GDB XML for M-profile cores | Peter Maydell | 1 | -4/+18 |
2020-04-15 | gdbstub: Do not use memset() on GByteArray | Philippe Mathieu-Daudé | 1 | -2/+1 |
2020-04-03 | target/arm: don't expose "ieee_half" via gdbstub | Alex Bennée | 1 | -1/+6 |
2020-03-17 | target/arm: generate xml description of our SVE registers | Alex Bennée | 1 | -0/+134 |
2020-03-17 | target/arm: explicitly encode regnum in our XML | Alex Bennée | 1 | -6/+11 |
2020-03-17 | target/arm: prepare for multiple dynamic XMLs | Alex Bennée | 1 | -15/+15 |
2020-03-17 | gdbstub: extend GByteArray to read register helpers | Alex Bennée | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-05-31 | arm: fix malloc type mismatch | Paolo Bonzini | 1 | -2/+1 |
2018-05-18 | target/arm: Add the XML dynamic generation | Abdallah Bouassida | 1 | -0/+76 |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth | 1 | -0/+103 |