OSDN Git Service

docs/s390: Fix wrong command example in s390-cpu-topology.rst
[qmiga/qemu.git] / gdbstub / internals.h
2023-10-12 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-10-12 Stefan HajnocziMerge tag 'qga-pull-2023-10-11' of https://github.com...
2023-10-11 Stefan HajnocziMerge tag 'pull-omnibus-111023-1' of https://gitlab...
2023-10-11 Akihiko Odakigdbstub: Remove gdb_has_xml variable
2023-10-10 Stefan HajnocziMerge tag 'firmware/seabios-20231010-pull-request'...
2023-10-10 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request-20231010...
2023-10-09 Stefan HajnocziMerge tag 'pull-vfio-20231009' of https://github.com...
2023-10-09 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-07 Philippe Mathieu... gdbstub: Rename 'softmmu' -> 'system'
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-08-31 Stefan HajnocziMerge tag 'quick-fix-pull-request' of https://gitlab...
2023-08-31 Stefan HajnocziMerge tag 'pull-target-arm-20230831' of https://git...
2023-08-31 Stefan HajnocziMerge tag 'xen-virtio-2-tag' of https://gitlab.com...
2023-08-31 Stefan HajnocziMerge tag 'pull-maintainer-ominbus-300823-1' of https...
2023-08-30 Alex Bennéegdbstub: replace global gdb_has_xml with a function
2023-08-30 Alex Bennéegdbstub: refactor get_feature_xml
2023-07-04 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-04 Richard HendersonMerge tag 'pull-maintainer-ominbus-030723-1' of https...
2023-07-03 Ilya Leoshkevichgdbstub: Add support for info proc mappings
2023-07-03 Ilya Leoshkevichgdbstub: Expose gdb_get_process() and gdb_get_first_cpu...
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-05-21 Richard HendersonMerge tag 'for-upstream-urgent' of https://gitlab.com...
2023-05-19 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-05-19 Richard HendersonMerge tag 'pull-hex-20230518-1' of https://github.com...
2023-05-18 Matheus Tavares... gdbstub: only send stop-reply packets when allowed to
2023-03-24 Peter MaydellMerge tag 'qga-pull-2023-03-22' of github.com:kostyanf1...
2023-03-12 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-03-10 Peter MaydellMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-03-10 Peter MaydellMerge tag 'qga-pull-2023-03-08' of github.com:kostyanf1...
2023-03-10 Peter MaydellMerge tag 'pull-hex-20230306' of https://github.com...
2023-03-09 Peter MaydellMerge tag 'qemu-openbios-20230307' of https://github...
2023-03-09 Peter MaydellMerge tag 'pull-gdbstub-070323-3' of https://gitlab...
2023-03-07 Alex Bennéegdbstub: split out softmmu/user specifics for syscall...
2023-03-07 Alex Bennéegdbstub: move syscall handling to new file
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: 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éegdbstub: move GDBState to shared internals header
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... 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