Python: Introduce gdb.Instruction class
This adds a generic instruction class to Python and has gdb.RecordInstruction inherit from it.
This commit is contained in:
parent
14f819c8c5
commit
d050f7d7f4
9 changed files with 145 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue