[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] Add stub to handle Xfer:siginfo:read query
From: |
Alex Bennée |
Subject: |
Re: [PATCH v3 0/5] Add stub to handle Xfer:siginfo:read query |
Date: |
Mon, 11 Mar 2024 15:45:33 +0000 |
User-agent: |
mu4e 1.12.1; emacs 29.1 |
Gustavo Romero <gustavo.romero@linaro.org> writes:
> Xfer:siginfo:read query is received, usually, when GDB catches a signal
> and needs additional info about it, like the si_code and the si_addr, so
> GDB can show the user interesting info about the signal. This query can
> also be received when an user explicitly asks for more information via
> printing GBD's special purpose variable '$_siginfo'.
Queued to gdbstub/next, thanks.
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH v3 0/5] Add stub to handle Xfer:siginfo:read query, Gustavo Romero, 2024/03/08
- [PATCH v3 1/5] gdbstub: Rename back gdb_handlesig, Gustavo Romero, 2024/03/08
- [PATCH v3 2/5] linux-user: Move tswap_siginfo out of target code, Gustavo Romero, 2024/03/08
- [PATCH v3 4/5] gdbstub: Add Xfer:siginfo:read stub, Gustavo Romero, 2024/03/08
- [PATCH v3 3/5] gdbstub: Save target's siginfo, Gustavo Romero, 2024/03/08
- [PATCH v3 5/5] tests/tcg: Add multiarch test for Xfer:siginfo:read stub, Gustavo Romero, 2024/03/08
- Re: [PATCH v3 0/5] Add stub to handle Xfer:siginfo:read query,
Alex Bennée <=