-
GEF+GDB versionGNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
File "~/.gef-a85368fc771dcbb4db2b41818781e182845015b9.py", line 94
def http_get(url: str) -> Optional[bytes]:
^
SyntaxError: invalid syntax
version: No such file or directory.
(gdb) Operating SystemCentOS Linux 7 (Core) x86_64 Describe the issue you encounteredSyntaxError when using gdb. The closest issue I found was #159. Do you read the docs and look at previously closed issues/PRs for similar cases?Yes Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.Provide a step-by-step to reproduce your issue.
Just running
Minimalist test case// compile with gcc -fPIE -o my_issue.out my_issue.c
int main(){ return 0; } Additional context?I installed
|
Beta Was this translation helpful? Give feedback.
Answered by
osalbahr
Jun 3, 2023
Replies: 2 comments 1 reply
-
I realized I don't have GDB 8.0 or higher. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If anyone's wondering, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hugsy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If anyone's wondering,
spack install gdb && spack load gdb
did it for me.