summaryrefslogtreecommitdiffstats
path: root/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2022-06-281-3/+4
* gdbstub: Convert GDB error numbers to host error numbersRichard Henderson2022-06-281-0/+31
* gdbstub: Don't use GDB syscalls if no GDB is attachedPeter Maydell2022-06-101-3/+11
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-061-1/+9
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Drop qemu_foo() socket API wrapperMarc-André Lureau2022-03-221-1/+1
* gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky2021-12-101-1/+9
* gdbstub: reject unsupported flags in handle_set_qemu_sstepMaxim Levitsky2021-12-101-26/+49
* gdbstub: handle a potentially racing TaskStateAlex Bennée2021-11-291-1/+1
* gdbstub: Switch to the thread receiving a signalPavel Labath2021-11-041-2/+6
* linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-131-1/+1
* gdbstub: Zero-initialize sockaddr structsPeter Maydell2021-08-261-2/+2
* gdbstub: tidy away reverse debugging check into functionAlex Bennée2021-05-251-2/+11
* gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée2021-05-251-168/+154Star
* gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé2021-05-251-4/+4
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-1/+1
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* | semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
|/
* chardev: add nodelay optionPaolo Bonzini2021-03-061-1/+1
* gdbstub: use preferred boolean option syntaxDaniel P. Berrangé2021-02-251-1/+1
* gdbstub: Fix handle_query_xfer_auxvRichard Henderson2021-02-081-5/+12
* gdbstub: ensure we clean-up when terminatedAlex Bennée2021-01-181-0/+2
* gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée2021-01-181-7/+0Star
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* gdbstub: add support to Xfer:auxv:read: packetLirong Yuan2021-01-181-0/+54
* gdbstub: Correct misparsing of vCont C/S requestsPeter Maydell2020-12-151-1/+1
* replay: create temporary snapshot at debugger connectionPavel Dovgalyuk2020-10-061-0/+1
* gdbstub: add reverse continue support in replay modePavel Dovgalyuk2020-10-061-1/+9
* gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-2/+53
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-1/+1
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-1/+1
* gdbstub/linux-user: support debugging over a unix socketAlex Bennée2020-05-061-16/+87
* gdbstub: eliminate gdbserver_fd globalAlex Bennée2020-05-061-13/+11Star
* gdbstub: fix compiler complainingDenis Plotnikov2020-04-071-2/+2
* gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdbChangbin Du2020-03-171-1/+1
* gdbstub: do not split gdb_monitor_write payloadDamien Hedde2020-03-171-20/+3Star
* gdbstub: change GDBState.last_packet to GByteArrayDamien Hedde2020-03-171-18/+21
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-10/+10
* gdbstub: move mem_buf to GDBState and use GByteArrayAlex Bennée2020-03-171-21/+35
* gdbstub: move str_buf to GDBState and use GStringAlex Bennée2020-03-171-105/+90Star
* gdbstub: stop passing GDBState * around and use globalAlex Bennée2020-03-171-283/+278Star
* gdbstub: make GDBState static and have common init functionAlex Bennée2020-03-171-87/+81Star
* hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* gdbstub: Fix handler for 'F' packetSandra Loosemore2019-08-281-2/+6
* gdbstub: Fix handling of '!' packet with new infraRamiro Polla2019-08-281-1/+3
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* gdbstub: revert to previous set_reg behaviourAlex Bennée2019-07-101-6/+12
* gdbstub: add some notes to the header commentAlex Bennée2019-07-101-0/+6