index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub.c
Age
Commit message (
Expand
)
Author
2017-01-27
chardev: qom-ify
Marc-André Lureau
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-27
char: allocate CharDriverState as a single object
Marc-André Lureau
2017-01-27
char: move callbacks in CharDriver
Marc-André Lureau
2017-01-24
gdbstub.c: update old error report statements
Ziyue Yang
2017-01-24
gdbstub.c: fix GDB connection segfault caused by empty machines
Ziyue Yang
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2016-10-28
clean-up: removed duplicate #includes
Anand J
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
2016-10-24
char: remove init callback
Marc-André Lureau
2016-09-13
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
2016-06-07
gdbstub: set listen backlog to 1
Peter Wu
2016-06-07
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
2016-06-06
gdbstub: avoid busy loop while waiting for gdb
Peter Wu
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-15
replay: character devices
Pavel Dovgalyuk
2016-02-04
all: Clean up includes
Peter Maydell
2016-01-27
gdb: provide the name of the architecture in the target.xml
David Hildenbrand
2016-01-15
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
2015-11-06
gdbstub: Fix buffer overflows in gdb_handle_packet()
Kevin Wolf
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-09
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-07
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
2015-07-27
gdbstub: Set current CPU on interruptions
Jan Kiszka
2015-07-09
gdbstub: Use cpu_set_pc() helper
Peter Crosthwaite
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
2015-05-28
Revert "gdbstub: Do not kill target in system emulation mode"
Fabien Chouteau
2015-05-28
Add GDB qAttached support
Jan Kiszka
2015-05-28
gdbstub: Introduce an is is_query_packet helper
Jan Kiszka
2015-05-28
gdbstub: Fix qOffsets packet detection
Jan Kiszka
2015-03-10
gdbstub: avoid possible NULL pointer dereference
Paolo Bonzini
2014-12-11
Add the "-semihosting-config" option.
Liviu Ionescu
2014-11-11
gdbstub: Add a missing case of signal number translation in gdbstub
Martin Simmons
2014-10-06
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
Peter Maydell
2014-09-11
gdbstub: init mon_chr through qemu_chr_alloc
Pavel Dovgalyuk
2014-03-13
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2013-11-04
vl: allow "cont" from panicked state
Paolo Bonzini
2013-10-02
gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
[next]