run: Add --gdb argument for debugging
This makes it easy to run the program with the gdb debugger without having to execute the executable directly or modify the generated run file, both of which come with their own cans of worms.
Signed-off-by: Stefan Hansson newbyte@postmarketos.org