aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-30target/ppc: Fix GDB register indexing on secondary CPUsBenjamin Gray1-11/+20
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell1-4/+3
2024-03-13target/ppc: Fix GDB SPR regnum indexingNicholas Piggin1-4/+3
2024-03-12target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-8/+4
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki1-10/+0
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-10/+36
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-5/+6
2024-02-28target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki1-32/+19
2024-02-23target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/USaif Abrar1-2/+38
2023-10-11target/ppc: Remove references to gdb_has_xmlAkihiko Odaki1-18/+0
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-3/+3
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-2/+2
2023-06-25target/ppc: gdbstub init spr gdb_id for all CPUsNicholas Piggin1-11/+19
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-18/+4
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-0/+1
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo1-1/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2021-10-21target/ppc: Fix XER access in gdbstubMatheus Ferst1-4/+4
2021-08-27target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst1-25/+7
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)1-3/+3
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)1-1/+0
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)1-2/+2
2021-05-04target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)1-0/+258
2021-02-15target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell1-4/+4
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé1-2/+2
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-22/+26
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-04-26target/ppc: Style fixes for gdbstub.cDavid Gibson1-15/+19
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas1-0/+61
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-4/+4
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz1-7/+7
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+321