Bug 429498 - KDevelop refuses to work with GDB 10
Summary: KDevelop refuses to work with GDB 10
Status: RESOLVED DUPLICATE of bug 428688
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 5.6.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-22 12:39 UTC by Vitaliy
Modified: 2020-11-22 12:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***