diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f9908e8..adcdb97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,69 +1,3 @@ -2012-11-02 Pedro Alves <palves@redhat.com> - - * gdb.base/foll-vfork.exp (setup_gdb): New procedure. - (check_vfork_catchpoints, vfork_parent_follow_through_step) - (vfork_parent_follow_to_bp): Call it. - (kill_child): Delete. - (vfork_and_exec_child_follow_to_main_bp) - (vfork_and_exec_child_follow_through_step): Call setup_gdb. No - longer call kill_child. - (tcatch_vfork_then_parent_follow): Call setup_gdb. - (do_vfork_and_exec_tests): Don't runto_main before calling each - test procedure. - (top level): Don't clean restart and set verbose before running - each test procedure. - -2012-11-02 Pedro Alves <palves@redhat.com> - - * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step) - (vfork_parent_follow_to_bp) - (vfork_and_exec_child_follow_to_main_bp) - (vfork_and_exec_child_follow_through_step) - (tcatch_vfork_then_parent_follow) - (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow): - Use with_test_prefix. - -2012-11-02 Pedro Alves <palves@redhat.com> - - * gdb.base/foll-vfork.c: Add copyright header. - * gdb.base/vforked-prog.c: Add copyright header. - -2012-11-02 Pedro Alves <palves@redhat.com> - - * gdb.base/foll-vfork.exp - (vfork_and_exec_child_follow_through_step): Don't skip on - non-HP/UX targets. Expect the next to only step one line on - non-HP/UX targets, rather than stopping only after the exec. - -2012-11-02 Pedro Alves <palves@redhat.com> - - Don't hard code line numbers. - - * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step): - Expect text from the sources instead of a line number. - (vfork_parent_follow_to_bp) - (vfork_and_exec_child_follow_to_main_bp) - (vfork_and_exec_child_follow_through_step) - (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow): - Use gdb_get_line_number. - -2012-11-02 Pedro Alves <palves@redhat.com> - - Modernize. - - * gdb.base/foll-vfork.exp: Use standard_testfile and - build_executable. Pass descriptive string to untested. - (vfork_parent_follow_through_step, vfork_parent_follow_to_bp) - (vfork_and_exec_child_follow_to_main_bp) - (vfork_and_exec_child_follow_through_step) - (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow) - (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead - of send_gdb/gdb_expect. - - (kill_child): New procedure. - (vfork_and_exec_child_follow_to_main_bp) - (vfork_and_exec_child_follow_through_step): Use it. - 2012-11-02 Yao Qi <yao@codesourcery.com> * std-operator.def: Remove OP_LABELED. |