index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-09
gdbstub: fix off-by-one in gdb_handle_packet()
Philippe Mathieu-Daudé
1
-1
/
+2
2018-03-27
gdbstub: send a termination packet instead of crashing gdb
KONRAD Frederic
1
-0
/
+7
2017-12-18
gdbstub: add tracing
Doug Gale
1
-35
/
+78
2017-07-21
Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()
Peter Maydell
1
-1
/
+1
2017-07-14
gdbstub: don't fail on vCont; C04:0; c packets
Alex Bennée
1
-11
/
+4
2017-07-14
qom/cpu: remove host_tid field
Alex Bennée
1
-1
/
+2
2017-07-14
gdbstub: rename cpu_index -> cpu_gdb_index
Alex Bennée
1
-6
/
+20
2017-07-14
gdbstub: modernise DEBUG_GDB
Alex Bennée
1
-44
/
+33
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-1
/
+1
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
1
-13
/
+2
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-0
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-08
gdbstub: implement remote debugging protocol escapes for command receive
Doug Gale
1
-9
/
+99
2017-05-04
char: add a /chardevs container
Marc-André Lureau
1
-2
/
+2
2017-02-16
gdbstub: Fix vCont behaviour
Claudio Imbrenda
1
-47
/
+162
2017-01-27
chardev: qom-ify
Marc-André Lureau
1
-7
/
+32
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-6
/
+6
2017-01-27
char: allocate CharDriverState as a single object
Marc-André Lureau
1
-0
/
+1
2017-01-27
char: move callbacks in CharDriver
Marc-André Lureau
1
-2
/
+5
2017-01-24
gdbstub.c: update old error report statements
Ziyue Yang
1
-5
/
+5
2017-01-24
gdbstub.c: fix GDB connection segfault caused by empty machines
Ziyue Yang
1
-0
/
+7
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
1
-0
/
+1
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-2
/
+1
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-7
/
+11
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-9
/
+13
2016-10-24
char: remove init callback
Marc-André Lureau
1
-1
/
+1
2016-09-13
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
1
-1
/
+3
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
1
-13
/
+0
2016-06-07
gdbstub: set listen backlog to 1
Peter Wu
1
-1
/
+1
2016-06-07
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
1
-13
/
+0
2016-06-06
gdbstub: avoid busy loop while waiting for gdb
Peter Wu
1
-5
/
+7
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-1
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-2
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-15
replay: character devices
Pavel Dovgalyuk
1
-1
/
+1
2016-02-04
all: Clean up includes
Peter Maydell
1
-8
/
+1
2016-01-27
gdb: provide the name of the architecture in the target.xml
David Hildenbrand
1
-7
/
+14
2016-01-15
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
1
-1
/
+2
2015-11-06
gdbstub: Fix buffer overflows in gdb_handle_packet()
Kevin Wolf
1
-2
/
+16
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-09-09
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
1
-1
/
+1
2015-09-07
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
1
-4
/
+10
2015-07-27
gdbstub: Set current CPU on interruptions
Jan Kiszka
1
-0
/
+1
2015-07-09
gdbstub: Use cpu_set_pc() helper
Peter Crosthwaite
1
-4
/
+1
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
1
-2
/
+1
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
1
-4
/
+2
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
1
-4
/
+4
[next]