index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub
Age
Commit message (
Expand
)
Author
2024-03-06
gdbstub: Implement follow-fork-mode child
Ilya Leoshkevich
2024-03-06
gdbstub: Introduce gdb_handle_detach_user()
Ilya Leoshkevich
2024-03-06
gdbstub: Introduce gdb_handle_set_thread_user()
Ilya Leoshkevich
2024-03-06
gdbstub: Introduce gdb_handle_query_supported_user()
Ilya Leoshkevich
2024-03-06
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
2024-03-06
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
2024-03-06
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
gdbstub: Support disablement in a multi-threaded process
Ilya Leoshkevich
2024-02-28
gdbstub: expose api to find registers
Alex Bennée
2024-02-28
gdbstub: Add members to identify registers to GDBFeature
Akihiko Odaki
2024-02-28
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-28
gdbstub: Simplify XML lookup
Akihiko Odaki
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
gdbstub: Use GDBFeature for GDBRegisterState
Akihiko Odaki
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-02-09
gdbstub: Implement catching syscalls
Ilya Leoshkevich
2024-02-09
gdbstub: Add syscall entry/return hooks
Ilya Leoshkevich
2024-02-09
gdbstub: Allow specifying a reason in stop packets
Ilya Leoshkevich
2024-02-09
gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
Ilya Leoshkevich
2023-12-31
meson: remove config_targetos
Paolo Bonzini
2023-12-01
gdbstub: use a better signal when we halt for IO reasons
Alex Bennée
2023-11-15
gdbstub: spelling fix: respectivelly
Michael Tokarev
2023-11-08
gdbstub: Introduce GDBFeatureBuilder
Akihiko Odaki
2023-11-08
gdbstub: Introduce gdb_find_static_feature()
Akihiko Odaki
2023-10-31
gdbstub: Check if gdb_regs is NULL
Akihiko Odaki
2023-10-12
gdbstub: replace exit calls with proper shutdown for softmmu
Clément Chigot
2023-10-11
gdbstub: Replace gdb_regs with an array
Akihiko Odaki
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
2023-10-11
gdbstub: Use g_markup_printf_escaped()
Akihiko Odaki
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
2023-10-11
gdbstub: Fix target.xml response
Akihiko Odaki
2023-10-11
gdbstub: Fix target_xml initialization
Akihiko Odaki
2023-10-07
gdbstub: Rename 'softmmu' -> 'system'
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-09-29
meson: clean up static_library keyword arguments
Paolo Bonzini
2023-09-07
configure, meson: remove target OS symbols from config-host.mak
Paolo Bonzini
2023-08-30
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
2023-08-30
gdbstub: refactor get_feature_xml
Alex Bennée
2023-08-30
gdbstub: remove unused user_ctx field
Alex Bennée
2023-08-30
gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
Matheus Branco Borella
2023-08-10
gdbstub: don't complain about preemptive ACK chars
Alex Bennée
2023-08-10
gdbstub: more fixes for client Ctrl-C handling
Alex Bennée
2023-08-06
gdbstub: use 0 ("any process") on packets with no PID
Matheus Tavares Bernardino
2023-07-31
gdbstub: Fix client Ctrl-C handling
Nicholas Piggin
2023-07-03
gdbstub: Add support for info proc mappings
Ilya Leoshkevich
2023-07-03
gdbstub: Report the actual qemu-user pid
Ilya Leoshkevich
2023-07-03
gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
Ilya Leoshkevich
[next]