index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
gdbstub64.c
Age
Commit message (
Expand
)
Author
2024-09-10
gdbstub: Add support for MTE in system mode
Gustavo Romero
2024-09-10
gdbstub: Use specific MMU index when probing MTE addresses
Gustavo Romero
2024-07-23
bsd-user: Make compile for non-linux user-mode stuff
Warner Losh
2024-07-22
gdbstub: Re-factor gdb command extensions
Alex Bennée
2024-07-05
gdbstub: Add support for MTE in user mode
Gustavo Romero
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
target/arm: Use GDBFeature for dynamic XML
Akihiko Odaki
2023-05-12
target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size check
Peter Maydell
2023-04-03
target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()
Philippe Mathieu-Daudé
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-06
target/arm: Implement gdbstub pauth extension
Richard Henderson
2023-03-06
target/arm: Simplify iteration over bit widths
Richard Henderson
2023-03-06
target/arm: Add name argument to output_vector_union_type
Richard Henderson
2023-03-06
target/arm: Fix svep width in arm_gen_dynamic_svereg_xml
Richard Henderson
2023-03-06
target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xml
Richard Henderson
2023-03-06
target/arm: Simplify register counting in arm_gen_dynamic_svereg_xml
Richard Henderson
2023-03-06
target/arm: Split out output_vector_union_type
Richard Henderson
2023-03-06
target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c
Richard Henderson
2023-03-06
target/arm: Normalize aarch64 gdbstub get/set function names
Richard Henderson
2022-06-08
target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
Richard Henderson
2021-09-30
target/arm: Move gdbstub related code out of helper.c
Peter Maydell
2020-11-15
arm tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth