[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] gdbstub: Implement catching syscalls
From: |
Alex Bennée |
Subject: |
Re: [PATCH v3 0/5] gdbstub: Implement catching syscalls |
Date: |
Fri, 02 Feb 2024 23:13:52 +0000 |
User-agent: |
mu4e 1.11.27; emacs 29.1 |
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.
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH v3 0/5] gdbstub: Implement catching syscalls, Ilya Leoshkevich, 2024/02/02
- [PATCH v3 2/5] gdbstub: Allow specifying a reason in stop packets, Ilya Leoshkevich, 2024/02/02
- [PATCH v3 1/5] gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way, Ilya Leoshkevich, 2024/02/02
- [PATCH v3 4/5] gdbstub: Implement catching syscalls, Ilya Leoshkevich, 2024/02/02
- [PATCH v3 3/5] gdbstub: Add syscall entry/return hooks, Ilya Leoshkevich, 2024/02/02
- [PATCH v3 5/5] tests/tcg: Add the syscall catchpoint gdbstub test, Ilya Leoshkevich, 2024/02/02
- Re: [PATCH v3 0/5] gdbstub: Implement catching syscalls,
Alex Bennée <=