Commit History

Author SHA1 Message Date
  Markus Armbruster 7a309cc95b qom: Change object_get_canonical_path_component() not to malloc 5 years ago
  Alex Bennée fcedd92086 gdbstub/linux-user: support debugging over a unix socket 5 years ago
  Alex Bennée e0a1e20847 gdbstub: eliminate gdbserver_fd global 5 years ago
  Denis Plotnikov 076b2fadb5 gdbstub: fix compiler complaining 5 years ago
  Changbin Du 3bc2609d47 gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb 5 years ago
  Damien Hedde d86b4672f2 gdbstub: do not split gdb_monitor_write payload 5 years ago
  Damien Hedde d116e813a5 gdbstub: change GDBState.last_packet to GByteArray 5 years ago
  Alex Bennée a010bdbe71 gdbstub: extend GByteArray to read register helpers 5 years ago
  Alex Bennée 4a25f1b97a gdbstub: move mem_buf to GDBState and use GByteArray 5 years ago
  Alex Bennée 308f9e88b2 gdbstub: move str_buf to GDBState and use GString 5 years ago
  Alex Bennée a346af3e35 gdbstub: stop passing GDBState * around and use global 5 years ago
  Alex Bennée 8d98c445dc gdbstub: make GDBState static and have common init function 5 years ago
  Kevin Wolf 8e9119a807 hmp: Fail gracefully if chardev is already in use 5 years ago
  Philippe Mathieu-Daudé 083b266f69 chardev: Use QEMUChrEvent enum in IOEventHandler typedef 5 years ago
  Sandra Loosemore c6ee95216b gdbstub: Fix handler for 'F' packet 6 years ago
  Ramiro Polla 2bdec39848 gdbstub: Fix handling of '!' packet with new infra 6 years ago
  Markus Armbruster 54d31236b9 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h 6 years ago
  Alex Bennée 94b2a62bb6 gdbstub: revert to previous set_reg behaviour 6 years ago
  Alex Bennée 42a0959648 gdbstub: add some notes to the header comment 6 years ago
  Like Xu 5cc8767d05 general: Replace global smp variables with smp machine properties 6 years ago
  Kevin Wolf fbfc29e3bf monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() 6 years ago
  Jon Doron ab4752ec8d gdbstub: Implement qemu physical memory mode 6 years ago
  Jon Doron 3f1cbac73a gdbstub: Clear unused variables in gdb_handle_packet 6 years ago
  Jon Doron 7009d57924 gdbstub: Implement target halted (? pkt) with new infra 6 years ago
  Jon Doron 2704efad51 gdbstub: Implement generic set/query (Q/q pkt) with new infra 6 years ago
  Jon Doron 8536ec02fe gdbstub: Implement v commands with new infra 6 years ago
  Jon Doron 933f80dd42 gdbstub: Implement step (s pkt) with new infra 6 years ago
  Jon Doron 4b20fab101 gdbstub: Implement file io (F pkt) with new infra 6 years ago
  Jon Doron 397d137046 gdbstub: Implement read all registers (g pkt) with new infra 6 years ago
  Jon Doron 287ca120bd gdbstub: Implement write all registers (G pkt) with new infra 6 years ago