В качестве альтернативы вы также можете использовать параметр args
:
(gdb) help set args
Set argument list to give program being debugged when it is started.
Follow this command with any number of args, to be passed to the program.
так в вашем случае:
set args -d -u root -m 50 -c 1024 -p 11051
run (or) start