revert previous patch so that I can re-commit with correct author

This commit is contained in:
Doug Evans 2014-12-02 11:12:49 -08:00
parent dc6c87175b
commit 71dd4b30a7
19 changed files with 14 additions and 682 deletions

View file

@ -73,18 +73,6 @@ gdbpy_initialize_py_events (void)
if (add_new_registry (&gdb_py_events.exited, "exited") < 0)
return -1;
if (add_new_registry (&gdb_py_events.inferior_call,
"inferior_call") < 0)
return -1;
if (add_new_registry (&gdb_py_events.memory_changed,
"memory_changed") < 0)
return -1;
if (add_new_registry (&gdb_py_events.register_changed,
"register_changed") < 0)
return -1;
if (add_new_registry (&gdb_py_events.new_objfile, "new_objfile") < 0)
return -1;