index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdbstub
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure, meson: remove target OS symbols from config-host.mak
Paolo Bonzini
2023-09-07
1
-2
/
+2
*
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
2023-08-30
1
-6
/
+0
*
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
2023-08-30
4
-7
/
+8
*
gdbstub: refactor get_feature_xml
Alex Bennée
2023-08-30
2
-40
/
+43
*
gdbstub: remove unused user_ctx field
Alex Bennée
2023-08-30
1
-8
/
+8
*
gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
Matheus Branco Borella
2023-08-30
1
-0
/
+29
*
gdbstub: don't complain about preemptive ACK chars
Alex Bennée
2023-08-10
1
-0
/
+5
*
gdbstub: more fixes for client Ctrl-C handling
Alex Bennée
2023-08-10
2
-2
/
+4
*
gdbstub: use 0 ("any process") on packets with no PID
Matheus Tavares Bernardino
2023-08-06
1
-1
/
+1
*
gdbstub: Fix client Ctrl-C handling
Nicholas Piggin
2023-07-31
1
-2
/
+11
*
gdbstub: Add support for info proc mappings
Ilya Leoshkevich
2023-07-03
3
-2
/
+185
*
gdbstub: Report the actual qemu-user pid
Ilya Leoshkevich
2023-07-03
1
-8
/
+17
*
gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
Ilya Leoshkevich
2023-07-03
2
-8
/
+10
*
gdbstub: clean-up vcont handling to avoid goto
Alex Bennée
2023-07-03
1
-19
/
+9
*
gdbstub: Permit reverse step/break to provide stop response
Nicholas Piggin
2023-07-03
1
-0
/
+1
*
gdbstub: lightly refactor connection to avoid snprintf
Alex Bennée
2023-07-03
1
-10
/
+9
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-5
/
+5
*
gdbstub: only send stop-reply packets when allowed to
Matheus Tavares Bernardino
2023-05-18
4
-19
/
+60
*
gdbstub: don't report auxv feature unless on Linux
Alex Bennée
2023-04-04
1
-1
/
+1
*
gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary
Philippe Mathieu-Daudé
2023-04-04
1
-2
/
+4
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
gdbstub: Build syscall.c once
Richard Henderson
2023-03-07
2
-6
/
+2
*
gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Richard Henderson
2023-03-07
1
-6
/
+6
*
gdbstub: Remove gdb_do_syscallv
Richard Henderson
2023-03-07
1
-16
/
+10
*
gdbstub: split out softmmu/user specifics for syscall handling
Alex Bennée
2023-03-07
4
-24
/
+34
*
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2023-03-07
2
-7
/
+27
*
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
6
-179
/
+253
*
gdbstub: don't use target_ulong while handling registers
Alex Bennée
2023-03-07
1
-7
/
+10
*
gdbstub: fix address type of gdb_set_cpu_pc
Alex Bennée
2023-03-07
1
-2
/
+2
*
gdbstub: specialise stub_can_reverse
Alex Bennée
2023-03-07
4
-11
/
+13
*
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
2023-03-07
4
-10
/
+28
*
gdbstub: specialise target_memory_rw_debug
Alex Bennée
2023-03-07
4
-62
/
+96
*
gdbstub: specialise handle_query_attached
Alex Bennée
2023-03-07
4
-14
/
+15
*
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
2023-03-07
4
-8
/
+44
*
gdbstub: rationalise signal mapping in softmmu
Alex Bennée
2023-03-07
1
-12
/
+6
*
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
6
-674
/
+742
*
gdbstub: move chunk of softmmu functionality to own file
Alex Bennée
2023-03-07
4
-413
/
+478
*
gdbstub: make various helpers visible to the rest of the module
Alex Bennée
2023-03-07
2
-136
/
+165
*
gdbstub: move fromhex/tohex routines to internals
Alex Bennée
2023-03-07
2
-20
/
+27
*
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
1
-0
/
+2
*
gdbstub: move GDBState to shared internals header
Alex Bennée
2023-03-07
2
-42
/
+50
*
gdbstub: define separate user/system structures
Alex Bennée
2023-03-07
1
-41
/
+53
*
gdbstub: clean-up indent on gdb_exit
Alex Bennée
2023-03-07
1
-14
/
+14
*
gdbstub: fix-up copyright and license files
Alex Bennée
2023-03-07
2
-2
/
+4
*
gdbstub/internals.h: clean up include guard
Alex Bennée
2023-03-07
1
-3
/
+3
*
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Philippe Mathieu-Daudé
2023-02-27
4
-9
/
+8
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
4
-3
/
+18
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
5
-118
/
+137
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
1
-18
/
+4
[next]