diff options
author | Pedro Alves <palves@redhat.com> | 2012-11-02 18:06:46 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-11-02 18:06:46 +0000 |
commit | 1e35b1a94e55f79e3ae629dd2237224f3e230867 (patch) | |
tree | 7528de7ea921595a667764de664302e94fc7a808 /gdb/testsuite | |
parent | 39c1263a21c798615b29e0a82d7020a2492d4fe8 (diff) | |
download | gdb-1e35b1a94e55f79e3ae629dd2237224f3e230867.zip gdb-1e35b1a94e55f79e3ae629dd2237224f3e230867.tar.gz gdb-1e35b1a94e55f79e3ae629dd2237224f3e230867.tar.bz2 |
Move entries to correct ChangeLog file...
gdb/ChangeLog -> gdb/testsuite/ChangeLog
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 650c193..ea7f891 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,69 @@ +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> * gdb.base/setvar.exp: Test setting nested struct. |