summaryrefslogtreecommitdiff
path: root/target/arm/gdbstub.c
AgeCommit message (Expand)Author
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-05target/arm: Store cpregs key in the hash table directlyRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2021-12-15target/arm: Assert thumb pc is alignedRichard Henderson
2021-11-02target/arm: Advertise MVE to gdb when presentPeter Maydell
2021-09-30target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XMLPeter Maydell
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell
2021-07-27target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell
2021-01-18target/arm: use official org.gnu.gdb.aarch64.sve layout for registersAlex Bennée
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-05-14target/arm: Use correct GDB XML for M-profile coresPeter Maydell
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé
2020-04-03target/arm: don't expose "ieee_half" via gdbstubAlex Bennée
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-05-31arm: fix malloc type mismatchPaolo Bonzini
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida
2016-12-20Move target-* CPU file into a target/ folderThomas Huth