Skip to content

Instantly share code, notes, and snippets.

@pawlos
Created June 22, 2020 15:37
Show Gist options
  • Save pawlos/7592b0a4fb11dab6d5110105e17d4bd6 to your computer and use it in GitHub Desktop.
Save pawlos/7592b0a4fb11dab6d5110105e17d4bd6 to your computer and use it in GitHub Desktop.
File "/c/temp/ctf/ropemporium/task-write4/gdb-frontend/api/debug.py", line 61, in _exec__mT                                                                            
    output = callback(*args, **kwargs)                                            
  File "/c/temp/ctf/ropemporium/task-write4/gdb-frontend/api/debug.py", line 679, in serializableType                                                               
    serializable["alignof"] = ctype.alignof                                        
AttributeError: 'gdb.Type' object has no attribute 'alignof'                          
Traceback (most recent call last):                                                                                                                                        
  File "/c/temp/ctf/ropemporium/task-write4/gdb-frontend/api/debug.py", line 349, in getState                                                                             
    variable["type"]["terminal"] = serializableType(terminalType)                                                                                                         
TypeError: 'NoneType' object does not support item assignment   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment