When highlighting current line is enabled with gud-highlight-current-line-overlay, the highlighting current line is always enabled even debugee is running. Attachment is a patch to fix it. The patch introduces a new function 'gud-hide-current-line-indicator', then call it when debugee is running in gdb.el.