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
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
1
-1
/
+9
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
1
-1
/
+1
2021-12-10
gdbstub, kvm: let KVM report supported singlestep flags
Maxim Levitsky
1
-1
/
+9
2021-12-10
gdbstub: reject unsupported flags in handle_set_qemu_sstep
Maxim Levitsky
1
-26
/
+49
2021-11-29
gdbstub: handle a potentially racing TaskState
Alex Bennée
1
-1
/
+1
2021-11-04
gdbstub: Switch to the thread receiving a signal
Pavel Labath
1
-2
/
+6
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
1
-1
/
+1
2021-08-26
gdbstub: Zero-initialize sockaddr structs
Peter Maydell
1
-2
/
+2
2021-05-25
gdbstub: tidy away reverse debugging check into function
Alex Bennée
1
-2
/
+11
2021-05-25
gdbstub: Replace GdbCmdContext with plain g_array()
Alex Bennée
1
-168
/
+154
2021-05-25
gdbstub: Constify GdbCmdParseEntry
Philippe Mathieu-Daudé
1
-4
/
+4
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
1
-1
/
+1
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-06
chardev: add nodelay option
Paolo Bonzini
1
-1
/
+1
2021-02-25
gdbstub: use preferred boolean option syntax
Daniel P. Berrangé
1
-1
/
+1
2021-02-08
gdbstub: Fix handle_query_xfer_auxv
Richard Henderson
1
-5
/
+12
2021-01-18
gdbstub: ensure we clean-up when terminated
Alex Bennée
1
-0
/
+2
2021-01-18
gdbstub: drop gdbserver_cleanup in favour of gdb_exit
Alex Bennée
1
-7
/
+0
2021-01-18
gdbstub: drop CPUEnv from gdb_exit()
Alex Bennée
1
-1
/
+1
2021-01-18
gdbstub: add support to Xfer:auxv:read: packet
Lirong Yuan
1
-0
/
+54
2020-12-15
gdbstub: Correct misparsing of vCont C/S requests
Peter Maydell
1
-1
/
+1
2020-10-06
replay: create temporary snapshot at debugger connection
Pavel Dovgalyuk
1
-0
/
+1
2020-10-06
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
1
-1
/
+9
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
1
-2
/
+53
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-1
/
+1
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-1
/
+1
2020-05-06
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
1
-16
/
+87
2020-05-06
gdbstub: eliminate gdbserver_fd global
Alex Bennée
1
-13
/
+11
2020-04-07
gdbstub: fix compiler complaining
Denis Plotnikov
1
-2
/
+2
2020-03-17
gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
Changbin Du
1
-1
/
+1
2020-03-17
gdbstub: do not split gdb_monitor_write payload
Damien Hedde
1
-20
/
+3
2020-03-17
gdbstub: change GDBState.last_packet to GByteArray
Damien Hedde
1
-18
/
+21
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
1
-10
/
+10
2020-03-17
gdbstub: move mem_buf to GDBState and use GByteArray
Alex Bennée
1
-21
/
+35
2020-03-17
gdbstub: move str_buf to GDBState and use GString
Alex Bennée
1
-105
/
+90
2020-03-17
gdbstub: stop passing GDBState * around and use global
Alex Bennée
1
-283
/
+278
2020-03-17
gdbstub: make GDBState static and have common init function
Alex Bennée
1
-87
/
+81
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+1
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-28
gdbstub: Fix handler for 'F' packet
Sandra Loosemore
1
-2
/
+6
2019-08-28
gdbstub: Fix handling of '!' packet with new infra
Ramiro Polla
1
-1
/
+3
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-07-10
gdbstub: revert to previous set_reg behaviour
Alex Bennée
1
-6
/
+12
2019-07-10
gdbstub: add some notes to the header comment
Alex Bennée
1
-0
/
+6
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
1
-0
/
+4
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
[next]