aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-15target/hexagon: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé1-5/+5
2024-10-15target/hexagon: Replace ldtul_p() -> ldl_p()Philippe Mathieu-Daudé1-5/+5
2024-08-07Hexagon: lldb read/write predicate registers p0/p1/p2/p3Taylor Simpson1-1/+18
2024-03-12target/hexagon: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-4/+2
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-2/+8
2023-05-18Hexagon (gdbstub): add HVX supportTaylor Simpson1-0/+68
2023-05-18Hexagon (gdbstub): fix p3:0 read and write via stubBrian Cain1-0/+16
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-02-18Hexagon (target/hexagon) GDB StubTaylor Simpson1-0/+47