aboutsummaryrefslogtreecommitdiff
path: root/target/arm/gdbstub64.c
AgeCommit message (Expand)Author
2024-09-10gdbstub: Add support for MTE in system modeGustavo Romero
2024-09-10gdbstub: Use specific MMU index when probing MTE addressesGustavo Romero
2024-07-23bsd-user: Make compile for non-linux user-mode stuffWarner Losh
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki
2024-02-28target/arm: Use GDBFeature for dynamic XMLAkihiko Odaki
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2016-12-20Move target-* CPU file into a target/ folderThomas Huth