gdb_python_api
gdb_python_api copied to clipboard
Experiments with the GDB Python API
Here is the error I get: ``` Python Exception 'NoneType' object has no attribute 'filename': Error occurred in Python: 'NoneType' object has no attribute 'filename' ``` This is how I...
Usage as described in README.md is fine but more recent versions of clangd, as on my computer, fail with the following message during 'stepu': `["Lexical or Preprocessor Issue:'stddef.h' file not...
The Python six module supplies an "imap" we can use instead of the existing hacks.