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
/
gdbstub.c
Age
Commit message (
Expand
)
Author
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-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
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
2023-07-03
gdbstub: clean-up vcont handling to avoid goto
Alex Bennée
2023-07-03
gdbstub: Permit reverse step/break to provide stop response
Nicholas Piggin
2023-05-18
gdbstub: only send stop-reply packets when allowed to
Matheus Tavares Bernardino
2023-04-04
gdbstub: don't report auxv feature unless on Linux
Alex Bennée
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-07
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: don't use target_ulong while handling registers
Alex Bennée
2023-03-07
gdbstub: fix address type of gdb_set_cpu_pc
Alex Bennée
2023-03-07
gdbstub: specialise stub_can_reverse
Alex Bennée
2023-03-07
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
2023-03-07
gdbstub: specialise target_memory_rw_debug
Alex Bennée
2023-03-07
gdbstub: specialise handle_query_attached
Alex Bennée
2023-03-07
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
gdbstub: move chunk of softmmu functionality to own file
Alex Bennée
2023-03-07
gdbstub: make various helpers visible to the rest of the module
Alex Bennée
2023-03-07
gdbstub: move fromhex/tohex routines to internals
Alex Bennée
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
gdbstub: move GDBState to shared internals header
Alex Bennée
2023-03-07
gdbstub: define separate user/system structures
Alex Bennée
2023-03-07
gdbstub: clean-up indent on gdb_exit
Alex Bennée
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Philippe Mathieu-Daudé
2022-10-06
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
[next]