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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-31
gdbstub: Check if gdb_regs is NULL
Akihiko Odaki
1
-14
/
+20
2023-10-12
gdbstub: replace exit calls with proper shutdown for softmmu
Clément Chigot
3
-2
/
+15
2023-10-11
gdbstub: Replace gdb_regs with an array
Akihiko Odaki
1
-14
/
+21
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
2
-17
/
+0
2023-10-11
gdbstub: Use g_markup_printf_escaped()
Akihiko Odaki
1
-15
/
+21
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
1
-2
/
+1
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
1
-3
/
+3
2023-10-11
gdbstub: Fix target.xml response
Akihiko Odaki
1
-1
/
+1
2023-10-11
gdbstub: Fix target_xml initialization
Akihiko Odaki
1
-1
/
+1
2023-10-07
gdbstub: Rename 'softmmu' -> 'system'
Philippe Mathieu-Daudé
4
-9
/
+9
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2
-3
/
+3
2023-09-29
meson: clean up static_library keyword arguments
Paolo Bonzini
1
-2
/
+2
2023-09-07
configure, meson: remove target OS symbols from config-host.mak
Paolo Bonzini
1
-2
/
+2
2023-08-30
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
1
-6
/
+0
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
4
-7
/
+8
2023-08-30
gdbstub: refactor get_feature_xml
Alex Bennée
2
-40
/
+43
2023-08-30
gdbstub: remove unused user_ctx field
Alex Bennée
1
-8
/
+8
2023-08-30
gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
Matheus Branco Borella
1
-0
/
+29
2023-08-10
gdbstub: don't complain about preemptive ACK chars
Alex Bennée
1
-0
/
+5
2023-08-10
gdbstub: more fixes for client Ctrl-C handling
Alex Bennée
2
-2
/
+4
2023-08-06
gdbstub: use 0 ("any process") on packets with no PID
Matheus Tavares Bernardino
1
-1
/
+1
2023-07-31
gdbstub: Fix client Ctrl-C handling
Nicholas Piggin
1
-2
/
+11
2023-07-03
gdbstub: Add support for info proc mappings
Ilya Leoshkevich
3
-2
/
+185
2023-07-03
gdbstub: Report the actual qemu-user pid
Ilya Leoshkevich
1
-8
/
+17
2023-07-03
gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
Ilya Leoshkevich
2
-8
/
+10
2023-07-03
gdbstub: clean-up vcont handling to avoid goto
Alex Bennée
1
-19
/
+9
2023-07-03
gdbstub: Permit reverse step/break to provide stop response
Nicholas Piggin
1
-0
/
+1
2023-07-03
gdbstub: lightly refactor connection to avoid snprintf
Alex Bennée
1
-10
/
+9
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-5
/
+5
2023-05-18
gdbstub: only send stop-reply packets when allowed to
Matheus Tavares Bernardino
4
-19
/
+60
2023-04-04
gdbstub: don't report auxv feature unless on Linux
Alex Bennée
1
-1
/
+1
2023-04-04
gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary
Philippe Mathieu-Daudé
1
-2
/
+4
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-07
gdbstub: Build syscall.c once
Richard Henderson
2
-6
/
+2
2023-03-07
gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Richard Henderson
1
-6
/
+6
2023-03-07
gdbstub: Remove gdb_do_syscallv
Richard Henderson
1
-16
/
+10
2023-03-07
gdbstub: split out softmmu/user specifics for syscall handling
Alex Bennée
4
-24
/
+34
2023-03-07
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2
-7
/
+27
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
6
-179
/
+253
2023-03-07
gdbstub: don't use target_ulong while handling registers
Alex Bennée
1
-7
/
+10
2023-03-07
gdbstub: fix address type of gdb_set_cpu_pc
Alex Bennée
1
-2
/
+2
2023-03-07
gdbstub: specialise stub_can_reverse
Alex Bennée
4
-11
/
+13
2023-03-07
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
4
-10
/
+28
2023-03-07
gdbstub: specialise target_memory_rw_debug
Alex Bennée
4
-62
/
+96
2023-03-07
gdbstub: specialise handle_query_attached
Alex Bennée
4
-14
/
+15
2023-03-07
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
4
-8
/
+44
2023-03-07
gdbstub: rationalise signal mapping in softmmu
Alex Bennée
1
-12
/
+6
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
6
-674
/
+742
2023-03-07
gdbstub: move chunk of softmmu functionality to own file
Alex Bennée
4
-413
/
+478
2023-03-07
gdbstub: make various helpers visible to the rest of the module
Alex Bennée
2
-136
/
+165
[next]