mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
gdbstub: Rename back gdb_handlesig
Rename gdb_handlesig_reason back to gdb_handlesig. There is no need to add a wrapper for gdb_handlesig and rename it when a new parameter is added. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240309030901.1726211-2-gustavo.romero@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
578774c09a
commit
b6617e937e
4 changed files with 8 additions and 19 deletions
|
@ -1178,7 +1178,7 @@ static void handle_pending_signal(CPUArchState *cpu_env, int sig,
|
|||
/* dequeue signal */
|
||||
k->pending = 0;
|
||||
|
||||
sig = gdb_handlesig(cpu, sig);
|
||||
sig = gdb_handlesig(cpu, sig, NULL);
|
||||
if (!sig) {
|
||||
sa = NULL;
|
||||
handler = TARGET_SIG_IGN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue