GDB tests for Go language support: remove unnecessary first breakpoint
[binutils-gdb.git] / gdb / testsuite / ChangeLog
blob55a593a58dca581788349726675394fce9fd4be7
1 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3         * gdb.go/handcall.exp: Remove all logic related to the first
4         breakpoint and rely on go_runto_main instead.
5         * gdb.go/strings.exp: Likewise.
6         * gdb.go/unsafe.exp: Likewise.
7         * gdb.go/hello.exp: Likewise.  Also rename the remaining
8         breakpoint marker to "breakpoint 1".
9         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10         * gdb.go/strings.go: Likewise.
11         * gdb.go/unsafe.go: Likewise.
12         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
13         "set breakpoint 2 here" and rename the remaining breakpoint marker
14         to "breakpoint 1".
16 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
18         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19         if itertools.imap is not present.
20         * gdb.python/py-objfile.exp: Add parentheses.
21         * gdb.python/py-type.exp: Same.
22         * gdb.python/py-unwind-maint.py: Same.
24 2015-04-15  Yao Qi  <yao.qi@linaro.org>
26         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
27         of ":$ptr_size" and set its form explicitly.
29 2015-04-15  Pedro Alves  <palves@redhat.com>
30             Yao Qi  <yao.qi@linaro.org>
32         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
33         timeout by factor of 4.
34         (test_regular_watch): Likewise.
35         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
36         * gdb.reverse/sigall-reverse.exp: Likewise.
37         * gdb.reverse/until-precsave.exp: Likewise.
38         * lib/gdb.exp (with_timeout_factor): New proc.
39         (gdb_expect): Move some code to ...
40         (get_largest_timeout): ... here.  New procedure.
42 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
44         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
46 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
48         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
49         to write to the .text section.
51 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
53         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
54         Handle the case of targets that do not provide PID information.
56 2015-04-13  Yao Qi  <yao.qi@linaro.org>
58         * lib/gdbserver-support.exp (gdb_exit): Catch exception
59         and use expect instead of gdb_expect.
61 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
63         * gdb.base/coredump-filter.exp: Rename variable "addr" to
64         "coredump_var_addr" to avoid naming conflict with other testcases.
66 2015-04-10  Pedro Alves  <palves@redhat.com>
68         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
69         gdb_test_sequence and gdb_assert.
71 2015-04-10  Pedro Alves  <palves@redhat.com>
73         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
74         test messages that don't include the breakpoint address.
76 2015-04-10  Yao Qi  <yao.qi@linaro.org>
78         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
79         false for some offset and width combinations which aren't
80         supported by linux kernel.
82 2015-04-10  Pedro Alves  <palves@redhat.com>
84         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
85         procedure, factored out from ...
86         (top level): ... here.  Add "set displaced-stepping" testing axis.
87         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
88         parameter "displaced".  Use it.
89         (top level): Use foreach and add "set displaced-stepping" testing
90         axis.
92 2015-04-10  Pedro Alves  <palves@redhat.com>
94         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
95         Remove comment.
96         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
97         both the address of the instruction that triggers the watchpoint
98         and the address of the instruction immediately after, and use
99         those addresses for the test.  Fix comment.
101 2015-04-10  Pedro Alves  <palves@redhat.com>
103         * gdb.base/sigstep.exp (breakpoint_to_handler)
104         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
105         Test "backtrace" in handler.
106         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
107         (top level): Add new "displaced" test axis to
108         breakpoint_to_handler, breakpoint_to_handler_entry and
109         breakpoint_over_handler.
111 2015-04-10  Pedro Alves  <palves@redhat.com>
113         PR gdb/18216
114         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
116 2015-04-10  Yao Qi  <yao.qi@linaro.org>
118         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
119         (test_add_rn_pc): New function.
120         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
121         (top level): Invoke test_add_rn_pc.
123 2015-04-10  Pedro Alves  <palves@redhat.com>
125         PR gdb/13858
126         * gdb.base/step-over-no-symbols.exp: New file.
128 2015-04-09  Andy Wingo  <wingo@igalia.com>
130         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
131         after the Python tests.
133 2015-04-08  Keith Seitz  <keiths@redhat.com>
135         PR python/16699
136         * gdb.python/py-completion.exp: New tests for completion.
137         * gdb.python/py-completion.py (CompleteLimit1): New class.
138         (CompleteLimit2): Likewise.
139         (CompleteLimit3): Likewise.
140         (CompleteLimit4): Likewise.
141         (CompleteLimit5): Likewise.
142         (CompleteLimit6): Likewise.
143         (CompleteLimit7): Likewise.
145 2015-04-08  Pedro Alves  <palves@redhat.com>
147         PR gdb/18214
148         PR gdb/18216
149         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
150         function.
151         (main): Install it as SIGUSR1 handler.
152         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
153         parameter.  Always use "setup" as prefix.  Toggle "set
154         displaced-stepping" off/on depending on global.  Don't switch to
155         thread 1 here.
156         (top level): Add displaced stepping "off/on" test axis.  Update
157         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
158         continuing with a queued signal in each thread.
160 2015-04-08  Pedro Alves  <palves@redhat.com>
162         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
163         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
164         gdb_breakpoint instead of gdb_test that doesn't expect anything.
165         Return early if running to main fails.
166         * gdb.trace/while-stepping.exp: Likewise.
168 2015-04-07  Pedro Alves  <palves@redhat.com>
170         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
171         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
172         interact with inferior program.
174 2015-04-07  Pedro Alves  <palves@redhat.com>
176         * lib/gdb.exp (inferior_spawn_id): New global.
177         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
178         spawn id after processing the user code.
179         (default_gdb_start): Set inferior_spawn_id.
180         (send_inferior): New procedure.
181         * lib/gdbserver-support.exp (gdbserver_start): Set
182         inferior_spawn_id.
183         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
185 2015-04-07  Pedro Alves  <palves@redhat.com>
187         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
188         * lib/gdbserver-support.exp (gdbserver_start): Make
189         $server_spawn_id global.
190         (gdbserver_start): Don't wait for gdbserver's spawn id with
191         expect_background.
192         (close_gdbserver): New procedure.
193         (gdb_exit): Rename the default version and reimplement.
195 2015-04-07  Pedro Alves  <palves@redhat.com>
197         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
198         append the substituted item, not the original item.
200 2015-04-07  Pedro Alves  <palves@redhat.com>
202         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
203         gdb_expect.
205 2015-04-07  Pedro Alves  <palves@redhat.com>
207         * gdb.base/interrupt.exp: Don't handle the case of the inferior
208         output appearing once only.
210 2015-04-07  Pedro Alves  <palves@redhat.com>
212         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
213         that doesn't expect anything.  Return early if running to main
214         fails.
216 2015-04-07  Yao Qi  <yao.qi@linaro.org>
218         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
219         (child_function): Call alarm.
220         (main): Move call to alarm into the loop.
221         * gdb.threads/non-stop-fair-events.exp: Build program with
222         -DTIMEOUT=$timeout.
224 2015-04-06  Doug Evans  <xdje42@gmail.com>
226         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
227         Fix dest parameter to board_info.
228         (fpc_compile): Ditto.
229         (gdb_compile_pascal): Rename dest arg to destfile.
231 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
233         * gdb.ada/funcall_ref.exp: New file.
234         * gdb.ada/funcall_ref/foo.adb: New file.
236 2015-04-02  Yao Qi  <yao.qi@linaro.org>
238         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
239         is remote.
241 2015-04-02  Gary Benson <gbenson@redhat.com>
243         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
245 2015-04-01  Sasha Smundak  <asmundak@google.com>
247         * gdb.python/py-unwind-maint.c: New file.
248         * gdb.python/py-unwind-maint.exp: New test.
249         * gdb.python/py-unwind-maint.py: New file.
250         * gdb.python/py-unwind.c: New file.
251         * gdb.python/py-unwind.exp: New test.
252         * gdb.python/py-unwind.py: New test.
254 2015-04-01  Pedro Alves  <palves@redhat.com>
256         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
257         to fail instead of non-existent $test.
259 2015-04-01  Pedro Alves  <palves@redhat.com>
261         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
262         GDBFLAGS if not empty.
264 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
266         * gdb.ada/complete.exp: Remove "multi_line".
267         * gdb.ada/info_exc.exp: Remove "multi_line".
268         * gdb.ada/packed_tagged.exp: Remove "multi_line".
269         * gdb.ada/ptype_field.exp: Remove "multi_line".
270         * gdb.ada/sym_print_name.exp: Remove "multi_line".
271         * gdb.ada/tagged.exp: Remove "multi_line".
272         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
273         [multi_line ...]
274         * gdb.btrace/delta.exp: Likewise.
275         * gdb.btrace/exception.exp: Likewise.
276         * gdb.btrace/function_call_history.exp: Likewise.
277         * gdb.btrace/instruction_history.exp: Likewise.
278         * gdb.btrace/nohist.exp: Likewise.
279         * gdb.btrace/record_goto.exp: Likewise.
280         * gdb.btrace/segv.exp: Likewise.
281         * gdb.btrace/stepi.exp: Likewise.
282         * gdb.btrace/tailcall.exp: Likewise.
283         * gdb.btrace/unknown_functions.exp: Likewise.
284         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
285         * lib/gdb.exp: Add the "multi_line" helper.
287 2015-04-01  Pedro Alves  <palves@redhat.com>
289         * gdb.threads/tid-reuse.c: New file.
290         * gdb.threads/tid-reuse.exp: New file.
292 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
294         PR corefiles/16092
295         * gdb.base/coredump-filter.c: New file.
296         * gdb.base/coredump-filter.exp: Likewise.
298 2015-03-27  Petr Machata  <pmachata@redhat.com>
300         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
301         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
302         (Dwarf::assemble): Initialize them.
303         (Dwarf::lines): New function.
305 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
307         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
308         SYMBOL_PREFIX for x86_64-*-cygwin.
310 2015-03-26  Andy Wingo  <wingo@igalia.com>
312         PR symtab/18148
313         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
314         const_value but not a location.
315         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
316         location defined in non-main CUs are visible.
318 2015-03-26  Yao Qi  <yao.qi@linaro.org>
320         PR testsuite/18139
321         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
322         Add a line number entry for the same line.
323         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
324         Add a line number entry for the same line.
326 2015-03-26  Yao Qi  <yao.qi@linaro.org>
328         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
329         .int 0.
330         (func): Likewise.  Add .Lfunc_1 label.
331         Use .Lfunc_1 label.
332         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
333         .int 0.
334         (func): Likewise.
335         Use .Lfunc_1 label.
337 2015-03-26  Yao Qi  <yao.qi@linaro.org>
339         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
340         Call gdb_compile instead to compile each .s files without debug
341         information.
343 2015-03-26  Yao Qi  <yao.qi@linaro.org>
345         * gdb.base/savedregs.exp (process_saved_regs): Make
346         "Saved registers:" optional in the pattern.
348 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
350         * gdb.btrace/next.exp: Merged into step.exp.
351         * gdb.btrace/finish.exp: Merged into step.exp.
352         * gdb.btrace/nexti.exp: Merged into stepi.exp.
353         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
354         "record goto" and checking the exact replay position.
355         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
356         check for "Recording format" in "info record" output.
357         * gdb.btrace/record_goto.exp: Choose test file based on target.
358         * gdb.btrace/x86-record_goto.S: Renamed into ...
359         * gdb.btrace/x86_64-record_goto.S: ... this.
360         * gdb.btrace/i686-record_goto.S: New.
361         * gdb.btrace/x86-tailcall.S: Renamed into ...
362         * gdb.btrace/x86_64-tailcall.S: ... this.
363         * gdb.btrace/i686-tailcall.S: New.
364         * gdb.btrace/x86-tailcall.c: Renamed into ...
365         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
366         separate statements.  Update test.
367         * gdb.btrace/delta.exp: Use record_goto.c as test file.
368         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
369         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
370         * gdb.btrace/tailcall.exp: Choose test file based on target.
371         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
373 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
375         * gdb.btrace/exception.exp: Increase BTS buffer size.
377 2015-03-24  Pedro Alves  <palves@redhat.com>
379         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
381 2015-03-24  Pedro Alves  <palves@redhat.com>
383         * gdb.threads/schedlock.exp (test_step): No longer expect that
384         "set scheduler-locking step" with "next" over a function call runs
385         threads unlocked.
387 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
389         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
391 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
393         PR breakpoints/16466
394         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
395         * gdb.mi/mi-pending.c (thread_func): New function.
396         (int main): Add threading support required.
397         * gdb.mi/mi-pending.exp: Add tests for this issue.
398         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
399         (pendfunc2): Remove stdio dependency.
400         * gdb.mi/mi-pendshr2.c: New file.
402 2015-03-23  Keith Seitz  <keiths@redhat.com>
404         * gdb.linespec/keywords.c: New file.
405         * gdb.linespec/keywords.exp: New file.
407 2015-03-23  Keith Seitz  <keiths@redhat.com>
409         PR gdb/18021
410         * gdb.dwarf2/staticvirtual.exp: New test.
412 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
414         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
415         * README: Remove HP-UX and gdb.hp.
416         (configuration):
417         * configure: Regenerate.
418         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
419         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
420         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
421         gdb.hp/gdb.defects/Makefile.
422         * gdb.hp/Makefile.in: File deleted.
423         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
424         * gdb.hp/gdb.aCC/optimize.c: File deleted.
425         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
426         * gdb.hp/gdb.aCC/run.c: File deleted.
427         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
428         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
429         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
430         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
431         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
432         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
433         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
434         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
435         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
436         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
437         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
438         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
439         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
440         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
441         * gdb.hp/gdb.base-hp/reg.s: File deleted.
442         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
443         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
444         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
445         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
446         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
447         * gdb.hp/gdb.compat/Makefile.in: File deleted.
448         * gdb.hp/gdb.compat/average.c: File deleted.
449         * gdb.hp/gdb.compat/sum.c: File deleted.
450         * gdb.hp/gdb.compat/xdb.c: File deleted.
451         * gdb.hp/gdb.compat/xdb0.c: File deleted.
452         * gdb.hp/gdb.compat/xdb0.h: File deleted.
453         * gdb.hp/gdb.compat/xdb1.c: File deleted.
454         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
455         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
456         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
457         * gdb.hp/gdb.defects/Makefile.in: File deleted.
458         * gdb.hp/gdb.defects/bs14602.c: File deleted.
459         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
460         * gdb.hp/gdb.defects/solib-d.c: File deleted.
461         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
462         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
463         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
464         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
465         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
466         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
467         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
468         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
469         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
470         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
471         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
472         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
473         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
474         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
475         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
476         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
477         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
478         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
479         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
480         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
481         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
482         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
483         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
484         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
485         * gdb.hp/tools/odump: File deleted.
487 2015-03-19  Pedro Alves  <palves@redhat.com>
489         * gdb.threads/continue-pending-status.exp (saw_thread_2)
490         (saw_thread_3): New globals.
491         (top level): Increment them when an event for the corresponding
492         thread is seen.
493         (no thread starvation): New test.
495 2015-03-19  Pedro Alves  <palves@redhat.com>
497         * gdb.threads/continue-pending-status.c: New file.
498         * gdb.threads/continue-pending-status.exp: New file.
500 2015-03-18  Pedro Alves  <palves@redhat.com>
502         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
503         Use gdb_is_target_remote instead of is_remote.  Use
504         gdb_test_multiple instead of gdb_expect.  Exit early if
505         gdb_test_multiple hits its internal matches.  Tighten stepi tests
506         expected output.  Fail on exit with any signal, instead of just
507         SIGILL.
509 2015-03-18  Yao Qi  <yao.qi@linaro.org>
511         PR tdep/18107
512         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
513         variable.
514         * gdb.base/catch-syscall.exp: Don't skip it on
515         aarch64*-*-linux* target.  Remove elements in all_syscalls.
516         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
517         target.
518         (setup_all_syscalls): New proc.
520 2015-03-16  Yao Qi  <yao.qi@linaro.org>
522         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
523         (top level): Skip tests if valid_addr_p returns false for
524         $cmd1 or $cmd2.
526 2015-03-11  Andy Wingo  <wingo@igalia.com>
528         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
530 2015-03-11  Yao Qi  <yao.qi@linaro.org>
532         * gdb.base/catch-syscall.exp: Fix typo in comments.
534 2015-03-11  Yao Qi  <yao.qi@linaro.org>
536         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
538 2015-03-09  Pedro Alves  <palves@redhat.com>
540         * dg-extract-results.py: Delete.
542 2015-03-09  Pedro Alves  <palves@redhat.com>
544         Merge dg-extract-results.sh from GCC upstream (r218843).
546         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
547                 * dg-extract-results.sh: Use --text with grep to avoid issues with
548                 binary files.  Fall back to cat -v, if that doesn't work.
550 2015-03-05  Pedro Alves  <palves@redhat.com>
552         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
554 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
556         * lib/mi-support.exp (mi_expect_interrupt): Accept
557         alternative event for when in all-stop mode.
559 2015-03-04  Pedro Alves  <palves@redhat.com>
561         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
563 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
565         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
567 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
569         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
570         regexps for GDB's current line display, accept a hex address
571         preceding the line number.
573 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
575         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
576         the 'arch1' variable for "s390*-linux*" targets.
578 2015-03-04  Pedro Alves  <palves@redhat.com>
580         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
581         (main): Pass missing retval argument to pthread_join call.
583 2015-03-02  Pedro Alves  <palves@redhat.com>
585         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
586         (top level): Call do_test with non-stop as well.
588 2015-03-02  Pedro Alves  <palves@redhat.com>
590         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
591         -1.
593 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
595         * gdb.arch/s390-vregs.exp: New test.
596         * gdb.arch/s390-vregs.S: New file.
598 2015-02-27  Pedro Alves  <palves@redhat.com>
600         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
601         call to catch_command_errors.
602         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
603         catch_command_errors.
605 2015-02-27  Pedro Alves  <palves@redhat.com>
607         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
608         "true" for boolean result.
609         * gdb.gdb/selftest.exp (test_with_self): Also accept full
610         prototype of main.
612 2015-02-27  Pedro Alves  <palves@redhat.com>
614         * lib/unbuffer_output.c: New file.
615         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
616         (main): Call gdb_unbuffer_output.
618 2015-02-27  Yao Qi  <yao.qi@linaro.org>
620         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
621         target.
623 2015-02-26  Doug Evans  <dje@google.com>
625         * gdb.cp/class2.cc (Dbase, D): New classes.
626         (main): New local delta.
627         * gdb.cp/class2.exp: Test printing delta.
628         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
629         (dynbar): New global.
630         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
632 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
634         * gdb.compile/compile-ifunc.c: New file.
635         * gdb.compile/compile-ifunc.exp: New file.
637 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
639         * gdb.base/structs.exp: Check for correct struct on finish.
641 2015-02-26  Yao Qi  <yao.qi@linaro.org>
643         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
644         is zero.
646 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
648         * gdb.arch/cordic.ko.bz2: New file.
649         * gdb.arch/cordic.ko.debug.bz2: New file.
650         * gdb.arch/ppc64-symtab-cordic.exp: New file.
652 2015-02-25  Yao Qi  <yao.qi@linaro.org>
654         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
655         aarch64*-*-* target.
657 2015-02-23  Pedro Alves  <palves@redhat.com>
659         * lib/gdb.exp (delete_breakpoints): Rewrite using
660         gdb_test_multiple.
662 2015-02-23  Pedro Alves  <palves@redhat.com>
664         * gdb.base/info-os.c: Include stdlib.h.
666 2015-02-22  Doug Evans  <xdje42@gmail.com>
668         PR symtab/17855
669         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
670         is read after symbols have been re-read.
671         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
672         * gdb.ada/exec_changed/second.adb (Second): Ditto.
674 2015-02-21  Doug Evans  <dje@google.com>
676         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
678 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
680         PR corefiles/17808
681         * gdb.arch/i386-biarch-core.core.bz2: New file.
682         * gdb.arch/i386-biarch-core.exp: New file.
684 2015-02-21  Pedro Alves  <palves@redhat.com>
686         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
687         runto_main fails.
689 2015-02-20  Pedro Alves  <palves@redhat.com>
691         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
692         info probes.
694 2015-02-20  Pedro Alves  <palves@redhat.com>
696         * gdb.threads/multi-create-ns-info-thr.exp: New file.
698 2015-02-20  Pedro Alves  <palves@redhat.com>
700         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
701         clean_restart before gdb_target_supports_trace.
703 2015-02-20  Pedro Alves  <palves@redhat.com>
705         PR threads/18006
706         * gdb.threads/clone-thread_db.c: New file.
707         * gdb.threads/clone-thread_db.exp: New file.
709 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
711         PR breakpoints/16812
712         * gdb.base/catch-gdb-caused-signals.c: New file.
713         * gdb.base/catch-gdb-caused-signals.exp: New file.
715 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
717         * configure: Regenerated.
718         * configure.ac: Use GDB_AC_TRANSFORM.
719         * aclocal.m4: sinclude ../transform.m4.
721 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
723         * lib/dtrace.exp: New file.
724         * gdb.base/dtrace-probe.exp: Likewise.
725         * gdb.base/dtrace-probe.d: Likewise.
726         * gdb.base/dtrace-probe.c: Likewise.
727         * lib/pdtrace.in: Likewise.
728         * configure.ac: Output variables with the transformed names of
729         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
730         * configure: Regenerated.
732 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
734         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
735         expected message when trying to access $_probe_* convenience
736         variables while not on a probe.
738 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
740         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
742 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
744         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
745         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
747 2015-02-10  Doug Evans  <xdje42@gmail.com>
749         * lib/gdb.exp (gdb_load): Always return a result.
751 2015-02-10  Pedro Alves  <palves@redhat.com>
753         * gdb.threads/signal-sigtrap.c: New file.
754         * gdb.threads/signal-sigtrap.exp: New file.
756 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
758         * gdb.trace/no-attach-trace.c: New file.
759         * gdb.trace/no-attach-trace.exp: New file.
761 2015-02-09  Mark Wielaard  <mjw@redhat.com>
763         * gdb.dwarf2/atomic.c: New file.
764         * gdb.dwarf2/atomic-type.exp: Likewise.
766 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
768         * gdb.btrace/buffer-size.exp: Update "info record" output.
769         * gdb.btrace/delta.exp: Update "info record" output.
770         * gdb.btrace/enable.exp: Update "info record" output.
771         * gdb.btrace/finish.exp: Update "info record" output.
772         * gdb.btrace/instruction_history.exp: Update "info record" output.
773         * gdb.btrace/next.exp: Update "info record" output.
774         * gdb.btrace/nexti.exp: Update "info record" output.
775         * gdb.btrace/step.exp: Update "info record" output.
776         * gdb.btrace/stepi.exp: Update "info record" output.
777         * gdb.btrace/nohist.exp: Update "info record" output.
779 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
781         * gdb.btrace/buffer-size: New.
783 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
785         * gdb.btrace/delta.exp: Update "info record" output.
786         * gdb.btrace/enable.exp: Update "info record" output.
787         * gdb.btrace/finish.exp: Update "info record" output.
788         * gdb.btrace/instruction_history.exp: Update "info record" output.
789         * gdb.btrace/next.exp: Update "info record" output.
790         * gdb.btrace/nexti.exp: Update "info record" output.
791         * gdb.btrace/step.exp: Update "info record" output.
792         * gdb.btrace/stepi.exp: Update "info record" output.
793         * gdb.btrace/nohist.exp: Update "info record" output.
795 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
797         PR gdb/15678
798         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
800 2015-02-06  Pedro Alves  <palves@redhat.com>
802         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
803         macro.
804         (seconds_left, again): New globals.
805         (main): Wait seconds_left in a 1-second sleep loop instead of
806         sleeping 180 seconds.  If 'again' is set, reset the seconds
807         counter.
808         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
809         'again' in the inferior before detaching.  Print the seconds left.
810         (options): New global.
811         (top level): Build program with -DTIMEOUT=$timeout.
813 2015-02-06  Pedro Alves  <palves@redhat.com>
815         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
816         determine how many seconds to pass to 'alarm'.
817         * gdb.base/gdb-sigterm.exp (top level): Build program with
818         -DTIMEOUT=$timeout.
819         (do_test): Return success/failure indication.  Add more verbose
820         logging.  Don't fail if 200 single steps are seen.  Instead, fail
821         when the test times out.
822         (passes): New global.
823         (top level): Break the testing loop if testing fails on any
824         iteration.  Use gdb_assert.
826 2015-02-04  Don Breazeal  <donb@codesourcery.com>
828         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
829         and initialize them.
830         (ipc_cleanup): New function.
831         (main): Don't declare shmid, semid, and msqid.  Add a call to
832         atexit so that we call ipc_cleanup on exit.
834 2015-02-04  Pedro Alves  <palves@redhat.com>
836         * boards/native-extended-gdbserver.exp: Remove any target variant
837         specifications from the board name before clearing the isremote
838         flag from board_info.
840 2015-01-31  Doug Evans  <xdje42@gmail.com>
842         * gdb.base/maint.exp <maint print type argc>: Update expected output.
844 2015-01-31  Gary Benson <gbenson@redhat.com>
846         * gdb.base/completion.exp: Disable completion limiting for
847         existing tests.  Add new tests to check completion limiting.
848         * gdb.linespec/ls-errs.exp: Disable completion limiting.
850 2015-01-31  Doug Evans  <xdje42@gmail.com>
852         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
854 2015-01-31  Doug Evans  <xdje42@gmail.com>
856         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
857         entries.  Duplicate file section script entries.
858         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
859         inlined entries.  Add test for safe-path rejection.
860         * gdb.python/py-section-script.c: Add duplicate inlined section script
861         entries.  Duplicate file section script entries.
862         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
863         inlined entries.  Add test for safe-path rejection.
865 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
867         * gdb.ada/disc_arr_bound: New testcase.
869 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
871         * gdb.ada/mi_var_array: New testcase.
873 2015-01-27  Doug Evans  <dje@google.com>
875         * gdb.python/py-objfile.exp: Add tests for objfile.username.
876         Add test for objfile.filename, objfile.username after objfile
877         has been unloaded.
879 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
881         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
882         the second test to print the name attribute of value
883         returned by the call to gdb.lookup_type, and adjust
884         the expected output accordingly.
886 2015-01-25  Mark Wielaard  <mjw@redhat.com>
888         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
889         * gdb.base/disp-step-fork.c: Include unistd.h.
890         * gdb.base/siginfo-obj.c: Include stdio.h.
891         * gdb.base/siginfo-thread.c: Likewise.
892         * gdb.mi/non-stop.c: Include unistd.h.
893         * gdb.mi/nsthrexec.c: Include stdio.h.
894         * gdb.mi/pthreads.c: Include unistd.h.
895         * gdb.modula2/unbounded1.c (main): Declare returns int.
896         * gdb.reverse/consecutive-reverse.c: Likewise.
897         * gdb.threads/create-fail.c: Include unistd.h.
898         * gdb.threads/killed.c: Likewise.
899         * gdb.threads/linux-dp.c: Likewise.
900         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
901         * gdb.threads/non-ldr-exc-2.c: Likewise.
902         * gdb.threads/non-ldr-exc-3.c: Likewise.
903         * gdb.threads/non-ldr-exc-4.c: Likewise.
904         * gdb.threads/pthreads.c: Include unistd.h.
905         (main): Declare returns int.
906         * gdb.threads/tls-main.c (foo): New declaration.
907         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
909 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
911         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
912         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
914 2015-01-15  Mark Wielaard  <mjw@redhat.com>
916         * gdb.base/noreturn-return.c: New file.
917         * gdb.base/noreturn-return.exp: New file.
918         * gdb.base/noreturn-finish.c: New file.
919         * gdb.base/noreturn-finish.exp: New file.
921 2015-01-23  Pedro Alves  <palves@redhat.com>
923         * gdb.threads/continue-pending-after-query.c: New file.
924         * gdb.threads/continue-pending-after-query.exp: New file.
926 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
927             Simon Marchi  <simon.marchi@ericsson.com>
929         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
930         * gdb.base/valgrind-db-attach.exp: Same.
931         * gdb.base/valgrind-infcall.exp: Same.
932         * lib/mi-support.exp (default_mi_gdb_start): Same.
933         * lib/prompt.exp (default_prompt_gdb_start): Same.
934         * lib/gdb.exp (default_gdb_spawn): Same.
935         (gdb_interact): New.
938 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
940         * gdb.compile/compile.exp (pointer to jit function): New test.
942 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
944         * lib/gdb.exp (supports_process_record): Return true for
945         powerpc*-*-linux*.
946         (supports_reverse): Likewise.
948 2015-01-15  Don Breazeal  <donb@codesourcery.com>
950         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
951         instead of checking whether the target board is remote and
952         use spawn_wait_for_attach instead of exec/sleep.
953         * gdb.base/attach-twice.exp: Likewise.
955 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
957         * gdb.ada/var_arr_attrs: New testcase.
959 2015-01-14  Pedro Alves  <palves@redhat.com>
960             Joel Brobecker  <brobecker@adacore.com>
962         PR gdb/17525
963         * gdb.base/bp-cmds-execution-x-script.c: New file.
964         * gdb.base/bp-cmds-execution-x-script.exp: New file.
965         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
967 2015-01-14  Pedro Alves  <palves@redhat.com>
969         PR cli/17828
970         * gdb.base/batch-preserve-term-settings.c: New file.
971         * gdb.base/batch-preserve-term-settings.exp: New file.
973 2015-01-13  Doug Evans  <dje@google.com>
975         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
976         binary.
978 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
980         * Makefile.in (clean mostlyclean): Do not delete *.py.
982 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
984         * gdb.python/py-lookup-type.exp: New file.
986 2015-01-12  Pedro Alves  <palves@redhat.com>
988         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
989         restore GDBFLAGS before returning.
991 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
993         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
994         is_amd64_regs_target and is_x86_like_target.
996 2015-01-11  Doug Evans  <xdje42@gmail.com>
998         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
999         is given without an explicit form.
1000         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1001         attributes.
1002         * gdb.dwarf/corrupt.exp: Ditto.
1003         * gdb.dwarf2/enum-type.exp: Ditto.
1004         * gdb.trace/entry-values.exp: Ditto.
1005         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1007 2015-01-11  Doug Evans  <xdje42@gmail.com>
1009         PR gdb/15830
1010         * gdb.base/maint.exp: Remove references to "maint demangle".
1011         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
1012         Add tests for explicitly specifying language to demangle.
1013         * gdb.dlang/demangle.exp: Ditto.
1015 2015-01-09  Pedro Alves  <palves@redhat.com>
1017         * gdb.threads/non-stop-fair-events.c: New file.
1018         * gdb.threads/non-stop-fair-events.exp: New file.
1020 2015-01-09  Pedro Alves  <palves@redhat.com>
1022         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1023         the global scope.  Set a breakpoint after all threads are started
1024         rather than stepping over two source lines.  Expect the prompt.
1025         * gdb.base/watch_thread_num.c (threads_started_barrier): New
1026         global.
1027         (NUM): Now 15.
1028         (main): Use threads_started_barrier to wait for all threads to
1029         start.  Main thread no longer calls thread_function.  Exit after
1030         180 seconds.
1031         (loop): New function.
1032         (thread_function): Wait on threads_started_barrier barrier.  Call
1033         'loop' at each iteration.
1034         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1035         threads have started, instead of hardcoding number of "next"
1036         steps.  Use an access watchpoint instead of a write watchpoint.
1038 2015-01-09  Pedro Alves  <palves@redhat.com>
1040         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1041         (thread_func): Wait on barrier.
1042         (main): Wait for all threads to start before stopping GDB.
1043         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1044         global.
1045         (thread1_func, thread2_func): Wait on barrier.
1046         (main): Wait for all threads to start before stopping GDB.
1047         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1048         New global.
1049         (thread1_func, thread2_func): Wait on barrier.
1050         (main): Wait for all threads to start before stopping GDB.
1052 2015-01-09  Pedro Alves  <palves@redhat.com>
1054         * gdb.threads/attach-many-short-lived-threads.c: New file.
1055         * gdb.threads/attach-many-short-lived-threads.exp: New file.
1057 2014-01-09  Pedro Alves  <palves@redhat.com>
1059         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1060         instead of to thread 2.
1061         * gdb.threads/signal-command-multiple-signals-pending.c (main):
1062         Add barrier around each pthread_create call instead of around all
1063         calls.
1064         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1065         Set a break on thread_function and have the child threads hit it
1066         one at at a time.
1068 2015-01-09  Pedro Alves  <palves@redhat.com>
1070         * lib/gdb.exp (can_spawn_for_attach): New procedure.
1071         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1072         false.
1073         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1074         checking whether the target board is remote.
1075         * gdb.multi/multi-attach.exp: Likewise.
1076         * gdb.python/py-sync-interp.exp: Likewise.
1077         * gdb.server/ext-attach.exp: Likewise.
1078         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1079         tests that need to attach, instead of checking whether the target
1080         board is remote at the top of the file.
1082 2015-01-08  Yao Qi  <yao@codesourcery.com>
1084         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1086 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1088         Fix testcase compilation.
1089         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1091 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
1093         * gdb.python/py-type.exp: Add a couple test about empty
1094         array creation, and negative-length array creation.
1096 2015-01-02  Doug Evans  <xdje42@gmail.com>
1098         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1100 2015-01-02  Doug Evans  <dje@google.com>
1102         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1104 2014-12-29  Yao Qi  <yao@codesourcery.com>
1106         * gdb.trace/entry-values.exp: Update comments.  Rename variable
1107         bar_call_foo to returned_from_foo.
1109 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
1111         PR gdb/17394
1112         * gdb.linespec/break-asm-file.c: New file.
1113         * gdb.linespec/break-asm-file.exp: New file.
1114         * gdb.linespec/break-asm-file0.s: New file.
1115         * gdb.linespec/break-asm-file1.s: New file.
1117 2014-12-18  Nigel Stephens  <nigel@mips.com>
1118             Maciej W. Rozycki  <macro@codesourcery.com>
1120         * gdb.base/float.exp: Handle the new output from "info float" on
1121         MIPS targets.
1123 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1125         Fix MinGW compilation.
1126         * gdb.compile/compile-ops.exp: Update untested message if
1127         !skip_compile_feature_tests.
1128         * gdb.compile/compile-setjmp.exp: Likewise.
1129         * gdb.compile/compile-tls.exp: Likewise.
1130         * gdb.compile/compile.exp: Likewise.
1131         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1132         supported on this host".
1134 2014-12-16  Doug Evans  <xdje42@gmail.com>
1136         * boards/stabs.exp: New file.
1138 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
1140         * gdb.base/completion.exp: Adjust to format changes of "maint
1141         print user-registers".
1143 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
1145         PR server/17457
1146         * gdb.arch/aarch64-fp.c: New file.
1147         * gdb.arch/aarch64-fp.exp: New file.
1149 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1151         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1152         r210637, r210913, r211666, r215400, r215817).
1154         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
1155                 * dg-extract-results.py: New file.
1156                 * dg-extract-results.sh: Use it if the environment seems
1157                 suitable.
1159         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
1161                 * dg-extract-results.py (parse_run): Handle warnings that
1162                 are printed before a test harness is run.
1164         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
1166                 * dg-extract-results.py (Named): Remove __cmp__ method.
1167                 (output_variation): Use a key to sort variation.harnesses.
1169         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
1171                 * dg-extract-results.py: For Python 3, force sys.stdout to
1172                 handle surrogate escape sequences.
1173                 (safe_open): New function.
1174                 (output_segment, main): Use it.
1176         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
1178                 * dg-extract-results.py (Prog.result_re): Include options
1179                 in test name.
1181         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
1183                 * dg-extract-results.py (output_variation): Always sort if
1184                 do_sum.
1186 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
1188         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1189         as long as we get pagination notifications.
1191 2014-12-15  Jason Merrill  <jason@redhat.com>
1193         * Makefile.in (check-gdb.%): Restore.
1194         * README: Mention it.
1196 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
1198         * gdb.ada/str_uninit: New testcase.
1200 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1202         PR symtab/17642
1203         * gdb.base/vla-stub-define.c: New file.
1204         * gdb.base/vla-stub.c: New file.
1205         * gdb.base/vla-stub.exp: New file.
1207 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1208             Jan Kratochvil  <jan.kratochvil@redhat.com>
1209             Tom Tromey  <tromey@redhat.com>
1211         * configure.ac: Add gdb.compile/.
1212         * configure: Regenerate.
1213         * gdb.compile/Makefile.in: New file.
1214         * gdb.compile/compile-ops.exp: New file.
1215         * gdb.compile/compile-ops.c: New file.
1216         * gdb.compile/compile-tls.c: New file.
1217         * gdb.compile/compile-tls.exp: New file.
1218         * gdb.compile/compile-constvar.S: New file.
1219         * gdb.compile/compile-constvar.c: New file.
1220         * gdb.compile/compile-mod.c: New file.
1221         * gdb.compile/compile-nodebug.c: New file.
1222         * gdb.compile/compile-setjmp-mod.c: New file.
1223         * gdb.compile/compile-setjmp.c: New file.
1224         * gdb.compile/compile-setjmp.exp: New file.
1225         * gdb.compile/compile-shlib.c: New file.
1226         * gdb.compile/compile.c: New file.
1227         * gdb.compile/compile.exp: New file.
1228         * lib/gdb.exp (skip_compile_feature_tests): New proc.
1230 2014-12-12  Tom Tromey  <tromey@redhat.com>
1232         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
1233         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1235 2014-12-12  Doug Evans  <dje@google.com>
1237         * lib/gdb-python.exp (get_python_valueof): New function.
1238         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1240 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1242         * gdb.base/completion.exp: Add test for completion of "info
1243         registers ".
1245 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
1247         * gdb.base/func-ptrs.c: New file.
1248         * gdb.base/func-ptrs.exp: New file.
1250 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
1252         PR breakpoints/17012
1253         * gdb.base/dprintf-detach.c: New file.
1254         * gdb.base/dprintf-detach.exp: New file.
1256 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
1258         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1259         * lib/gdb.exp (target_is_gdbserver): New procedure.
1261 2014-12-08  Doug Evans  <dje@google.com>
1263         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1265 2014-12-05  Yao Qi  <yao@codesourcery.com>
1267         * gdb.guile/scm-error.exp: Remove the third argument to
1268         gdb_remote_download.
1269         * gdb.guile/scm-frame-args.exp: Likewise.
1270         * gdb.guile/scm-section-script.exp: Likewise.
1272 2014-12-05  Yao Qi  <yao@codesourcery.com>
1274         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1276 2014-12-04  Doug Evans  <dje@google.com>
1278         * gdb.python/py-objfile.exp: Add tests for
1279         objfile.add_separate_debug_file.
1281 2014-12-04  Doug Evans  <dje@google.com>
1283         * lib/gdb.exp (get_build_id): New function.
1284         (build_id_debug_filename_get): Rewrite to use it.
1285         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1287 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
1289         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1290         `method(long)', not just 0x0.
1291         * gdb.cp/nsalias.exp: Align code labels to 4.
1292         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1293         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1294         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1295         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1296         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1297         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1299 2014-12-02  Doug Evans  <dje@google.com>
1301         PR symtab/17602
1302         * gdb.cp/anon-ns.cc: Move guts of this file to ...
1303         * gdb.cp/anon-ns2.cc: ... here.  New file.
1304         * gdb.cp/anon-ns.exp: Update.
1306 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1308         * gdb.python/py-events.py (inferior_call_handler): New.
1309         (register_changed_handler, memory_changed_handler): New.
1310         (test_events.invoke): Register new handlers.
1311         * gdb.python/py-events.exp: Add tests for inferior call,
1312         memory_changed and register_changed events.
1314 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1316         * gdb.base/execl-update-breakpoints.exp: Specify the link address
1317         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
1318         if the linker doesn't understand this.
1320 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
1322         * gdb.python/python.exp: Change expected reply to help().
1324 2014-12-01  Yao Qi  <yao@codesourcery.com>
1326         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
1327         AC_CONFIG_SUBDIRS(gdb.gdbtk).
1328         * configure: Re-generated.
1330 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
1332         * gdb.cp/chained-calls.cc: New file.
1333         * gdb.cp/chained-calls.exp: New file.
1334         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1336 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
1338         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1339         * gdb.dwarf2/symtab-producer.exp: Same.
1340         * gdb.gdb/python-interrupts.exp: Same.
1341         * gdb.gdb/python-selftest.exp: Same.
1342         * gdb.python/py-linetable.exp: Same.
1343         * gdb.python/py-type.exp: Same.
1344         * gdb.python/py-value-cc.exp: Same.
1345         * gdb.python/py-value.exp: Same.
1347 2014-11-28  Yao Qi  <yao@codesourcery.com>
1349         * gdb.base/break-probes.exp: Match library name prefixed with
1350         sysroot.
1352 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
1354         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1355         test expected output.  Add parentheses for the call to print.
1356         Remove L suffix from integers.
1358 2014-11-26  Doug Evans  <dje@google.com>
1360         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1362 2014-11-22  Yao Qi  <yao@codesourcery.com>
1364         * gdb.trace/entry-values.c: Remove asms.
1365         (foo): Add foo_label.
1366         (bar): Add bar_label.
1367         * gdb.trace/entry-values.exp: Remove code computing  foo's
1368         length and bar's length.
1369         (Dwarf::assemble): Invoke function_range for bar and use
1370         MACRO_AT_func for foo.
1372 2014-11-22  Yao Qi  <yao@codesourcery.com>
1374         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1375         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
1376         Use .Lgcc43_procstart instead of gcc43.
1378 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
1380         * gdb.ada/n_arr_bound: New testcase.
1382 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1384         PR breakpoints/10737
1385         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1386         test_catch_syscall_multi_arch.
1387         (test_catch_syscall_multi_arch): New function.
1389 2014-11-20  Doug Evans  <xdje42@gmail.com>
1391         * gdb.base/maint.exp: Update expected output.
1393 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1395         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1396         4-byte instruction on S390.
1398 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
1400         * gdb.ada/arr_arr: New testcase.
1402 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
1404         * gdb.ada/pkd_arr_elem: New Testcase.
1406 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
1408         * gdb.reverse/break-precsave: Expect completion message for
1409         core file reads.
1410         * gdb.reverse/consecutive-precsave.exp: Likewise.
1411         * gdb.reverse/finish-precsave.exp: Likewise.
1412         * gdb.reverse/i386-precsave.exp: Likewise.
1413         * gdb.reverse/machinestate-precsave.exp: Likewise.
1414         * gdb.reverse/sigall-precsave.exp: Likewise.
1415         * gdb.reverse/solib-precsave.exp: Likewise.
1416         * gdb.reverse/step-precsave.exp: Likewise.
1417         * gdb.reverse/until-precsave.exp: Likewise.
1418         * gdb.reverse/watch-precsave.exp: Likewise.
1420 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1422         * gdb.base/bp-permanent.c: Include unistd.h.
1423         * gdb.python/py-framefilter-mi.c (main): Add return type.
1424         * gdb.python/py-framefilter.c (main): Likewise.
1425         * gdb.trace/actions-changed.c (main): Likewise.
1427 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1429         * gdb.mi/until.c: Add eye-catchers.
1430         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1431         line numbers.
1433 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1435         * gdb.base/condbreak.exp: Drop references to removed non-prototype
1436         function header variants in break1.c.
1437         * gdb.base/ena-dis-br.exp: Likewise.
1438         * gdb.base/hbreak2.exp: Likewise.
1439         * gdb.reverse/until-precsave.exp: Drop references to removed
1440         non-prototype function header variants in ur1.c.
1441         * gdb.reverse/until-reverse.exp: Likewise.
1443 2014-11-17  Petr Machata  <pmachata@redhat.com>
1445         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
1446         ${_cu_offset_size} bytes abbrev offset.
1448 2014-11-15  Doug Evans  <xdje42@gmail.com>
1450         PR symtab/17559
1451         * gdb.base/line-symtabs.exp: New file.
1452         * gdb.base/line-symtabs.c: New file.
1453         * gdb.base/line-symtabs.h: New file.
1455 2014-11-14  Yao Qi  <yao@codesourcery.com>
1457         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1458         (func): Add label func_label.
1459         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1460         Replace low_pc and high_pc with MACRO_AT_range.
1461         Replace name, low_pc and high_pc with MACRO_AT_func.
1463 2014-11-14  Yao Qi  <yao@codesourcery.com>
1465         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1466         Replace name, low_pc and high_pc with MACRO_AT_func.
1468 2014-11-14  Yao Qi  <yao@codesourcery.com>
1470         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1471         produce debug information.
1472         * gdb.dwarf2/implptr-optimized-out.S: Removed.
1474 2014-11-14  Yao Qi  <yao@codesourcery.com>
1476         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1477         object and get function length.
1478         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1479         with MACRO_AT_func.
1480         (top-level): Replace gdb_compile and clean_restart with
1481         prepare_for_testing.
1482         * gdb.dwarf2/main.c (main): Add label main_label.
1484 2014-11-14  Yao Qi  <yao@codesourcery.com>
1486         * lib/dwarf.exp (function_range): New procedure.
1487         (Dwarf::_handle_macro_at_func): New procedure.
1488         (Dwarf::_handle_macro_at_range): New procedure.
1489         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1491 2014-11-14  Yao Qi  <yao@codesourcery.com>
1493         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1494         (_handle_attribute): New procedure.
1496 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1498         * gdb.ada/cond_lang/foo.c (callme): Add return type.
1499         * gdb.base/call-sc.c (zed): Likewise.
1500         * gdb.base/checkpoint.c (main): Likewise.
1501         * gdb.base/dump.c (main): Likewise.
1502         * gdb.base/gcore.c (main): Likewise.
1503         * gdb.base/huge.c (main): Likewise.
1504         * gdb.base/multi-forks.c (main): Likewise.
1505         * gdb.base/pr10179-a.c (main): Likewise.
1506         * gdb.base/savedregs.c (main): Likewise.
1507         * gdb.base/sigaltstack.c (main): Likewise.
1508         * gdb.base/siginfo.c (main): Likewise.
1509         * gdb.base/structs.c (zed): Likewise.
1510         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1511         * gdb.mi/mi-syn-frame.c (main): Likewise.
1512         * gdb.mi/until.c (foo, main): Likewise.
1513         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1514         * gdb.base/solib-weak.c (foo): Declare.
1515         * gdb.base/attach-twice.c: Include stdio.h.
1516         * gdb.base/weaklib1.c: Likewise.
1517         * gdb.base/weaklib2.c: Likewise.
1518         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1519         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1520         unistd.h.
1521         * gdb.base/attach-pie-misread.c: Include stdlib.h.
1522         * gdb.mi/mi-exit-code.c: Likewise.
1523         * gdb.base/break-interp-lib.c: Include string.h.
1524         * gdb.base/coremaker.c: Likewise.
1525         * gdb.base/testenv.c: Likewise.
1526         * gdb.python/py-finish-breakpoint.c: Likewise.
1527         * gdb.base/inferior-died.c: Include sys/wait.h.
1528         * gdb.base/fileio.c: Include time.h.
1529         * gdb.base/async-shell.c: Include unistd.h.
1530         * gdb.base/dprintf-non-stop.c: Likewise.
1531         * gdb.base/info-os.c: Likewise.
1532         * gdb.mi/mi-console.c: Likewise.
1533         * gdb.mi/watch-nonstop.c: Likewise.
1534         * gdb.python/py-events.c: Likewise.
1535         * gdb.base/async.c (baz): Move up before its invocation.
1536         * gdb.base/code_elim2.c (my_global_func): Likewise.
1537         * gdb.base/skip-solib-lib.c (multiply): Likewise.
1538         * gdb.base/advance.c (func2): Likewise.
1540 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1542         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1543         variant.
1544         * gdb.base/annota3.c: Likewise.
1545         * gdb.base/async.c: Likewise.
1546         * gdb.base/average.c: Likewise.
1547         * gdb.base/call-ar-st.c: Likewise.
1548         * gdb.base/call-rt-st.c: Likewise.
1549         * gdb.base/call-sc.c: Likewise.
1550         * gdb.base/call-strs.c: Likewise.
1551         * gdb.base/ending-run.c: Likewise.
1552         * gdb.base/execd-prog.c: Likewise.
1553         * gdb.base/exprs.c: Likewise.
1554         * gdb.base/foll-exec.c: Likewise.
1555         * gdb.base/foll-fork.c: Likewise.
1556         * gdb.base/foll-vfork.c: Likewise.
1557         * gdb.base/funcargs.c: Likewise.
1558         * gdb.base/gcore.c: Likewise.
1559         * gdb.base/jump.c: Likewise.
1560         * gdb.base/langs0.c: Likewise.
1561         * gdb.base/langs1.c: Likewise.
1562         * gdb.base/langs2.c: Likewise.
1563         * gdb.base/mips_pro.c: Likewise.
1564         * gdb.base/nodebug.c: Likewise.
1565         * gdb.base/opaque0.c: Likewise.
1566         * gdb.base/opaque1.c: Likewise.
1567         * gdb.base/recurse.c: Likewise.
1568         * gdb.base/run.c: Likewise.
1569         * gdb.base/scope0.c: Likewise.
1570         * gdb.base/scope1.c: Likewise.
1571         * gdb.base/setshow.c: Likewise.
1572         * gdb.base/setvar.c: Likewise.
1573         * gdb.base/shmain.c: Likewise.
1574         * gdb.base/shr1.c: Likewise.
1575         * gdb.base/shr2.c: Likewise.
1576         * gdb.base/sigall.c: Likewise.
1577         * gdb.base/signals.c: Likewise.
1578         * gdb.base/so-indr-cl.c: Likewise.
1579         * gdb.base/solib2.c: Likewise.
1580         * gdb.base/structs.c: Likewise.
1581         * gdb.base/sum.c: Likewise.
1582         * gdb.base/vforked-prog.c: Likewise.
1583         * gdb.base/watchpoint.c: Likewise.
1584         * gdb.reverse/shr2.c: Likewise.
1585         * gdb.reverse/until-reverse.c: Likewise.
1586         * gdb.reverse/ur1.c: Likewise.
1587         * gdb.reverse/watch-reverse.c: Likewise.
1589 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1591         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1592         variant.
1593         * gdb.base/sepdebug.exp: Drop references to removed code.
1595 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1597         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1598         variant.  Preserve original line numbering.
1599         * gdb.base/list1.c: Likewise.
1601 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1603         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1604         variant.
1605         * gdb.base/break1.c: Likewise.
1606         * gdb.base/break.exp: Drop references to removed code.
1608 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1610         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1611         variant.
1613 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1615         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1617 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1619         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
1620         logic into perform_all_tests() and invoke it with and without
1621         function header prototypes.
1622         (do_function_calls): Remove conditional XFAIL for PR 5318.
1623         (rerun_and_prepare): Remove duplicate code.
1624         (perform_all_tests): New.  Main logic moved here.
1626 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1628         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1629         code guarded by #ifdef NO_PROTOTYPES.
1630         (t_double_many_args): Likewise.
1631         (DEF_FUNC_MANY_ARGS_1): Likewise.
1632         (DEF_FUNC_VALUES_1): Likewise.
1633         (t_structs_ldc): Renamed from t_structs_fc in conditional code
1634         guarded by #ifdef PROTOTYPES.
1636 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1638         * gdb.mi/mi-console.c: Add eye-catcher.
1639         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1640         instead of literal line number.
1642 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1644         * gdb.base/shr2.c: Add eye-catcher.
1645         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1646         line number.
1648 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1650         * gdb.base/jump.c: Add eye-catchers.
1651         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1652         numbers.
1654 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1656         * gdb.base/execd-prog.c: Add eye-catchers.
1657         * gdb.base/foll-exec.c: Likewise.
1658         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1659         line numbers.
1661 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1663         * gdb.base/ending-run.c: Add eye-catchers.
1664         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1665         literal line numbers.
1667 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1669         * gdb.base/call-rt-st.c: Add eye-catchers.
1670         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1671         literal line numbers.
1673 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1675         * gdb.base/call-ar-st.c: Add eye-catchers.
1676         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1677         literal line numbers.
1679 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1681         * gdb.base/average.c: Add eye-catchers.
1682         * gdb.base/sum.c: Likewise.
1683         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1684         regexps dynamically.
1686 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1688         * gdb.base/solib1.c: Add eye-catchers.
1689         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1690         literal line numbers.
1692 2014-11-12  Pedro Alves  <palves@redhat.com>
1694         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1695         leader has exited.
1697 2014-11-12  Pedro Alves  <palves@redhat.com>
1699         * gdb.arch/i386-bp_permanent.c: New file.
1700         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1701         (srcfile): Set to i386-bp_permanent.c.
1702         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
1703         that stepi does not execute the 'leave' instruction, instead of
1704         testing it does execute.
1705         * gdb.base/bp-permanent.c: New file.
1706         * gdb.base/bp-permanent.exp: New file.
1708 2014-11-10  Doug Evans  <xdje42@gmail.com>
1710         PR symtab/17564
1711         * gdb.base/symtab-search-order.exp: New file.
1712         * gdb.base/symtab-search-order.c: New file.
1713         * gdb.base/symtab-search-order-1.c: New file.
1714         * gdb.base/symtab-search-order-shlib-1.c: New file.
1716 2014-11-07  Pedro Alves  <palves@redhat.com>
1718         PR gdb/17511
1719         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1720         i?86-*-linux*.
1722 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
1724         PR c++/17494
1725         * gdb.cp/pr17494.cc: New file.
1726         * gdb.cp/pr17494.exp: New file.
1728 2014-11-02  Yao Qi  <yao@codesourcery.com>
1730         * gdb.python/python.exp: Get working directory and match the
1731         output of "set extended-prompt \\w " with it.
1733 2014-10-30  Doug Evans  <dje@google.com>
1735         * gdb.python/py-objfile.exp: Add tests for setting random attributes
1736         in objfiles.
1737         * gdb.python/py-progspace.exp: Add tests for setting random attributes
1738         in progspaces.
1740 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
1742         * gdb.base/fullpath-expand.exp: Skip for a remote host.
1743         * gdb.base/realname-expand.exp: Likewise.
1744         * gdb.linespec/macro-relative.exp: Likewise.
1746 2014-10-29  Pedro Alves  <palves@redhat.com>
1748         PR gdb/17408
1749         * gdb.threads/schedlock.c (some_function): New function.
1750         (call_function): New global.
1751         (MAYBE_CALL_SOME_FUNCTION): New macro.
1752         (thread_function): Call it.
1753         * gdb.threads/schedlock.exp (get_args): Add description parameter,
1754         and use it instead of a global counter.  Adjust all callers.
1755         (get_current_thread): Use "find current thread" for test message
1756         here rather than having all callers pass down the same string.
1757         (goto_loop): New procedure, factored out from ...
1758         (my_continue): ... this.
1759         (step_ten_loops): Change parameter from test message to command to
1760         use.  Adjust.
1761         (list_count): Delete global.
1762         (check_result): New procedure, factored out from duplicate top
1763         level code.
1764         (continue tests): Wrap in with_test_prefix.
1765         (test_step): New procedure, factored out from duplicate top level
1766         code.
1767         (top level): Test "step" in combination with all scheduler-locking
1768         modes.  Test "next" in combination with all scheduler-locking
1769         modes, and in combination with stepping over a function call or
1770         not.
1771         * gdb.threads/next-bp-other-thread.c: New file.
1772         * gdb.threads/next-bp-other-thread.exp: New file.
1774 2014-10-29  Pedro Alves  <palves@redhat.com>
1776         PR python/17372
1777         * gdb.python/python.exp: Test a multi-line command that spawns
1778         interactive Python.
1779         * gdb.base/multi-line-starts-subshell.exp: New file.
1781 2014-10-29  Yao Qi  <yao@codesourcery.com>
1783         * gdb.base/fileio.exp: Make directories on host.
1785 2014-10-29  Yao Qi  <yao@codesourcery.com>
1787         * gdb.base/fileio.c (test_write): Close the file.
1789 2014-10-28  Pedro Alves  <palves@redhat.com>
1791         PR gdb/12623
1792         * gdb.base/sigstep.c (no_handler): New global.
1793         (main): If 'no_handler is true, set the signal handlers to
1794         SIG_IGN.
1795         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1796         with_sw_watch and no_handler parameters.  Handle them.
1797         (top level) <stepping over handler when stopped at a breakpoint
1798         test>: Add a test axis for testing with a software watchpoint, and
1799         another for testing with the signal handler set to SIG_IGN.
1800         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1801         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1803 2014-10-28  Pedro Alves  <palves@redhat.com>
1805         PR gdb/17511
1806         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1807         * gdb.base/sigstep.exp (other_handler_location): New global.
1808         (advance): Support stepping into the signal handler, and running
1809         commands while in the handler.
1810         (in_handler_map): New global.
1811         (top level): In the advance test, add combinations for getting
1812         into the handler with stepping commands, and for running commands
1813         in the handler.  Add comment descripting the advancei tests.
1815 2014-10-28  Pedro Alves  <palves@redhat.com>
1817         * gdb.base/sigstep.exp: Use build_executable instead of
1818         prepare_for_testing.
1819         (top level): Move code that starts GDB, runs to main and creates a
1820         display to ...
1821         (restart): ... this new procedure.
1822         (top level): Move backtrace from signal handler test to ...
1823         (validate_backtrace): ... this new procedure.
1824         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
1825         with_test_prefix.  Always restart GDB.
1826         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
1827         with_test_prefix.  Always restart GDB.  No need to delete
1828         breakpoints after the test.
1829         (test_skip_handler): Remove prefix parameter.
1830         (skip_over_handler, breakpoint_to_handler)
1831         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1832         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
1833         restart GDB.  No need to delete breakpoints after the test.
1834         (top level): Use foreach to call the test procedures with
1835         different commands.
1837 2014-10-28  Pedro Alves  <palves@redhat.com>
1839         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1840         instead of GNATS numbers.
1841         * gdb.base/sigbpt.exp: Likewise.
1842         * gdb.base/siginfo.exp: Likewise.
1843         * gdb.base/sigstep.exp: Likewise.
1845 2014-10-27  Pedro Alves  <palves@redhat.com>
1847         * gdb.base/sigstep.c (dummy): New global.
1848         (main): Issue a couple writes to the new global.
1849         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1850         procedures.
1851         (skip_over_handler): Use test_skip_handler.
1852         (top level): Call skip_over_handler for stepi and nexti too.
1853         (breakpoint_over_handler): Use test_skip_handler.
1854         (top level): Call breakpoint_over_handler for stepi and nexti too.
1856 2014-10-27  Yao Qi  <yao@codesourcery.com>
1858         * gdb.trace/tfile.c (adjust_function_address)
1859         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1860         function descriptor.
1862 2014-10-24  Don Breazeal  <donb@codesourcery.com>
1864         * gdb.base/foll-fork.exp (test_follow_fork,
1865         catch_fork_child_follow): Check for updated fork messages emitted
1866         from infrun.c.
1867         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1868         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1869         vfork_and_exec_child_follow_through_step): Check for updated vfork
1870         messages emitted from infrun.c.
1872 2014-10-24  Pedro Alves  <palves@redhat.com>
1874         * gdb.base/corefile.exp: Remove references to ultrix.
1875         * gdb.base/interrupt.exp: Likewise.
1876         * gdb.base/whatis.exp: Likewise.
1877         * gdb.gdb/selftest.exp: Likewise.
1878         * gdb.threads/manythreads.exp: Likewise.
1879         * gdb.threads/print-threads.exp: Likewise.
1880         * gdb.threads/pthreads.exp:: Likewise.
1881         * gdb.threads/schedlock.exp: Likewise.
1883 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
1885         * gdb.cp/non-trivial-retval.cc: Add a test case.
1886         * gdb.cp/non-trivial-retval.exp: Add a test.
1888 2014-10-20  Yao Qi  <yao@codesourcery.com>
1890         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1891         * gdb.python/py-objfile-script-gdb.py: New file.
1892         * gdb.python/py-objfile-script.exp: Update reference to
1893         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
1894         of remote_download.  Remove the dest file.
1896 2014-10-20  Yao Qi  <yao@codesourcery.com>
1898         * gdb.base/checkpoint.exp: Don't remove file copied on host.
1899         * gdb.base/step-line.exp: Likewise.
1900         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1901         * gdb.dwarf2/dw2-basic.exp: Likewise.
1902         * gdb.dwarf2/dw2-compressed.exp: Likewise.
1903         * gdb.dwarf2/dw2-filename.exp: Likewise.
1904         * gdb.dwarf2/dw2-intercu.exp: Likewise.
1905         * gdb.dwarf2/dw2-intermix.exp: Likewise.
1906         * gdb.dwarf2/dw2-producer.exp: Likewise.
1907         * gdb.dwarf2/mac-fileno.exp: Likewise.
1908         * gdb.python/py-frame-args.exp: Likewise.
1909         * gdb.python/py-framefilter.exp: Likewise.
1910         * gdb.python/py-mi.exp: Likewise.
1911         * gdb.python/py-objfile-script.exp: Likewise
1912         * gdb.python/py-pp-integral.exp: Likewise.
1913         * gdb.python/py-pp-re-notag.exp: Likewise.
1914         * gdb.python/py-prettyprint.exp: Likewise.
1915         * gdb.python/py-section-script.exp: Likewise.
1916         * gdb.python/py-typeprint.exp: Likewise.
1917         * gdb.python/py-xmethods.exp: Likewise.
1918         * gdb.stabs/weird.exp: Likewise.
1919         * gdb.xml/tdesc-regs.exp: Likewise.
1921 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
1923         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1924         (out_cu): Use addr_len for the size of addresses.
1925         (out_line): Likewise.  Size DW_LNE_set_address instruction
1926         according to addr_len.
1927         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1928         (FUNC): Add START_INSNS to definition.
1930 2014-10-18  Yao Qi  <yao@codesourcery.com>
1932         * gdb.base/argv0-symlink.exp: Check argv[0] value if
1933         gdb_has_argv0 return true.
1934         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1935         check [target_info exists noargs], check [gdb_has_argv0]
1936         instead.
1937         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1938         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1939         procedures.
1941 2014-10-17  Doug Evans  <dje@google.com>
1943         * gdb.python/py-events.exp: Update expected output for clear_objfiles
1944         event.
1945         * gdb.python/py-events.py: Add clear_objfiles event.
1947 2014-10-17  Doug Evans  <dje@google.com>
1949         * gdb.python/py-objfile.exp: Test progspace attribute.
1951 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
1953         * gdb.guile/scm-breakpoint.exp: Do not assume any
1954         directory separators when matching source file paths.
1955         * gdb.python/py-breakpoint.exp: Likewise.
1956         * gdb.reverse/break-precsave.exp: Likewise.
1957         * gdb.reverse/break-reverse.exp: Likewise.
1958         * gdb.reverse/consecutive-precsave.exp: Likewise.
1959         * gdb.reverse/finish-precsave.exp: Likewise.
1960         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1961         * gdb.reverse/finish-reverse.exp: Likewise.
1962         * gdb.reverse/i386-precsave.exp: Likewise.
1963         * gdb.reverse/i387-env-reverse.exp: Likewise.
1964         * gdb.reverse/i387-stack-reverse.exp: Likewise.
1965         * gdb.reverse/machinestate-precsave.exp: Likewise.
1966         * gdb.reverse/machinestate.exp: Likewise.
1967         * gdb.reverse/sigall-precsave.exp: Likewise.
1968         * gdb.reverse/solib-precsave.exp: Likewise.
1969         * gdb.reverse/step-precsave.exp: Likewise.
1970         * gdb.reverse/until-precsave.exp: Likewise.
1971         * gdb.reverse/watch-precsave.exp: Likewise.
1972         * gdb.reverse/watch-reverse.exp: Likewise.
1974 2014-10-17  Yao Qi  <yao@codesourcery.com>
1976         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1977         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1979 2014-10-17  Pedro Alves  <palves@redhat.com>
1981         PR gdb/17471
1982         * gdb.base/bg-execution-repeat.c: New file.
1983         * gdb.base/bg-execution-repeat.exp: New file.
1985 2014-10-17  Pedro Alves  <palves@redhat.com>
1987         PR gdb/17300
1988         * gdb.base/continue-all-already-running.c: New file.
1989         * gdb.base/continue-all-already-running.exp: New file.
1991 2014-10-17  Pedro Alves  <palves@redhat.com>
1993         PR gdb/17472
1994         * gdb.base/annota-input-while-running.c: New file.
1995         * gdb.base/annota-input-while-running.exp: New file.
1997 2014-10-17  Pedro Alves  <palves@redhat.com>
1999         * gdb.base/callfuncs.exp: emove references to osf.
2000         * gdb.base/sigall.exp: Likewise.
2001         * gdb.gdb/selftest.exp: Likewise.
2002         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2003         * gdb.mi/non-stop.c: Likewise.
2004         * gdb.mi/pthreads.c: Likewise.
2005         * gdb.reverse/sigall-precsave.exp: Likewise.
2006         * gdb.reverse/sigall-reverse.exp: Likewise.
2007         * gdb.threads/pthreads.c: Likewise.
2008         * gdb.threads/pthreads.exp: Likewise.
2010 2014-10-17  Yao Qi  <yao@codesourcery.com>
2012         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2013         check 'target_info exists noargs'.
2014         (test_command_prompt_position): Likewise.
2015         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2016         Remove "set args".
2017         (progvar_simple_while_test): Likewise.
2018         (progvar_complex_if_while_test): Likewise.
2019         (if_while_breakpoint_command_test): Likewise.
2020         (infrun_breakpoint_command_test): Likewise.
2021         (breakpoint_command_test): Likewise.
2022         (watchpoint_command_test): Likewise.
2023         (bp_deleted_in_command_test): Likewise.
2024         (temporary_breakpoint_commands): Likewise.
2026 2014-10-16  Yao Qi  <yao@codesourcery.com>
2028         * gdb.base/remotetimeout.exp: Remove noargs checking.
2030 2014-10-15  Pedro Alves  <palves@redhat.com>
2032         PR breakpoints/9649
2033         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2034         * gdb.base/breakpoint-in-ro-region.exp
2035         (probe_target_hardware_step): New procedure.
2036         (top level): Probe hardware stepping and hardware breakpoint
2037         support.  Test stepping through a read-only region, with both
2038         "breakpoint auto-hw" on and off and both "always-inserted" on and
2039         off.
2041 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
2043         * gdb.dlang/demangle.exp: Update for demangling changes.
2045 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
2047         * gdb.cp/non-trivial-retval.cc: Add new test cases.
2048         * gdb.cp/non-trivial-retval.exp: Add new tests.
2050 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
2052         PR c++/13403
2053         PR c++/15154
2054         * gdb.cp/non-trivial-retval.cc: New file.
2055         * gdb.cp/non-trivial-retval.exp: New file.
2057 2014-10-15  Yao Qi  <yao@codesourcery.com>
2059         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2060         remote host.
2062 2014-10-15  Yao Qi  <yao@codesourcery.com>
2064         * gdb.python/py-symbol.exp: Match file base name if host is
2065         remote, otherwise match file name with dir name.
2066         * gdb.python/py-symtab.exp: Likewise.
2067         * gdb.python/python.exp: Likewise.
2069 2014-10-15  Yao Qi  <yao@codesourcery.com>
2071         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2072         pattern.
2073         * gdb.python/py-symtab.exp: Likewise.
2074         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
2075         locationn.
2077 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
2079         * gdb.ada/addr_arith: New testcase.
2081 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
2083         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2084         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2085         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2086         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2088 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
2090         * gdb.arch/stap-eval-lang-ada.S: Likewise.
2091         * gdb.arch/stap-eval-lang-ada.c: Likewise.
2092         * gdb.arch/stap-eval-lang-ada.exp: New file.
2094 2014-10-14  Yao Qi  <yao@codesourcery.com>
2096         * gdb.mi/mi-var-child.c (nothing1): New function.
2097         (nothing2): New function.
2098         (do_children_tests): Set function pointers by nothing1 and
2099         nothing2.
2100         * gdb.mi/mi-var-child.exp: Step over new added statements.
2101         Update test to match the new output.
2102         * gdb.mi/var-cmd.c (nothing1): New function.
2103         (nothing2): New function.
2104         (do_children_tests): Set function pointers by  nothing1 and
2105         nothing2.
2106         * gdb.mi/mi-var-display.exp: Update test to match output.
2107         Step to the line specified by $line_dct_nothing.
2108         Increase the number of lines to step.
2110 2014-10-14  Yao Qi  <yao@codesourcery.com>
2112         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2113         tests.
2114         * gdb.mi/mi2-var-child.exp: Likewise.
2116 2014-10-13  Doug Evans  <dje@google.com>
2118         * gdb.python/py-objfile.exp: Change name of file name test.
2120 2014-10-13  Doug Evans  <dje@google.com>
2122         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2123         from the start of the CU.
2125 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2126             Yao Qi  <yao@codesourcery.com>
2128         Fix "save breakpoints" for "catch" command.
2129         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2130         Remove -nonewline.  Match also the added "main" line.
2132 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2134         Fix "save breakpoints" for "disable $bpnum" command.
2135         * gdb.base/save-bp.c (main): Add label.
2136         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
2138 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2140         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2142 2014-10-11  Yao Qi  <yao@codesourcery.com>
2144         * gdb.server/server-kill.exp: Execute command
2145         "set remote trace-status-packet on" before "tstatus".
2147 2014-10-11  Yao Qi  <yao@codesourcery.com>
2149         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2150         (main): Call getppid.
2151         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2152         and continue to it.  Read variable "server_pid".
2154 2014-10-11  Yao Qi  <yao@codesourcery.com>
2156         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2158 2014-10-11  Yao Qi  <yao@codesourcery.com>
2160         * gdb.threads/thread-find.exp: Don't execute command
2161         "info threads".
2162         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2163         * gdb.threads/linux-dp.exp: Don't check the condition
2164         $threads_created equals to zero.
2166 2014-10-10  Pedro Alves  <palves@redhat.com>
2168         * gdb.base/bigcore.exp: Remove references to IRIX.
2169         * gdb.base/funcargs.exp: Likewise.
2170         * gdb.base/interrupt.exp: Likewise.
2171         * gdb.base/mips_pro.exp: Likewise.
2172         * gdb.base/nodebug.exp: Likewise.
2173         * gdb.base/setvar.exp: Likewise.
2174         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2176 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2177             Pedro Alves  <palves@redhat.com>
2179         PR symtab/14466
2180         * gdb.base/vdso-warning.c: New file.
2181         * gdb.base/vdso-warning.exp: New file.
2183 2014-10-02  Doug Evans  <dje@google.com>
2185         * gdb.base/structs.c (main): Don't run forever.
2187 2014-10-02  Pedro Alves  <palves@redhat.com>
2189         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2190         (top level) <stop threads 1, stop threads 2>: Use it.
2192 2014-10-02  Pedro Alves  <palves@redhat.com>
2194         * gdb.threads/break-while-running.exp (test): Add new
2195         'update_thread_list' argument.  Skip "info threads" if false.
2196         (top level): Add new 'update_thread_list' axis.
2198 2014-10-02  Pedro Alves  <palves@redhat.com>
2200         PR breakpoints/17431
2201         * gdb.base/execl-update-breakpoints.c: New file.
2202         * gdb.base/execl-update-breakpoints.exp: New file.
2204 2014-10-01  Pedro Alves  <palves@redhat.com>
2206         * gdb.base/breakpoint-in-ro-region.c: New file.
2207         * gdb.base/breakpoint-in-ro-region.exp: New file.
2209 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
2211         * gdb.mi/mi-exit-code.exp: New file.
2212         * gdb.mi/mi-exit-code.c: New file.
2214 2014-09-30  Yao Qi  <yao@codesourcery.com>
2216         * lib/prelink-support.exp (build_executable_own_libs): Error if
2217         the target isn't native.
2219 2014-09-30  Yao Qi  <yao@codesourcery.com>
2221         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2222         false.
2224 2014-09-22  Pedro Alves  <palves@redhat.com>
2226         * gdb.threads/break-while-running.exp: New file.
2227         * gdb.threads/break-while-running.c: New file.
2229 2014-09-19  Yao Qi  <yao@codesourcery.com>
2231         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2232         Invoke test.  Restart GDB with --readnow and invoke test again.
2234 2014-09-19  Yao Qi  <yao@codesourcery.com>
2236         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2237         proc set_breakpoint_on_gcd_function.  Invoke
2238         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
2239         invoke set_breakpoint_on_gcd_function again.
2241 2014-09-18  Doug Evans  <dje@google.com>
2243         * gdb.dwarf2/symtab-producer.exp: New file.
2245 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2247         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2248         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2249         * gdb.base/global-var-nested-by-dso.c: Likewise.
2250         * gdb.base/global-var-nested-by-dso.exp: Likewise.
2252 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2253             Pedro Alves  <palves@redhat.com>
2255         * gdb.base/watch-bitfields.exp: Pass string other than test file
2256         name to prepare_for_testing.
2257         (watch): New procedure.
2258         (expect_watchpoint): Use with_test_prefix.
2259         (top level): Factor out tests to ...
2260         (test_watch_location, test_regular_watch): ... these new
2261         procedures, and use with_test_prefix and gdb_continue_to_end.
2263 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
2265         PR breakpoints/12526
2266         * gdb.base/watch-bitfields.exp: New file.
2267         * gdb.base/watch-bitfields.c: New file.
2269 2014-09-16  Pedro Alves  <palves@redhat.com>
2271         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2272         software and hardware addresses, not software address against
2273         itself.
2275 2014-09-16  Pedro Alves  <palves@redhat.com>
2277         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2278         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2280 2014-09-16  Pedro Alves  <palves@redhat.com>
2282         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2283         files.
2284         * gdb.base/a2-run.exp: Remove all code guarded by istarget
2285         "*-*-vxworks*" throughout.
2286         * gdb.base/break.exp: Likewise.
2287         * gdb.base/default.exp: Likewise.
2288         * gdb.base/scope.exp: Likewise.
2289         * gdb.base/sepdebug.exp: Likewise.
2290         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2291         throughout.
2292         * gdb.base/run.c: Likewise.
2293         * gdb.base/sepdebug.c: Likewise.
2294         * gdb.hp/gdb.aCC/run.c: Likewise.
2295         * gdb.reverse/until-reverse.c: Likewise.
2296         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2298 2014-09-16  Yao Qi  <yao@codesourcery.com>
2300         * boards/local-remote-host-native.exp: New file.
2302 2014-09-14  Doug Evans  <xdje42@gmail.com>
2304         * gdb.threads/queue-signal.c (thread_count): New variable.
2305         (thread_count_mutex, thread_count_condvar): New variables.
2306         (incr_thread_count, wait_all_threads_running): New functions.
2307         (main): Wait for all threads to be in their thread functions.
2309 2014-09-13  Doug Evans  <xdje42@gmail.com>
2311         * gdb.threads/queue-signal.c: New file.
2312         * gdb.threads/queue-signal.exp: New file.
2314 2014-09-13  Doug Evans  <xdje42@gmail.com>
2316         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2317         be consistent with what default_gdb_init uses.
2318         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2319         the plain text of the prompt.  Add some logging printfs.
2320         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2322 2014-09-12  Pedro Alves  <palves@redhat.com>
2324         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2325         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2326         * gdb.arch/i386-size-overlap.exp: Likewise.
2327         * gdb.arch/i386-size.exp: Likewise.
2328         * gdb.arch/i386-unwind.exp: Likewise.
2329         * gdb.base/a2-run.exp: Likewise.
2330         * gdb.base/break.exp: Likewise.
2331         * gdb.base/charset.exp: Likewise.
2332         * gdb.base/chng-syms.exp: Likewise.
2333         * gdb.base/commands.exp: Likewise.
2334         * gdb.base/dbx.exp: Likewise.
2335         * gdb.base/find.exp: Likewise.
2336         * gdb.base/funcargs.exp: Likewise.
2337         * gdb.base/jit-simple.exp: Likewise.
2338         * gdb.base/reread.exp: Likewise.
2339         * gdb.base/sepdebug.exp: Likewise.
2340         * gdb.base/step-bt.exp: Likewise.
2341         * gdb.cp/mb-inline.exp: Likewise.
2342         * gdb.cp/mb-templates.exp: Likewise.
2343         * gdb.objc/basicclass.exp: Likewise.
2344         * gdb.threads/killed.exp: Likewise.
2346 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2348         PR tdep/17379
2349         * gdb.arch/powerpc-stackless.S: New file.
2350         * gdb.arch/powerpc-stackless.exp: New file.
2352 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2354         * gdb.base/attach.c: Include unistd.h.
2355         (main): Call alarm.  Add label postloop.
2356         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2357         gdb_breakpoint, gdb_continue_to_breakpoint.
2358         (test_command_line_attach_run): Kill ${testpid} in one exit path.
2360 2014-09-11  Pedro Alves  <palves@redhat.com>
2362         PR gdb/17347
2363         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2364         * gdb.base/attach.exp (test_command_line_attach_run): New
2365         procedure.
2366         (top level): Call it.
2368 2014-09-11  Pedro Alves  <palves@redhat.com>
2370         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2371         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2372         (do_command_attach_tests): Use spawn_wait_for_attach.
2373         * gdb.base/solib-overlap.exp: Likewise.
2374         * gdb.multi/multi-attach.exp: Likewise.
2375         * gdb.python/py-prompt.exp: Likewise.
2376         * gdb.python/py-sync-interp.exp: Likewise.
2377         * gdb.server/ext-attach.exp: Likewise.
2379 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2381         * gdb.fortran/array-element.exp: Remove unexpected "continue"
2382         command in testcase.  Simplify testcase.
2384 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2386         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2388 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2390         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2392 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2394         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2396 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2398         * gdb.dwarf2/dynarr-ptr.c: New file.
2399         * gdb.dwarf2/dynarr-ptr.exp: New file.
2401 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2403         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2404         of 30 rather than hardcoding 120 for a slow test case.  Take the
2405         `gdb,timeout' target setting into account for this calculation.
2406         Don't extend the timeout for the test cases that don't need it.
2408 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2410         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2411         a factor of 2 for a slow test case.  Take the `gdb,timeout'
2412         target setting into account for this calculation.
2413         * gdb.reverse/until-precsave.exp: Increase the timeout by
2414         a factor of 15 and 3 respectively rather than adding 120
2415         for a pair of slow test cases.  Take the `gdb,timeout'
2416         target setting into account for this calculation.
2418 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2420         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2421         timeout, don't pass one down to gdb_expect.
2422         (gdb_expect): Rework timeout selection.
2424 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2426         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2427         exception on timeout.
2428         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2429         (gdbserver_start_extended): Catch any `gdbserver_start' error
2430         exceptions.
2431         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2432         * lib/mi-support.exp (mi_gdb_target_load): Catch any
2433         `gdbserver_gdb_load' error exceptions.
2435 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2437         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2438         120 on waiting for the TCP socket to open.
2440 2014-09-09  Doug Evans  <xdje42@gmail.com>
2442         * gdb.base/default.exp (show_conv_list): Add _caller_is,
2443         _caller_matches, _any_caller_is, _any_caller_matches.
2445 2014-09-09  Doug Evans  <xdje42@gmail.com>
2447         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2449 2014-09-09  Yao Qi  <yao@codesourcery.com>
2451         * gdb.mi/mi-var-display.exp: Set print symbol off.
2453 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2455         PR gdb/17035
2456         * gdb.base/commands.exp: Add tests to verify user-defined
2457         commands with empty bodies.
2458         * gdb.python/py-cmd.exp: Test that we don't show user-defined
2459         python commands in `show user command`.
2460         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2461         scheme commands in `show user command`.
2463 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2465         PR python/17355
2466         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2467         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2468         * gdb.python/py-framefilter-invalidarg.exp: New file.
2469         * gdb.python/py-framefilter-invalidarg.py: New file.
2471 2014-09-06  Doug Evans  <xdje42@gmail.com>
2473         PR 15276
2474         * gdb.python/py-caller-is.c: New file.
2475         * gdb.python/py-caller-is.exp: New file.
2477 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
2479         PR gdb/17235
2480         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2481         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2483 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2485         PR fortran/17237
2486         * gdb.fortran/print-formatted.exp: New file.
2487         * gdb.fortran/print-formatted.f90: Likewise.
2489 2014-09-03  Sasha Smundak  <asmundak@google.com>
2491         * gdb.python/py-frame.exp: Test Frame.read_register.
2493 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
2495         PR python/16699
2496         * gdb.python/py-completion.exp: New file.
2497         * gdb.python/py-completion.py: Likewise.
2499 2014-08-28  Doug Evans  <dje@google.com>
2501         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2502         eax,etc. are live with values set by gdb and thus the compiler can't
2503         use them.
2504         * gdb.arch/i386-pseudo.c (main): Ditto.
2506 2014-08-27  Doug Evans  <dje@google.com>
2508         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2510 2014-08-25  Doug Evans  <dje@google.com>
2512         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2513         (main): Ditto.
2515 2014-08-25  Doug Evans  <dje@google.com>
2517         * gdb.threads/thread-execl.exp: #include <stdio.h>.
2519 2014-08-24  Yao Qi  <yao@codesourcery.com>
2521         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2522         symbol off.
2523         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2525 2014-08-22  Doug Evans  <dje@google.com>
2527         PR 17276
2528         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2529         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2530         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2532 2014-08-22  Yao Qi  <yao@codesourcery.com>
2534         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2535         * gdb.python/py-finish-breakpoint2.exp: Likewise.
2536         * gdb.python/python.exp: Likewise.  Use .py file on the host
2537         instead of the build.
2539 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2541         * gdb.threads/gcore-stale-thread.c: New file.
2542         * gdb.threads/gcore-stale-thread.exp: New file.
2544 2014-08-21  Pedro Alves  <palves@redhat.com>
2546         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2547         * gdb.base/gcore-relro-pie.exp: Likewise.
2548         * gdb.base/gcore-relro.exp: Likewise.
2549         * gdb.base/gcore.exp: Likewise.
2550         * gdb.base/print-symbol-loading.exp: Likewise.
2551         * gdb.threads/gcore-thread.exp: Likewise.
2552         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2554 2014-08-20  Pedro Alves  <palves@redhat.com>
2555             Jan Kratochvil  <jan.kratochvil@redhat.com>
2557         * Makefile.in (EXTRA_RULES, CC): New variables, get from
2558         configure.
2559         (EXPECT): Handle READ1 being set.
2560         (all): Depend on EXTRA_RULES.
2561         (check-read1, expect-read1, read1.so, read1): New rules.
2562         * README (Testsuite Parameters): Document the READ1 make variable.
2563         (Race detection): New section.
2564         * configure: Regenerate.
2565         * configure.ac: If build==host==target, and running under a
2566         GNU/glibc system, add read1 to the extra Makefile rules.
2567         (EXTRA_RULES): AC_SUBST it.
2568         * lib/read1.c: New file.
2570 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
2572         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2573         the handling of variables declared as a typedef to an array
2574         which a DW_AT_data_location attribute.
2576 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
2577             Pedro Alves  <palves@redhat.com>
2579         PR symtab/14604
2580         PR symtab/14605
2581         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2582         gdb_test.
2584 2014-08-19  Pedro Alves  <palves@redhat.com>
2586         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2588 2014-08-19  Yao Qi  <yao@codesourcery.com>
2590         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2591         right line.
2593 2014-08-18  David Blaikie  <dblaikie@gmail.com>
2595         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2597 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
2599         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2600         attribute in array range.
2602 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
2604         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2606 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
2608         PR c++/17132
2609         * gdb.cp/pr17132.cc: New file.
2610         * gdb.cp/pr17132.exp: New file.
2612 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
2614         * gdb.python/py-xmethods.py (A_getarrayind)
2615         (E_method_char_worker.__call__, E_method_int_worker.__call__):
2616         Use 'print' with function call syntax.
2617         (E_method_matcher.match): Fix tab vs space indentation mixup.
2619 2014-08-15  Yao Qi  <yao@codesourcery.com>
2621         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2622         false.
2624 2014-08-15  Yao Qi  <yao@codesourcery.com>
2626         * gdb.cp/casts.exp: Set print symbol off.
2627         * gdb.cp/class2.exp: Likewise.
2628         * gdb.cp/overload.exp: Likewise.
2629         * gdb.cp/templates.exp: Likewise.
2631 2014-08-11  Doug Evans  <dje@google.com>
2633         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2634         (test_load_shlib): Update.
2636 2014-08-09  Yao Qi  <yao@codesourcery.com>
2638         * gdb.base/display.exp: Invoke is_address_zero_readable.
2639         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2640         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2641         * gdb.base/hbreak-unmapped.exp: Return if
2642         is_address_zero_readable returns true.
2643         * gdb.base/signest.exp: Likewise.
2644         * gdb.base/signull.exp: Likewise.
2645         * gdb.base/sigbpt.exp: Likewise.
2646         * gdb.guile/scm-disasm.exp: Do the test if
2647         is_address_zero_readable returns false.
2648         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2649         * gdb.python/py-arch.exp: Likewise.
2650         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2651         * lib/gdb.exp (is_address_zero_readable): New proc.
2653 2014-08-09  Yao Qi  <yao@codesourcery.com>
2655         PR testsuite/13443
2656         * gdb.mi/mi-var-display.exp: Make test messages unique.
2658 2014-08-04  Tom Tromey  <tromey@redhat.com>
2660         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2661         target 0".
2663 2014-08-04  Tom Tromey  <tromey@redhat.com>
2665         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2666         "target_resume".
2668 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
2670         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2671         inner_vla_struct_object_size.
2672         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2673         as xfail.
2675 2014-07-30  Pedro Alves  <palves@redhat.com>
2677         * gdb.threads/signal-command-handle-nopass.exp (test): Add
2678         comment.
2680 2014-07-29  Yao Qi  <yao@codesourcery.com>
2682         PR gdb/17206
2683         * gdb.base/until-nodebug.exp: New.
2685 2014-07-28  Doug Evans  <xdje42@gmail.com>
2687         PR guile/17203
2688         * gdb.guile/scm-parameter.exp: Add tests for trying to create
2689         previously existing parameter, and previously ambiguously spelled
2690         parameter.
2692 2014-07-28  Will Newton  <will.newton@linaro.org>
2694         * gdb.base/varargs.exp: Remove KFAILs for ARM.
2696 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
2697             Doug Evans  <xdje42@gmail.com>
2699         PR guile/17146
2700         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2702 2014-07-25  Pedro Alves  <palves@redhat.com>
2704         * gdb.threads/signal-command-handle-nopass.c: New file.
2705         * gdb.threads/signal-command-handle-nopass.exp: New file.
2706         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2707         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2708         * gdb.threads/signal-delivered-right-thread.c: New file.
2709         * gdb.threads/signal-delivered-right-thread.exp: New file.
2711 2014-07-25  Pedro Alves  <palves@redhat.com>
2713         * gdb.base/double-prompt-target-event-error.exp
2714         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2715         match.
2716         (cancel_pagination_in_target_event): Rework double prompt
2717         detection.
2718         * gdb.base/paginate-after-ctrl-c-running.exp
2719         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2720         <return>' match.
2721         * gdb.base/paginate-bg-execution.exp
2722         (test_bg_execution_pagination_return)
2723         (test_bg_execution_pagination_cancel): Remove '-notransfer
2724         <return>' matches.
2725         * gdb.base/paginate-execution-startup.exp
2726         (test_fg_execution_pagination_return)
2727         (test_fg_execution_pagination_cancel): Remove '-notransfer
2728         <return>' matches.
2729         * gdb.base/paginate-inferior-exit.exp
2730         (test_paginate_inferior_exited): Remove '-notransfer <return>'
2731         match.
2732         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2733         * lib/gdb.exp (pagination_prompt): Run text through
2734         string_to_regexp.
2735         (gdb_test_multiple): Match $pagination_prompt instead of
2736         "<return>".
2737         (string_to_regexp): Move to lib/gdb-utils.exp.
2739 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2741         * gdb.arch/amd64-entry-value-paramref.S: New file.
2742         * gdb.arch/amd64-entry-value-paramref.cc: New file.
2743         * gdb.arch/amd64-entry-value-paramref.exp: New file.
2744         * gdb.arch/amd64-optimout-repeat.S: New file.
2745         * gdb.arch/amd64-optimout-repeat.c: New file.
2746         * gdb.arch/amd64-optimout-repeat.exp: New file.
2748 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2750         PR gdb/17170
2751         * gdb.base/statistics.exp: New file.
2753 2014-07-17  Doug Evans  <dje@google.com>
2755         PR gdb/17170
2756         * gdb.base/maint.exp: Update testing of per-command stats.
2758 2014-07-16  Pedro Alves  <palves@redhat.com>
2760         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2761         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2762         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2763         (tfile_write_buf): New functions.
2764         (add_memory_block): Rewrite using the above.
2765         (adjust_function_address): New function.
2766         (FUNCTION_ADDRESS): New macro.
2767         (write_basic_trace_file): Remove short_x local, and use
2768         tfile_write_16. Change type of func_addr local to unsigned long
2769         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
2770         here.  Cast argument of add_memory_block to char pointer.
2771         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
2772         (main): Remove parameters.
2773         * gdb.trace/tfile.exp: Remove nowarnings.
2775 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
2777         * gdb.base/debug-expr.exp: Test string evaluation with
2778         "debug expression" on.
2780 2014-07-15  Pedro Alves  <palves@redhat.com>
2782         * gdb.base/reread.exp: Use clean_restart.
2784 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
2786         * gdb.arch/avr-flash-qualifer.c: New.
2787         * gdb.arch/avr-flash-qualifer.exp: New.
2789 2014-07-14  Pedro Alves  <palves@redhat.com>
2791         * gdb.base/paginate-after-ctrl-c-running.c: New file.
2792         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2794 2014-07-14  Pedro Alves  <palves@redhat.com>
2796         * gdb.base/double-prompt-target-event-error.c: New file.
2797         * gdb.base/double-prompt-target-event-error.exp: New file.
2799 2014-07-14  Pedro Alves  <palves@redhat.com>
2801         PR gdb/17072
2802         * gdb.base/paginate-inferior-exit.c: New file.
2803         * gdb.base/paginate-inferior-exit.exp: New file.
2805 2014-07-14  Pedro Alves  <palves@redhat.com>
2807         PR gdb/17072
2808         * gdb.base/paginate-bg-execution.c: New file.
2809         * gdb.base/paginate-bg-execution.exp: New file.
2811 2014-07-14  Pedro Alves  <palves@redhat.com>
2813         PR gdb/17072
2814         * gdb.base/paginate-execution-startup.c: New file.
2815         * gdb.base/paginate-execution-startup.exp: New file.
2816         * lib/gdb.exp (pagination_prompt): New global.
2817         (default_gdb_spawn): New procedure, factored out from
2818         default_gdb_spawn.
2819         (default_gdb_start): Adjust to call default_gdb_spawn.
2820         (gdb_spawn): New procedure.
2822 2014-07-14  Pedro Alves  <palves@redhat.com>
2824         * lib/gdb.exp (gdb_assert): New procedure.
2825         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2827 2014-07-14  Pedro Alves  <palves@redhat.com>
2829         * gdb.base/execution-termios.c: New file.
2830         * gdb.base/execution-termios.exp: New file.
2832 2014-07-14  Tom Tromey  <tromey@redhat.com>
2834         * gdb.cp/vla-cxx.cc: New file.
2835         * gdb.cp/vla-cxx.exp: New file.
2837 2014-07-14  Tom Tromey  <tromey@redhat.com>
2839         * gdb.reverse/rerun-prec.c: New file.
2840         * gdb.reverse/rerun-prec.exp: New file.
2842 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
2843             Maciej W. Rozycki  <macro@codesourcery.com>
2845         * lib/gdb-utils.exp: New file.
2846         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2847         inline `gdb_init_command' processing.
2848         (gdb_start_cmd): Likewise.
2849         * lib/mi-support.exp (mi_run_cmd): Likewise.
2850         * README: Document `gdb_init_command' and `gdb_init_commands'.
2852 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2854         Fix false FAIL running under a very long directory name.
2855         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2856         and "set print elements 10000".  Twice.
2858 2014-07-11  Yao Qi  <yao@codesourcery.com>
2860         * gdb.base/exprs.exp: "set print symbol off".
2862 2014-07-11  Pedro Alves  <palves@redhat.com>
2864         * gdb.threads/kill.c: New file.
2865         * gdb.threads/kill.exp: New file.
2867 2014-07-10  Yao Qi  <yao@codesourcery.com>
2869         * gdb.trace/tfile.c (write_basic_trace_file)
2870         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2871         address written to trace file.
2873 2014-07-09  Pedro Alves  <palves@redhat.com>
2875         * gdb.base/attach-wait-input.exp: New file.
2876         * gdb.base/attach-wait-input.c: New file.
2878 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2880         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2881         setting up test structures.
2882         (main): Call new test function.
2883         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2884         test function, continue into test function and walk test
2885         structures.
2887 2014-07-02  Yao Qi  <yao@codesourcery.com>
2889         * gdb.trace/entry-values.c: Define labels 'foo_start' and
2890         'bar_start' at the beginning of functions 'foo' and 'bar'
2891         respectively.
2892         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2893         instead of 'foo' and 'bar'.
2895 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
2897         * gdb.btrace/segv.exp: New.
2898         * gdb.btrace/segv.c: New.
2900 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
2902         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2903         instruction.
2905 2014-06-30  Mark Wielaard  <mjw@redhat.com>
2907         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2908         vulture, vilify, villar): New volatile array constants.
2909         (vindictive, vegetation): New const volatile array constants.
2910         * gdb.base/volatile.exp: Test volatile and const volatile array
2911         types.
2913 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2915         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2916         target lacks support for awatch, rwatch, or hbreak.
2918 2014-06-27  Yao Qi  <yao@codesourcery.com>
2920         * gdb.multi/dummy-frame-restore.exp: New.
2921         * gdb.multi/dummy-frame-restore.c: New.
2923 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
2925         * gdb.btrace/gcore.exp: New.
2927 2014-06-23  Pedro Alves  <palves@redhat.com>
2929         * gdb.base/watchpoint-reuse-slot.c: New file.
2930         * gdb.base/watchpoint-reuse-slot.exp: New file.
2932 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
2934         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2935         progspace's filename in 'info', 'enable' and 'disable' command
2936         tests.
2938 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2940         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2941         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2942         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2944 2014-06-20  Gary Benson  <gbenson@redhat.com>
2946         * gdb.arch/i386-avx.exp: Fix include file location.
2947         * gdb.arch/i386-sse.exp: Likewise.
2949 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
2951         * gdb.dlang/expression.exp: New file.
2953 2014-06-19  Pedro Alves  <palves@redhat.com>
2955         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2956         out from ...
2957         (top level): ... here.  Iterate running tests under different
2958         scheduler-locking settings.
2960 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
2962         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2963         to DW_FORM_addr and use non-zero addresses.
2965 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
2967         PR gdb/17017
2968         * gdb.python/py-xmethods.cc: Add global function call counters and
2969         increment them in their respective functions.  Remove "cout"
2970         statements.
2971         * gdb.python/py-xmethods.exp: Make tests check the global function
2972         call counters instead of depending on inferior IO.
2974 2014-06-18  Don Breazeal  <donb@codesourcery.com>
2976         * gdb.base/foll-fork.exp (default_fork_parent_follow):
2977         Deleted procedure.
2978         (explicit_fork_parent_follow): Deleted procedure.
2979         (explicit_fork_child_follow): Deleted procedure.
2980         (test_follow_fork): New procedure.
2981         (do_fork_tests): Replace calls to deleted procedures with
2982         calls to test_follow_fork and reset GDB for subsequent 
2983         procedure calls.
2985 2014-06-17  Yao Qi  <yao@codesourcery.com>
2987         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2988         CP1252.
2990 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
2992         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2993         Initialize ptr and S explicitly.
2994         (skip_type_update_when_not_use_rtti_test): Likewise.
2996 2014-06-16  Keith Seitz  <keiths@redhat.com>
2998         PR mi/15863
2999         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3000         the inferior is started.
3002 2014-06-16  Pedro Alves  <palves@redhat.com>
3004         * gdb.base/break-main-file-remove-fail.c: New file.
3005         * gdb.base/break-main-file-remove-fail.exp: New file.
3006         * gdb.base/break-unload-file.exp: Use build_executable instead of
3007         prepare_for_testing.
3008         (test_break): New parameter "initial_load".  Handle it.
3009         (top level): Add initial_load cmdline/file axis.
3011 2014-06-12  Tom Tromey  <tromey@redhat.com>
3013         * gdb.base/completion.exp: Don't use directory name in test.
3015 2014-06-09  Gary Benson  <gbenson@redhat.com>
3017         * gdb.base/sigall.c [Functions to send signals]: Reorder to
3018         separate the always-available ANSI-standard signals from the
3019         signals that require checking.
3020         (main): Likewise.
3021         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3022         Likewise.
3023         (main): Likewise.
3025 2014-06-07  Keith Seitz  <keiths@redhat.com>
3027         Revert:
3028         PR c++/16253
3029         * gdb.cp/var-tag.cc: New file.
3030         * gdb.cp/var-tag.exp: New file.
3031         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3032         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3033         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3034         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3036 2014-06-06  Doug Evans  <xdje42@gmail.com>
3038         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3040 2014-06-06  Pedro Alves  <palves@redhat.com>
3042         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3043         in target debug output instead of looking at RSP packets,
3044         disabling the test on any target that uses hardware stepping.
3045         Update comments.
3047 2014-06-06  Pedro Alves  <palves@redhat.com>
3049         * gdb.base/break-unload-file.exp: Fix typo.
3051 2014-06-06  Yao Qi  <yao@codesourcery.com>
3053         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3054         from "jit_function" to "^jit_function".
3056 2014-06-06  Yao Qi  <yao@codesourcery.com>
3058         * gdb.base/async.c (foo): Add one statement.
3059         * gdb.base/async.exp: Get the next instruction address and
3060         match the output of "nexti" by instruction address.  Match
3061         the hex address in the output of "finish".
3063 2014-06-06  Gary Benson  <gbenson@redhat.com>
3065         * gdb.base/call-signals.c: Remove preprocessor conditionals
3066         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3067         SIGSEGV and SIGTERM.
3068         * gdb.base/sigall.c: Likewise.
3069         * gdb.base/unwindonsignal.c: Likewise.
3070         * gdb.reverse/sigall-reverse.c: Likewise.
3072 2014-06-06  Yao Qi  <yao@codesourcery.com>
3074         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
3075         readable, skip the test.
3077 2014-06-06  Yao Qi  <yao@codesourcery.com>
3079         * gdb.threads/staticthreads.c (thread_function): Move the line
3080         setting breakpoint on forward.
3081         * gdb.threads/staticthreads.exp: Update comments.
3083 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
3085         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3086         "history-append! type error".
3088 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
3090         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3091         erroneous dprintf expected input.
3093 2014-06-04  Doug Evans  <xdje42@gmail.com>
3095         * gdb.guile/scm-generics.exp: Delete.
3097 2014-06-04  Doug Evans  <xdje42@gmail.com>
3099         * gdb.guile/scm-breakpoint.exp: Update.
3100         Add tests for breakpoint registration.
3102 2014-06-04  Tom Tromey  <tromey@redhat.com>
3104         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3105         VLA-in-union.
3106         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3107         inner_vla_struct, vla_union types.  Initialize objects of those
3108         types and compute their sizes.
3110 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
3111             Hui Zhu  <hui@codesourcery.com>
3113         * gdb.base/fileio.exp: Add test for shell not available as well as
3114         available.
3115         * gdb.base/fileio.c (test_system): Check for shell twice.
3117 2014-06-04  Yao Qi  <yao@codesourcery.com>
3119         * gdb.base/auto-connect-native-target.exp: Remove redundant
3120         space from the regexp pattern.
3122 2014-06-04  Yao Qi  <yao@codesourcery.com>
3124         * gdb.base/default.exp: Replace "child" with "native" in
3125         regexp pattern.
3127 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
3129         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3130         * gdb.python/py-xmethods.exp: New tests to test xmethods.
3131         * gdb.python/py-xmethods.py: Python script supporting the
3132         new testcase and tests.
3134 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
3135             Pedro Alves  <palves@redhat.com>
3137         PR breakpoints/17000
3138         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3139         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3141 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
3143         * gdb.base/subst.exp: Add tests to verify partial path matching
3144         output.
3146 2014-06-03  Pedro Alves  <palves@redhat.com>
3148         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3149         target that doesn't use software single-stepping.
3151 2014-06-03  Pedro Alves  <palves@redhat.com>
3153         PR breakpoints/17000
3154         * gdb.base/sss-bp-on-user-bp-2.c: New file.
3155         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3157 2014-06-02  Doug Evans  <xdje42@gmail.com>
3159         * gdb.guile/scm-parameter.exp: New file.
3161 2014-06-02  Doug Evans  <xdje42@gmail.com>
3163         * gdb.guile/scm-cmd.c: New file.
3164         * gdb.guile/scm-cmd.exp: New file.
3166 2014-06-02  Doug Evans  <xdje42@gmail.com>
3168         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3169         pretty-printer lookup.
3170         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3171         (make-pp_s-printer): Call it.
3172         (make-pretty-printer-from-dict): New function.
3173         (lookup-pretty-printer-maker-from-dict): New function.
3174         (*pretty-printer*): Simplify.
3175         (make-objfile-pp_s-printer): New function.
3176         (install-objfile-pretty-printers!): New function.
3177         (make-progspace-pp_s-printer): New function.
3178         (install-progspace-pretty-printers!): New function.
3179         * gdb.guile/scm-progspace.c: New file.
3180         * gdb.guile/scm-progspace.exp: New file.
3182 2014-06-02  Pedro Alves  <palves@redhat.com>
3184         * gdb.base/dprintf-bp-same-addr.c: New file.
3185         * gdb.base/dprintf-bp-same-addr.exp: New file.
3187 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3189         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3190         * gdb.arch/powerpc-power.s: Likewise.
3192 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
3194         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3196 2014-06-01  Yao Qi  <yao@codesourcery.com>
3198         * gdb.base/watchpoint.exp (test_watch_location): Check null
3199         pointer can be dereferenced.  If not, do the test, otherwise
3200         skip it.
3202 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
3204         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3205         results.
3206         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3208 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
3210         * gdb.arch/amd64-invalid-stack-middle.S: New file.
3211         * gdb.arch/amd64-invalid-stack-middle.c: New file.
3212         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3213         * gdb.arch/amd64-invalid-stack-top.c: New file.
3214         * gdb.arch/amd64-invalid-stack-top.exp: New file.
3216 2014-05-30  Pedro Alves  <palves@redhat.com>
3218         PR breakpoints/17000
3219         * gdb.base/sss-bp-on-user-bp.c: New file.
3220         * gdb.base/sss-bp-on-user-bp.exp: New file.
3222 2014-05-30  David Blaikie  <dblaikie@gmail.com>
3224         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3225         gnu_inline semantics via attribute.
3226         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3227         source explicitly specifies the required semantics.
3229 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
3231         * gdb.reverse/sigall-reverse.exp: Fix a typo.
3233 2014-05-29  Pedro Alves  <palves@redhat.com>
3234             Tom Tromey  <tromey@redhat.com>
3236         * gdb.base/async-shell.exp: Don't enable target-async.
3237         * gdb.base/async.exp
3238         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3239         parameter.  Adjust.
3240         (top level): Don't test with "target-async".
3241         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3242         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3243         * gdb.base/inferior-died.exp: Don't enable target-async.
3244         * gdb.base/interrupt-noterm.exp: Likewise.
3245         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3246         * gdb.mi/mi-nonstop-exit.exp: Likewise.
3247         * gdb.mi/mi-nonstop.exp: Likewise.
3248         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3249         * gdb.mi/mi-nsintrall.exp: Likewise.
3250         * gdb.mi/mi-nsmoribund.exp: Likewise.
3251         * gdb.mi/mi-nsthrexec.exp: Likewise.
3252         * gdb.mi/mi-watch-nonstop.exp: Likewise.
3253         * gdb.multi/watchpoint-multi.exp: Adjust comment.
3254         * gdb.python/py-evsignal.exp: Don't enable target-async.
3255         * gdb.python/py-evthreads.exp: Likewise.
3256         * gdb.python/py-prompt.exp: Likewise.
3257         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3258         * gdb.server/solib-list.exp: Don't enable target-async.
3259         * gdb.threads/thread-specific-bp.exp: Likewise.
3260         * lib/mi-support.exp: Adjust to use mi-async.
3262 2014-05-29  Pedro Alves  <palves@redhat.com>
3264         PR gdb/13860
3265         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3266         reason, even in sync mode.
3268 2014-05-29  Pedro Alves  <palves@redhat.com>
3269             Hui Zhu  <hui@codesourcery.com>
3271         PR PR15693
3272         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3273         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3274         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3275         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3277 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
3279         * config/monitor.exp (gdb_target_monitor): Replace use of
3280         "set remotebaud" by "set serial baud".
3282 2014-05-26  Andy Wingo  <wingo@igalia.com>
3284         * gdb.guile/scm-breakpoint.exp:
3285         * gdb.guile/scm-gsmob.exp: Update to use plain old object
3286         properties instead of gdb-object-properties.
3288 2014-05-26  Yao Qi  <yao@codesourcery.com>
3290         * gdb.server/no-thread-db.exp: Specify source file name
3291         explicitly when setting a breakpoint.
3293 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
3295         * gdb.btrace/vdso.c: New.
3296         * gdb.btrace/vdso.exp: New.
3298 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
3300         * gdb.base/gcore.exp (capture_command_output): Move ...
3301         * lib/gdb.exp (capture_command_output): ... here.
3303 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
3305         * gdb.btrace/data.exp: Test memory access during btrace replay.
3307 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
3309         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3311 2014-05-21  Pedro Alves  <palves@redhat.com>
3313         PR gdb/13860
3314         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3315         (top level): Test that output related to execution commands is
3316         sent to the console with CLI commands, but not with MI commands.
3317         Test that breakpoint events are always mirrored to the console.
3318         Also expect the new source line to be output after a "next" in
3319         async mode too.  Make it a pass/fail test.
3320         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3321         output.
3322         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3324 2014-05-21  Pedro Alves  <palves@redhat.com>
3326         * gdb.base/list.exp (build_pattern, test_list): New procedures.
3327         Use them to test variations of "list" after reaching a breakpoint.
3328         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3329         Test "list" with listsize 10 after reaching a breakpoint.
3330         * gdb.python/python.exp (decode_line current location line
3331         number): Adjust expected line number.
3333 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
3335         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3336         behavior for $args, pass it directly to "run".
3338 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
3340         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3341         30000 to 65536.
3343 2014-05-21  Pedro Alves  <palves@redhat.com>
3345         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3346         auto-connect-native-target off".
3347         * gdb.base/auto-connect-native-target.c: New file.
3348         * gdb.base/auto-connect-native-target.exp: New file.
3350 2014-05-21  Pedro Alves  <palves@redhat.com>
3352         * gdb.base/default.exp: Test "target native" instead of "target
3353         child".
3355 2014-05-21  Mark Wielaard  <mjw@redhat.com>
3357         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3359 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3361         Fix TLS access for -static -pthread.
3362         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3363         <HAVE_TLS> (thread_function, main): Initialize it.
3364         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3365         Add clean_restart.
3366         <$have_tls != "">: Check TLSVAR.
3368 2014-05-21  Pedro Alves  <palves@redhat.com>
3370         * gdb.base/dcache-line-read-error.c: New.
3371         * gdb.base/dcache-line-read-error.exp: New.
3373 2014-05-20  Pedro Alves  <palves@redhat.com>
3375         * gdb.base/compare-sections.c: New file.
3376         * gdb.base/compare-sections.exp: New file.
3378 2014-05-20  Pedro Alves  <palves@redhat.com>
3380         * gdb.base/break-idempotent.c: New file.
3381         * gdb.base/break-idempotent.exp: New file.
3383 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
3385         * gdb.btrace/nohist.exp: New.
3387 2014-05-20  Yao Qi  <yao@codesourcery.com>
3389         * lib/gdb.exp (gdb_init): Set timeout if test file is under
3390         gdb.reverse directory and gdb_reverse_timeout exists in board
3391         setting.
3392         * README: Document gdb_reverse_timeout.
3394 2014-05-20  Yao Qi  <yao@codesourcery.com>
3396         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3397         'test_file_name'.  Treat args as a string instead of a list.
3398         (gdb_init): Rename argument 'args' by 'test_file_name'.
3400 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3402         * gdb.arch/powerpc-power.exp: New file.
3403         * gdb.arch/powerpc-power.s: New file.
3405 2014-05-16  Doug Evans  <dje@google.com>
3407         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
3408         * gdb.base/completion.exp: Check that all expected files exist
3409         before doing file completion.
3411 2014-05-16  Doug Evans  <dje@google.com>
3413         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3414         Update.
3415         (do_syscall_tests_without_xml): Update.
3417 2014-05-16  Pedro Alves  <palves@redhat.com>
3419         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3420         instead of "unknown output after running".
3422 2014-05-16  Yao Qi  <yao@codesourcery.com>
3424         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
3425         file1.txt from host at the end.
3426         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3428 2014-05-15  Doug Evans  <dje@google.com>
3430         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3431         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3432         loading file.  Add test for TU lookup.
3434 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
3436         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3437         calling "-exec-arguments" or "set args" before running the
3438         inferior.
3440 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
3442         * lib/mi-support.exp (mi_expect_stop): Expect message for
3443         inferiors that exit with non-zero exit code.
3445 2014-05-14  Yao Qi  <yao@codesourcery.com>
3447         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3448         match absolute path on remote host.
3449         (test_file_list_exec_source_files): Remove "/" from the
3450         pattern.
3452 2014-05-14  Yao Qi  <yao@codesourcery.com>
3454         * boards/local-remote-host-notty.exp (${board}_file): New
3455         proc.
3457 2014-05-07  Kyle McMartin  <kyle@redhat.com>
3459         Pushed by Joel Brobecker  <brobecker@adacore.com>.
3460         * gdb.arch/aarch64-atomic-inst.c: New file.
3461         * gdb.arch/aarch64-atomic-inst.exp: New file.
3463 2014-05-07  Yao Qi  <yao@codesourcery.com>
3465         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3466         in current context" too.
3468 2014-05-05  Keith Seitz  <keiths@redhat.com>
3470         * gdb.linespec/ls-dollar.exp: Add test for linespec
3471         file:convenience_variable.
3473 2014-05-05  Yao Qi  <yao@codesourcery.com>
3475         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3476         traceframes into tfile and ctf trace files.  Read data from
3477         trace file and test collected data.
3478         (gdb_collect_locals_test): Likewise.
3479         (gdb_unavailable_registers_test): Likewise.
3480         (gdb_unavailable_floats): Likewise.
3481         (gdb_collect_globals_test): Likewise.
3482         (top-level): Append "ctf" to trace_file_targets if GDB
3483         supports.
3485 2014-05-05  Yao Qi  <yao@codesourcery.com>
3487         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3488         code to ...
3489         (gdb_collect_args_test_1): ... it.  New proc.
3490         (gdb_collect_locals_test): Move some code to ...
3491         (gdb_collect_locals_test_1): ... it.  New proc.
3492         (gdb_unavailable_registers_test): Move some code to ...
3493         (gdb_unavailable_registers_test_1): ... it.  New proc.
3494         (gdb_unavailable_floats): Move some code to ...
3495         (gdb_unavailable_floats_1): ... it.  New proc.
3497 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3499         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3500         probes to test for bitness recognition.
3501         * gdb.arch/amd64-stap-optional-prefix.exp
3502         (test_probe_value_without_reg): New procedure.
3503         Add code to test for different kinds of bitness.
3505 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3507         PR breakpoints/16889
3508         * gdb.arch/amd64-stap-optional-prefix.S: New file.
3509         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3511 2014-05-01  Pedro Alves  <palves@redhat.com>
3513         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
3514         gdb_file_cmd if no file is specified.
3515         * boards/native-extended-gdbserver.exp (gdb_load): Use the
3516         last_loaded_file to set the remote exec-file.
3518 2014-05-01  Pedro Alves  <palves@redhat.com>
3520         * boards/local-remote-host.exp: New file.
3522 2014-05-01  Pedro Alves  <palves@redhat.com>
3524         * boards/local-remote-host.exp: Rename to ...
3525         * boards/local-remote-host-notty.exp: ... this.
3527 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
3529         * gdb.ada/dyn_arrayidx: New testcase.
3531 2014-04-26  Yao Qi  <yao@codesourcery.com>
3533         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
3534         and compute the length of function main.  Save it in
3535         $main_length.
3536         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3537         (top-level): Use gdb_compile to compile objects into
3538         executable and restart GDB.  Remove invocation to
3539         prepare_for_testing.
3541 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
3542             Pedro Alves  <palves@redhat.com>
3544         PR server/16255
3545         * gdb.multi/multi-attach.c: New file.
3546         * gdb.multi/multi-attach.exp: New file.
3548 2014-04-25  Pedro Alves  <palves@redhat.com>
3550         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3551         user.
3552         (top level): Test that "set remote conditional-breakpoints-packet
3553         off" works as intended.
3554         * gdb.base/dprintf.exp: Test that "set remote
3555         breakpoint-commands-packet off" works as intended.
3556         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3557         New function.
3558         (top level): Call it.
3559         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3560         remote fast-tracepoints-packet off" works as intended.
3561         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3562         * lib/gdb.exp (gdb_is_target_remote): ... here.
3564 2014-04-24  David Blaikie  <dblaikie@gmail.com>
3566         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3567         ensure clang would not discard them.
3568         * gdb.base/gdbvars.c: Ditto.
3569         * gdb.base/memattr.c: Ditto.
3570         * gdb.base/whatis.c: Ditto.
3571         * gdb.python/py-prettyprint.c: Ditto.
3572         * gdb.trace/actions.c: Ditto.
3573         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3574         ensure clang would not discard it.
3576 2014-04-24  David Blaikie  <dblaikie@gmail.com>
3578         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3579         clang to emit the full definition of type required by the test
3580         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3582 2014-04-24  David Blaikie  <dblaikie@gmail.com>
3584         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3585         coax Clang into emitting the definition of the type.
3586         * gdb.cp/pr10728-x.h (y): Ditto.
3587         * gdb.cp/pr10728-y.cc (y): Ditto.
3589 2014-04-24  David Blaikie  <dblaikie@gmail.com>
3591         * gdb.base/label.exp: XFAIL label related tests under Clang.
3592         * gdb.cp/cplabel.exp: Ditto.
3593         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3594         under Clang those using labels.
3596 2014-04-25  Yao Qi  <yao@codesourcery.com>
3598         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3599         double_label.
3600         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3601         partial_label and double_label.
3603 2014-04-24  David Blaikie  <dblaikie@gmail.com>
3605         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3607 2014-04-24  David Blaikie  <dblaikie@gmail.com>
3609         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3610         of the function to work across GCC and Clang.
3611         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3612         pointer types (const void ** const V void **).
3614 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
3615             Walfred Tedeschi  <walfred.tedeschi@intel.com>
3617         * Makefile.in (EXECUTABLES): Added i386-avx512.
3618         * gdb.arch/i386-avx512.c: New file.
3619         * gdb.arch/i386-avx512.exp: Likewise.
3621 2014-04-23  Keith Seitz  <keiths@redhat.com>
3623         * lib/mi-support.exp (mi_list_breakpoints): Delete.
3624         (mi_make_breakpoint_table): New procedure.
3625         (mi_create_breakpoint): Use mi_make_breakpoint
3626         and return the result.
3627         (mi_make_breakpoint): New procedure.
3628         (mi_build_kv_pairs): New procedure.
3630         * gdb.mi/mi-break.exp: Remove unused globals,
3631         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3632         All callers updated.
3633         * gdb.mi/mi-dprintf.exp: Use variable to track command
3634         number.
3635         Update all callers of mi_create_breakpoint and use
3636         mi_make_breakpoint_table.
3637         Remove any unused global variables.
3638         * gdb.mi/mi-nonstop.exp: Likewise.
3639         * gdb.mi/mi-nsintrall.exp: Likewise.
3640         * gdb.mi/mi-nsmoribund.exp: Likewise.
3641         * gdb.mi/mi-nsthrexec.exp: Likewise.
3642         * gdb.mi/mi-reverse.exp: Likewise.
3643         * gdb.mi/mi-simplerun.exp: Likewise.
3644         * gdb.mi/mi-stepn.exp: Likewise.
3645         * gdb.mi/mi-syn-frame.exp: Likewise.
3646         * gdb.mi/mi-until.exp: Likewise.
3647         * gdb.mi/mi-var-cp.exp: Likewise.
3648         * gdb.mi/mi-var-display.exp: Likewise.
3649         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3650         * gdb.mi/mi2-var-child.exp: Likewise.
3651         * gdb.mi/mi-vla-c99.exp: Likewise.
3652         * lib/mi-support.exp: Likewise.
3654         From Ian Lance Taylor  <iant@cygnus.com>:
3655         * lib/gdb.exp (parse_args): New procedure.
3657 2014-04-23  Pedro Alves  <palves@redhat.com>
3659         * gdb.base/break-unload-file.c: New file.
3660         * gdb.base/break-unload-file.exp: New file.
3661         * gdb.base/sym-file-lib.c (baz): New function.
3662         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3663         field.
3664         (load): Store the segment's mapped size.
3665         (unload): New function.
3666         (unload_shlib): New function.
3667         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3668         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3669         set a breakpoint at baz, and call it.
3670         * gdb.base/sym-file.exp: New tests for stale breakpoint
3671         instructions.
3673 2014-04-23  Pedro Alves  <palves@redhat.com>
3675         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3676         * gdb.base/hbreak-in-shr-unsupported.c: New file.
3677         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3678         * gdb.base/hbreak-unmapped.c: New file.
3679         * gdb.base/hbreak-unmapped.exp: New file.
3680         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3681         * lib/gdb.exp (gdb_is_target_remote): ... here.
3683 2014-04-22  Pedro Alves  <palves@redhat.com>
3685         * gdb.base/consecutive-step-over.c: New file.
3686         * gdb.base/consecutive-step-over.exp: New file.
3688 2014-04-22  Pedro Alves  <palves@redhat.com>
3690         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3691         instead of send_gdb/gdb_expect.
3693 2014-04-22  Yao Qi  <yao@codesourcery.com>
3695         * lib/trace-support.exp (generate_tracefile): New procedure.
3696         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3697         return 0.
3698         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3699         if generate_tracefile returns 1.
3701 2014-04-18  Tom Tromey  <palves@redhat.com>
3702             Pedro alves  <tromey@redhat.com>
3704         PR backtrace/15558
3705         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3706         with a backtrace limit.
3707         * gdb.python/py-frame-inline.exp: Test running to an inline
3708         function with a backtrace limit, and printing the newest frame.
3709         * gdb.python/py-frame-inline.c (main): Call f.
3711 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3713         * gdb.java/jnpe.exp: Drop srcdir from untested path.
3715 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3717         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3718         Drop prefix from unsupported source file path.
3720 2014-04-17  Yao Qi  <yao@codesourcery.com>
3722         * lib/gdb.exp (with_target_charset): New proc.
3723         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3724         with_target_charset.
3725         (test_print_strings): Likewise.
3726         (test_repeat_bytes): Likewise.
3727         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3728         for some tests.
3730 2014-04-16  Keith Seitz  <keiths@redhat.com>
3732         PR gdb/15827
3733         * gdb.dwarf2/corrupt.c: New file.
3734         * gdb.dwarf2/corrupt.exp: New file.
3736 2014-04-16  Keith Seitz  <keiths@redhat.com>
3738         PR c++/16597
3739         * gdb.cp/namelessclass.cc: New file.
3740         * gdb.cp/namelessclass.exp: New file.
3741         * gdb.cp/namelessclass.S: New file.
3743 2014-04-16  Doug Evans  <dje@google.com>
3745         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3746         Add comment.
3747         (gdbserver_default_get_comm_port): New function.
3748         (gdbserver_start): Check if board file provided
3749         "gdbserver,get_comm_port" and use it if so.
3750         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3751         (gdb,socketport): Set to "stdio".
3752         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3753         (stdio_gdbserver_template): Delete.
3754         (${board}_get_remote_address): Update.
3755         (${board}_build_remote_cmd): Delete.
3756         (${board}_get_comm_port): New function.
3757         (${board}_spawn): Update.
3758         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3759         Delete.
3760         (${board}_get_remote_address): Update.
3761         (${board}_get_comm_port): New function.
3763 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
3765         * gdb.base/memattr.exp: Improve regexps to handle memory regions
3766         appearing in any order.
3768 2014-04-15  Doug Evans  <dje@google.com>
3770         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3771         uninitialized value of "description".
3773 2014-04-15  Keith Seitz  <keiths@redhat.com>
3775         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3776         Remove unused globals.
3777         (test_running_the_program): Likewise.
3778         (test_controlled_execution): Likewise.
3779         (test_controlling_breakpoints): Likewise.
3780         (test_program_termination): Likewise.
3782 2014-04-15  Keith Seitz  <keiths@redhat.com>
3784         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3785         unused globals.
3786         (test_rbreak_creation_and_listing): Likewise.
3787         (test_ignore_count): Likewise.
3788         (test_error): Likewise.
3790 2014-04-15  Pedro Alves  <palves@redhat.com>
3792         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3793         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3794         sym-file-loader.c.
3795         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3796         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3797         to sym-file-loader.c.
3798         (struct library): Forward declare.
3799         (load_shlib, lookup_function): Change prototypes.
3800         (find_shstrtab, find_strtab, find_shdr, find_symtab)
3801         (translate_offset): Remove declarations.
3802         (get_text_addr): New declaration.
3803         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3804         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3805         sym-file-loader.h.
3806         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3807         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3808         here from sym-file-loader.h.
3809         (struct library): New structure.
3810         (load_shlib, lookup_function): Change prototypes and adjust to
3811         work with a struct library.
3812         (find_shstrtab, find_strtab, find_shdr, find_symtab)
3813         (translate_offset): Make static.
3814         (get_text_addr): New function.
3815         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3817 2014-04-15  Pedro Alves  <palves@redhat.com>
3819         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
3821 2014-04-15  Pedro Alves  <palves@redhat.com>
3823         * gdb.base/sym-file-loader.c: Include <limits.h>.
3824         (SELF_LINK): New define.
3825         (get_origin): New function.
3826         (load_shlib): Use it.
3827         * gdb.base/sym-file.exp: Don't early return if the target is
3828         remote.  Use runto_main, and issue fail is that fails.  Use
3829         gdb_load_shlibs.
3830         (shlib_name): Delete.
3831         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
3833 2014-04-15  Pedro Alves <palves@redhat.com>
3835         * gdb.base/sym-file.exp: Remove regex characters from test
3836         message.  Don't refer to breakpoint numbers in test messages.
3838 2014-04-14  Keith Seitz  <keiths@redhat.com>
3840         PR c++/16253
3841         * gdb.cp/var-tag.cc: New file.
3842         * gdb.cp/var-tag.exp: New file.
3843         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3844         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3845         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3846         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3848 2014-04-14  Tom Tromey  <tromey@redhat.com>
3850         * gdb.cp/classes.exp (test_enums): Handle underlying type.
3851         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3852         type.
3853         * gdb.cp/enum-class.exp: New file.
3854         * gdb.cp/enum-class.cc: New file.
3856 2014-04-14  Tom Tromey  <tromey@redhat.com>
3858         * gdb.dwarf2/enum-type.exp: New file.
3860 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
3862         * gdb.mi/mi-vla-c99.exp: New file.
3863         * gdb.mi/vla.c: New file.
3865 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
3867         * gdb.base/vla-datatypes.c: New file.
3868         * gdb.base/vla-datatypes.exp: New file.
3870 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
3872         * gdb.base/vla-ptr.c: New file.
3873         * gdb.base/vla-ptr.exp: New file.
3875 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
3877         * gdb.dwarf2/count.exp: New file.
3879 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
3881         * gdb.base/vla-sideeffect.c: New file.
3882         * gdb.base/vla-sideeffect.exp: New file.
3884 2014-04-14  David Blaikie <dblaikie@gmail.com>
3886         * gdb.mi/non-stop.c: Add return value for non-void function return
3887         statement.
3888         * gdb.threads/staticthreads.c: Ditto.
3890 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
3891             Doug Evans  <xdje42@gmail.com>
3893         * gdb.guile/scm-value.c: Improve test case.
3894         * gdb.guile/scm-value.exp: Add new test.
3896 2014-04-11  David Blaikie  <dblaikie@gmail.com>
3898         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3899         override Clang's default.
3901 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
3903         Revert the following changes (regressions):
3905         * gdb.base/vla-sideeffect.c: New file.
3906         * gdb.base/vla-sideeffect.exp: New file.
3908         * gdb.dwarf2/count.exp: New file.
3910         * gdb.base/vla-multi.c: New file.
3911         * gdb.base/vla-multi.exp: New file.
3913         * gdb.base/vla-ptr.c: New file.
3914         * gdb.base/vla-ptr.exp: New file.
3916         * gdb.base/vla-datatypes.c: New file.
3917         * gdb.base/vla-datatypes.exp: New file.
3919         * gdb.mi/mi-vla-c99.exp: New file.
3920         * gdb.mi/vla.c: New file.
3922 2014-04-11  Keith Seitz  <keiths@redhat.com>
3924         PR c++/16675
3925         * gdb.cp/cpsizeof.exp: New file.
3926         * gdb.cp/cpsizeof.cc: New file.
3928 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
3930         * gdb.mi/mi-vla-c99.exp: New file.
3931         * gdb.mi/vla.c: New file.
3933 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
3935         * gdb.base/vla-datatypes.c: New file.
3936         * gdb.base/vla-datatypes.exp: New file.
3938 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
3940         * gdb.base/vla-ptr.c: New file.
3941         * gdb.base/vla-ptr.exp: New file.
3943 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
3945         * gdb.base/vla-multi.c: New file.
3946         * gdb.base/vla-multi.exp: New file.
3948 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
3950         * gdb.dwarf2/count.exp: New file.
3952 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
3954         * gdb.base/vla-sideeffect.c: New file.
3955         * gdb.base/vla-sideeffect.exp: New file.
3957 2014-04-11  Yao Qi  <yao@codesourcery.com>
3959         * gdb.base/completion.exp: Check file exists before running tests
3960         on file completion.
3962 2014-04-10  Pedro Alves  <palves@redhat.com>
3964         * gdb.base/cond-eval-mode.c: New file.
3965         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
3966         prepare_for_testing to build the new file.  Check result of
3967         runto_main.
3968         (test_break, test_watch): New procedures.
3969         (top level): Use them.
3971 2014-04-08  Pierre Muller  <muller@sourceware.org>
3973         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3974         Ctrl-V use for mingw hosts.
3976 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
3978         * gdb.python/py-value.c: Improve test case.
3979         * gdb.python/py-value.exp: Add new test.
3981 2014-04-07  David Blaikie  <dblaikie@gmail.com>
3983         * lib/compiler.c: Identify the clang compiler.
3984         * lib/compiler.cc: Ditto.
3986 2014-04-03  Yao Qi  <yao@codesourcery.com>
3988         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3990 2014-04-01  Anton Blanchard  <anton@samba.org>
3992         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
3993         messages unique.
3995 2014-04-01  Anton Blanchard  <anton@samba.org>
3997         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3998         prepare_for_testing.
4000 2014-04-01  Anton Blanchard  <anton@samba.org>
4002         * gdb.arch/ppc64-atomic-inst.c: Remove.
4003         * gdb.arch/ppc64-atomic-inst.S: New file.
4004         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4006 2014-03-31  Doug Evans  <dje@google.com>
4008         * gdb.base/print-symbol-loading-lib.c: New file.
4009         * gdb.base/print-symbol-loading-main.c: New file.
4010         * gdb.base/print-symbol-loading.exp: New file.
4012 2014-03-31  Yao Qi  <yao@codesourcery.com>
4014         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4016 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
4018         * gdb.ada/mi_dyn_arr: New testcase.
4020 2014-03-27  Doug Evans  <dje@google.com>
4022         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4024 2014-03-27  Yao Qi  <yao@codesourcery.com>
4026         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4027         if target is nios2-*-*.
4029 2014-03-26  Yao Qi  <yao@codesourcery.com>
4031         * lib/gdb.exp (readline_is_used): New proc.
4032         * gdb.base/completion.exp: Move tests on command complete up.
4033         Skip the rest of tests if readline is not used.
4034         * gdb.ada/complete.exp: Skp the test if readline is not
4035         used.
4036         * gdb.base/filesym.exp: Likewise.
4037         * gdb.base/macscp.exp: Likewise.
4038         * gdb.base/readline-ask.exp: Likewise.
4039         * gdb.base/readline.exp: Likewise.
4040         * gdb.python/py-cmd.exp: Likewise.
4041         * gdb.trace/tfile.exp: Likewise.
4043 2014-03-26  Yao Qi  <yao@codesourcery.com>
4045         * gdb.base/macscp.exp: Fix code format issues.
4047 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
4049         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4050         * gdb.asm/powerpc64le.inc: New file.
4052 2014-03-25  Pedro Alves  <palves@redhat.com>
4053             Doug Evans  <dje@google.com>
4055         * gdb.base/source-execution.c: New file.
4056         * gdb.base/source-execution.exp: New file.
4057         * gdb.base/source-execution.gdb: New file.
4059 2014-03-24  Doug Evans  <dje@google.com>
4061         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4062         using fission.
4064 2014-03-24  Hui Zhu  <hui@codesourcery.com>
4065             Pedro Alves  <palves@redhat.com>
4067         PR breakpoints/16101
4068         * gdb.base/dprintf.exp: Use unsupported rather than changing the
4069         test pass/fail messages.  Detect missing support for dprintf when
4070         breakpoints are actually inserted.
4071         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4072         breakpoints are actually inserted.
4073         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4074         fails.
4076 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4078         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4080 2014-03-22  Doug Evans  <xdje42@gmail.com>
4082         * gdb.python/python.exp (python not supported): Verify multi-line
4083         python command issues an error.
4084         * gdb.guile/guile.exp (guile not supported): Verify multi-line
4085         guile command issues an error.
4087 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
4089         * gdb.threads/thread-specific.exp: Handle the lack of usable
4090         $this_breakpoint and $this_thread.
4092 2014-03-21  Hui Zhu  <hui@codesourcery.com>
4094         * gdb.base/attach.exp (do_command_attach_tests): New.
4096 2014-03-20  Tom Tromey  <tromey@redhat.com>
4097             Pedro Alves  <palves@redhat.com>
4099         PR cli/15718
4100         * gdb.base/condbreak-call-false.c: New file.
4101         * gdb.base/condbreak-call-false.exp: New file.
4103 2014-03-20  Pedro Alves  <palves@redhat.com>
4105         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4106         Delete.
4107         (block_signals, unblock_signals): Delete.
4108         (child_function_2, main): Remove references to deleted variable
4109         and functions.
4111 2014-03-20  Pedro Alves  <palves@redhat.com>
4113         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4114         Use pthread_kill to signal thread 2.
4115         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4116         Adjust to make the test send itself a signal rather than using the
4117         host's "kill" command.
4119 2014-03-20  Pedro Alves  <palves@redhat.com>
4121         * gdb.threads/multiple-step-overs.c: New file.
4122         * gdb.threads/multiple-step-overs.exp: New file.
4123         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4124         Adjust expected infrun debug output.
4126 2014-03-20  Pedro Alves  <palves@redhat.com>
4128         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4129         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4131 2014-03-20  Pedro Alves  <palves@redhat.com>
4133         PR breakpoints/7143
4134         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4135         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
4136         of gdb_test_multiple.
4137         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4138         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4140 2014-03-20  Pedro Alves  <palves@redhat.com>
4142         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4143         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4145 2014-03-19  Pedro Alves  <palves@redhat.com>
4147         * gdb.base/async.exp: Remove early return.
4149 2014-03-19  Pedro Alves  <palves@redhat.com>
4151         * gdb.base/async.exp (step& tests): Pass explicit test messages.
4153 2014-03-19  Pedro Alves  <palves@redhat.com>
4155         * gdb.base/async.exp (test_background): Expect \r\n after
4156         "completed." in the fail pattern.
4158 2014-03-19  Pedro Alves  <palves@redhat.com>
4160         * gdb.base/async.exp (test_background): New procedure.
4161         Use it for all background execution command tests.
4163 2014-03-19  Pedro Alves  <palves@redhat.com>
4165         * gdb.base/async.exp: Use prepare_for_testing.
4167 2014-03-19  Pedro Alves  <palves@redhat.com>
4169         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
4170         the same line.
4172 2014-03-19  Pedro Alves  <palves@redhat.com>
4174         * gdb.base/async.c (main): Add "jump here" and "until here" line
4175         marker comments.
4176         * gdb.base/async.exp (jump_here): New global.
4177         (jump& test): Use it.
4178         (until_here): New global.
4179         (until& test): Use it.
4181 2014-03-19  Pedro Alves  <palves@redhat.com>
4183         * gdb.base/async.exp: Don't frob gdb_protocol.
4185 2014-03-18  Doug Evans  <xdje42@gmail.com>
4187         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
4188         Fix spelling of exec-done-display.
4190 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4192         PR gdb/15358
4193         * gdb.base/gdb-sigterm.c: New file.
4194         * gdb.base/gdb-sigterm.exp: New file.
4196 2014-03-18  Pedro Alves  <palves@redhat.com>
4198         PR gdb/13860
4199         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4200         * lib/mi-support.exp (mi_expect_stop): Add special handling for
4201         solib-event.
4203 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
4205         * gdb.ada/pckd_arr_ren: New testcase.
4207 2014-03-13  Doug Evans  <xdje42@gmail.com>
4209         PR guile/16612
4210         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4211         collect after discarding symbols.
4213 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
4214             Doug Evans  <xdje42@gmail.com>
4216         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4217         to history survives a gc.
4219 2014-03-13  Pedro Alves  <palves@redhat.com>
4221         * gdb.base/default.exp: Don't test "target procfs".
4223 2014-03-13  Pedro Alves  <palves@redhat.com>
4225         * gdb.base/default.exp: Update "target child" and "target procfs"
4226         tests to not expect "Unix".
4228 2014-03-12  Tom Tromey  <tromey@redhat.com>
4230         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4231         New procs.  Add target-async tests.
4232         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4233         Add target-async tests.
4235 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4237         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4238         'func_start' and 'func_end' for the beginning and end of the
4239         function code, respectively.
4240         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4241         'func_end' instead of 'func' and 'main'.
4243 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4245         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4246         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4247         generate the debug info assembler source.
4249 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4251         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4252         * gdb.dwarf2/arr-subrange.exp: Likewise.
4253         * gdb.dwarf2/dwz.exp: Likewise.
4254         * gdb.dwarf2/method-ptr.exp: Likewise.
4255         * gdb.dwarf2/missing-sig-type.exp: Likewise.
4256         * gdb.dwarf2/subrange.exp: Likewise.
4257         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4258         * gdb.dwarf2/implptrpiece.exp: Likewise.
4259         * gdb.dwarf2/nostaticblock.exp: Likewise.
4261 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4263         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4264         directory to absolute path name arguments.
4266 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
4268         * gdb.ada/tagged_access: New testcase.
4270 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
4272         * gdb.btrace/data.exp: Update expected output.
4274 2014-03-06  Yao Qi  <yao@codesourcery.com>
4276         * gdb.trace/pr16508.exp: New file.
4278 2014-03-05  Pedro Alves  <palves@redhat.com>
4280         PR gdb/16575
4281         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4282         procedure.
4283         (top level): Adjust to use it.  Add tests that exercise breakpoint
4284         interaction with the code-cache.
4286 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
4288         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4289         test for 'history-append!'.
4291 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4293         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4294         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4295         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4296         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4297         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4298         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4300 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4302         * testsuite/gdb.python/py-pp-re-notag.c: New file.
4303         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4304         * testsuite/gdb.python/py-pp-re-notag.p: New file.
4306 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4308         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4310 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4312         * gdb.dwarf2/arr-stride.c: New file.
4313         * gdb.dwarf2/arr-stride.exp: New file.
4315 2014-02-26  Pedro Alves  <palves@redhat.com>
4317         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4318         that won't ever trigger.  Make sure that GDB reports the correct
4319         breakpoint that caused the stop.
4321 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4323         PR gdb/16626
4324         * gdb.base/auto-load-script: New file.
4325         * gdb.base/auto-load.c: New file.
4326         * gdb.base/auto-load.exp: New file.
4328         PR gdb/16626
4329         * gdb.base/auto-load.exp: Fix out-of-srctree run.
4331 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4333         Fix dw2-icycle.exp -fsanitize=address GDB crash.
4334         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4336 2014-02-24  Doug Evans  <dje@google.com>
4338         * lib/gdb.exp (run_on_host): Log error output if program fails.
4340 2014-02-21  Pedro Alves  <palves@redhat.com>
4342         * gdb.threads/step-after-sr-lock.c: Rename to ...
4343         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4344         * gdb.threads/step-after-sr-lock.exp: Rename to ...
4345         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4346         ... this.
4348 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
4350         PR tdep/16397
4351         * gdb.arch/amd64-stap-special-operands.exp: New file.
4352         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4353         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4354         * gdb.arch/amd64-stap-triplet.S: Likewise.
4355         * gdb.arch/amd64-stap-triplet.c: Likewise.
4357 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
4359         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4360         in .section pseudo-op.
4362 2014-02-20  lin zuojian  <manjian2006@gmail.com>
4363             Joel Brobecker  <brobecker@adacore.com>
4364             Doug Evans  <xdje42@gmail.com>
4366         PR symtab/16581
4367         * gdb.dwarf2/dw2-icycle.S: New file.
4368         * gdb.dwarf2/dw2-icycle.c: New file.
4369         * gdb.dwarf2/dw2-icycle.exp: New file.
4371 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
4373         * gdb.python/py-value-cc.cc: Improve test case to enable testing
4374         operations on gdb.Value objects.
4375         * gdb.python/py-value-cc.exp: Add new test to test operations on
4376         gdb.Value objects.
4378 2014-02-18  Doug Evans  <dje@google.com>
4380         * Makefile.in (TESTS): New variable.
4381         (expanded_tests, expanded_tests_or_none): New variables
4382         (check-single): Pass $(expanded_tests_or_none) to runtest.
4383         (check-parallel): Only run tests in $(TESTS) if non-empty.
4384         (check/no-matching-tests-found): New rule.
4385         * README: Document TESTS makefile variable.
4387 2014-02-18  Doug Evans  <dje@google.com>
4389         * Makefile.in (check-parallel): rm -rf outputs temp.
4391 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4393         Fix "ERROR: no fileid for" in the testsuite.
4394         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4396 2014-02-12  Doug Evans  <dje@google.com>
4398         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4399         (MISCELLANEOUS): New variable.
4400         (clean): rm -rf $(MISCELLANEOUS).
4401         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4402         dwp live in the same directory as symlinks, with each symlink pointed
4403         to a differently named file in a different directory.
4405 2014-02-11  Doug Evans  <dje@google.com>
4407         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4408         of Tcl file commands.
4410 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
4412         * gdb.threads/step-after-sr-lock.exp: Avoid executing
4413         "kill -SIGUSR1 -1".
4415 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
4417         * gdb.ada/tick_length_array_enum_idx: New testcase.
4419 2014-02-10  Doug Evans  <xdje42@gmail.com>
4421         * configure.ac (AC_OUTPUT): Add gdb.guile.
4422         * configure: Regenerate.
4423         * lib/gdb-guile.exp: New file.
4424         * lib/gdb.exp (get_target_charset): New function.
4425         * gdb.base/help.exp: Update expected output from "apropos apropos".
4426         * gdb.guile/Makefile.in: New file.
4427         * gdb.guile/guile.exp: New file.
4428         * gdb.guile/scm-arch.c: New file.
4429         * gdb.guile/scm-arch.exp: New file.
4430         * gdb.guile/scm-block.c: New file.
4431         * gdb.guile/scm-block.exp: New file.
4432         * gdb.guile/scm-breakpoint.c: New file.
4433         * gdb.guile/scm-breakpoint.exp: New file.
4434         * gdb.guile/scm-disasm.c: New file.
4435         * gdb.guile/scm-disasm.exp: New file.
4436         * gdb.guile/scm-equal.c: New file.
4437         * gdb.guile/scm-equal.exp: New file.
4438         * gdb.guile/scm-error.exp: New file.
4439         * gdb.guile/scm-error.scm: New file.
4440         * gdb.guile/scm-frame-args.c: New file.
4441         * gdb.guile/scm-frame-args.exp: New file.
4442         * gdb.guile/scm-frame-args.scm: New file.
4443         * gdb.guile/scm-frame-inline.c: New file.
4444         * gdb.guile/scm-frame-inline.exp: New file.
4445         * gdb.guile/scm-frame.c: New file.
4446         * gdb.guile/scm-frame.exp: New file.
4447         * gdb.guile/scm-generics.exp: New file.
4448         * gdb.guile/scm-gsmob.exp: New file.
4449         * gdb.guile/scm-iterator.c: New file.
4450         * gdb.guile/scm-iterator.exp: New file.
4451         * gdb.guile/scm-math.c: New file.
4452         * gdb.guile/scm-math.exp: New file.
4453         * gdb.guile/scm-objfile-script-gdb.in: New file.
4454         * gdb.guile/scm-objfile-script.c: New file.
4455         * gdb.guile/scm-objfile-script.exp: New file.
4456         * gdb.guile/scm-objfile.c: New file.
4457         * gdb.guile/scm-objfile.exp: New file.
4458         * gdb.guile/scm-ports.exp: New file.
4459         * gdb.guile/scm-pretty-print.c: New file.
4460         * gdb.guile/scm-pretty-print.exp: New file.
4461         * gdb.guile/scm-pretty-print.scm: New file.
4462         * gdb.guile/scm-section-script.c: New file.
4463         * gdb.guile/scm-section-script.exp: New file.
4464         * gdb.guile/scm-section-script.scm: New file.
4465         * gdb.guile/scm-symbol.c: New file.
4466         * gdb.guile/scm-symbol.exp: New file.
4467         * gdb.guile/scm-symtab-2.c: New file.
4468         * gdb.guile/scm-symtab.c: New file.
4469         * gdb.guile/scm-symtab.exp: New file.
4470         * gdb.guile/scm-type.c: New file.
4471         * gdb.guile/scm-type.exp: New file.
4472         * gdb.guile/scm-value-cc.cc: New file.
4473         * gdb.guile/scm-value-cc.exp: New file.
4474         * gdb.guile/scm-value.c: New file.
4475         * gdb.guile/scm-value.exp: New file.
4476         * gdb.guile/source2.scm: New file.
4477         * gdb.guile/types-module.cc: New file.
4478         * gdb.guile/types-module.exp: New file.
4480 2014-02-10  Yao Qi  <yao@codesourcery.com>
4482         PR testsuite/16543
4483         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4484         * configure: Regenerated.
4485         * Makefile.in: New file.
4487 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
4489         * gdb.python/py-framefilter.exp: Fix typo.
4491 2014-02-08  Yao Qi  <yao@codesourcery.com>
4493         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4494         that no =breakpoint-modified is emitted when breakpoints are
4495         modified through MI commands.
4497 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
4498             Pedro Alves  <palves@redhat.com>
4500         * gdb.threads/step-after-sr-lock.c: New file.
4501         * gdb.threads/step-after-sr-lock.exp: New file.
4503 2014-02-07  Pedro Alves  <palves@redhat.com>
4505         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4507 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4509         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4510         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4512 2014-02-06  Doug Evans  <xdje42@gmail.com>
4514         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4515         output.
4517         * gdb.gdb/python-interrupts.exp: New file.
4519 2014-02-05  Yao Qi  <yao@codesourcery.com>
4521         * gdb.trace/report.exp (use_collected_data): Test the output
4522         of "info threads" and "info inferiors".
4524 2014-02-05  Yao Qi  <yao@codesourcery.com>
4526         Revert this patch:
4528         2013-05-24  Yao Qi  <yao@codesourcery.com>
4530         * gdb.trace/tfile.exp: Test inferior and thread.
4532 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4534         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4535         on a function.
4536         * gdb.base/step-bt.c: Call hello via function pointer to make
4537         sure its first instruction is executed on powerpc64le-linux.
4539 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4541         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4543 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4545         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
4546         of the test patterns for use on little-endian systems.
4548 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4550         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4551         (decimal_vector): Fix for little-endian.
4553 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
4555         * gdb.arch/sparc-sysstep.exp: New file.
4556         * gdb.arch/sparc-sysstep.c: Likewise.
4558         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4560 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4562         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4564 2014-01-23  Tom Tromey  <tromey@redhat.com>
4566         * gdb.ada/array_char_idx: New testcase.
4568 2014-01-23  Tom Tromey  <tromey@redhat.com>
4570         PR python/16487:
4571         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4572         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4573         classes.
4575 2014-01-23  Tom Tromey  <tromey@redhat.com>
4577         PR python/16491:
4578         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4579         string from an inferior frame.
4580         * gdb.python/py-framefilter-mi.exp: Update.
4582 2014-01-22  Doug Evans  <dje@google.com>
4584         * gdb.server/server-mon.exp: Add tests for "set debug-format".
4586 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
4588         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4590 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
4592         * gdb.trace/entry-values.exp: Remove excess space character from
4593         regex patterns.  Handle s390 call instruction.
4595 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
4597         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4598         define "*_start" label.  Make "name" static.
4599         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4600         ${name} by references to ${name}_start.
4602 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
4604         * gdb.base/info-macros.exp: Remove "debug" from the compile
4605         options.
4607 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4609         * gdb.dlang/demangle.exp: New file.
4611 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4613         * gdb.dlang/primitive-types.exp: New file.
4615 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4617         * configure.ac: Create gdb.dlang/Makefile.
4618         * configure: Regenerate.
4619         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4620         * gdb.dlang/Makefile.in: New file.
4621         * lib/d-support.exp: New file.
4622         * lib/gdb.exp (skip_d_tests): New proc.
4624 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4626         * gdb.btrace/delta.exp: Check reverse stepi.
4627         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
4628         * gdb.btrace/finish.exp: New.
4629         * gdb.btrace/next.exp: New.
4630         * gdb.btrace/nexti.exp: New.
4631         * gdb.btrace/record_goto.c: Add comments.
4632         * gdb.btrace/step.exp: New.
4633         * gdb.btrace/stepi.exp: New.
4634         * gdb.btrace/multi-thread-step.c: New.
4635         * gdb.btrace/multi-thread-step.exp: New.
4636         * gdb.btrace/rn-dl-bind.c: New.
4637         * gdb.btrace/rn-dl-bind.exp: New.
4638         * gdb.btrace/data.c: New.
4639         * gdb.btrace/data.exp: New.
4640         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4642 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4644         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4645         * gdb.btrace/exception.exp: Update.
4646         * gdb.btrace/instruction_history.exp: Update.
4647         * gdb.btrace/record_goto.exp: Update.
4648         * gdb.btrace/tailcall.exp: Update.
4649         * gdb.btrace/unknown_functions.exp: Update.
4650         * gdb.btrace/delta.exp: New.
4652 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4654         * gdb.btrace/record_goto.exp: Add backtrace test.
4655         * gdb.btrace/tailcall.exp: Add backtrace test.
4657 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4659         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4660         * gdb.btrace/record_goto.c: New.
4661         * gdb.btrace/record_goto.exp: New.
4662         * gdb.btrace/x86-record_goto.S: New.
4664 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4666         * gdb.btrace/function_call_history.exp: Update tests.
4667         * gdb.btrace/instruction_history.exp: Update tests.
4669 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4671         * gdb.btrace/function_call_history.exp: Fix expected field
4672         order for "record function-call-history".
4673         Add new tests for "record function-call-history /c".
4674         * gdb.btrace/exception.cc: New.
4675         * gdb.btrace/exception.exp: New.
4676         * gdb.btrace/tailcall.exp: New.
4677         * gdb.btrace/x86-tailcall.S: New.
4678         * gdb.btrace/x86-tailcall.c: New.
4679         * gdb.btrace/unknown_functions.c: New.
4680         * gdb.btrace/unknown_functions.exp: New.
4681         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4683 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4685         * gdb.btrace/instruction_history.exp: Update.
4686         * gdb.btrace/function_call_history.exp: Update.
4688 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4690         * gdb.btrace/function_call_history.exp: Fix expected function
4691         trace.
4692         * gdb.btrace/instruction_history.exp: Initialize traced.
4693         Remove traced_functions.
4695 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4697         * gdb.btrace/function_call_history.exp: Update
4698         * gdb.btrace/instruction_history.exp: Update.
4700 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
4702         * gdb.btrace/enable.exp: Update expected text.
4704 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
4706         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4707         bytes.
4709 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
4711         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4713 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
4715         * lib/gdb.exp (supports_process_record): Return true for
4716         arm*-linux*.  (supports_reverse): Likewise.
4718 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
4720         PR python/15464
4721         PR python/16113
4722         * gdb.python/py-type.c: Enhance test case.
4723         * gdb.python/py-value-cc.cc: Likewise
4724         * gdb.python/py-type.exp: Add new tests.
4725         * gdb.python/py-value-cc.exp: Likewise
4727 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4728             Pedro Alves <palves@redhat.com>
4730         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4731         Make "name" extern.
4732         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4733         references to ${name}_start by references to ${name}.
4735 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
4737         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4739 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
4741         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4743 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
4744             Pedro Alves  <palves@redhat.com>
4746         * gdb.mi/mi-info-os.exp: Connect to the target with
4747         mi_gdb_target_load.
4749 2014-01-08  Pedro Alves  <palves@redhat.com>
4751         * gdb.threads/reconnect-signal.c: New file.
4752         * gdb.threads/reconnect-signal.exp: New file.
4754 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4756         * gdb.base/source-dir.exp: New file.
4758 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
4760         * gdb.ada/mi_interface: New testcase.
4762 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
4764         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4765         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4766         gdb.ada/pp-rec-component/pck.ads: New files.
4768 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
4770         * gdb.python/py-pp-integral.c: New file.
4771         * gdb.python/py-pp-integral.py: New file.
4772         * gdb.python/py-pp-integral.exp: New file.
4774 For older changes see ChangeLog-1993-2013.
4776 ;; Local Variables:
4777 ;; mode: change-log
4778 ;; left-margin: 8
4779 ;; fill-column: 74
4780 ;; version-control: never
4781 ;; End:
4783     Copyright 2014-2015 Free Software Foundation, Inc.
4784   Copying and distribution of this file, with or without modification,
4785   are permitted provided the copyright notice and this notice are preserved.