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
/
gdbstub.c
Age
Commit message (
Expand
)
Author
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
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-02-28
target/arm: Use GDBFeature for dynamic XML
Akihiko Odaki
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-11
target/arm: Remove references to gdb_has_xml
Akihiko Odaki
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
2023-07-06
target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
Fabiano Rosas
2023-04-20
target/arm: Report pauth information to gdb as 'pauth_v2'
Peter Maydell
2023-03-28
target/arm/gdbstub: Only advertise M-profile features if TCG available
Philippe Mathieu-Daudé
2023-03-21
target/arm: Don't advertise aarch64-pauth.xml to gdb
Peter Maydell
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-06
target/arm: Implement gdbstub m-profile systemreg and secext
Richard Henderson
2023-03-06
target/arm: Implement gdbstub pauth extension
Richard Henderson
2023-03-06
target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c
Richard Henderson
2023-03-06
target/arm: Unexport arm_gen_dynamic_sysreg_xml
Richard Henderson
2023-03-06
target/arm: Normalize aarch64 gdbstub get/set function names
Richard Henderson
2022-06-08
Fix 'writeable' typos
Peter Maydell
2022-05-05
target/arm: Store cpregs key in the hash table directly
Richard Henderson
2022-05-05
target/arm: Split out cpregs.h
Richard Henderson
2021-12-15
target/arm: Assert thumb pc is aligned
Richard Henderson
2021-11-02
target/arm: Advertise MVE to gdb when present
Peter Maydell
2021-09-30
target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XML
Peter Maydell
2021-09-30
target/arm: Move gdbstub related code out of helper.c
Peter Maydell
2021-07-27
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
2021-01-18
target/arm: use official org.gnu.gdb.aarch64.sve layout for registers
Alex Bennée
2020-11-15
arm tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-05-14
target/arm: Use correct GDB XML for M-profile cores
Peter Maydell
2020-04-15
gdbstub: Do not use memset() on GByteArray
Philippe Mathieu-Daudé
2020-04-03
target/arm: don't expose "ieee_half" via gdbstub
Alex Bennée
2020-03-17
target/arm: generate xml description of our SVE registers
Alex Bennée
2020-03-17
target/arm: explicitly encode regnum in our XML
Alex Bennée
2020-03-17
target/arm: prepare for multiple dynamic XMLs
Alex Bennée
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
2018-05-31
arm: fix malloc type mismatch
Paolo Bonzini
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth