summary refs log tree commit diff stats
path: root/target/ppc/gdbstub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Fix GDB register indexing on secondary CPUsBenjamin Gray2024-03-301-11/+20
* Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell2024-03-131-4/+3
|\
| * target/ppc: Fix GDB SPR regnum indexingNicholas Piggin2024-03-131-4/+3
* | target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-8/+4
|/
* hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki2024-02-281-10/+0
* gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-10/+36
* gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-5/+6
* target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki2024-02-281-32/+19
* target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/USaif Abrar2024-02-231-2/+38
* target/ppc: Remove references to gdb_has_xmlAkihiko Odaki2023-10-111-18/+0
* hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki2023-10-111-3/+3
* gdbstub: replace global gdb_has_xml with a functionAlex Bennée2023-08-301-2/+2
* target/ppc: gdbstub init spr gdb_id for all CPUsNicholas Piggin2023-06-251-11/+19
* ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2023-05-051-18/+4
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-0/+1
* target/ppc: Remove msr_le macroVíctor Colombo2022-05-051-1/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+2
* target/ppc: Fix XER access in gdbstubMatheus Ferst2021-10-211-4/+4
* target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst2021-08-271-25/+7
* target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)2021-06-031-3/+3
* target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)2021-06-031-1/+0
* target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)2021-05-191-2/+2
* target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)2021-05-041-0/+258
* target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2021-02-151-4/+4
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé2020-05-061-2/+2
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-22/+26
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* target/ppc: Style fixes for gdbstub.cDavid Gibson2019-04-261-15/+19
* target/ppc: Enable reporting of SPRs to GDBFabiano Rosas2019-02-171-0/+61
* target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland2019-01-091-4/+4
* ppc: Fix size of ppc64 xer registerMichael Matz2018-04-271-7/+7
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+321