7 lines
131 B
Python
7 lines
131 B
Python
|
import sys;
|
||
|
sys.path.append("@gdb_scripts_path@");
|
||
|
|
||
|
import libdoorkeeper;
|
||
|
|
||
|
libdoorkeeper.register_printers(gdb.current_objfile());
|