Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37736156
en ru br
ALT Linux repos
S:3.0.1-alt1
5.0: 2.1.0-alt1
4.1: 2.1.0-alt1
4.0: 2.0.5-alt1
3.0: 1.2.10-alt1.1

Group :: Development/Other
RPM: kdbg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-parse-gdb-output.patch
Download


--- 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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin