Commit History

作者 SHA1 備註 提交日期
  Alex Bennée 8dd7a4b348 gdbstub: move comment for gdb_register_coprocessor 2 年之前
  Alex Bennée d0e5fa849d gdbstub: replace global gdb_has_xml with a function 2 年之前
  Alex Bennée 56e534bd11 gdbstub: refactor get_feature_xml 2 年之前
  Alex Bennée 5b030993db gdbstub: remove unused user_ctx field 2 年之前
  Matheus Branco Borella 761e3c1088 gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT 2 年之前
  Alex Bennée f1b0f894c8 gdbstub: don't complain about preemptive ACK chars 2 年之前
  Alex Bennée 3869eb7eee gdbstub: more fixes for client Ctrl-C handling 2 年之前
  Matheus Tavares Bernardino 6c78de6eb6 gdbstub: use 0 ("any process") on packets with no PID 2 年之前
  Nicholas Piggin 108e8180c6 gdbstub: Fix client Ctrl-C handling 2 年之前
  Ilya Leoshkevich e282010b2e gdbstub: Add support for info proc mappings 2 年之前
  Ilya Leoshkevich dc14a7a6e9 gdbstub: Report the actual qemu-user pid 2 年之前
  Ilya Leoshkevich a3fcc111fa gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() 2 年之前
  Alex Bennée 2261b73c28 gdbstub: clean-up vcont handling to avoid goto 2 年之前
  Nicholas Piggin 3b72d68162 gdbstub: Permit reverse step/break to provide stop response 2 年之前
  Matheus Tavares Bernardino 758370052f gdbstub: only send stop-reply packets when allowed to 2 年之前
  Alex Bennée 0beaebc041 gdbstub: don't report auxv feature unless on Linux 2 年之前
  Richard Henderson cc37d98bfb *: Add missing includes of qemu/error-report.h 2 年之前
  Alex Bennée 61b2e136db gdbstub: only compile gdbstub twice for whole build 2 年之前
  Alex Bennée c566080cd3 gdbstub: move syscall handling to new file 2 年之前
  Alex Bennée 379b42e8b7 gdbstub: don't use target_ulong while handling registers 2 年之前
  Alex Bennée b428ad1234 gdbstub: fix address type of gdb_set_cpu_pc 2 年之前
  Alex Bennée 505601d580 gdbstub: specialise stub_can_reverse 2 年之前
  Alex Bennée 7ea0c33def gdbstub: introduce gdb_get_max_cpus 2 年之前
  Alex Bennée 589a58672e gdbstub: specialise target_memory_rw_debug 2 年之前
  Alex Bennée 8a2025b36b gdbstub: specialise handle_query_attached 2 年之前
  Alex Bennée a7e0f9bd2a gdbstub: abstract target specific details from gdb_put_packet_binary 2 年之前
  Alex Bennée d96bf49ba8 gdbstub: move chunks of user code into own files 2 年之前
  Alex Bennée b6fa2ec238 gdbstub: move chunk of softmmu functionality to own file 2 年之前
  Alex Bennée 36e067b2f2 gdbstub: make various helpers visible to the rest of the module 2 年之前
  Alex Bennée 1678ea040e gdbstub: move fromhex/tohex routines to internals 2 年之前