300 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
Peter Maydell 95a5befc2f Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() 9 years ago
Alex Bennée 5a6a1ad181 gdbstub: don't fail on vCont; C04:0; c packets 9 years ago
Alex Bennée bd88c780e6 qom/cpu: remove host_tid field 9 years ago
Alex Bennée d2a6c8570b gdbstub: rename cpu_index -> cpu_gdb_index 9 years ago
Alex Bennée 118e226884 gdbstub: modernise DEBUG_GDB 9 years ago
Anton Nefedov 81517ba37a char: add backend hotswap handler 9 years ago
Marc-André Lureau 1ce2610c10 char: make chr_fe_deinit() optionaly delete backend 10 years ago
Marc-André Lureau 4d43a603c7 char: move CharBackend handling in char-fe unit 10 years ago
Marc-André Lureau 8228e353d8 chardev: move headers to include/chardev 10 years ago
Doug Gale 4bf43122db gdbstub: implement remote debugging protocol escapes for command receive 9 years ago
Marc-André Lureau 2f5d45a150 char: add a /chardevs container 10 years ago
Claudio Imbrenda 544177ad1c gdbstub: Fix vCont behaviour 10 years ago
Marc-André Lureau 777357d758 chardev: qom-ify 10 years ago
Marc-André Lureau 0ec7b3e7f2 char: rename CharDriverState Chardev 10 years ago
Marc-André Lureau 41ac54b253 char: allocate CharDriverState as a single object 10 years ago
Marc-André Lureau b68e956abe char: move callbacks in CharDriver 10 years ago
Ziyue Yang 7ae6c57115 gdbstub.c: update old error report statements 10 years ago
Ziyue Yang 508b4ecc39 gdbstub.c: fix GDB connection segfault caused by empty machines 10 years ago
Vincent Palatin b39466269b kvm: move cpu synchronization code 10 years ago
Anand J 814bb12a56 clean-up: removed duplicate #includes 10 years ago
Marc-André Lureau 39ab61c6d0 char: remove explicit_fe_open, use a set_handlers argument 10 years ago
Marc-André Lureau c39860e6dc char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit 10 years ago
Marc-André Lureau 5345fdb446 char: use qemu_chr_fe* functions with CharBackend argument 10 years ago
Marc-André Lureau 32a6ebecd2 char: remaining switch to CharBackend in frontend 10 years ago
Marc-André Lureau b4948be93e char: remove init callback 10 years ago
Daniel P. Berrange 6ab3fc32ea hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all 10 years ago
Peter Wu 96165b9eb4 gdbstub: set listen backlog to 1 10 years ago
Timothy E Baldwin 8fdb9fef3d linux-user: Remove redundant gdb_queuesig() 10 years ago
Peter Wu 5819e3e072 gdbstub: avoid busy loop while waiting for gdb 10 years ago
Paolo Bonzini 63c915526d cpu: move exec-all.h inclusion out of cpu.h 11 years ago
Paolo Bonzini 33c11879fd qemu-common: push cpu.h inclusion out of qemu-common.h 11 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 11 years ago
Pavel Dovgalyuk 33577b47c6 replay: character devices 11 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 11 years ago
David Hildenbrand b3820e6ca0 gdb: provide the name of the architecture in the target.xml 11 years ago
Daniel P. Berrange d0d7708ba2 qemu-char: add logfile facility to all chardev backends 11 years ago
Kevin Wolf 5accecb3a6 gdbstub: Fix buffer overflows in gdb_handle_packet() 11 years ago
Paolo Bonzini 9102dedaa1 use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread 11 years ago
Peter Maydell 19239b39e7 gdbstub: Implement gdb_do_syscallv() 11 years ago
Jan Kiszka 226d007dbd gdbstub: Set current CPU on interruptions 11 years ago
Peter Crosthwaite 4a2b24edb7 gdbstub: Use cpu_set_pc() helper 11 years ago
Peter Crosthwaite f7ec7f7b26 gdbstub: Change gdbserver_fork() to accept cpu instead of env 11 years ago
Peter Crosthwaite bbd77c180d translate-all: Change tb_flush() env argument to cpu 11 years ago
Leon Alrae cfe67cef48 semihosting: create SemihostingConfig structure and semihost.h 11 years ago
Fabien Chouteau ce0274f730 Revert "gdbstub: Do not kill target in system emulation mode" 12 years ago
Jan Kiszka a3919386ea Add GDB qAttached support 12 years ago
Jan Kiszka 4dabe747af gdbstub: Introduce an is is_query_packet helper 12 years ago
Jan Kiszka 070949f39e gdbstub: Fix qOffsets packet detection 12 years ago
Paolo Bonzini 3d0f441891 gdbstub: avoid possible NULL pointer dereference 12 years ago