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