Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-07 | gdbstub: split out softmmu/user specifics for syscall handling | Alex Bennée | 1 | -0/+14 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -0/+1 |
2023-03-07 | gdbstub: specialise stub_can_reverse | Alex Bennée | 1 | -0/+5 |
2023-03-07 | gdbstub: introduce gdb_get_max_cpus | Alex Bennée | 1 | -0/+17 |
2023-03-07 | gdbstub: specialise target_memory_rw_debug | Alex Bennée | 1 | -0/+15 |
2023-03-07 | gdbstub: specialise handle_query_attached | Alex Bennée | 1 | -0/+5 |
2023-03-07 | gdbstub: abstract target specific details from gdb_put_packet_binary | Alex Bennée | 1 | -0/+19 |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée | 1 | -0/+344 |
2023-03-07 | gdbstub: fix-up copyright and license files | Alex Bennée | 1 | -1/+2 |
2023-02-27 | gdbstub: Use vaddr type for generic insert/remove_breakpoint() API | Philippe Mathieu-Daudé | 1 | -3/+2 |
2022-10-06 | gdbstub: move guest debug support check to ops | Alex Bennée | 1 | -0/+6 |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée | 1 | -0/+62 |