aboutsummaryrefslogtreecommitdiff
path: root/target/arm/gdbstub64.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero1-0/+223
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-8/+19
2024-02-28target/arm: Use GDBFeature for dynamic XMLAkihiko Odaki1-52/+43
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell1-1/+1
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé1-2/+5
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson1-0/+34
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson1-4/+6
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson1-14/+14
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson1-1/+1
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson1-2/+3
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson1-10/+15
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson1-37/+44
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson1-0/+118
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson1-4/+4
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson1-1/+1
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell1-0/+140
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+72