--- kdbg-1.2.10/kdbg/gdbdriver.cpp~ 2004-12-16 18:47:21 +0300 +++ kdbg-1.2.10/kdbg/gdbdriver.cpp 2004-12-16 19:02:10 +0300 @@ -1895,6 +1895,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