]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/python.c
Python: Introduce gdb.Instruction class
[thirdparty/binutils-gdb.git] / gdb / python / python.c
index 7e0c507e2340a535594ad85804da509482439e83..be92f36b6e587e6542657285787c3b6ead013e8d 100644 (file)
@@ -1626,6 +1626,7 @@ do_start_initialization ()
       || gdbpy_initialize_values () < 0
       || gdbpy_initialize_frames () < 0
       || gdbpy_initialize_commands () < 0
+      || gdbpy_initialize_instruction () < 0
       || gdbpy_initialize_record () < 0
       || gdbpy_initialize_btrace () < 0
       || gdbpy_initialize_symbols () < 0