Run gdb only at execute stage
Description
Word on the street is that we should probably be running GDB in exec
mode and not init
which slows things down quite a bit, so let's do that
Review checklist:
-
CI Passing -
Comments addressed -
Source branch is up to date with target