[General]
Name=GNU Debugger
Name[fr]=Débogueur GNU
Name[x-test]=xxGNU Debuggerxx
Comment=Text based debugger from GNU in a konsole
Comment[fr]=Débogueur du GNU en mode texte dans Konsole
Comment[x-test]=xxText based debugger from GNU in a konsolexx
Exec=konsole -e gdb -nw %execname %pid
ExecBatch=gdb -nw -n -batch -x %tempfile %execname %pid
TryExec=gdb
BacktraceCommand=bt
RemoveFromBacktraceRegExp=\(no debugging symbols found\)\.\.\.\\n?
InvalidStackFrameRegExp=\\n#[0-9]+\\s+0x[0-9A-Fa-f]+ \w* \?\?
FrameRegExp=\\n#[0-9]+\\s+0x[0-9A-Fa-f]+
NeededInValidBacktraceRegExp=\\n#5
KCrashRegExp=\\n0x[0123456789abcdefABCDEF]+.*<signal handler called>[ ]*\\n
