aboutsummaryrefslogtreecommitdiff
path: root/target/arm/gdbstub.c
AgeCommit message (Expand)Author
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki
2024-02-28target/arm: Use GDBFeature for dynamic XMLAkihiko Odaki
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-11target/arm: Remove references to gdb_has_xmlAkihiko Odaki
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée
2023-07-06target/arm: gdbstub: Guard M-profile code with CONFIG_TCGFabiano Rosas
2023-04-20target/arm: Report pauth information to gdb as 'pauth_v2'Peter Maydell
2023-03-28target/arm/gdbstub: Only advertise M-profile features if TCG availablepull-target-arm-20230328Philippe Mathieu-Daudé
2023-03-21target/arm: Don't advertise aarch64-pauth.xml to gdbpull-target-arm-20230321Peter Maydell
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson
2023-03-06target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson
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