Implement option to attach gdb to running process
Implement option in runner.py
to attach gdb
to the running
process. This can be configured by setting:
cdict['HLTMPPU']['debug'] = 'child' (or 'parent')
to attach to the parent or child processes after fork.