Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

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

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29685>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to