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
/
internals.h
Age
Commit message (
Expand
)
Author
2024-07-05
gdbstub: Make hex conversion function non-internal
Gustavo Romero
2024-07-05
gdbstub: Move GdbCmdParseEntry into a new header file
Gustavo Romero
2024-04-02
gdbstub/system: Rename 'user_ctx' argument as 'ctx'
Philippe Mathieu-Daudé
2024-04-02
gdbstub: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2024-03-13
gdbstub: Add Xfer:siginfo:read stub
Gustavo Romero
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-02-09
gdbstub: Implement catching syscalls
Ilya Leoshkevich
2024-02-09
gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
Ilya Leoshkevich
2023-12-01
gdbstub: use a better signal when we halt for IO reasons
Alex Bennée
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
2023-10-07
gdbstub: Rename 'softmmu' -> 'system'
Philippe Mathieu-Daudé
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-07-03
gdbstub: Add support for info proc mappings
Ilya Leoshkevich
2023-07-03
gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
Ilya Leoshkevich
2023-05-18
gdbstub: only send stop-reply packets when allowed to
Matheus Tavares Bernardino
2023-03-07
gdbstub: split out softmmu/user specifics for syscall handling
Alex Bennée
2023-03-07
gdbstub: move syscall handling to new file
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
gdbstub: move GDBState to shared internals header
Alex Bennée
2023-03-07
gdbstub/internals.h: clean up include guard
Alex Bennée
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