gdb: add ATTRIBUTE_NORETURN to remote_unpush_target

My IDE (well, clangd) suggested this.  It doesn't hurt to have it.

Change-Id: If6001983c17dbed3dceebac3078c8deb12c04d6b
This commit is contained in:
Simon Marchi
2024-07-16 14:03:27 -04:00
parent b6a5604da0
commit a7a430a68c

View File

@@ -6150,7 +6150,7 @@ remote_unpush_target (remote_target *target)
fileio_handles_invalidate_target (target);
}
static void
static void ATTRIBUTE_NORETURN
remote_unpush_and_throw (remote_target *target)
{
remote_unpush_target (target);