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:
committed by
Alex Bennée
parent
578774c09a
commit
b6617e937e
@@ -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
|
||||
|
Reference in New Issue
Block a user