diff options
author | Doug Evans <dje@google.com> | 2014-12-02 11:12:49 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-12-02 11:12:49 -0800 |
commit | 71dd4b30a741cf8a23e8a49f6a4294759f76be33 (patch) | |
tree | 0d3df55be8a1c69eb9e302648f9315cda3489788 /gdb/python/python.c | |
parent | dc6c87175b672f00e72997c0ff9dcf984e305285 (diff) | |
download | binutils-71dd4b30a741cf8a23e8a49f6a4294759f76be33.zip binutils-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.gz binutils-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.bz2 |
revert previous patch so that I can re-commit with correct author
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index 1362bd2..ca531e2 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -1753,10 +1753,6 @@ message == an error message without a stack will be printed."), || gdbpy_initialize_signal_event () < 0 || gdbpy_initialize_breakpoint_event () < 0 || gdbpy_initialize_continue_event () < 0 - || gdbpy_initialize_inferior_call_pre_event () < 0 - || gdbpy_initialize_inferior_call_post_event () < 0 - || gdbpy_initialize_register_changed_event () < 0 - || gdbpy_initialize_memory_changed_event () < 0 || gdbpy_initialize_exited_event () < 0 || gdbpy_initialize_thread_event () < 0 || gdbpy_initialize_new_objfile_event () < 0 |