aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/gdbstub.c
AgeCommit message (Expand)Author
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2021-10-21target/ppc: Fix XER access in gdbstubMatheus Ferst
2021-08-27target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)
2021-05-04target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)
2021-02-15target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-26target/ppc: Style fixes for gdbstub.cDavid Gibson
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz
2016-12-20Move target-* CPU file into a target/ folderThomas Huth