mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
linux-user: Move tswap_siginfo out of target code
Move tswap_siginfo from target code to handle_pending_signal. This will allow some cleanups and having the siginfo ready to be used in gdbstub. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Suggested-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240309030901.1726211-3-gustavo.romero@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
committed by
Alex Bennée
parent
b6617e937e
commit
4d6d8a05a0
@ -43,8 +43,6 @@ void host_to_target_sigset_internal(target_sigset_t *d,
|
||||
const sigset_t *s);
|
||||
void target_to_host_sigset_internal(sigset_t *d,
|
||||
const target_sigset_t *s);
|
||||
void tswap_siginfo(target_siginfo_t *tinfo,
|
||||
const target_siginfo_t *info);
|
||||
void set_sigmask(const sigset_t *set);
|
||||
void force_sig(int sig);
|
||||
void force_sigsegv(int oldsig);
|
||||
|
Reference in New Issue
Block a user