mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -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
|
@ -1018,7 +1018,7 @@ int main(int argc, char **argv, char **envp)
|
|||
gdbstub);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
gdb_handlesig(cpu, 0);
|
||||
gdb_handlesig(cpu, 0, NULL);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SEMIHOSTING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue