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