Community
Participate
Working Groups
CLIGetGDBVersion() returns the GDB version number as a double value, e.g. 7.2 or 6.4. But, if the GDB has the version number like: 7.2.1 or 6.4.1, CLIGetGDBVersion() doesn't give a correct result. Attached is a new version of CLIGetGDBInfo() with a new function signature to return the result as a string (malloc'd that need to be free'd). It also gives the architecture of the GDB.
Created attachment 186894 [details] A fix for CLIGetGDBVersion()
I tried this, but unfortunately it causes a SIGSEGV on Mac OS X. If you can provide an updated patch that fixes this problem, I should be able to get it into Indigo.
No longer any development on this component.