callfuncs.exp: Indent perform_all_tests()
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5b7e94c6ef8adc0e58b3b80dea7d77dc5cc92552..73aff6033f1906c2e30c2ef171906d92f0230fde 100644 (file)
@@ -1,3 +1,175 @@
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
+       logic into perform_all_tests() and invoke it with and without
+       function header prototypes.
+       (do_function_calls): Remove conditional XFAIL for PR 5318.
+       (rerun_and_prepare): Remove duplicate code.
+       (perform_all_tests): New.  Main logic moved here.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
+       code guarded by #ifdef NO_PROTOTYPES.
+       (t_double_many_args): Likewise.
+       (DEF_FUNC_MANY_ARGS_1): Likewise.
+       (DEF_FUNC_VALUES_1): Likewise.
+       (t_structs_ldc): Renamed from t_structs_fc in conditional code
+       guarded by #ifdef PROTOTYPES.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.mi/mi-console.c: Add eye-catcher.
+       * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
+       instead of literal line number.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/shr2.c: Add eye-catcher.
+       * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
+       line number.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/jump.c: Add eye-catchers.
+       * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
+       numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/execd-prog.c: Add eye-catchers.
+       * gdb.base/foll-exec.c: Likewise.
+       * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
+       line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/ending-run.c: Add eye-catchers.
+       * gdb.base/ending-run.exp: Refer to eye-catchers instead of
+       literal line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/call-rt-st.c: Add eye-catchers.
+       * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
+       literal line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/call-ar-st.c: Add eye-catchers.
+       * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
+       literal line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/average.c: Add eye-catchers.
+       * gdb.base/sum.c: Likewise.
+       * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
+       regexps dynamically.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/solib1.c: Add eye-catchers.
+       * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
+       literal line numbers.
+
+2014-11-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
+       leader has exited.
+
+2014-11-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/i386-bp_permanent.c: New file.
+       * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
+       (srcfile): Set to i386-bp_permanent.c.
+       (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
+       that stepi does not execute the 'leave' instruction, instead of
+       testing it does execute.
+       * gdb.base/bp-permanent.c: New file.
+       * gdb.base/bp-permanent.exp: New file.
+
+2014-11-10  Doug Evans  <xdje42@gmail.com>
+
+       PR symtab/17564
+       * gdb.base/symtab-search-order.exp: New file.
+       * gdb.base/symtab-search-order.c: New file.
+       * gdb.base/symtab-search-order-1.c: New file.
+       * gdb.base/symtab-search-order-shlib-1.c: New file.
+
+2014-11-07  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17511
+       * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
+       i?86-*-linux*.
+
+2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR c++/17494
+       * gdb.cp/pr17494.cc: New file.
+       * gdb.cp/pr17494.exp: New file.
+
+2014-11-02  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/python.exp: Get working directory and match the
+       output of "set extended-prompt \\w " with it.
+
+2014-10-30  Doug Evans  <dje@google.com>
+
+       * 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  <janisjo@codesourcery.com>
+
+       * 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  <palves@redhat.com>
+
+       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  <palves@redhat.com>
+
+       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  <yao@codesourcery.com>
+
+       * gdb.base/fileio.exp: Make directories on host.
+
 2014-10-29  Yao Qi  <yao@codesourcery.com>
 
        * gdb.base/fileio.c (test_write): Close the file.
This page took 0.02568 seconds and 4 git commands to generate.