From 71dd4b30a741cf8a23e8a49f6a4294759f76be33 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 2 Dec 2014 11:12:49 -0800 Subject: revert previous patch so that I can re-commit with correct author --- gdb/python/python.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/python/python.c') 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 -- cgit v1.1