X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=4f2f208230a9f609786ca3551b210e76fa42d0e7;hb=02be9a71009c94840f2367aa5554cbe5b71f56d1;hp=cada90d15ea21248f79f6877798e357f878de651;hpb=abbdbd03db7eea82cadbb418da733991cba91b15;p=binutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cada90d15ea..4f2f208230a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,73 @@ +2014-10-30 Doug Evans + + * gdb.python/py-objfile.exp: Add tests for setting random attributes + in objfiles. + * gdb.python/py-progspace.exp: Add tests for setting random attributes + in progspaces. + +2014-10-30 Janis Johnson + + * gdb.base/fullpath-expand.exp: Skip for a remote host. + * gdb.base/realname-expand.exp: Likewise. + * gdb.linespec/macro-relative.exp: Likewise. + +2014-10-29 Pedro Alves + + PR gdb/17408 + * gdb.threads/schedlock.c (some_function): New function. + (call_function): New global. + (MAYBE_CALL_SOME_FUNCTION): New macro. + (thread_function): Call it. + * gdb.threads/schedlock.exp (get_args): Add description parameter, + and use it instead of a global counter. Adjust all callers. + (get_current_thread): Use "find current thread" for test message + here rather than having all callers pass down the same string. + (goto_loop): New procedure, factored out from ... + (my_continue): ... this. + (step_ten_loops): Change parameter from test message to command to + use. Adjust. + (list_count): Delete global. + (check_result): New procedure, factored out from duplicate top + level code. + (continue tests): Wrap in with_test_prefix. + (test_step): New procedure, factored out from duplicate top level + code. + (top level): Test "step" in combination with all scheduler-locking + modes. Test "next" in combination with all scheduler-locking + modes, and in combination with stepping over a function call or + not. + * gdb.threads/next-bp-other-thread.c: New file. + * gdb.threads/next-bp-other-thread.exp: New file. + +2014-10-29 Pedro Alves + + PR python/17372 + * gdb.python/python.exp: Test a multi-line command that spawns + interactive Python. + * gdb.base/multi-line-starts-subshell.exp: New file. + +2014-10-29 Yao Qi + + * gdb.base/fileio.exp: Make directories on host. + +2014-10-29 Yao Qi + + * gdb.base/fileio.c (test_write): Close the file. + +2014-10-28 Pedro Alves + + PR gdb/12623 + * gdb.base/sigstep.c (no_handler): New global. + (main): If 'no_handler is true, set the signal handlers to + SIG_IGN. + * gdb.base/sigstep.exp (breakpoint_over_handler): Add + with_sw_watch and no_handler parameters. Handle them. + (top level) : Add a test axis for testing with a software watchpoint, and + another for testing with the signal handler set to SIG_IGN. + * gdb.base/step-sw-breakpoint-adjust-pc.c: New file. + * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file. + 2014-10-28 Pedro Alves PR gdb/17511