-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm-none-eabi-gdb-py can not run #513
Comments
Same situation. I am on Debian Strech host, trying to use gef with arm-none-eabi-gdb-py or arm-none-eabi-gdb. Error is the same for both of them. Host gdb loads gef with no problems. GNU gdb (7.12-6+9+b2) 7.12.0.20161007-git |
arm-none-eabi-gdb-py it only supports python2.7, so should modified gdbinit-gef.py: |
Yeah, it looks like a Python2 related thing, and since last Jan. we don't support Python2 any longer I'm closing this issue. |
Your issue will be closed unless you confirm the following (insert
x
in the brackets if done/agreed):master
branch?Step 1: Describe your environment
GNU gdb (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 8.3.0.20190709-git
Step 2: Describe your problem
Type "apropos word" to search for commands related to "word".
File "/home/sourcelink/.gdbinit-gef.py", line 908
pattern_libc_ver = re.compile(rb"glibc (\d+).(\d+)")
is pyhton version problem?
The text was updated successfully, but these errors were encountered: