aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
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