--- kdbg-2.5.4/kdbg/gdbdriver.cpp~ 2014-01-24 17:37:51.000000000 +0400 +++ kdbg-2.5.4/kdbg/gdbdriver.cpp 2014-01-24 17:37:56.000000000 +0400 @@ -2245,6 +2245,7 @@ bool GdbDriver::parseChangeExecutable(co strncmp(output, "Missing separate debuginfo", 26) == 0 || strncmp(output, "Try: ", 5) == 0 || strncmp(output, "Using host libthread_db", 23) == 0 || + output[0] == '\n' || strncmp(output, "(no debugging symbols found)", 28) == 0) { // this line is good, go to the next one