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
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
2021-03-11
1
-1
/
+1
|
\
|
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
|
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-1
/
+1
|
/
*
chardev: add nodelay option
Paolo Bonzini
2021-03-06
1
-1
/
+1
*
gdbstub: use preferred boolean option syntax
Daniel P. Berrangé
2021-02-25
1
-1
/
+1
*
gdbstub: Fix handle_query_xfer_auxv
Richard Henderson
2021-02-08
1
-5
/
+12
*
gdbstub: ensure we clean-up when terminated
Alex Bennée
2021-01-18
1
-0
/
+2
*
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
Alex Bennée
2021-01-18
1
-7
/
+0
*
gdbstub: drop CPUEnv from gdb_exit()
Alex Bennée
2021-01-18
1
-1
/
+1
*
gdbstub: add support to Xfer:auxv:read: packet
Lirong Yuan
2021-01-18
1
-0
/
+54
*
gdbstub: Correct misparsing of vCont C/S requests
Peter Maydell
2020-12-15
1
-1
/
+1
*
replay: create temporary snapshot at debugger connection
Pavel Dovgalyuk
2020-10-06
1
-0
/
+1
*
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
2020-10-06
1
-1
/
+9
*
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2020-10-06
1
-2
/
+53
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-21
1
-1
/
+1
*
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
2020-05-06
1
-16
/
+87
*
gdbstub: eliminate gdbserver_fd global
Alex Bennée
2020-05-06
1
-13
/
+11
*
gdbstub: fix compiler complaining
Denis Plotnikov
2020-04-07
1
-2
/
+2
*
gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
Changbin Du
2020-03-17
1
-1
/
+1
*
gdbstub: do not split gdb_monitor_write payload
Damien Hedde
2020-03-17
1
-20
/
+3
*
gdbstub: change GDBState.last_packet to GByteArray
Damien Hedde
2020-03-17
1
-18
/
+21
*
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
1
-10
/
+10
*
gdbstub: move mem_buf to GDBState and use GByteArray
Alex Bennée
2020-03-17
1
-21
/
+35
*
gdbstub: move str_buf to GDBState and use GString
Alex Bennée
2020-03-17
1
-105
/
+90
*
gdbstub: stop passing GDBState * around and use global
Alex Bennée
2020-03-17
1
-283
/
+278
*
gdbstub: make GDBState static and have common init function
Alex Bennée
2020-03-17
1
-87
/
+81
*
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
2020-03-06
1
-1
/
+1
*
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-08
1
-1
/
+1
*
gdbstub: Fix handler for 'F' packet
Sandra Loosemore
2019-08-28
1
-2
/
+6
*
gdbstub: Fix handling of '!' packet with new infra
Ramiro Polla
2019-08-28
1
-1
/
+3
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
gdbstub: revert to previous set_reg behaviour
Alex Bennée
2019-07-10
1
-6
/
+12
*
gdbstub: add some notes to the header comment
Alex Bennée
2019-07-10
1
-0
/
+6
*
general: Replace global smp variables with smp machine properties
Like Xu
2019-07-05
1
-0
/
+4
*
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-06-18
1
-1
/
+1
*
gdbstub: Implement qemu physical memory mode
Jon Doron
2019-06-12
1
-2
/
+60
*
gdbstub: Clear unused variables in gdb_handle_packet
Jon Doron
2019-06-12
1
-9
/
+2
*
gdbstub: Implement target halted (? pkt) with new infra
Jon Doron
2019-06-12
1
-10
/
+25
*
gdbstub: Implement generic set/query (Q/q pkt) with new infra
Jon Doron
2019-06-12
1
-186
/
+373
*
gdbstub: Implement v commands with new infra
Jon Doron
2019-06-12
1
-60
/
+110
*
gdbstub: Implement step (s pkt) with new infra
Jon Doron
2019-06-12
1
-6
/
+19
*
gdbstub: Implement file io (F pkt) with new infra
Jon Doron
2019-06-12
1
-22
/
+26
*
gdbstub: Implement read all registers (g pkt) with new infra
Jon Doron
2019-06-12
1
-8
/
+23
*
gdbstub: Implement write all registers (G pkt) with new infra
Jon Doron
2019-06-12
1
-10
/
+31
*
gdbstub: Implement read memory (m pkt) with new infra
Jon Doron
2019-06-12
1
-16
/
+32
*
gdbstub: Implement write memory (M pkt) with new infra
Jon Doron
2019-06-12
1
-18
/
+33
*
gdbstub: Implement get register (p pkt) with new infra
Jon Doron
2019-06-12
1
-12
/
+38
*
gdbstub: Implement set register (P pkt) with new infra
Jon Doron
2019-06-12
1
-9
/
+30
[next]