- 8dd7a4b gdbstub: move comment for gdb_register_coprocessor by Alex Bennée · 1 year, 7 months ago
- d0e5fa8 gdbstub: replace global gdb_has_xml with a function by Alex Bennée · 1 year, 7 months ago
- 56e534b gdbstub: refactor get_feature_xml by Alex Bennée · 1 year, 7 months ago
- 5b03099 gdbstub: remove unused user_ctx field by Alex Bennée · 1 year, 7 months ago
- 761e3c1 gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT by Matheus Branco Borella · 1 year, 7 months ago
- f1b0f89 gdbstub: don't complain about preemptive ACK chars by Alex Bennée · 1 year, 7 months ago
- 3869eb7 gdbstub: more fixes for client Ctrl-C handling by Alex Bennée · 1 year, 7 months ago
- 6c78de6 gdbstub: use 0 ("any process") on packets with no PID by Matheus Tavares Bernardino · 1 year, 8 months ago
- 108e818 gdbstub: Fix client Ctrl-C handling by Nicholas Piggin · 1 year, 8 months ago
- e282010 gdbstub: Add support for info proc mappings by Ilya Leoshkevich · 1 year, 9 months ago
- dc14a7a gdbstub: Report the actual qemu-user pid by Ilya Leoshkevich · 1 year, 9 months ago
- a3fcc11 gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() by Ilya Leoshkevich · 1 year, 9 months ago
- 2261b73 gdbstub: clean-up vcont handling to avoid goto by Alex Bennée · 1 year, 9 months ago
- 3b72d68 gdbstub: Permit reverse step/break to provide stop response by Nicholas Piggin · 1 year, 9 months ago
- d2fe226 gdbstub: lightly refactor connection to avoid snprintf by Alex Bennée · 1 year, 9 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 7583700 gdbstub: only send stop-reply packets when allowed to by Matheus Tavares Bernardino · 1 year, 11 months ago
- 0beaebc gdbstub: don't report auxv feature unless on Linux by Alex Bennée · 2 years ago
- b846ad6 gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary by Philippe Mathieu-Daudé · 2 years ago
- cc37d98 *: Add missing includes of qemu/error-report.h by Richard Henderson · 2 years ago
- 2d3d251 gdbstub: Build syscall.c once by Richard Henderson · 2 years, 1 month ago
- 0820a07 gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t by Richard Henderson · 2 years, 1 month ago
- 2f70f2d gdbstub: Remove gdb_do_syscallv by Richard Henderson · 2 years, 1 month ago
- 131f387 gdbstub: split out softmmu/user specifics for syscall handling by Alex Bennée · 2 years, 1 month ago
- 61b2e13 gdbstub: only compile gdbstub twice for whole build by Alex Bennée · 2 years, 1 month ago
- c566080 gdbstub: move syscall handling to new file by Alex Bennée · 2 years, 1 month ago
- 379b42e gdbstub: don't use target_ulong while handling registers by Alex Bennée · 2 years, 1 month ago
- b428ad1 gdbstub: fix address type of gdb_set_cpu_pc by Alex Bennée · 2 years, 1 month ago
- 505601d gdbstub: specialise stub_can_reverse by Alex Bennée · 2 years, 1 month ago
- 7ea0c33 gdbstub: introduce gdb_get_max_cpus by Alex Bennée · 2 years, 1 month ago
- 589a586 gdbstub: specialise target_memory_rw_debug by Alex Bennée · 2 years, 1 month ago
- 8a2025b gdbstub: specialise handle_query_attached by Alex Bennée · 2 years, 1 month ago
- a7e0f9b gdbstub: abstract target specific details from gdb_put_packet_binary by Alex Bennée · 2 years, 1 month ago
- ccd4c7c gdbstub: rationalise signal mapping in softmmu by Alex Bennée · 2 years, 1 month ago
- d96bf49 gdbstub: move chunks of user code into own files by Alex Bennée · 2 years, 1 month ago
- b6fa2ec gdbstub: move chunk of softmmu functionality to own file by Alex Bennée · 2 years, 1 month ago
- 36e067b gdbstub: make various helpers visible to the rest of the module by Alex Bennée · 2 years, 1 month ago
- 1678ea0 gdbstub: move fromhex/tohex routines to internals by Alex Bennée · 2 years, 1 month ago
- 548c960 includes: move tb_flush into its own header by Alex Bennée · 2 years, 1 month ago
- 9f56787 gdbstub: move GDBState to shared internals header by Alex Bennée · 2 years, 1 month ago
- 8e70c6f gdbstub: define separate user/system structures by Alex Bennée · 2 years, 1 month ago
- ad9e458 gdbstub: clean-up indent on gdb_exit by Alex Bennée · 2 years, 1 month ago
- 9455762 gdbstub: fix-up copyright and license files by Alex Bennée · 2 years, 1 month ago
- 9774855 gdbstub/internals.h: clean up include guard by Alex Bennée · 2 years, 1 month ago
- 5b5968c replay: Extract core API to 'exec/replay-core.h' by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 55b5b8e gdbstub: Use vaddr type for generic insert/remove_breakpoint() API by Philippe Mathieu-Daudé · 2 years, 3 months ago
- a48e7d9 gdbstub: move guest debug support check to ops by Alex Bennée · 2 years, 6 months ago
- ae7467b gdbstub: move breakpoint logic to accel ops by Alex Bennée · 2 years, 6 months ago
- 3b7a938 gdbstub: move sstep flags probing into AccelClass by Alex Bennée · 2 years, 6 months ago
- 842b42d gdbstub: move into its own sub directory by Alex Bennée · 2 years, 6 months ago