aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-3/+4
2022-06-28gdbstub: Convert GDB error numbers to host error numbersRichard Henderson1-0/+31
2022-06-10gdbstub: Don't use GDB syscalls if no GDB is attachedPeter Maydell1-3/+11
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov1-1/+9
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-1/+1
2021-12-10gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky1-1/+9
2021-12-10gdbstub: reject unsupported flags in handle_set_qemu_sstepMaxim Levitsky1-26/+49
2021-11-29gdbstub: handle a potentially racing TaskStateAlex Bennée1-1/+1
2021-11-04gdbstub: Switch to the thread receiving a signalPavel Labath1-2/+6
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-1/+1
2021-08-26gdbstub: Zero-initialize sockaddr structsPeter Maydell1-2/+2
2021-05-25gdbstub: tidy away reverse debugging check into functionAlex Bennée1-2/+11
2021-05-25gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée1-168/+154
2021-05-25gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé1-4/+4
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-06chardev: add nodelay optionPaolo Bonzini1-1/+1
2021-02-25gdbstub: use preferred boolean option syntaxDaniel P. Berrangé1-1/+1
2021-02-08gdbstub: Fix handle_query_xfer_auxvRichard Henderson1-5/+12
2021-01-18gdbstub: ensure we clean-up when terminatedAlex Bennée1-0/+2
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée1-7/+0
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2021-01-18gdbstub: add support to Xfer:auxv:read: packetLirong Yuan1-0/+54
2020-12-15gdbstub: Correct misparsing of vCont C/S requestsPeter Maydell1-1/+1
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk1-0/+1
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk1-1/+9
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-2/+53
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-1/+1
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée1-16/+87
2020-05-06gdbstub: eliminate gdbserver_fd globalAlex Bennée1-13/+11
2020-04-07gdbstub: fix compiler complainingDenis Plotnikov1-2/+2
2020-03-17gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdbChangbin Du1-1/+1
2020-03-17gdbstub: do not split gdb_monitor_write payloadDamien Hedde1-20/+3
2020-03-17gdbstub: change GDBState.last_packet to GByteArrayDamien Hedde1-18/+21
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-10/+10
2020-03-17gdbstub: move mem_buf to GDBState and use GByteArrayAlex Bennée1-21/+35
2020-03-17gdbstub: move str_buf to GDBState and use GStringAlex Bennée1-105/+90
2020-03-17gdbstub: stop passing GDBState * around and use globalAlex Bennée1-283/+278
2020-03-17gdbstub: make GDBState static and have common init functionAlex Bennée1-87/+81
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2019-08-28gdbstub: Fix handler for 'F' packetSandra Loosemore1-2/+6
2019-08-28gdbstub: Fix handling of '!' packet with new infraRamiro Polla1-1/+3
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-07-10gdbstub: revert to previous set_reg behaviourAlex Bennée1-6/+12
2019-07-10gdbstub: add some notes to the header commentAlex Bennée1-0/+6