gdb_python_api icon indicating copy to clipboard operation
gdb_python_api copied to clipboard

Experiments with the GDB Python API

Results 3 gdb_python_api issues
Sort by recently updated
recently updated
newest added

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.