Age | Commit message (Expand) | Author | Files | Lines |
2023-04-04 | gdbstub: don't report auxv feature unless on Linux | Alex Bennée | 1 | -1/+1 |
2023-04-04 | gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary | Philippe Mathieu-Daudé | 1 | -2/+4 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 1 | -0/+1 |
2023-03-07 | gdbstub: Build syscall.c once | Richard Henderson | 2 | -6/+2 |
2023-03-07 | gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t | Richard Henderson | 1 | -6/+6 |
2023-03-07 | gdbstub: Remove gdb_do_syscallv | Richard Henderson | 1 | -16/+10 |
2023-03-07 | gdbstub: split out softmmu/user specifics for syscall handling | Alex Bennée | 4 | -24/+34 |
2023-03-07 | gdbstub: only compile gdbstub twice for whole build | Alex Bennée | 2 | -7/+27 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 6 | -179/+253 |
2023-03-07 | gdbstub: don't use target_ulong while handling registers | Alex Bennée | 1 | -7/+10 |
2023-03-07 | gdbstub: fix address type of gdb_set_cpu_pc | Alex Bennée | 1 | -2/+2 |
2023-03-07 | gdbstub: specialise stub_can_reverse | Alex Bennée | 4 | -11/+13 |
2023-03-07 | gdbstub: introduce gdb_get_max_cpus | Alex Bennée | 4 | -10/+28 |
2023-03-07 | gdbstub: specialise target_memory_rw_debug | Alex Bennée | 4 | -62/+96 |
2023-03-07 | gdbstub: specialise handle_query_attached | Alex Bennée | 4 | -14/+15 |
2023-03-07 | gdbstub: abstract target specific details from gdb_put_packet_binary | Alex Bennée | 4 | -8/+44 |
2023-03-07 | gdbstub: rationalise signal mapping in softmmu | Alex Bennée | 1 | -12/+6 |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée | 6 | -674/+742 |
2023-03-07 | gdbstub: move chunk of softmmu functionality to own file | Alex Bennée | 4 | -413/+478 |
2023-03-07 | gdbstub: make various helpers visible to the rest of the module | Alex Bennée | 2 | -136/+165 |
2023-03-07 | gdbstub: move fromhex/tohex routines to internals | Alex Bennée | 2 | -20/+27 |
2023-03-07 | includes: move tb_flush into its own header | Alex Bennée | 1 | -0/+2 |
2023-03-07 | gdbstub: move GDBState to shared internals header | Alex Bennée | 2 | -42/+50 |
2023-03-07 | gdbstub: define separate user/system structures | Alex Bennée | 1 | -41/+53 |
2023-03-07 | gdbstub: clean-up indent on gdb_exit | Alex Bennée | 1 | -14/+14 |
2023-03-07 | gdbstub: fix-up copyright and license files | Alex Bennée | 2 | -2/+4 |
2023-03-07 | gdbstub/internals.h: clean up include guard | Alex Bennée | 1 | -3/+3 |
2023-02-27 | replay: Extract core API to 'exec/replay-core.h' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-27 | gdbstub: Use vaddr type for generic insert/remove_breakpoint() API | Philippe Mathieu-Daudé | 4 | -9/+8 |
2022-10-06 | gdbstub: move guest debug support check to ops | Alex Bennée | 4 | -3/+18 |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée | 5 | -118/+137 |
2022-10-06 | gdbstub: move sstep flags probing into AccelClass | Alex Bennée | 1 | -18/+4 |
2022-10-06 | gdbstub: move into its own sub directory | Alex Bennée | 4 | -0/+3672 |