This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients MarcoC, xtreak
Date 2018-09-24.07:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537774606.2.0.956365154283.issue29685@psf.upfronthosting.co.za>
In-reply-to
Content
Can you please add your GDB version? The version parsing is done with regex r"^GNU gdb.*?\b(\d+)\.(\d+)" and I think it's not matching your version which seems to be empty. Adding the output of `gdb -nx --version` will be helpful in debugging this since the output is the string used against the regex.

Thanks
History
Date User Action Args
2018-09-24 07:36:46xtreaksetrecipients: + xtreak, MarcoC
2018-09-24 07:36:46xtreaksetmessageid: <1537774606.2.0.956365154283.issue29685@psf.upfronthosting.co.za>
2018-09-24 07:36:46xtreaklinkissue29685 messages
2018-09-24 07:36:46xtreakcreate