Message ID | 20240202152506.279476-1-iii@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | gdbstub: Implement catching syscalls | expand |
Ilya Leoshkevich <iii@linux.ibm.com> writes: > v2: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg02980.html > v2 -> v3: Simplify the catchpoint state by making "don't catch" a > subset of "catch some". > Factor out several prep patches; > Don't use snprintf; > Add some comments (Alex). > > v1: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg02911.html > v1 -> v2: Avoid touching the system gdbstub. > Advertise QCatchSyscalls+ only on Linux. > > Hi, > > I noticed that GDB's "catch syscall" does not work with qemu-user. > This series adds the missing bits in [1/2] and a test in [2/2]. > I'm basing this on my other series, since it contains useful gdbstub > test refactorings. Queued to gdbstub/next, thanks.