SyntaxFix
Write A Post
Hire A Developer
Questions
With a running instance of myExecutableName having a PID 15073:
myExecutableName
15073
hitting Tab twice after $ gdb myExecu in the command line, will automagically autocompletes to:
$ gdb myExecu
$ gdb myExecutableName 15073
and will attach gdb to this process. That's nice!