--- kdbg-2.0.2/kdbg/gdbdriver.cpp~ 2006-01-20 20:47:56 +0300 +++ kdbg-2.0.2/kdbg/gdbdriver.cpp 2006-01-20 20:48:23 +0300 @@ -1996,6 +1996,7 @@ bool GdbDriver::parseChangeExecutable(co * (no debugging symbols found) */ while (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