summary refs log tree commit diff stats
path: root/target/arm/gdbstub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki2024-02-281-18/+0
* gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-15/+36
* gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-16/+19
* target/arm: Use GDBFeature for dynamic XMLAkihiko Odaki2024-02-281-73/+69
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* target/arm: Remove references to gdb_has_xmlAkihiko Odaki2023-10-111-30/+2
* gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-4/+4
* target/arm: gdbstub: Guard M-profile code with CONFIG_TCGFabiano Rosas2023-07-061-0/+4
* target/arm: Report pauth information to gdb as 'pauth_v2'Peter Maydell2023-04-201-5/+4
* target/arm/gdbstub: Only advertise M-profile features if TCG availablePhilippe Mathieu-Daudé2023-03-281-2/+3
* target/arm: Don't advertise aarch64-pauth.xml to gdbPeter Maydell2023-03-211-0/+7
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-0/+1
* target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson2023-03-061-0/+178
* target/arm: Implement gdbstub pauth extensionRichard Henderson2023-03-061-0/+5
* target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson2023-03-061-120/+0
* target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson2023-03-061-1/+1
* target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson2023-03-061-4/+5
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* target/arm: Store cpregs key in the hash table directlyRichard Henderson2022-05-051-1/+1
* target/arm: Split out cpregs.hRichard Henderson2022-05-051-1/+2
* target/arm: Assert thumb pc is alignedRichard Henderson2021-12-151-2/+7
* target/arm: Advertise MVE to gdb when presentPeter Maydell2021-11-021-0/+25
* target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XMLPeter Maydell2021-09-301-16/+40
* target/arm: Move gdbstub related code out of helper.cPeter Maydell2021-09-301-0/+130
* target/arm: Enforce that M-profile SP low 2 bits are always zeroPeter Maydell2021-07-271-0/+4
* target/arm: use official org.gnu.gdb.aarch64.sve layout for registersAlex Bennée2021-01-181-46/+29
* arm tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/arm: Use correct GDB XML for M-profile coresPeter Maydell2020-05-141-4/+18
* gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé2020-04-151-2/+1
* target/arm: don't expose "ieee_half" via gdbstubAlex Bennée2020-04-031-1/+6
* target/arm: generate xml description of our SVE registersAlex Bennée2020-03-171-0/+134
* target/arm: explicitly encode regnum in our XMLAlex Bennée2020-03-171-6/+11
* target/arm: prepare for multiple dynamic XMLsAlex Bennée2020-03-171-15/+15
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* arm: fix malloc type mismatchPaolo Bonzini2018-05-311-2/+1
* target/arm: Add the XML dynamic generationAbdallah Bouassida2018-05-181-0/+76
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+103