Age | Commit message (Expand) | Author |
---|---|---|
2023-03-07 | gdbstub: specialise handle_query_attached | Alex Bennée |
2023-03-07 | gdbstub: abstract target specific details from gdb_put_packet_binary | Alex Bennée |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée |
2023-03-07 | gdbstub: move chunk of softmmu functionality to own file | Alex Bennée |
2023-03-07 | gdbstub: make various helpers visible to the rest of the module | Alex Bennée |
2023-03-07 | gdbstub: move fromhex/tohex routines to internals | Alex Bennée |
2023-03-07 | gdbstub: move GDBState to shared internals header | Alex Bennée |
2023-03-07 | gdbstub/internals.h: clean up include guard | Alex Bennée |
2023-02-27 | gdbstub: Use vaddr type for generic insert/remove_breakpoint() API | Philippe Mathieu-Daudé |
2022-10-06 | gdbstub: move guest debug support check to ops | Alex Bennée |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée |