OSDN Git Service

hw/ide/ahci: fix legacy software reset
[qmiga/qemu.git] / gdbstub /
2023-03-07 Alex Bennéegdbstub: only compile gdbstub twice for whole build
2023-03-07 Alex Bennéegdbstub: move syscall handling to new file
2023-03-07 Alex Bennéegdbstub: don't use target_ulong while handling registers
2023-03-07 Alex Bennéegdbstub: fix address type of gdb_set_cpu_pc
2023-03-07 Alex Bennéegdbstub: specialise stub_can_reverse
2023-03-07 Alex Bennéegdbstub: introduce gdb_get_max_cpus
2023-03-07 Alex Bennéegdbstub: specialise target_memory_rw_debug
2023-03-07 Alex Bennéegdbstub: specialise handle_query_attached
2023-03-07 Alex Bennéegdbstub: abstract target specific details from gdb_put_...
2023-03-07 Alex Bennéegdbstub: rationalise signal mapping in softmmu
2023-03-07 Alex Bennéegdbstub: move chunks of user code into own files
2023-03-07 Alex Bennéegdbstub: move chunk of softmmu functionality to own...
2023-03-07 Alex Bennéegdbstub: make various helpers visible to the rest of...
2023-03-07 Alex Bennéegdbstub: move fromhex/tohex routines to internals
2023-03-07 Alex Bennéeincludes: move tb_flush into its own header
2023-03-07 Alex Bennéegdbstub: move GDBState to shared internals header
2023-03-07 Alex Bennéegdbstub: define separate user/system structures
2023-03-07 Alex Bennéegdbstub: clean-up indent on gdb_exit
2023-03-07 Alex Bennéegdbstub: fix-up copyright and license files
2023-03-07 Alex Bennéegdbstub/internals.h: clean up include guard
2023-03-01 Paolo BonziniMerge branch 'xenfv-kvm-15' of git://git.infradead...
2023-02-28 Peter MaydellMerge tag 'buildsys-qom-qdev-ui-20230227' of https...
2023-02-27 Philippe Mathieu... replay: Extract core API to 'exec/replay-core.h'
2023-02-27 Philippe Mathieu... gdbstub: Use vaddr type for generic insert/remove_break...
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-06 Stefan HajnocziMerge tag 'pull-testing-gdbstub-plugins-gitdm-061022...
2022-10-06 Alex Bennéegdbstub: move guest debug support check to ops
2022-10-06 Alex Bennéegdbstub: move breakpoint logic to accel ops
2022-10-06 Alex Bennéegdbstub: move sstep flags probing into AccelClass
2022-10-06 Alex Bennéegdbstub: move into its own sub directory