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
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
1
-1
/
+1
2019-06-12
gdbstub: Implement qemu physical memory mode
Jon Doron
1
-2
/
+60
2019-06-12
gdbstub: Clear unused variables in gdb_handle_packet
Jon Doron
1
-9
/
+2
2019-06-12
gdbstub: Implement target halted (? pkt) with new infra
Jon Doron
1
-10
/
+25
2019-06-12
gdbstub: Implement generic set/query (Q/q pkt) with new infra
Jon Doron
1
-186
/
+373
2019-06-12
gdbstub: Implement v commands with new infra
Jon Doron
1
-60
/
+110
2019-06-12
gdbstub: Implement step (s pkt) with new infra
Jon Doron
1
-6
/
+19
2019-06-12
gdbstub: Implement file io (F pkt) with new infra
Jon Doron
1
-22
/
+26
2019-06-12
gdbstub: Implement read all registers (g pkt) with new infra
Jon Doron
1
-8
/
+23
2019-06-12
gdbstub: Implement write all registers (G pkt) with new infra
Jon Doron
1
-10
/
+31
2019-06-12
gdbstub: Implement read memory (m pkt) with new infra
Jon Doron
1
-16
/
+32
2019-06-12
gdbstub: Implement write memory (M pkt) with new infra
Jon Doron
1
-18
/
+33
2019-06-12
gdbstub: Implement get register (p pkt) with new infra
Jon Doron
1
-12
/
+38
2019-06-12
gdbstub: Implement set register (P pkt) with new infra
Jon Doron
1
-9
/
+30
2019-06-12
gdbstub: Implement breakpoint commands (Z/z pkt) with new infra
Jon Doron
1
-19
/
+67
2019-06-12
gdbstub: Implement set_thread (H pkt) with new infra
Jon Doron
1
-30
/
+53
2019-06-12
gdbstub: Implement continue with signal (C pkt) with new infra
Jon Doron
1
-5
/
+29
2019-06-12
gdbstub: Implement continue (c pkt) with new infra
Jon Doron
1
-6
/
+19
2019-06-12
gdbstub: Implement thread_alive (T pkt) with new infra
Jon Doron
1
-11
/
+32
2019-06-12
gdbstub: Implement deatch (D pkt) with new infra
Jon Doron
1
-40
/
+61
2019-06-12
gdbstub: Add infrastructure to parse cmd packets
Jon Doron
1
-0
/
+195
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+2
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
1
-1
/
+1
2019-05-22
gdbstub: Fix misuse of isxdigit()
Markus Armbruster
1
-7
/
+7
2019-05-22
gdbstub: Reject invalid RLE repeat counts
Markus Armbruster
1
-1
/
+5
2019-03-26
gdbstub: fix vCont packet handling when no thread is specified
Luc Michel
1
-2
/
+12
2019-02-15
gdbstub: Send a reply to the vKill packet.
Sandra Loosemore
1
-0
/
+1
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-2
/
+2
2019-02-05
gdbstub: allow killing QEMU via vKill command
Max Filippov
1
-0
/
+4
2019-01-29
gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index
Peter Maydell
1
-42
/
+4
2019-01-29
gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0
Luc Michel
1
-29
/
+43
2019-01-07
gdbstub: add multiprocess extension support
Luc Michel
1
-0
/
+6
2019-01-07
gdbstub: gdb_set_stop_cpu: ignore request when process is not attached
Luc Michel
1
-0
/
+10
2019-01-07
gdbstub: processes initialization on new peer connection
Luc Michel
1
-5
/
+15
2019-01-07
gdbstub: add support for vAttach packets
Luc Michel
1
-0
/
+35
2019-01-07
gdbstub: add support for extended mode packet
Luc Michel
1
-0
/
+3
2019-01-07
gdbstub: add multiprocess support to 'D' packets
Luc Michel
1
-7
/
+53
2019-01-07
gdbstub: add multiprocess support to gdb_vm_state_change()
Luc Michel
1
-3
/
+12
2019-01-07
gdbstub: add multiprocess support to Xfer:features:read:
Luc Michel
1
-20
/
+28
2019-01-07
gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo
Luc Michel
1
-10
/
+27
2019-01-07
gdbstub: add multiprocess support to 'sC' packets
Luc Michel
1
-3
/
+9
2019-01-07
gdbstub: add multiprocess support to vCont packets
Luc Michel
1
-15
/
+100
2019-01-07
gdbstub: add multiprocess support to 'H' and 'T' packets
Luc Michel
1
-18
/
+136
2019-01-07
gdbstub: add multiprocess support to '?' packets
Luc Michel
1
-2
/
+64
2019-01-07
gdbstub: introduce GDB processes
Luc Michel
1
-0
/
+97
2018-10-16
gdbstub: Remove unused include
Philippe Mathieu-Daudé
1
-1
/
+0
2018-10-03
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
1
-1
/
+5
2018-06-01
gdbstub: Prevent fd leakage
Philippe Mathieu-Daudé
1
-0
/
+1
[next]