index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdbstub
/
gdbstub.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
gdbstub: Add Xfer:siginfo:read stub
Gustavo Romero
2024-03-13
1
-0
/
+8
*
gdbstub: Introduce gdb_handle_detach_user()
Ilya Leoshkevich
2024-03-06
1
-0
/
+6
*
gdbstub: Introduce gdb_handle_set_thread_user()
Ilya Leoshkevich
2024-03-06
1
-2
/
+9
*
gdbstub: Introduce gdb_handle_query_supported_user()
Ilya Leoshkevich
2024-03-06
1
-3
/
+9
*
gdbstub: expose api to find registers
Alex Bennée
2024-02-28
1
-1
/
+26
*
gdbstub: Add members to identify registers to GDBFeature
Akihiko Odaki
2024-02-28
1
-3
/
+9
*
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-28
1
-1
/
+4
*
gdbstub: Simplify XML lookup
Akihiko Odaki
2024-02-28
1
-58
/
+60
*
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
1
-4
/
+2
*
gdbstub: Use GDBFeature for GDBRegisterState
Akihiko Odaki
2024-02-28
1
-8
/
+6
*
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-02-28
1
-6
/
+7
*
gdbstub: Implement catching syscalls
Ilya Leoshkevich
2024-02-09
1
-0
/
+9
*
gdbstub: spelling fix: respectivelly
Michael Tokarev
2023-11-15
1
-1
/
+1
*
gdbstub: Introduce GDBFeatureBuilder
Akihiko Odaki
2023-11-08
1
-0
/
+65
*
gdbstub: Introduce gdb_find_static_feature()
Akihiko Odaki
2023-11-08
1
-0
/
+13
*
gdbstub: Check if gdb_regs is NULL
Akihiko Odaki
2023-10-31
1
-14
/
+20
*
gdbstub: replace exit calls with proper shutdown for softmmu
Clément Chigot
2023-10-12
1
-2
/
+3
*
gdbstub: Replace gdb_regs with an array
Akihiko Odaki
2023-10-11
1
-14
/
+21
*
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
2023-10-11
1
-15
/
+0
*
gdbstub: Use g_markup_printf_escaped()
Akihiko Odaki
2023-10-11
1
-15
/
+21
*
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-10-11
1
-2
/
+1
*
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
2023-10-11
1
-3
/
+3
*
gdbstub: Fix target.xml response
Akihiko Odaki
2023-10-11
1
-1
/
+1
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
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
1
-5
/
+7
*
gdbstub: refactor get_feature_xml
Alex Bennée
2023-08-30
1
-39
/
+42
*
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
1
-2
/
+3
*
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
1
-2
/
+43
*
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
1
-8
/
+8
*
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: only send stop-reply packets when allowed to
Matheus Tavares Bernardino
2023-05-18
1
-9
/
+28
*
gdbstub: don't report auxv feature unless on Linux
Alex Bennée
2023-04-04
1
-1
/
+1
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2023-03-07
1
-3
/
+1
*
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
1
-174
/
+3
*
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
1
-11
/
+2
*
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
2023-03-07
1
-10
/
+1
*
gdbstub: specialise target_memory_rw_debug
Alex Bennée
2023-03-07
1
-62
/
+11
*
gdbstub: specialise handle_query_attached
Alex Bennée
2023-03-07
1
-13
/
+2
[next]