Bug 429498

Summary: KDevelop refuses to work with GDB 10
Product: [Applications] kdevelop Reporter: Vitaliy <silverunicorn2011>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: mail, niko.sams
Priority: NOR    
Version: 5.6.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Vitaliy 2020-11-22 12:39:35 UTC
It states that it needs GDB 7.0.0 or above but sees GDB 10.1 only. Does it compare version numbers as strings?

SOFTWARE/OS VERSIONS
Linux: Void Linux amd64/musl
KDE Plasma Version: not used (5.20 seems to be installed)
KDE Frameworks Version: 5.75
Qt Version: 5.15.1
Comment 1 Sven Brauch 2020-11-22 12:58:00 UTC
You don't want to see the old code doing the check ;)

For your amusement, it was matching a regular expression starting with "[7-9]+" to check if the gdb version was later than 7. It's fixed already.

*** This bug has been marked as a duplicate of bug 428688 ***