Force language to C in gdb.compile/compile-ifunc.exp
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
2
3         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
4         to C.
5
6 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
7
8         * gdb.base/run-after-attach.exp: New test file.
9         * gdb.base/run-after-attach.c: New test file.
10
11 2015-08-26  Don Breazeal  <donb@codesourcery.com>
12
13         * gdb.base/foll-exec-2.c: New test program.
14         * gdb.base/foll-exec-2.exp: New test.
15
16 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
17
18         * gdb.base/nested-subp1.exp: New file.
19         * gdb.base/nested-subp1.c: New file.
20         * gdb.base/nested-subp2.exp: New file.
21         * gdb.base/nested-subp2.c: New file.
22         * gdb.base/nested-subp3.exp: New file.
23         * gdb.base/nested-subp3.c: New file.
24
25 2015-08-24  Pedro Alves  <palves@redhat.com>
26
27         * gdb.server/connect-without-multi-process.c: New file.
28         * gdb.server/connect-without-multi-process.exp: New file.
29
30 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
31
32         * gdb.opt/inline-markers.c: Make z int.
33
34 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
35
36         * gdb.opt/inline-markers.c: Make z volatile.
37
38 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
39
40         * gdb.opt/inline-bt.c: New volatile global z.
41         * gdb.opt/inline-cmds.c: Likewise.
42         * gdb.opt/inline-locals.c: Likewise.
43         * gdb.opt/inline-markers.c: New extern global z.
44         (marker): Use z.
45         (inline_fn): Likewise.
46
47 2015-08-24  Pedro Alves  <palves@redhat.com>
48
49         * config/m32r-stub.exp: Remove file.
50         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
51         * gdb.base/call-rt-st.exp: Likewise.
52         * gdb.base/call-strs.exp: Likewise.
53         * gdb.base/default.exp: Remove references to h8300-*-hms and
54         *-*-udi*.
55         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
56
57 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
58
59         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
60         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
61         and "return" use KFAIL when GDB can not read/write the vector
62         return value.
63
64 2015-08-21  Gary Benson <gbenson@redhat.com>
65
66         * gdb.trace/pending.exp: Cope with remote transfer warnings.
67
68 2015-08-20  Pedro Alves  <palves@redhat.com>
69
70         * gdb.server/solib-list.exp: No longer expect an interior stop in
71         non-stop mode.
72
73 2015-08-20  Pedro Alves  <palves@redhat.com>
74
75         * gdb.server/connect-stopped-target.c: New file.
76         * gdb.server/connect-stopped-target.exp: New file.
77
78 2015-08-20  Pedro Alves  <palves@redhat.com>
79
80         * gdb.dwarf2/comp-unit-lang.exp: New file.
81         * gdb.dwarf2/comp-unit-lang.c: New file.
82
83 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
84
85         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
86         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
87
88 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
89     
90         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
91         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
92
93 2015-08-18  Doug Evans  <dje@google.com>
94             Adrian Sendroiu <adrian.sendroiu@freescale.com>
95
96         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
97         skip_python_tests.  New arg prompt_regexp.
98         (skip_python_tests): New function.
99         * lib/mi-support.exp (mi_skip_python_tests): New function.
100         * gdb.python/py-mi-objfile-gdb.py: New file.
101         * gdb.python/py-mi-objfile.c: New file.
102         * gdb.python/py-mi-objfile.exp: New file.
103
104 2015-08-17  Keith Seitz  <keiths@redhat.com>
105
106         * gdb.linespec/explicit.exp: Move strace test from here ...
107         * gdb.trace/strace.exp: ... to here.
108
109 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
110
111         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
112         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
113
114 2015-08-14  Doug Evans  <xdje42@gmail.com>
115
116         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
117         inferior before selecting a new file.
118
119 2015-08-14  Doug Evans  <xdje42@gmail.com>
120
121         * gdb.mi/mi-disassemble.exp: Update.
122         * gdb.base/disasm-optim.S: New file.
123         * gdb.base/disasm-optim.c: New file.
124         * gdb.base/disasm-optim.h: New file.
125         * gdb.base/disasm-optim.exp: New file.
126
127 2015-08-14  Keith Seitz  <keiths@redhat.com>
128
129         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
130         "evaluated-by".
131
132 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
133
134         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
135
136 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
137
138         * gdb.ada/fun_renaming.exp: New testcase.
139         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
140         * gdb.ada/fun_renaming/pack.adb: New file.
141         * gdb.ada/fun_renaming/pack.ads: New file.
142
143 2015-08-12  Keith Seitz  <keiths@redhat.com>
144
145         * gdb.base/dso2dso.exp: Pass basename of source file in call to
146         gdb_get_line_number.
147
148 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
149
150         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
151         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
152         gdb.base/dso2dso.exp: New files.
153
154 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
155             Pedro Alves  <palves@redhat.com>
156             Keith Seitz  <keiths@redhat.com>
157
158         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
159         GDBFLAGS.
160
161 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
162
163         * gdb.base/gdbhistsize-history.exp
164         (test_histsize_history_setting): Use save_vars.
165         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
166         Use save_vars.
167         (test_no_truncation_of_unlimited_history_file): Use save_vars.
168         * gdb.base/readline.exp: Use save_vars.
169
170 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
171
172         * lib/gdb.exp (save_vars): New proc.
173
174 2015-08-11  Keith Seitz  <keiths@redhat.com>
175
176         * gdb.base/help.exp: Update help_breakpoint_text.
177
178 2015-08-11  Keith Seitz  <keiths@redhat.com>
179
180         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
181         (at toplevel): Call test_explicit_breakpoints.
182         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
183         breakpoints.
184         * lib/mi-support.exp (mi_make_breakpoint): Add support for
185         breakpoint conditions, "-cond".
186
187 2015-08-11  Keith Seitz  <keiths@redhat.com>
188
189         * gdb.linespec/3explicit.c: New file.
190         * gdb.linespec/cpexplicit.cc: New file.
191         * gdb.linespec/cpexplicit.exp: New file.
192         * gdb.linespec/explicit.c: New file.
193         * gdb.linespec/explicit.exp: New file.
194         * gdb.linespec/explicit2.c: New file.
195         * gdb.linespec/ls-errs.exp: Add explicit location tests.
196         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
197         before using in the matching pattern.
198         Clarify that `prefix' is a regular expression.
199
200 2015-08-11  Keith Seitz  <keiths@redhat.com>
201
202         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
203         test.
204         Add tests for missing ",FMT" and ",".
205
206 2015-08-10  Doug Evans  <dje@google.com>
207             Keith Seitz  <keiths@redhat.com>
208
209         PR gdb/17960
210         * gdb.base/completion.exp: Add location completer tests.
211
212 2015-08-07  Pedro Alves  <palves@redhat.com>
213
214         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
215         tests here.
216         (top level): Run do_test with and without displaced stepping.
217
218 2015-08-07  Pedro Alves  <palves@redhat.com>
219
220         * gdb.base/valgrind-disp-step.c: New file.
221         * gdb.base/valgrind-disp-step.exp: New file.
222
223 2015-08-07  Pedro Alves  <palves@redhat.com>
224
225         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
226         Delete function.
227         (main): Add alarm.  Run an infinite loop instead of calling
228         wait_threads.
229         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
230         comment.
231         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
232         Delete function.
233         (main): Add alarm.  Run an infinite loop instead of calling
234         wait_threads.
235         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
236         comment.
237
238 2015-08-07  Pedro Alves  <palves@redhat.com>
239
240         * gdb.base/checkpoint-ns.exp: New file.
241         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
242         standard_testfile.
243
244 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
245
246         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
247         * gdb.btrace/instruction_history.exp: Update.
248         * gdb.btrace/tsx.exp: New.
249         * gdb.btrace/tsx.c: New.
250
251 2015-08-06  Pedro Alves <palves@redhat.com>
252
253         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
254         increase timeout.
255         * gdb.reverse/until-precsave.exp: Bump timeouts.
256
257 2015-08-06  Pedro Alves  <palves@redhat.com>
258
259         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
260
261 2015-08-06  Pedro Alves  <palves@redhat.com>
262
263         PR gdb/18749
264         * gdb.threads/process-dies-while-handling-bp.c: New file.
265         * gdb.threads/process-dies-while-handling-bp.exp: New file.
266
267 2015-08-06  Pedro Alves  <palves@redhat.com>
268
269         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
270         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
271
272 2015-08-05  Pedro Alves  <palves@redhat.com>
273
274         * gdb.threads/next-while-other-thread-longjmps.c: New file.
275         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
276
277 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
278
279         * gdb.base/bp-permanent.exp: Report test as unsupported if
280         the target cannot stop at the permanent breakpoint.
281
282 2015-08-03  Doug Evans  <dje@google.com>
283
284         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
285         10000.
286
287 2015-08-03  Doug Evans  <dje@google.com>
288
289         * Makefile.in (workers/%.worker, build-perf): New rule.
290         (GDB_PERFTEST_MODE): New variable.
291         (check-perf): Use it.
292         (clean): Clean up gdb.perf parallel build subdirs.
293         * lib/build-piece.exp: New file.
294         * lib/gdb.exp (make_gdb_parallel_path): New function
295         (standard_output_file, standard_temp_file): Call it.
296         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
297         of $GDB_PARALLEL.
298         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
299
300 2015-08-03  Doug Evans  <dje@google.com>
301
302         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
303         (LOG_FILE_NAME): New global.
304         (TextReporter.__init__): Initialize self.txt_sum.
305         (TextReporter.report): Add support for multiple data-points.
306         Move report to perftest.sum, put raw data in perftest.log.
307         (TextReporter.start): Open sum and log files.
308         (TextReporter.end): Close sum and log files.
309         * gdb.perf/lib/perftest/testresult.py
310         (SingleStatisticTestResult.record): Handle multiple data-points.
311
312 2015-07-31  Pedro Alves  <palves@redhat.com>
313
314         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
315         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
316         kill_wait_spawned_process instead of explicit "kill -9".
317         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
318         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
319         kill_wait_spawned_process.
320         * gdb.base/attach-twice.exp: Likewise.
321         * gdb.base/attach.exp: Likewise.
322         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
323         gdb_test_multiple.
324         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
325         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
326         kill_wait_spawned_process.
327         * gdb.base/valgrind-infcall.exp: Likewise.
328         * gdb.multi/multi-attach.exp: Likewise.
329         * gdb.python/py-prompt.exp: Likewise.
330         * gdb.python/py-sync-interp.exp: Likewise.
331         * gdb.server/ext-attach.exp: Likewise.
332         * gdb.threads/attach-into-signal.exp (corefunc): Use
333         spawn_wait_for_attach, spawn_id_get_pid and
334         kill_wait_spawned_process.
335         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
336         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
337         spawn_id_get_pid and kill_wait_spawned_process.
338         * gdb.threads/attach-stopped.exp (corefunc): Use
339         spawn_wait_for_attach, spawn_id_get_pid and
340         kill_wait_spawned_process.
341         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
342         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
343         kill_wait_spawned_process instead of explicit "kill -9".
344         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
345         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
346         (spawn_wait_for_attach): Use spawn instead of exec to spawn
347         processes.  Don't map cygwin/windows pids here.  Now returns a
348         spawn id list.
349
350 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
351
352         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
353         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
354         correct patch.
355
356 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
357
358         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
359
360 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
361
362         Reapply:
363         2014-05-21  Mark Wielaard  <mjw@redhat.com>
364
365         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
366
367 2015-07-30  Pedro Alves  <palves@redhat.com>
368
369         * linux-low.c (handle_extended_wait): Set the child's last
370         reported status to TARGET_WAITKIND_STOPPED.
371
372 2015-07-30  Pedro Alves  <palves@redhat.com>
373
374         PR threads/18600
375         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
376         only shows inferior 1.
377
378 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
379             Pedro Alves  <palves@redhat.com>
380
381         PR threads/18600
382         * gdb.threads/fork-plus-threads.c: New file.
383         * gdb.threads/fork-plus-threads.exp: New file.
384
385 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
386
387         * gdb.base/batch-preserve-term-settings.exp
388         (test_terminal_settings_preserved_after_cli_exit): Use
389         send_quit_command.
390
391 2015-07-29  Pedro Alves  <palves@redhat.com>
392             Don Breazeal  <donb@codesourcery.com>
393
394         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
395         output from both inferior_spawn_id and gdb_spawn_id.
396
397 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
398
399         * gdb.threads/attach-into-signal.exp (corefunc): Use
400         with_test_prefix on nested loops, uniquefying the test messages.
401
402 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
403
404         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
405         commit.
406
407 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
408
409         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
410         New proc.
411         (test_terminal_settings_preserved_after_sigterm): New test.
412
413 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
414
415         * gdb.base/batch-preserve-term-settings.exp
416         (test_terminal_settings_preserved_after_cli_exit): New test.
417
418 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
419
420         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
421         manipulation of saved_gdbflags.
422         (test_terminal_settings_preserved): Remove global declaration of
423         the unused variable pagination_prompt.  Remove manipulation of
424         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
425         GDBFLAGS.
426
427 2015-07-29  Pedro Alves  <palves@redhat.com>
428
429         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
430
431 2015-07-29  Pedro Alves  <palves@redhat.com>
432
433         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
434         at the top.
435
436 2015-07-29  Pedro Alves  <palves@redhat.com>
437
438         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
439         (main): Call gdb_unbuffer_output.
440         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
441         (main): Call gdb_unbuffer_output.
442         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
443         (main): Call gdb_unbuffer_output.
444         * gdb.base/call-strs.exp: Adjust to step over the
445         gdb_unbuffer_output call.
446         * gdb.base/catch-gdb-caused-signals.c: Include
447         "../lib/unbuffer_output.c".
448         (main): Call gdb_unbuffer_output.
449         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
450         (main): Call gdb_unbuffer_output.
451         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
452         (main): Call gdb_unbuffer_output.
453         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
454         (main): Call gdb_unbuffer_output.
455         * gdb.base/shlib-call.exp: Adjust to step over the
456         gdb_unbuffer_output call.
457         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
458         (main): Call gdb_unbuffer_output.
459         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
460         (main): Call gdb_unbuffer_output.
461         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
462         (main): Rename to ...
463         (test): ... this.
464         (main): Reimplement.
465         * gdb.base/varargs.exp: Run to test instead of to main.
466         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
467         (main): Call gdb_unbuffer_output.
468
469 2015-07-29  Pedro Alves  <palves@redhat.com>
470
471         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
472         factore out from mi_continue_dprintf.  For call-style dprintfs,
473         expect dprintf output out of $inferior_spawn_id.
474         (mi_continue_dprintf): Use mi_expect_dprintf.
475         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
476         (main): Call gdb_unbuffer_output.
477
478 2015-07-29  Pedro Alves  <palves@redhat.com>
479
480         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
481         (default_mi_gdb_start): Set inferior_spawn_id instead of
482         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
483         gdb_spawn_id.
484         (mi_gdb_test): Always expect inferior output from both
485         $inferior_spawn_id and $gdb_spawn_id.
486
487 2015-07-29  Pedro Alves  <palves@redhat.com>
488
489         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
490         send_inferior and $inferior_spawn_id.
491
492 2015-07-29  Pedro Alves  <palves@redhat.com>
493
494         * gdb.gdb/complaints.exp (test_initial_complaints)
495         (test_serial_complaints, test_short_complaints): Use
496         gdb_test_stdio.
497         (test_empty_complaint): Handle $inferior_spawn_id !=
498         $gdb_spawn_id.
499
500 2015-07-29  Pedro Alves  <palves@redhat.com>
501
502         * gdb.base/varargs.exp: Use gdb_test_stdio.
503
504 2015-07-29  Pedro Alves  <palves@redhat.com>
505
506         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
507
508 2015-07-29  Pedro Alves  <palves@redhat.com>
509
510         * gdb.base/ending-run.exp: Use gdb_test_stdio.
511
512 2015-07-29  Pedro Alves  <palves@redhat.com>
513
514         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
515         parameter into two new parameters, "inf_result" and "gdb_result".
516         Expect inferior output and gdb output from $inferior_spawn_id and
517         $gdb_spawn_id, respectively.  Adjust all callers.
518
519 2015-07-29  Pedro Alves  <palves@redhat.com>
520
521         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
522         of gdb_test_sequence.
523
524 2015-07-29  Pedro Alves  <palves@redhat.com>
525
526         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
527         (saw_spurious_output): Expect inferior output from
528         $inferior_spawn_id.  Use gdb_test_stdio.
529
530 2015-07-29  Pedro Alves  <palves@redhat.com>
531
532         * gdb.base/dprintf.exp: Use standard_testfile.  Change
533         prepare_for_testing call.
534         (srcfile): Don't set.
535         (restart): New procedure.
536         (test_dprintf): New procecure, use to continue over dprintfs.
537         (test_call, test_agent): New procedures, tests moved here.
538         Restart gdb and recreate dprintfs.  Adjust expected output.
539
540 2015-07-29  Pedro Alves  <palves@redhat.com>
541
542         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
543
544 2015-07-29  Pedro Alves  <palves@redhat.com>
545
546         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
547
548 2015-07-29  Pedro Alves  <palves@redhat.com>
549
550         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
551         gdb_test_stdio.
552
553 2015-07-29  Pedro Alves  <palves@redhat.com>
554
555         * lib/gdb.exp (gdb_test_stdio): New procedure.
556
557 2015-07-29  Pedro Alves  <palves@redhat.com>
558
559         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
560
561 2015-07-29  Pedro Alves  <palves@redhat.com>
562
563         * gdb.base/call-signal-resume.exp: Remove check for
564         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
565         * gdb.base/unwindonsignal.exp: Likewise.
566         * gdb.base/call-signals.c (gen_signal): Remove printf call.
567         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
568
569 2015-07-29  Pedro Alves  <palves@redhat.com>
570
571         * gdb.base/siginfo-addr.c (pass): New function.
572         (handler): Call it iff si_addr is correct.
573         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
574         Set a breakpoint at "pass" and continue to it.
575
576 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
577
578         * gdb.python/py-objfile.exp: Make some tests have unique names.
579         * gdb.python/py-pp-registration.exp: Likewise.
580
581 2015-07-28  Pedro Alves  <palves@redhat.com>
582
583         * gdb.server/server-exec-info.exp: Issue a "disconnect".
584
585 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
586
587         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
588
589 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
590
591         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
592
593 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
594
595         * gdb.base/gdb-sigterm-2.exp: New test.
596
597 2015-07-25  Doug Evans  <xdje42@gmail.com>
598
599         Revert:
600         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
601         (workers/%.worker, build-perf): New rule.
602         (GDB_PERFTEST_MODE): New variable.
603         (check-perf): Use it.
604         (clean): Clean up gdb.perf parallel build subdirs.
605         * lib/build-piece.exp: New file.
606         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
607         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
608         name.
609         (standard_temp_file): Ditto.
610         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
611         of $GDB_PARALLEL.
612
613 2015-07-24  Doug Evans  <dje@google.com>
614
615         * gdb.perf/lib/perftest/utils.py: New file.
616         * gdb.perf/gm-hello.cc: New file.
617         * gdb.perf/gm-pervasive-typedef.cc: New file.
618         * gdb.perf/gm-pervasive-typedef.h: New file.
619         * gdb.perf/gm-std.cc: New file.
620         * gdb.perf/gm-std.h: New file.
621         * gdb.perf/gm-use-cerr.cc: New file.
622         * gdb.perf/gm-utils.h: New file.
623         * gdb.perf/gmonster-null-lookup.py: New file.
624         * gdb.perf/gmonster-pervasive-typedef.py: New file.
625         * gdb.perf/gmonster-print-cerr.py: New file.
626         * gdb.perf/gmonster-ptype-string.py: New file.
627         * gdb.perf/gmonster-runto-main.py: New file.
628         * gdb.perf/gmonster-select-file.py: New file.
629         * gdb.perf/gmonster1-null-lookup.exp: New file.
630         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
631         * gdb.perf/gmonster1-print-cerr.exp: New file.
632         * gdb.perf/gmonster1-ptype-string.exp: New file.
633         * gdb.perf/gmonster1-runto-main.exp: New file.
634         * gdb.perf/gmonster1-select-file.exp: New file.
635         * gdb.perf/gmonster1.cc: New file.
636         * gdb.perf/gmonster1.exp: New file.
637         * gdb.perf/gmonster2-null-lookup.exp: New file.
638         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
639         * gdb.perf/gmonster2-print-cerr.exp: New file.
640         * gdb.perf/gmonster2-ptype-string.exp: New file.
641         * gdb.perf/gmonster2-runto-main.exp: New file.
642         * gdb.perf/gmonster2-select-file.exp: New file.
643         * gdb.perf/gmonster2.cc: New file.
644         * gdb.perf/gmonster2.exp: New file.
645
646 2015-07-24  Doug Evans  <dje@google.com>
647
648         * gdb.perf/README: New file.
649         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
650         * lib/gen-perf-test.exp: New file.
651
652 2015-07-24  Doug Evans  <dje@google.com>
653
654         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
655         (PerfTest::startup): New function.
656         (PerfTest::run): Return result of calling body.
657         (PerfTest::assemble): Rewrite.
658         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
659         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
660         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
661         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
662         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
663
664 2015-07-24  Doug Evans  <dje@google.com>
665
666         * lib/gdb.exp (clean_restart): Make executable optional.
667
668 2015-07-24  Doug Evans  <dje@google.com>
669
670         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
671         compiler_info references.
672         * gdb.cp/temargs.exp: Ditto.
673         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
674         (get_compiler_info): Early exit if already computed.  Set compiler_info
675         to "unknown" if there was a problem.
676         (test_compiler_info): Add function comment.  Call get_compiler_info.
677
678 2015-07-24  Doug Evans  <dje@google.com>
679
680         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
681         (workers/%.worker, build-perf): New rule.
682         (GDB_PERFTEST_MODE): New variable.
683         (check-perf): Use it.
684         (clean): Clean up gdb.perf parallel build subdirs.
685         * lib/build-piece.exp: New file.
686         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
687         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
688         name.
689         (standard_temp_file): Ditto.
690         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
691         of $GDB_PARALLEL.
692
693 2015-07-24  Doug Evans  <dje@google.com>
694
695         * lib/future.exp (gdb_default_target_compile): New option
696         "early_flags".
697         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
698         --as-needed.
699
700 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
701
702         * gdb.base/catch-syscall.exp: Call gdb_exit before
703         gdb_skip_xml_test.
704
705 2015-07-24  Pedro Alves  <palves@redhat.com>
706
707         * gdb.python/py-events.exp: Accept output between the stop event
708         and the prompt.
709         * gdb.python/py-evsignal.exp: Likewise.
710         * gdb.python/py-evthreads.exp: Likewise.
711
712 2015-07-24  Pedro Alves  <palves@redhat.com>
713
714         PR gdb/18717
715         * gdb.threads/non-ldr-exit.c: New file.
716         * gdb.threads/non-ldr-exit.exp: New file.
717
718 2015-07-24  Yao Qi  <yao.qi@linaro.org>
719
720         * gdb.server/ext-wrapper.exp: Test --wrapper option when
721         restarting process.
722
723 2015-07-24  Yao Qi  <yao.qi@linaro.org>
724
725         * gdb.server/ext-restart.exp: New file.
726
727 2015-07-24  Yao Qi  <yao.qi@linaro.org>
728
729         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
730         argument options.
731         * gdb.server/ext-wrapper.exp: New file.
732
733 2015-07-23  Doug Evans  <dje@google.com>
734
735         * gdb.dwarf2/dw2-dummy-cu.S: New file.
736         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
737
738 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
739
740         * gdb.ada/var_arr_typedef.exp: New testcase.
741         * gdb.ada/var_arr_typedef/pack.adb: New file.
742         * gdb.ada/var_arr_typedef/pack.ads: New file.
743         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
744
745 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
746
747         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
748
749 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
750
751         * gdb.arch/i386-biarch-core.exp: Replace istarget
752         by "complete set gnutarget". Remove expectation for the "core-file"
753         command.
754
755 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
756
757         Revert the previous commit:
758         Tests for validate symbol file using build-id.
759
760 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
761
762         Tests for validate symbol file using build-id.
763         * gdb.base/solib-mismatch-lib.c: New file.
764         * gdb.base/solib-mismatch-libmod.c: New file.
765         * gdb.base/solib-mismatch.c: New file.
766         * gdb.base/solib-mismatch.exp: New file.
767
768 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
769
770         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
771         nios2-*-linux*.
772         * gdb.base/sigbpt.exp (stepi_out): Likewise.
773         * gdb.base/siginfo.exp: Likewise.
774         * gdb.base/sigstep.exp (advance, advancei): Likewise.
775
776 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
777
778         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
779         Move it to ...
780         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
781         ... here.
782         * gdb.trace/range-stepping.exp: Check that the target supports
783         range stepping.
784
785 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
786
787         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
788
789 2015-07-14  Pedro Alves  <palves@redhat.com>
790
791         * gdb.base/killed-outside.exp: New file.
792         * gdb.base/killed-outside.c: New file.
793
794 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
795
796         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
797         (n at main): New.
798         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
799
800 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
801
802         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
803         infcall tests instead of setting up for KFAIL.
804
805 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
806
807         * gdb.btrace/record_goto-step.exp: New.
808
809 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
810
811         PR compile/18484
812         * gdb.compile/compile.c (struct struct_type): Add volatile to
813         selffield's type.
814         * gdb.compile/compile.exp
815         (compile code struct_object.selffield = &struct_object): Skip further
816         struct_object tests if this one xfails.
817
818 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
819
820         PR exp/18617
821         * gdb.trace/ax.exp: Add test.
822
823 2015-07-07  Yao Qi  <yao.qi@linaro.org>
824
825         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
826         instead of istarget "aarch64*-*-*".
827         * gdb.arch/aarch64-fp.exp: Likewise.
828         * gdb.base/float.exp: Likewise.
829         * gdb.reverse/aarch64.exp: Likewise.
830         * lib/gdb.exp (is_aarch64_target): New proc.
831
832 2015-07-07  Yao Qi  <yao.qi@linaro.org>
833
834         * lib/gdb.exp (is_aarch32_target): New proc.
835         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
836         instead of "istarget "arm*-*-*"".
837         * gdb.arch/arm-disp-step.exp: Likewise.
838         * gdb.arch/thumb-bx-pc.exp: Likewise.
839         * gdb.arch/thumb-prologue.exp: Likewise.
840         * gdb.arch/thumb-singlestep.exp: Likewise.
841         * gdb.base/disp-step-syscall.exp: Likewise.
842         * gdb.base/float.exp: Likewise.
843
844 2015-07-07  Yao Qi  <yao.qi@linaro.org>
845
846         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
847         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
848
849 2015-07-07  Yao Qi  <yao.qi@linaro.org>
850
851         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
852         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
853         if it exists.
854         * gdb.multi/multi-arch.exp: Likewise.
855
856 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
857
858         * gdb.python/py-lazy-string.exp: Add missing parentheses to
859         print.
860
861 2015-07-07  Yao Qi  <yao.qi@linaro.org>
862
863         * gdb.arch/thumb-singlestep.exp: Do one more single step.
864
865 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
866
867         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
868         '[' and ']' characters.
869
870 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
871
872         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
873
874 2015-06-29  Pedro Alves  <palves@redhat.com>
875
876         PR threads/18127
877         * gdb.threads/hand-call-new-thread.c: New file.
878         * gdb.threads/hand-call-new-thread.c: New file.
879
880 2015-06-26  Keith Seitz  <keiths@redhat.com>
881             Doug Evans  <dje@google.com>
882
883         PR 16253
884         * gdb.cp/var-tag-2.cc: New file.
885         * gdb.cp/var-tag-3.cc: New file.
886         * gdb.cp/var-tag-4.cc: New file.
887         * gdb.cp/var-tag.cc: New file.
888         * gdb.cp/var-tag.exp: New file.
889
890 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
891
892         * gdb.base/history-duplicates.exp: New test.
893
894 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
895
896         * gdb.base/completion.exp: Test the completion of the "focus"
897         command.
898
899 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
900
901         * gdb.arch/amd64-prologue-skip.S: New file.
902         * gdb.arch/amd64-prologue-skip.exp: New file.
903
904 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
905
906         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
907         is_address_zero_readable check.
908
909 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
910
911         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
912         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
913
914 2015-06-24  Yao Qi  <yao.qi@linaro.org>
915
916         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
917         linux targets.
918
919 2015-06-24  Yao Qi  <yao.qi@linaro.org>
920
921         * lib/gdb.exp (supports_get_siginfo_type): New proc.
922         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
923         * gdb.base/siginfo-thread.exp: Likewise.
924
925 2015-06-22  Yao Qi  <yao.qi@linaro.org>
926
927         * boards/remote-gdbserver-on-localhost.exp: Add comments.
928
929 2015-06-22  Yao Qi  <yao.qi@linaro.org>
930
931         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
932         aarch64*-*-*.
933         (skip_hw_watchpoint_tests): Likewise.
934
935 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
936
937         * gdb.base/gdbinit-history.exp: Test the interaction between
938         setting GDBHISTSIZE and setting the history size via .gdbinit.
939
940 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
941
942         PR gdb/16999
943         * gdb.base/gdbhistsize-history.exp: New test.
944
945 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
946
947         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
948         with GDBHISTSIZE.
949         * gdb.base/readline.exp: Likewise.
950
951 2015-06-17  Yao Qi  <yao.qi@linaro.org>
952
953         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
954         line.
955
956 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
957
958         * gdb.base/gdbinit-history.exp: Add test case to check that
959         an unlimited history file does not get truncated on exit.
960
961 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
962
963         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
964         (VECTOR): New macro.  Use it...
965         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
966         ...for these typedefs.
967         (int8, char1, int1, double1): New typedefs.
968         (struct just_int2, struct two_int2): New structures.
969         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
970         (add_structvecs, add_singlevecs): New functions.
971         (main): Call add_some_intvecs twice.
972         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
973         the compile and exit upon failure.  Try compiling for the "native"
974         architecture.  Test inferior function calls with vector arguments
975         and vector return value handling with "finish" and "return".
976
977 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
978
979         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
980         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
981         PE file.
982         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
983
984 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
985
986         PR breakpoints/16465
987         * gdb.mi/mi-dprintf-pending.c: New file.
988         * gdb.mi/mi-dprintf-pending.exp: New test.
989         * gdb.mi/mi-dprintf-pendshr.c: New file.
990
991 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
992             Mircea Gherzan  <mircea.gherzan@intel.com>
993
994         * gdb.arch/i386-mpx-map.c: New file.
995         * gdb.arch/i386-mpx-map.exp: New File.
996
997 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
998
999         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1000         * gdb.arch/i386-mpx.exp: Indentation fixed.
1001
1002 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1003
1004         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1005         function and improved indentation.
1006         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1007         gdb_test_multiple. Added additional tests to skip the test.
1008
1009 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1010
1011         * gdb.arch/i386-avx512.c: Change path in include file.
1012         * gdb.arch/i386-avx512.exp: Change include dir path
1013         compilation flag.
1014         * gdb.arch/i386-mpx.c: Change path in include file.
1015         * gdb.arch/i386-mpx.exp: Change include dir path compilation
1016         flag.
1017
1018 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1019
1020         * gdb.compile/compile-print.exp (compile print *vararray@3)
1021         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1022
1023 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1024
1025         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1026         (do not keep jit in memory): ... this.
1027         (expect 5): Change it to ...
1028         (expect no 5): ... this.
1029
1030 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
1031
1032         PR gdb/15564
1033         * gdb.mi/mi-detach.exp: New file.
1034
1035 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1036
1037         PR symtab/18392
1038         * gdb.arch/amd64-tailcall-self.S: New file.
1039         * gdb.arch/amd64-tailcall-self.c: New file.
1040         * gdb.arch/amd64-tailcall-self.exp: New file.
1041
1042 2015-05-28  Don Breazeal  <donb@codesourcery.com>
1043
1044         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1045         tests for remote targets by checking is_target_gdbserver.
1046
1047 2015-05-27  Doug Evans  <dje@google.com>
1048
1049         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1050         * gdb.dwarf2/opaque-type-lookup.c: New file.
1051         * gdb.dwarf2/opaque-type-lookup.exp: New file.
1052
1053 2015-05-26  Doug Evans  <dje@google.com>
1054
1055         * gdb.cp/iostream.cc: New file.
1056         * gdb.cp/iostream.exp: New file.
1057
1058 2015-05-26  Doug Evans  <dje@google.com>
1059
1060         * gdb.dwarf2/dw2-op-call.exp: Update.
1061         * gdb.dwarf2/dw4-sig-types.exp: Update.
1062         * gdb.dwarf2/implptr.exp: Update.
1063         * gdb.mi/mi-cmd-param-changed.exp: Update.
1064
1065 2015-05-26  Doug Evans  <dje@google.com>
1066
1067         * gdb.python/py-lazy-string.c: New file.
1068         * gdb.python/py-lazy-string.exp: New file.
1069         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1070         (main): Update.  Add estring3.
1071         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1072         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1073
1074 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
1075             Yao Qi  <yao.qi@linaro.org>
1076
1077         * gdb.reverse/aarch64.c: New.
1078         * gdb.reverse/aarch64.exp: New.
1079
1080 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
1081
1082         * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1083         (supports_reverse): Likewise.
1084
1085 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
1086
1087         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1088         Use with_test_prefix.
1089
1090 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1091
1092         * gdb.base/completion.exp: Add test for completion of layout
1093         names.
1094
1095 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1096
1097         * lib/gdb.exp (skip_tui_tests): New proc.
1098         * gdb.base/tui-layout.exp: Check skip_tui_tests.
1099
1100 2015-05-19  Pedro Alves  <palves@redhat.com>
1101
1102         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1103         Save the whole env array instead of just HOME.  Unset HISTSIZE in
1104         the environment while testing.  Restore whole environment
1105         afterwards.
1106
1107 2015-05-16  Doug Evans  <xdje42@gmail.com>
1108
1109         * gdb.guile/scm-ports.c: New file.
1110         * gdb.guile/scm-ports.exp: Add memory port tests.
1111
1112 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1113
1114         * gdb.compile/compile-print.c: New file.
1115         * gdb.compile/compile-print.exp: New file.
1116
1117 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1118
1119         * gdb.compile/compile-ops.exp: Cast param to void.
1120         * gdb.compile/compile.exp: Complete type for _gdb_expr.
1121         (compile code struct_object.selffield = &struct_object): Add xfail.
1122
1123 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1124
1125         * gdb.ada/arr_enum_with_gap: New testcase.
1126
1127 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1128
1129         * gdb.ada/byte_packed_arr: New testcase.
1130
1131 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1132
1133         * gdb.ada/pckd_neg: New testcase.
1134
1135 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
1136
1137         PR gdb/17820
1138         * gdb.base/gdbinit-history.exp: New test.
1139         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1140         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1141
1142 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1143
1144         * gdb.python/py-xmethods.cc: Enhance test case.
1145         * gdb.python/py-xmethods.exp: New tests.
1146         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1147         function.
1148         (B_indexoper): Likewise.
1149         (global_dm_list) : Add new xmethod worker functions.
1150
1151 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
1152
1153         * gdb.base/coredump-filter.exp: Correctly unset
1154         "coredump_var_addr" array.
1155
1156 2015-05-08  Pedro Alves  <palves@redhat.com>
1157
1158         * gdb.server/non-existing-program.exp: Unset spawn_id.
1159
1160 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
1161
1162         PR python/18291
1163         * gdb.python/py-xmethods.exp: Add tests.
1164
1165 2015-05-08  Yao Qi  <yao.qi@linaro.org>
1166
1167         PR gdb/18208
1168         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1169         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1170         function set_coredump_filter, and remove remote_exec call.
1171         Remove argument ipid.  Callers update.
1172         (top level): Don't get inferior's PID.
1173
1174 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1175
1176         * gdb.base/watch_thread_num.exp: Skip test on targets without
1177         access watchpoints.
1178
1179 2015-05-06  Pedro Alves  <palves@redhat.com>
1180
1181         PR server/18081
1182         * gdb.server/non-existing-program.exp: New file.
1183
1184 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1185
1186         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1187
1188 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1189
1190         * gdb.ada/out_of_line_in_inlined: New testcase.
1191
1192 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1193
1194         * gdb.ada/var_rec_arr: New testcase.
1195
1196 2015-04-30  Yao Qi  <yao.qi@linaro.org>
1197
1198         * gdb.base/break-idempotent.exp: If
1199         skip_hw_watchpoint_multi_tests returns true, skip the tests
1200         on "rwatch" and "awatch".
1201
1202 2015-04-30  Yao Qi  <yao.qi@linaro.org>
1203
1204         * gdb.base/relativedebug.exp: Invoke gdb command
1205         "info sharedlibrary", and if libc.so doesn't have debug info,
1206         skip the test.
1207
1208 2015-04-29  Doug Evans  <dje@google.com>
1209
1210         * gdb.python/py-xmethods.exp: Add ptype tests.
1211         * gdb.python/py-xmethods.py (E_method_char_worker): Add
1212         get_result_type method.
1213
1214 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
1215
1216         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1217         the target does not support hardware watchpoints.
1218
1219 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
1220
1221         * gdb.base/break-always.exp: Abort testing if writing to memory
1222         causes an error.
1223
1224 2015-04-28  Doug Evans  <dje@google.com>
1225
1226         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1227         * gdb.python/py-pp-registration.exp: ... here.  New file.
1228         * gdb.python/py-pp-registration.c: New file.
1229         * gdb.python/py-pp-registration.py: New file.
1230
1231 2015-04-28  Doug Evans  <dje@google.com>
1232
1233         * gdb.python/py-bad-printers.c: New file.
1234         * gdb.python/py-bad-printers.py: New file.
1235         * gdb.python/py-bad-printers.exp: New file.
1236
1237 2015-04-28  Sasha Smundak  <asmundak@google.com>
1238
1239         * gdb.python/py-type.exp: New test.
1240
1241 2015-04-28  Andy Wingo  <wingo@igalia.com>
1242
1243         * gdb.python/py-parameter.exp:
1244         * gdb.guile/scm-parameter.exp: Escape the path that we are
1245         matching against, as it might contain characters that are special
1246         to regular expressions.
1247
1248 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
1249
1250         * gdb.ada/rec_comp: New testcase.
1251
1252 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
1253
1254         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1255         before using it.
1256
1257 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1258
1259         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
1260         new tests for verilog output.
1261
1262 2015-04-24  Yao Qi  <yao.qi@linaro.org>
1263
1264         * boards/remote-gdbserver-on-localhost.exp: New file.
1265
1266 2015-04-23  Pedro Alves  <palves@redhat.com>
1267
1268         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1269         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
1270         "end of file", remove $inferior_spawn_id from the indirect list.
1271
1272 2015-04-23  Pedro Alves  <palves@redhat.com>
1273
1274         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1275
1276 2015-04-23  Pedro Alves  <palves@redhat.com>
1277
1278         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1279         on $any_spawn_id instead of only on $gdb_spawn_id.
1280
1281 2015-04-21  Pierre Muller  <muller@sourceware.org>
1282
1283         PR pascal/17815
1284         * lib/pascal.exp (gpc_compile): Add new option "class".
1285         (fpc_compile): Likewise.
1286         * gdb.pascal/case-insensitive-symbols.pas: New file.
1287         * gdb.pascal/case-insensitive-symbols.exp: New file.
1288
1289 2015-04-20  Gary Benson <gbenson@redhat.com>
1290
1291         * gdb.base/attach.exp: Fix three extended remote failures.
1292
1293 2015-04-17  Gary Benson <gbenson@redhat.com>
1294
1295         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1296         the main executable over the remote protocol.
1297
1298 2015-04-16  Pedro Alves  <palves@redhat.com>
1299
1300         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1301         a new gdbserver if gdbserver_reconnect_p is set.
1302
1303 2015-04-16  Pedro Alves  <palves@redhat.com>
1304
1305         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1306         is set, don't exit gdbserver.
1307
1308 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1309
1310         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1311         appropriate .insn, such that an older assembler can be used.
1312         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1313         the z/Architecture instruction set on 31-bit targets as well.
1314
1315 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1316
1317         * gdb.go/handcall.exp: Remove all logic related to the first
1318         breakpoint and rely on go_runto_main instead.
1319         * gdb.go/strings.exp: Likewise.
1320         * gdb.go/unsafe.exp: Likewise.
1321         * gdb.go/hello.exp: Likewise.  Also rename the remaining
1322         breakpoint marker to "breakpoint 1".
1323         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1324         * gdb.go/strings.go: Likewise.
1325         * gdb.go/unsafe.go: Likewise.
1326         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
1327         "set breakpoint 2 here" and rename the remaining breakpoint marker
1328         to "breakpoint 1".
1329
1330 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
1331
1332         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1333         if itertools.imap is not present.
1334         * gdb.python/py-objfile.exp: Add parentheses.
1335         * gdb.python/py-type.exp: Same.
1336         * gdb.python/py-unwind-maint.py: Same.
1337
1338 2015-04-15  Yao Qi  <yao.qi@linaro.org>
1339
1340         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1341         of ":$ptr_size" and set its form explicitly.
1342
1343 2015-04-15  Pedro Alves  <palves@redhat.com>
1344             Yao Qi  <yao.qi@linaro.org>
1345
1346         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1347         timeout by factor of 4.
1348         (test_regular_watch): Likewise.
1349         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1350         * gdb.reverse/sigall-reverse.exp: Likewise.
1351         * gdb.reverse/until-precsave.exp: Likewise.
1352         * lib/gdb.exp (with_timeout_factor): New proc.
1353         (gdb_expect): Move some code to ...
1354         (get_largest_timeout): ... here.  New procedure.
1355
1356 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
1357
1358         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1359
1360 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
1361
1362         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1363         to write to the .text section.
1364
1365 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
1366
1367         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1368         Handle the case of targets that do not provide PID information.
1369
1370 2015-04-13  Yao Qi  <yao.qi@linaro.org>
1371
1372         * lib/gdbserver-support.exp (gdb_exit): Catch exception
1373         and use expect instead of gdb_expect.
1374
1375 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1376
1377         * gdb.base/coredump-filter.exp: Rename variable "addr" to
1378         "coredump_var_addr" to avoid naming conflict with other testcases.
1379
1380 2015-04-10  Pedro Alves  <palves@redhat.com>
1381
1382         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1383         gdb_test_sequence and gdb_assert.
1384
1385 2015-04-10  Pedro Alves  <palves@redhat.com>
1386
1387         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1388         test messages that don't include the breakpoint address.
1389
1390 2015-04-10  Yao Qi  <yao.qi@linaro.org>
1391
1392         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1393         false for some offset and width combinations which aren't
1394         supported by linux kernel.
1395
1396 2015-04-10  Pedro Alves  <palves@redhat.com>
1397
1398         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1399         procedure, factored out from ...
1400         (top level): ... here.  Add "set displaced-stepping" testing axis.
1401         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1402         parameter "displaced".  Use it.
1403         (top level): Use foreach and add "set displaced-stepping" testing
1404         axis.
1405
1406 2015-04-10  Pedro Alves  <palves@redhat.com>
1407
1408         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1409         Remove comment.
1410         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1411         both the address of the instruction that triggers the watchpoint
1412         and the address of the instruction immediately after, and use
1413         those addresses for the test.  Fix comment.
1414
1415 2015-04-10  Pedro Alves  <palves@redhat.com>
1416
1417         * gdb.base/sigstep.exp (breakpoint_to_handler)
1418         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
1419         Test "backtrace" in handler.
1420         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
1421         (top level): Add new "displaced" test axis to
1422         breakpoint_to_handler, breakpoint_to_handler_entry and
1423         breakpoint_over_handler.
1424
1425 2015-04-10  Pedro Alves  <palves@redhat.com>
1426
1427         PR gdb/18216
1428         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1429
1430 2015-04-10  Yao Qi  <yao.qi@linaro.org>
1431
1432         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1433         (test_add_rn_pc): New function.
1434         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1435         (top level): Invoke test_add_rn_pc.
1436
1437 2015-04-10  Pedro Alves  <palves@redhat.com>
1438
1439         PR gdb/13858
1440         * gdb.base/step-over-no-symbols.exp: New file.
1441
1442 2015-04-09  Andy Wingo  <wingo@igalia.com>
1443
1444         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1445         after the Python tests.
1446
1447 2015-04-08  Keith Seitz  <keiths@redhat.com>
1448
1449         PR python/16699
1450         * gdb.python/py-completion.exp: New tests for completion.
1451         * gdb.python/py-completion.py (CompleteLimit1): New class.
1452         (CompleteLimit2): Likewise.
1453         (CompleteLimit3): Likewise.
1454         (CompleteLimit4): Likewise.
1455         (CompleteLimit5): Likewise.
1456         (CompleteLimit6): Likewise.
1457         (CompleteLimit7): Likewise.
1458
1459 2015-04-08  Pedro Alves  <palves@redhat.com>
1460
1461         PR gdb/18214
1462         PR gdb/18216
1463         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1464         function.
1465         (main): Install it as SIGUSR1 handler.
1466         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1467         parameter.  Always use "setup" as prefix.  Toggle "set
1468         displaced-stepping" off/on depending on global.  Don't switch to
1469         thread 1 here.
1470         (top level): Add displaced stepping "off/on" test axis.  Update
1471         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
1472         continuing with a queued signal in each thread.
1473
1474 2015-04-08  Pedro Alves  <palves@redhat.com>
1475
1476         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1477         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
1478         gdb_breakpoint instead of gdb_test that doesn't expect anything.
1479         Return early if running to main fails.
1480         * gdb.trace/while-stepping.exp: Likewise.
1481
1482 2015-04-07  Pedro Alves  <palves@redhat.com>
1483
1484         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1485         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
1486         interact with inferior program.
1487
1488 2015-04-07  Pedro Alves  <palves@redhat.com>
1489
1490         * lib/gdb.exp (inferior_spawn_id): New global.
1491         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
1492         spawn id after processing the user code.
1493         (default_gdb_start): Set inferior_spawn_id.
1494         (send_inferior): New procedure.
1495         * lib/gdbserver-support.exp (gdbserver_start): Set
1496         inferior_spawn_id.
1497         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1498
1499 2015-04-07  Pedro Alves  <palves@redhat.com>
1500
1501         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1502         * lib/gdbserver-support.exp (gdbserver_start): Make
1503         $server_spawn_id global.
1504         (gdbserver_start): Don't wait for gdbserver's spawn id with
1505         expect_background.
1506         (close_gdbserver): New procedure.
1507         (gdb_exit): Rename the default version and reimplement.
1508
1509 2015-04-07  Pedro Alves  <palves@redhat.com>
1510
1511         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1512         append the substituted item, not the original item.
1513
1514 2015-04-07  Pedro Alves  <palves@redhat.com>
1515
1516         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1517         gdb_expect.
1518
1519 2015-04-07  Pedro Alves  <palves@redhat.com>
1520
1521         * gdb.base/interrupt.exp: Don't handle the case of the inferior
1522         output appearing once only.
1523
1524 2015-04-07  Pedro Alves  <palves@redhat.com>
1525
1526         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1527         that doesn't expect anything.  Return early if running to main
1528         fails.
1529
1530 2015-04-07  Yao Qi  <yao.qi@linaro.org>
1531
1532         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1533         (child_function): Call alarm.
1534         (main): Move call to alarm into the loop.
1535         * gdb.threads/non-stop-fair-events.exp: Build program with
1536         -DTIMEOUT=$timeout.
1537
1538 2015-04-06  Doug Evans  <xdje42@gmail.com>
1539
1540         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1541         Fix dest parameter to board_info.
1542         (fpc_compile): Ditto.
1543         (gdb_compile_pascal): Rename dest arg to destfile.
1544
1545 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
1546
1547         * gdb.ada/funcall_ref.exp: New file.
1548         * gdb.ada/funcall_ref/foo.adb: New file.
1549
1550 2015-04-02  Yao Qi  <yao.qi@linaro.org>
1551
1552         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1553         is remote.
1554
1555 2015-04-02  Gary Benson <gbenson@redhat.com>
1556
1557         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1558
1559 2015-04-01  Sasha Smundak  <asmundak@google.com>
1560
1561         * gdb.python/py-unwind-maint.c: New file.
1562         * gdb.python/py-unwind-maint.exp: New test.
1563         * gdb.python/py-unwind-maint.py: New file.
1564         * gdb.python/py-unwind.c: New file.
1565         * gdb.python/py-unwind.exp: New test.
1566         * gdb.python/py-unwind.py: New test.
1567
1568 2015-04-01  Pedro Alves  <palves@redhat.com>
1569
1570         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1571         to fail instead of non-existent $test.
1572
1573 2015-04-01  Pedro Alves  <palves@redhat.com>
1574
1575         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1576         GDBFLAGS if not empty.
1577
1578 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
1579
1580         * gdb.ada/complete.exp: Remove "multi_line".
1581         * gdb.ada/info_exc.exp: Remove "multi_line".
1582         * gdb.ada/packed_tagged.exp: Remove "multi_line".
1583         * gdb.ada/ptype_field.exp: Remove "multi_line".
1584         * gdb.ada/sym_print_name.exp: Remove "multi_line".
1585         * gdb.ada/tagged.exp: Remove "multi_line".
1586         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1587         [multi_line ...]
1588         * gdb.btrace/delta.exp: Likewise.
1589         * gdb.btrace/exception.exp: Likewise.
1590         * gdb.btrace/function_call_history.exp: Likewise.
1591         * gdb.btrace/instruction_history.exp: Likewise.
1592         * gdb.btrace/nohist.exp: Likewise.
1593         * gdb.btrace/record_goto.exp: Likewise.
1594         * gdb.btrace/segv.exp: Likewise.
1595         * gdb.btrace/stepi.exp: Likewise.
1596         * gdb.btrace/tailcall.exp: Likewise.
1597         * gdb.btrace/unknown_functions.exp: Likewise.
1598         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1599         * lib/gdb.exp: Add the "multi_line" helper.
1600
1601 2015-04-01  Pedro Alves  <palves@redhat.com>
1602
1603         * gdb.threads/tid-reuse.c: New file.
1604         * gdb.threads/tid-reuse.exp: New file.
1605
1606 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1607
1608         PR corefiles/16092
1609         * gdb.base/coredump-filter.c: New file.
1610         * gdb.base/coredump-filter.exp: Likewise.
1611
1612 2015-03-27  Petr Machata  <pmachata@redhat.com>
1613
1614         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1615         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1616         (Dwarf::assemble): Initialize them.
1617         (Dwarf::lines): New function.
1618
1619 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
1620
1621         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1622         SYMBOL_PREFIX for x86_64-*-cygwin.
1623
1624 2015-03-26  Andy Wingo  <wingo@igalia.com>
1625
1626         PR symtab/18148
1627         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1628         const_value but not a location.
1629         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1630         location defined in non-main CUs are visible.
1631
1632 2015-03-26  Yao Qi  <yao.qi@linaro.org>
1633
1634         PR testsuite/18139
1635         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1636         Add a line number entry for the same line.
1637         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1638         Add a line number entry for the same line.
1639
1640 2015-03-26  Yao Qi  <yao.qi@linaro.org>
1641
1642         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1643         .int 0.
1644         (func): Likewise.  Add .Lfunc_1 label.
1645         Use .Lfunc_1 label.
1646         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1647         .int 0.
1648         (func): Likewise.
1649         Use .Lfunc_1 label.
1650
1651 2015-03-26  Yao Qi  <yao.qi@linaro.org>
1652
1653         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1654         Call gdb_compile instead to compile each .s files without debug
1655         information.
1656
1657 2015-03-26  Yao Qi  <yao.qi@linaro.org>
1658
1659         * gdb.base/savedregs.exp (process_saved_regs): Make
1660         "Saved registers:" optional in the pattern.
1661
1662 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
1663
1664         * gdb.btrace/next.exp: Merged into step.exp.
1665         * gdb.btrace/finish.exp: Merged into step.exp.
1666         * gdb.btrace/nexti.exp: Merged into stepi.exp.
1667         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
1668         "record goto" and checking the exact replay position.
1669         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
1670         check for "Recording format" in "info record" output.
1671         * gdb.btrace/record_goto.exp: Choose test file based on target.
1672         * gdb.btrace/x86-record_goto.S: Renamed into ...
1673         * gdb.btrace/x86_64-record_goto.S: ... this.
1674         * gdb.btrace/i686-record_goto.S: New.
1675         * gdb.btrace/x86-tailcall.S: Renamed into ...
1676         * gdb.btrace/x86_64-tailcall.S: ... this.
1677         * gdb.btrace/i686-tailcall.S: New.
1678         * gdb.btrace/x86-tailcall.c: Renamed into ...
1679         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
1680         separate statements.  Update test.
1681         * gdb.btrace/delta.exp: Use record_goto.c as test file.
1682         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1683         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1684         * gdb.btrace/tailcall.exp: Choose test file based on target.
1685         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1686
1687 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
1688
1689         * gdb.btrace/exception.exp: Increase BTS buffer size.
1690
1691 2015-03-24  Pedro Alves  <palves@redhat.com>
1692
1693         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1694
1695 2015-03-24  Pedro Alves  <palves@redhat.com>
1696
1697         * gdb.threads/schedlock.exp (test_step): No longer expect that
1698         "set scheduler-locking step" with "next" over a function call runs
1699         threads unlocked.
1700
1701 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1702
1703         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1704
1705 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1706
1707         PR breakpoints/16466
1708         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1709         * gdb.mi/mi-pending.c (thread_func): New function.
1710         (int main): Add threading support required.
1711         * gdb.mi/mi-pending.exp: Add tests for this issue.
1712         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1713         (pendfunc2): Remove stdio dependency.
1714         * gdb.mi/mi-pendshr2.c: New file.
1715
1716 2015-03-23  Keith Seitz  <keiths@redhat.com>
1717
1718         * gdb.linespec/keywords.c: New file.
1719         * gdb.linespec/keywords.exp: New file.
1720
1721 2015-03-23  Keith Seitz  <keiths@redhat.com>
1722
1723         PR gdb/18021
1724         * gdb.dwarf2/staticvirtual.exp: New test.
1725
1726 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1727
1728         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1729         * README: Remove HP-UX and gdb.hp.
1730         (configuration):
1731         * configure: Regenerate.
1732         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1733         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1734         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1735         gdb.hp/gdb.defects/Makefile.
1736         * gdb.hp/Makefile.in: File deleted.
1737         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1738         * gdb.hp/gdb.aCC/optimize.c: File deleted.
1739         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1740         * gdb.hp/gdb.aCC/run.c: File deleted.
1741         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1742         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1743         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1744         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1745         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1746         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1747         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1748         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1749         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1750         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1751         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1752         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1753         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1754         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1755         * gdb.hp/gdb.base-hp/reg.s: File deleted.
1756         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1757         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1758         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1759         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1760         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1761         * gdb.hp/gdb.compat/Makefile.in: File deleted.
1762         * gdb.hp/gdb.compat/average.c: File deleted.
1763         * gdb.hp/gdb.compat/sum.c: File deleted.
1764         * gdb.hp/gdb.compat/xdb.c: File deleted.
1765         * gdb.hp/gdb.compat/xdb0.c: File deleted.
1766         * gdb.hp/gdb.compat/xdb0.h: File deleted.
1767         * gdb.hp/gdb.compat/xdb1.c: File deleted.
1768         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1769         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1770         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1771         * gdb.hp/gdb.defects/Makefile.in: File deleted.
1772         * gdb.hp/gdb.defects/bs14602.c: File deleted.
1773         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1774         * gdb.hp/gdb.defects/solib-d.c: File deleted.
1775         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1776         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1777         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1778         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1779         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1780         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1781         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1782         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1783         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1784         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1785         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1786         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1787         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1788         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1789         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1790         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1791         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1792         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1793         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1794         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1795         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1796         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1797         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1798         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1799         * gdb.hp/tools/odump: File deleted.
1800
1801 2015-03-19  Pedro Alves  <palves@redhat.com>
1802
1803         * gdb.threads/continue-pending-status.exp (saw_thread_2)
1804         (saw_thread_3): New globals.
1805         (top level): Increment them when an event for the corresponding
1806         thread is seen.
1807         (no thread starvation): New test.
1808
1809 2015-03-19  Pedro Alves  <palves@redhat.com>
1810
1811         * gdb.threads/continue-pending-status.c: New file.
1812         * gdb.threads/continue-pending-status.exp: New file.
1813
1814 2015-03-18  Pedro Alves  <palves@redhat.com>
1815
1816         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1817         Use gdb_is_target_remote instead of is_remote.  Use
1818         gdb_test_multiple instead of gdb_expect.  Exit early if
1819         gdb_test_multiple hits its internal matches.  Tighten stepi tests
1820         expected output.  Fail on exit with any signal, instead of just
1821         SIGILL.
1822
1823 2015-03-18  Yao Qi  <yao.qi@linaro.org>
1824
1825         PR tdep/18107
1826         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1827         variable.
1828         * gdb.base/catch-syscall.exp: Don't skip it on
1829         aarch64*-*-linux* target.  Remove elements in all_syscalls.
1830         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1831         target.
1832         (setup_all_syscalls): New proc.
1833
1834 2015-03-16  Yao Qi  <yao.qi@linaro.org>
1835
1836         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1837         (top level): Skip tests if valid_addr_p returns false for
1838         $cmd1 or $cmd2.
1839
1840 2015-03-11  Andy Wingo  <wingo@igalia.com>
1841
1842         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1843
1844 2015-03-11  Yao Qi  <yao.qi@linaro.org>
1845
1846         * gdb.base/catch-syscall.exp: Fix typo in comments.
1847
1848 2015-03-11  Yao Qi  <yao.qi@linaro.org>
1849
1850         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1851
1852 2015-03-09  Pedro Alves  <palves@redhat.com>
1853
1854         * dg-extract-results.py: Delete.
1855
1856 2015-03-09  Pedro Alves  <palves@redhat.com>
1857
1858         Merge dg-extract-results.sh from GCC upstream (r218843).
1859
1860         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1861                 * dg-extract-results.sh: Use --text with grep to avoid issues with
1862                 binary files.  Fall back to cat -v, if that doesn't work.
1863
1864 2015-03-05  Pedro Alves  <palves@redhat.com>
1865
1866         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1867
1868 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
1869
1870         * lib/mi-support.exp (mi_expect_interrupt): Accept
1871         alternative event for when in all-stop mode.
1872
1873 2015-03-04  Pedro Alves  <palves@redhat.com>
1874
1875         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1876
1877 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
1878
1879         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1880
1881 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1882
1883         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1884         regexps for GDB's current line display, accept a hex address
1885         preceding the line number.
1886
1887 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1888
1889         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1890         the 'arch1' variable for "s390*-linux*" targets.
1891
1892 2015-03-04  Pedro Alves  <palves@redhat.com>
1893
1894         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1895         (main): Pass missing retval argument to pthread_join call.
1896
1897 2015-03-02  Pedro Alves  <palves@redhat.com>
1898
1899         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1900         (top level): Call do_test with non-stop as well.
1901
1902 2015-03-02  Pedro Alves  <palves@redhat.com>
1903
1904         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1905         -1.
1906
1907 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1908
1909         * gdb.arch/s390-vregs.exp: New test.
1910         * gdb.arch/s390-vregs.S: New file.
1911
1912 2015-02-27  Pedro Alves  <palves@redhat.com>
1913
1914         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1915         call to catch_command_errors.
1916         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1917         catch_command_errors.
1918
1919 2015-02-27  Pedro Alves  <palves@redhat.com>
1920
1921         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1922         "true" for boolean result.
1923         * gdb.gdb/selftest.exp (test_with_self): Also accept full
1924         prototype of main.
1925
1926 2015-02-27  Pedro Alves  <palves@redhat.com>
1927
1928         * lib/unbuffer_output.c: New file.
1929         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1930         (main): Call gdb_unbuffer_output.
1931
1932 2015-02-27  Yao Qi  <yao.qi@linaro.org>
1933
1934         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1935         target.
1936
1937 2015-02-26  Doug Evans  <dje@google.com>
1938
1939         * gdb.cp/class2.cc (Dbase, D): New classes.
1940         (main): New local delta.
1941         * gdb.cp/class2.exp: Test printing delta.
1942         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1943         (dynbar): New global.
1944         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1945
1946 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1947
1948         * gdb.compile/compile-ifunc.c: New file.
1949         * gdb.compile/compile-ifunc.exp: New file.
1950
1951 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1952
1953         * gdb.base/structs.exp: Check for correct struct on finish.
1954
1955 2015-02-26  Yao Qi  <yao.qi@linaro.org>
1956
1957         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1958         is zero.
1959
1960 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1961
1962         * gdb.arch/cordic.ko.bz2: New file.
1963         * gdb.arch/cordic.ko.debug.bz2: New file.
1964         * gdb.arch/ppc64-symtab-cordic.exp: New file.
1965
1966 2015-02-25  Yao Qi  <yao.qi@linaro.org>
1967
1968         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1969         aarch64*-*-* target.
1970
1971 2015-02-23  Pedro Alves  <palves@redhat.com>
1972
1973         * lib/gdb.exp (delete_breakpoints): Rewrite using
1974         gdb_test_multiple.
1975
1976 2015-02-23  Pedro Alves  <palves@redhat.com>
1977
1978         * gdb.base/info-os.c: Include stdlib.h.
1979
1980 2015-02-22  Doug Evans  <xdje42@gmail.com>
1981
1982         PR symtab/17855
1983         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1984         is read after symbols have been re-read.
1985         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1986         * gdb.ada/exec_changed/second.adb (Second): Ditto.
1987
1988 2015-02-21  Doug Evans  <dje@google.com>
1989
1990         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1991
1992 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1993
1994         PR corefiles/17808
1995         * gdb.arch/i386-biarch-core.core.bz2: New file.
1996         * gdb.arch/i386-biarch-core.exp: New file.
1997
1998 2015-02-21  Pedro Alves  <palves@redhat.com>
1999
2000         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2001         runto_main fails.
2002
2003 2015-02-20  Pedro Alves  <palves@redhat.com>
2004
2005         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2006         info probes.
2007
2008 2015-02-20  Pedro Alves  <palves@redhat.com>
2009
2010         * gdb.threads/multi-create-ns-info-thr.exp: New file.
2011
2012 2015-02-20  Pedro Alves  <palves@redhat.com>
2013
2014         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
2015         clean_restart before gdb_target_supports_trace.
2016
2017 2015-02-20  Pedro Alves  <palves@redhat.com>
2018
2019         PR threads/18006
2020         * gdb.threads/clone-thread_db.c: New file.
2021         * gdb.threads/clone-thread_db.exp: New file.
2022
2023 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2024
2025         PR breakpoints/16812
2026         * gdb.base/catch-gdb-caused-signals.c: New file.
2027         * gdb.base/catch-gdb-caused-signals.exp: New file.
2028
2029 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
2030
2031         * configure: Regenerated.
2032         * configure.ac: Use GDB_AC_TRANSFORM.
2033         * aclocal.m4: sinclude ../transform.m4.
2034
2035 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
2036
2037         * lib/dtrace.exp: New file.
2038         * gdb.base/dtrace-probe.exp: Likewise.
2039         * gdb.base/dtrace-probe.d: Likewise.
2040         * gdb.base/dtrace-probe.c: Likewise.
2041         * lib/pdtrace.in: Likewise.
2042         * configure.ac: Output variables with the transformed names of
2043         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
2044         * configure: Regenerated.
2045
2046 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
2047
2048         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2049         expected message when trying to access $_probe_* convenience
2050         variables while not on a probe.
2051
2052 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2053
2054         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2055
2056 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
2057
2058         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2059         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2060
2061 2015-02-10  Doug Evans  <xdje42@gmail.com>
2062
2063         * lib/gdb.exp (gdb_load): Always return a result.
2064
2065 2015-02-10  Pedro Alves  <palves@redhat.com>
2066
2067         * gdb.threads/signal-sigtrap.c: New file.
2068         * gdb.threads/signal-sigtrap.exp: New file.
2069
2070 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
2071
2072         * gdb.trace/no-attach-trace.c: New file.
2073         * gdb.trace/no-attach-trace.exp: New file.
2074
2075 2015-02-09  Mark Wielaard  <mjw@redhat.com>
2076
2077         * gdb.dwarf2/atomic.c: New file.
2078         * gdb.dwarf2/atomic-type.exp: Likewise.
2079
2080 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2081
2082         * gdb.btrace/buffer-size.exp: Update "info record" output.
2083         * gdb.btrace/delta.exp: Update "info record" output.
2084         * gdb.btrace/enable.exp: Update "info record" output.
2085         * gdb.btrace/finish.exp: Update "info record" output.
2086         * gdb.btrace/instruction_history.exp: Update "info record" output.
2087         * gdb.btrace/next.exp: Update "info record" output.
2088         * gdb.btrace/nexti.exp: Update "info record" output.
2089         * gdb.btrace/step.exp: Update "info record" output.
2090         * gdb.btrace/stepi.exp: Update "info record" output.
2091         * gdb.btrace/nohist.exp: Update "info record" output.
2092
2093 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2094
2095         * gdb.btrace/buffer-size: New.
2096
2097 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2098
2099         * gdb.btrace/delta.exp: Update "info record" output.
2100         * gdb.btrace/enable.exp: Update "info record" output.
2101         * gdb.btrace/finish.exp: Update "info record" output.
2102         * gdb.btrace/instruction_history.exp: Update "info record" output.
2103         * gdb.btrace/next.exp: Update "info record" output.
2104         * gdb.btrace/nexti.exp: Update "info record" output.
2105         * gdb.btrace/step.exp: Update "info record" output.
2106         * gdb.btrace/stepi.exp: Update "info record" output.
2107         * gdb.btrace/nohist.exp: Update "info record" output.
2108
2109 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
2110
2111         PR gdb/15678
2112         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2113
2114 2015-02-06  Pedro Alves  <palves@redhat.com>
2115
2116         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2117         macro.
2118         (seconds_left, again): New globals.
2119         (main): Wait seconds_left in a 1-second sleep loop instead of
2120         sleeping 180 seconds.  If 'again' is set, reset the seconds
2121         counter.
2122         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2123         'again' in the inferior before detaching.  Print the seconds left.
2124         (options): New global.
2125         (top level): Build program with -DTIMEOUT=$timeout.
2126
2127 2015-02-06  Pedro Alves  <palves@redhat.com>
2128
2129         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2130         determine how many seconds to pass to 'alarm'.
2131         * gdb.base/gdb-sigterm.exp (top level): Build program with
2132         -DTIMEOUT=$timeout.
2133         (do_test): Return success/failure indication.  Add more verbose
2134         logging.  Don't fail if 200 single steps are seen.  Instead, fail
2135         when the test times out.
2136         (passes): New global.
2137         (top level): Break the testing loop if testing fails on any
2138         iteration.  Use gdb_assert.
2139
2140 2015-02-04  Don Breazeal  <donb@codesourcery.com>
2141
2142         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2143         and initialize them.
2144         (ipc_cleanup): New function.
2145         (main): Don't declare shmid, semid, and msqid.  Add a call to
2146         atexit so that we call ipc_cleanup on exit.
2147
2148 2015-02-04  Pedro Alves  <palves@redhat.com>
2149
2150         * boards/native-extended-gdbserver.exp: Remove any target variant
2151         specifications from the board name before clearing the isremote
2152         flag from board_info.
2153
2154 2015-01-31  Doug Evans  <xdje42@gmail.com>
2155
2156         * gdb.base/maint.exp <maint print type argc>: Update expected output.
2157
2158 2015-01-31  Gary Benson <gbenson@redhat.com>
2159
2160         * gdb.base/completion.exp: Disable completion limiting for
2161         existing tests.  Add new tests to check completion limiting.
2162         * gdb.linespec/ls-errs.exp: Disable completion limiting.
2163
2164 2015-01-31  Doug Evans  <xdje42@gmail.com>
2165
2166         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2167
2168 2015-01-31  Doug Evans  <xdje42@gmail.com>
2169
2170         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2171         entries.  Duplicate file section script entries.
2172         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2173         inlined entries.  Add test for safe-path rejection.
2174         * gdb.python/py-section-script.c: Add duplicate inlined section script
2175         entries.  Duplicate file section script entries.
2176         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2177         inlined entries.  Add test for safe-path rejection.
2178
2179 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
2180
2181         * gdb.ada/disc_arr_bound: New testcase.
2182
2183 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
2184
2185         * gdb.ada/mi_var_array: New testcase.
2186
2187 2015-01-27  Doug Evans  <dje@google.com>
2188
2189         * gdb.python/py-objfile.exp: Add tests for objfile.username.
2190         Add test for objfile.filename, objfile.username after objfile
2191         has been unloaded.
2192
2193 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
2194
2195         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2196         the second test to print the name attribute of value
2197         returned by the call to gdb.lookup_type, and adjust
2198         the expected output accordingly.
2199
2200 2015-01-25  Mark Wielaard  <mjw@redhat.com>
2201
2202         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2203         * gdb.base/disp-step-fork.c: Include unistd.h.
2204         * gdb.base/siginfo-obj.c: Include stdio.h.
2205         * gdb.base/siginfo-thread.c: Likewise.
2206         * gdb.mi/non-stop.c: Include unistd.h.
2207         * gdb.mi/nsthrexec.c: Include stdio.h.
2208         * gdb.mi/pthreads.c: Include unistd.h.
2209         * gdb.modula2/unbounded1.c (main): Declare returns int.
2210         * gdb.reverse/consecutive-reverse.c: Likewise.
2211         * gdb.threads/create-fail.c: Include unistd.h.
2212         * gdb.threads/killed.c: Likewise.
2213         * gdb.threads/linux-dp.c: Likewise.
2214         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2215         * gdb.threads/non-ldr-exc-2.c: Likewise.
2216         * gdb.threads/non-ldr-exc-3.c: Likewise.
2217         * gdb.threads/non-ldr-exc-4.c: Likewise.
2218         * gdb.threads/pthreads.c: Include unistd.h.
2219         (main): Declare returns int.
2220         * gdb.threads/tls-main.c (foo): New declaration.
2221         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2222
2223 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2224
2225         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2226         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2227
2228 2015-01-15  Mark Wielaard  <mjw@redhat.com>
2229
2230         * gdb.base/noreturn-return.c: New file.
2231         * gdb.base/noreturn-return.exp: New file.
2232         * gdb.base/noreturn-finish.c: New file.
2233         * gdb.base/noreturn-finish.exp: New file.
2234
2235 2015-01-23  Pedro Alves  <palves@redhat.com>
2236
2237         * gdb.threads/continue-pending-after-query.c: New file.
2238         * gdb.threads/continue-pending-after-query.exp: New file.
2239
2240 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
2241             Simon Marchi  <simon.marchi@ericsson.com>
2242
2243         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2244         * gdb.base/valgrind-db-attach.exp: Same.
2245         * gdb.base/valgrind-infcall.exp: Same.
2246         * lib/mi-support.exp (default_mi_gdb_start): Same.
2247         * lib/prompt.exp (default_prompt_gdb_start): Same.
2248         * lib/gdb.exp (default_gdb_spawn): Same.
2249         (gdb_interact): New.
2250
2251
2252 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2253
2254         * gdb.compile/compile.exp (pointer to jit function): New test.
2255
2256 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
2257
2258         * lib/gdb.exp (supports_process_record): Return true for
2259         powerpc*-*-linux*.
2260         (supports_reverse): Likewise.
2261
2262 2015-01-15  Don Breazeal  <donb@codesourcery.com>
2263
2264         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2265         instead of checking whether the target board is remote and
2266         use spawn_wait_for_attach instead of exec/sleep.
2267         * gdb.base/attach-twice.exp: Likewise.
2268
2269 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
2270
2271         * gdb.ada/var_arr_attrs: New testcase.
2272
2273 2015-01-14  Pedro Alves  <palves@redhat.com>
2274             Joel Brobecker  <brobecker@adacore.com>
2275
2276         PR gdb/17525
2277         * gdb.base/bp-cmds-execution-x-script.c: New file.
2278         * gdb.base/bp-cmds-execution-x-script.exp: New file.
2279         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2280
2281 2015-01-14  Pedro Alves  <palves@redhat.com>
2282
2283         PR cli/17828
2284         * gdb.base/batch-preserve-term-settings.c: New file.
2285         * gdb.base/batch-preserve-term-settings.exp: New file.
2286
2287 2015-01-13  Doug Evans  <dje@google.com>
2288
2289         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2290         binary.
2291
2292 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
2293
2294         * Makefile.in (clean mostlyclean): Do not delete *.py.
2295
2296 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
2297
2298         * gdb.python/py-lookup-type.exp: New file.
2299
2300 2015-01-12  Pedro Alves  <palves@redhat.com>
2301
2302         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2303         restore GDBFLAGS before returning.
2304
2305 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2306
2307         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2308         is_amd64_regs_target and is_x86_like_target.
2309
2310 2015-01-11  Doug Evans  <xdje42@gmail.com>
2311
2312         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2313         is given without an explicit form.
2314         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2315         attributes.
2316         * gdb.dwarf/corrupt.exp: Ditto.
2317         * gdb.dwarf2/enum-type.exp: Ditto.
2318         * gdb.trace/entry-values.exp: Ditto.
2319         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2320
2321 2015-01-11  Doug Evans  <xdje42@gmail.com>
2322
2323         PR gdb/15830
2324         * gdb.base/maint.exp: Remove references to "maint demangle".
2325         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
2326         Add tests for explicitly specifying language to demangle.
2327         * gdb.dlang/demangle.exp: Ditto.
2328
2329 2015-01-09  Pedro Alves  <palves@redhat.com>
2330
2331         * gdb.threads/non-stop-fair-events.c: New file.
2332         * gdb.threads/non-stop-fair-events.exp: New file.
2333
2334 2015-01-09  Pedro Alves  <palves@redhat.com>
2335
2336         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2337         the global scope.  Set a breakpoint after all threads are started
2338         rather than stepping over two source lines.  Expect the prompt.
2339         * gdb.base/watch_thread_num.c (threads_started_barrier): New
2340         global.
2341         (NUM): Now 15.
2342         (main): Use threads_started_barrier to wait for all threads to
2343         start.  Main thread no longer calls thread_function.  Exit after
2344         180 seconds.
2345         (loop): New function.
2346         (thread_function): Wait on threads_started_barrier barrier.  Call
2347         'loop' at each iteration.
2348         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2349         threads have started, instead of hardcoding number of "next"
2350         steps.  Use an access watchpoint instead of a write watchpoint.
2351
2352 2015-01-09  Pedro Alves  <palves@redhat.com>
2353
2354         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2355         (thread_func): Wait on barrier.
2356         (main): Wait for all threads to start before stopping GDB.
2357         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2358         global.
2359         (thread1_func, thread2_func): Wait on barrier.
2360         (main): Wait for all threads to start before stopping GDB.
2361         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2362         New global.
2363         (thread1_func, thread2_func): Wait on barrier.
2364         (main): Wait for all threads to start before stopping GDB.
2365
2366 2015-01-09  Pedro Alves  <palves@redhat.com>
2367
2368         * gdb.threads/attach-many-short-lived-threads.c: New file.
2369         * gdb.threads/attach-many-short-lived-threads.exp: New file.
2370
2371 2014-01-09  Pedro Alves  <palves@redhat.com>
2372
2373         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2374         instead of to thread 2.
2375         * gdb.threads/signal-command-multiple-signals-pending.c (main):
2376         Add barrier around each pthread_create call instead of around all
2377         calls.
2378         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2379         Set a break on thread_function and have the child threads hit it
2380         one at at a time.
2381
2382 2015-01-09  Pedro Alves  <palves@redhat.com>
2383
2384         * lib/gdb.exp (can_spawn_for_attach): New procedure.
2385         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2386         false.
2387         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2388         checking whether the target board is remote.
2389         * gdb.multi/multi-attach.exp: Likewise.
2390         * gdb.python/py-sync-interp.exp: Likewise.
2391         * gdb.server/ext-attach.exp: Likewise.
2392         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2393         tests that need to attach, instead of checking whether the target
2394         board is remote at the top of the file.
2395
2396 2015-01-08  Yao Qi  <yao@codesourcery.com>
2397
2398         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2399
2400 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2401
2402         Fix testcase compilation.
2403         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2404
2405 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
2406
2407         * gdb.python/py-type.exp: Add a couple test about empty
2408         array creation, and negative-length array creation.
2409
2410 2015-01-02  Doug Evans  <xdje42@gmail.com>
2411
2412         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2413
2414 2015-01-02  Doug Evans  <dje@google.com>
2415
2416         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2417
2418 2014-12-29  Yao Qi  <yao@codesourcery.com>
2419
2420         * gdb.trace/entry-values.exp: Update comments.  Rename variable
2421         bar_call_foo to returned_from_foo.
2422
2423 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2424
2425         PR gdb/17394
2426         * gdb.linespec/break-asm-file.c: New file.
2427         * gdb.linespec/break-asm-file.exp: New file.
2428         * gdb.linespec/break-asm-file0.s: New file.
2429         * gdb.linespec/break-asm-file1.s: New file.
2430
2431 2014-12-18  Nigel Stephens  <nigel@mips.com>
2432             Maciej W. Rozycki  <macro@codesourcery.com>
2433
2434         * gdb.base/float.exp: Handle the new output from "info float" on
2435         MIPS targets.
2436
2437 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2438
2439         Fix MinGW compilation.
2440         * gdb.compile/compile-ops.exp: Update untested message if
2441         !skip_compile_feature_tests.
2442         * gdb.compile/compile-setjmp.exp: Likewise.
2443         * gdb.compile/compile-tls.exp: Likewise.
2444         * gdb.compile/compile.exp: Likewise.
2445         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2446         supported on this host".
2447
2448 2014-12-16  Doug Evans  <xdje42@gmail.com>
2449
2450         * boards/stabs.exp: New file.
2451
2452 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
2453
2454         * gdb.base/completion.exp: Adjust to format changes of "maint
2455         print user-registers".
2456
2457 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
2458
2459         PR server/17457
2460         * gdb.arch/aarch64-fp.c: New file.
2461         * gdb.arch/aarch64-fp.exp: New file.
2462
2463 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2464
2465         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2466         r210637, r210913, r211666, r215400, r215817).
2467
2468         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
2469                 * dg-extract-results.py: New file.
2470                 * dg-extract-results.sh: Use it if the environment seems
2471                 suitable.
2472
2473         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
2474
2475                 * dg-extract-results.py (parse_run): Handle warnings that
2476                 are printed before a test harness is run.
2477
2478         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
2479
2480                 * dg-extract-results.py (Named): Remove __cmp__ method.
2481                 (output_variation): Use a key to sort variation.harnesses.
2482
2483         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
2484
2485                 * dg-extract-results.py: For Python 3, force sys.stdout to
2486                 handle surrogate escape sequences.
2487                 (safe_open): New function.
2488                 (output_segment, main): Use it.
2489
2490         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
2491
2492                 * dg-extract-results.py (Prog.result_re): Include options
2493                 in test name.
2494
2495         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
2496
2497                 * dg-extract-results.py (output_variation): Always sort if
2498                 do_sum.
2499
2500 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
2501
2502         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2503         as long as we get pagination notifications.
2504
2505 2014-12-15  Jason Merrill  <jason@redhat.com>
2506
2507         * Makefile.in (check-gdb.%): Restore.
2508         * README: Mention it.
2509
2510 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
2511
2512         * gdb.ada/str_uninit: New testcase.
2513
2514 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2515
2516         PR symtab/17642
2517         * gdb.base/vla-stub-define.c: New file.
2518         * gdb.base/vla-stub.c: New file.
2519         * gdb.base/vla-stub.exp: New file.
2520
2521 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
2522             Jan Kratochvil  <jan.kratochvil@redhat.com>
2523             Tom Tromey  <tromey@redhat.com>
2524
2525         * configure.ac: Add gdb.compile/.
2526         * configure: Regenerate.
2527         * gdb.compile/Makefile.in: New file.
2528         * gdb.compile/compile-ops.exp: New file.
2529         * gdb.compile/compile-ops.c: New file.
2530         * gdb.compile/compile-tls.c: New file.
2531         * gdb.compile/compile-tls.exp: New file.
2532         * gdb.compile/compile-constvar.S: New file.
2533         * gdb.compile/compile-constvar.c: New file.
2534         * gdb.compile/compile-mod.c: New file.
2535         * gdb.compile/compile-nodebug.c: New file.
2536         * gdb.compile/compile-setjmp-mod.c: New file.
2537         * gdb.compile/compile-setjmp.c: New file.
2538         * gdb.compile/compile-setjmp.exp: New file.
2539         * gdb.compile/compile-shlib.c: New file.
2540         * gdb.compile/compile.c: New file.
2541         * gdb.compile/compile.exp: New file.
2542         * lib/gdb.exp (skip_compile_feature_tests): New proc.
2543
2544 2014-12-12  Tom Tromey  <tromey@redhat.com>
2545
2546         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
2547         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2548
2549 2014-12-12  Doug Evans  <dje@google.com>
2550
2551         * lib/gdb-python.exp (get_python_valueof): New function.
2552         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2553
2554 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2555
2556         * gdb.base/completion.exp: Add test for completion of "info
2557         registers ".
2558
2559 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
2560
2561         * gdb.base/func-ptrs.c: New file.
2562         * gdb.base/func-ptrs.exp: New file.
2563
2564 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
2565
2566         PR breakpoints/17012
2567         * gdb.base/dprintf-detach.c: New file.
2568         * gdb.base/dprintf-detach.exp: New file.
2569
2570 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
2571
2572         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2573         * lib/gdb.exp (target_is_gdbserver): New procedure.
2574
2575 2014-12-08  Doug Evans  <dje@google.com>
2576
2577         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2578
2579 2014-12-05  Yao Qi  <yao@codesourcery.com>
2580
2581         * gdb.guile/scm-error.exp: Remove the third argument to
2582         gdb_remote_download.
2583         * gdb.guile/scm-frame-args.exp: Likewise.
2584         * gdb.guile/scm-section-script.exp: Likewise.
2585
2586 2014-12-05  Yao Qi  <yao@codesourcery.com>
2587
2588         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2589
2590 2014-12-04  Doug Evans  <dje@google.com>
2591
2592         * gdb.python/py-objfile.exp: Add tests for
2593         objfile.add_separate_debug_file.
2594
2595 2014-12-04  Doug Evans  <dje@google.com>
2596
2597         * lib/gdb.exp (get_build_id): New function.
2598         (build_id_debug_filename_get): Rewrite to use it.
2599         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2600
2601 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
2602
2603         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2604         `method(long)', not just 0x0.
2605         * gdb.cp/nsalias.exp: Align code labels to 4.
2606         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2607         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2608         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2609         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2610         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2611         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2612
2613 2014-12-02  Doug Evans  <dje@google.com>
2614
2615         PR symtab/17602
2616         * gdb.cp/anon-ns.cc: Move guts of this file to ...
2617         * gdb.cp/anon-ns2.cc: ... here.  New file.
2618         * gdb.cp/anon-ns.exp: Update.
2619
2620 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
2621
2622         * gdb.python/py-events.py (inferior_call_handler): New.
2623         (register_changed_handler, memory_changed_handler): New.
2624         (test_events.invoke): Register new handlers.
2625         * gdb.python/py-events.exp: Add tests for inferior call,
2626         memory_changed and register_changed events.
2627
2628 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2629
2630         * gdb.base/execl-update-breakpoints.exp: Specify the link address
2631         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
2632         if the linker doesn't understand this.
2633
2634 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
2635
2636         * gdb.python/python.exp: Change expected reply to help().
2637
2638 2014-12-01  Yao Qi  <yao@codesourcery.com>
2639
2640         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
2641         AC_CONFIG_SUBDIRS(gdb.gdbtk).
2642         * configure: Re-generated.
2643
2644 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
2645
2646         * gdb.cp/chained-calls.cc: New file.
2647         * gdb.cp/chained-calls.exp: New file.
2648         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2649
2650 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
2651
2652         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2653         * gdb.dwarf2/symtab-producer.exp: Same.
2654         * gdb.gdb/python-interrupts.exp: Same.
2655         * gdb.gdb/python-selftest.exp: Same.
2656         * gdb.python/py-linetable.exp: Same.
2657         * gdb.python/py-type.exp: Same.
2658         * gdb.python/py-value-cc.exp: Same.
2659         * gdb.python/py-value.exp: Same.
2660
2661 2014-11-28  Yao Qi  <yao@codesourcery.com>
2662
2663         * gdb.base/break-probes.exp: Match library name prefixed with
2664         sysroot.
2665
2666 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
2667
2668         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2669         test expected output.  Add parentheses for the call to print.
2670         Remove L suffix from integers.
2671
2672 2014-11-26  Doug Evans  <dje@google.com>
2673
2674         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2675
2676 2014-11-22  Yao Qi  <yao@codesourcery.com>
2677
2678         * gdb.trace/entry-values.c: Remove asms.
2679         (foo): Add foo_label.
2680         (bar): Add bar_label.
2681         * gdb.trace/entry-values.exp: Remove code computing  foo's
2682         length and bar's length.
2683         (Dwarf::assemble): Invoke function_range for bar and use
2684         MACRO_AT_func for foo.
2685
2686 2014-11-22  Yao Qi  <yao@codesourcery.com>
2687
2688         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2689         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
2690         Use .Lgcc43_procstart instead of gcc43.
2691
2692 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
2693
2694         * gdb.ada/n_arr_bound: New testcase.
2695
2696 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
2697
2698         PR breakpoints/10737
2699         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2700         test_catch_syscall_multi_arch.
2701         (test_catch_syscall_multi_arch): New function.
2702
2703 2014-11-20  Doug Evans  <xdje42@gmail.com>
2704
2705         * gdb.base/maint.exp: Update expected output.
2706
2707 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2708
2709         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2710         4-byte instruction on S390.
2711
2712 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
2713
2714         * gdb.ada/arr_arr: New testcase.
2715
2716 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
2717
2718         * gdb.ada/pkd_arr_elem: New Testcase.
2719
2720 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
2721
2722         * gdb.reverse/break-precsave: Expect completion message for
2723         core file reads.
2724         * gdb.reverse/consecutive-precsave.exp: Likewise.
2725         * gdb.reverse/finish-precsave.exp: Likewise.
2726         * gdb.reverse/i386-precsave.exp: Likewise.
2727         * gdb.reverse/machinestate-precsave.exp: Likewise.
2728         * gdb.reverse/sigall-precsave.exp: Likewise.
2729         * gdb.reverse/solib-precsave.exp: Likewise.
2730         * gdb.reverse/step-precsave.exp: Likewise.
2731         * gdb.reverse/until-precsave.exp: Likewise.
2732         * gdb.reverse/watch-precsave.exp: Likewise.
2733
2734 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2735
2736         * gdb.base/bp-permanent.c: Include unistd.h.
2737         * gdb.python/py-framefilter-mi.c (main): Add return type.
2738         * gdb.python/py-framefilter.c (main): Likewise.
2739         * gdb.trace/actions-changed.c (main): Likewise.
2740
2741 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2742
2743         * gdb.mi/until.c: Add eye-catchers.
2744         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2745         line numbers.
2746
2747 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2748
2749         * gdb.base/condbreak.exp: Drop references to removed non-prototype
2750         function header variants in break1.c.
2751         * gdb.base/ena-dis-br.exp: Likewise.
2752         * gdb.base/hbreak2.exp: Likewise.
2753         * gdb.reverse/until-precsave.exp: Drop references to removed
2754         non-prototype function header variants in ur1.c.
2755         * gdb.reverse/until-reverse.exp: Likewise.
2756
2757 2014-11-17  Petr Machata  <pmachata@redhat.com>
2758
2759         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
2760         ${_cu_offset_size} bytes abbrev offset.
2761
2762 2014-11-15  Doug Evans  <xdje42@gmail.com>
2763
2764         PR symtab/17559
2765         * gdb.base/line-symtabs.exp: New file.
2766         * gdb.base/line-symtabs.c: New file.
2767         * gdb.base/line-symtabs.h: New file.
2768
2769 2014-11-14  Yao Qi  <yao@codesourcery.com>
2770
2771         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2772         (func): Add label func_label.
2773         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2774         Replace low_pc and high_pc with MACRO_AT_range.
2775         Replace name, low_pc and high_pc with MACRO_AT_func.
2776
2777 2014-11-14  Yao Qi  <yao@codesourcery.com>
2778
2779         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2780         Replace name, low_pc and high_pc with MACRO_AT_func.
2781
2782 2014-11-14  Yao Qi  <yao@codesourcery.com>
2783
2784         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2785         produce debug information.
2786         * gdb.dwarf2/implptr-optimized-out.S: Removed.
2787
2788 2014-11-14  Yao Qi  <yao@codesourcery.com>
2789
2790         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2791         object and get function length.
2792         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2793         with MACRO_AT_func.
2794         (top-level): Replace gdb_compile and clean_restart with
2795         prepare_for_testing.
2796         * gdb.dwarf2/main.c (main): Add label main_label.
2797
2798 2014-11-14  Yao Qi  <yao@codesourcery.com>
2799
2800         * lib/dwarf.exp (function_range): New procedure.
2801         (Dwarf::_handle_macro_at_func): New procedure.
2802         (Dwarf::_handle_macro_at_range): New procedure.
2803         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2804
2805 2014-11-14  Yao Qi  <yao@codesourcery.com>
2806
2807         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2808         (_handle_attribute): New procedure.
2809
2810 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2811
2812         * gdb.ada/cond_lang/foo.c (callme): Add return type.
2813         * gdb.base/call-sc.c (zed): Likewise.
2814         * gdb.base/checkpoint.c (main): Likewise.
2815         * gdb.base/dump.c (main): Likewise.
2816         * gdb.base/gcore.c (main): Likewise.
2817         * gdb.base/huge.c (main): Likewise.
2818         * gdb.base/multi-forks.c (main): Likewise.
2819         * gdb.base/pr10179-a.c (main): Likewise.
2820         * gdb.base/savedregs.c (main): Likewise.
2821         * gdb.base/sigaltstack.c (main): Likewise.
2822         * gdb.base/siginfo.c (main): Likewise.
2823         * gdb.base/structs.c (zed): Likewise.
2824         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2825         * gdb.mi/mi-syn-frame.c (main): Likewise.
2826         * gdb.mi/until.c (foo, main): Likewise.
2827         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2828         * gdb.base/solib-weak.c (foo): Declare.
2829         * gdb.base/attach-twice.c: Include stdio.h.
2830         * gdb.base/weaklib1.c: Likewise.
2831         * gdb.base/weaklib2.c: Likewise.
2832         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2833         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2834         unistd.h.
2835         * gdb.base/attach-pie-misread.c: Include stdlib.h.
2836         * gdb.mi/mi-exit-code.c: Likewise.
2837         * gdb.base/break-interp-lib.c: Include string.h.
2838         * gdb.base/coremaker.c: Likewise.
2839         * gdb.base/testenv.c: Likewise.
2840         * gdb.python/py-finish-breakpoint.c: Likewise.
2841         * gdb.base/inferior-died.c: Include sys/wait.h.
2842         * gdb.base/fileio.c: Include time.h.
2843         * gdb.base/async-shell.c: Include unistd.h.
2844         * gdb.base/dprintf-non-stop.c: Likewise.
2845         * gdb.base/info-os.c: Likewise.
2846         * gdb.mi/mi-console.c: Likewise.
2847         * gdb.mi/watch-nonstop.c: Likewise.
2848         * gdb.python/py-events.c: Likewise.
2849         * gdb.base/async.c (baz): Move up before its invocation.
2850         * gdb.base/code_elim2.c (my_global_func): Likewise.
2851         * gdb.base/skip-solib-lib.c (multiply): Likewise.
2852         * gdb.base/advance.c (func2): Likewise.
2853
2854 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2855
2856         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2857         variant.
2858         * gdb.base/annota3.c: Likewise.
2859         * gdb.base/async.c: Likewise.
2860         * gdb.base/average.c: Likewise.
2861         * gdb.base/call-ar-st.c: Likewise.
2862         * gdb.base/call-rt-st.c: Likewise.
2863         * gdb.base/call-sc.c: Likewise.
2864         * gdb.base/call-strs.c: Likewise.
2865         * gdb.base/ending-run.c: Likewise.
2866         * gdb.base/execd-prog.c: Likewise.
2867         * gdb.base/exprs.c: Likewise.
2868         * gdb.base/foll-exec.c: Likewise.
2869         * gdb.base/foll-fork.c: Likewise.
2870         * gdb.base/foll-vfork.c: Likewise.
2871         * gdb.base/funcargs.c: Likewise.
2872         * gdb.base/gcore.c: Likewise.
2873         * gdb.base/jump.c: Likewise.
2874         * gdb.base/langs0.c: Likewise.
2875         * gdb.base/langs1.c: Likewise.
2876         * gdb.base/langs2.c: Likewise.
2877         * gdb.base/mips_pro.c: Likewise.
2878         * gdb.base/nodebug.c: Likewise.
2879         * gdb.base/opaque0.c: Likewise.
2880         * gdb.base/opaque1.c: Likewise.
2881         * gdb.base/recurse.c: Likewise.
2882         * gdb.base/run.c: Likewise.
2883         * gdb.base/scope0.c: Likewise.
2884         * gdb.base/scope1.c: Likewise.
2885         * gdb.base/setshow.c: Likewise.
2886         * gdb.base/setvar.c: Likewise.
2887         * gdb.base/shmain.c: Likewise.
2888         * gdb.base/shr1.c: Likewise.
2889         * gdb.base/shr2.c: Likewise.
2890         * gdb.base/sigall.c: Likewise.
2891         * gdb.base/signals.c: Likewise.
2892         * gdb.base/so-indr-cl.c: Likewise.
2893         * gdb.base/solib2.c: Likewise.
2894         * gdb.base/structs.c: Likewise.
2895         * gdb.base/sum.c: Likewise.
2896         * gdb.base/vforked-prog.c: Likewise.
2897         * gdb.base/watchpoint.c: Likewise.
2898         * gdb.reverse/shr2.c: Likewise.
2899         * gdb.reverse/until-reverse.c: Likewise.
2900         * gdb.reverse/ur1.c: Likewise.
2901         * gdb.reverse/watch-reverse.c: Likewise.
2902
2903 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2904
2905         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2906         variant.
2907         * gdb.base/sepdebug.exp: Drop references to removed code.
2908
2909 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2910
2911         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2912         variant.  Preserve original line numbering.
2913         * gdb.base/list1.c: Likewise.
2914
2915 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2916
2917         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2918         variant.
2919         * gdb.base/break1.c: Likewise.
2920         * gdb.base/break.exp: Drop references to removed code.
2921
2922 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2923
2924         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2925         variant.
2926
2927 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2928
2929         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2930
2931 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2932
2933         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
2934         logic into perform_all_tests() and invoke it with and without
2935         function header prototypes.
2936         (do_function_calls): Remove conditional XFAIL for PR 5318.
2937         (rerun_and_prepare): Remove duplicate code.
2938         (perform_all_tests): New.  Main logic moved here.
2939
2940 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2941
2942         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2943         code guarded by #ifdef NO_PROTOTYPES.
2944         (t_double_many_args): Likewise.
2945         (DEF_FUNC_MANY_ARGS_1): Likewise.
2946         (DEF_FUNC_VALUES_1): Likewise.
2947         (t_structs_ldc): Renamed from t_structs_fc in conditional code
2948         guarded by #ifdef PROTOTYPES.
2949
2950 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2951
2952         * gdb.mi/mi-console.c: Add eye-catcher.
2953         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2954         instead of literal line number.
2955
2956 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2957
2958         * gdb.base/shr2.c: Add eye-catcher.
2959         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2960         line number.
2961
2962 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2963
2964         * gdb.base/jump.c: Add eye-catchers.
2965         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2966         numbers.
2967
2968 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2969
2970         * gdb.base/execd-prog.c: Add eye-catchers.
2971         * gdb.base/foll-exec.c: Likewise.
2972         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2973         line numbers.
2974
2975 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2976
2977         * gdb.base/ending-run.c: Add eye-catchers.
2978         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2979         literal line numbers.
2980
2981 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2982
2983         * gdb.base/call-rt-st.c: Add eye-catchers.
2984         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2985         literal line numbers.
2986
2987 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2988
2989         * gdb.base/call-ar-st.c: Add eye-catchers.
2990         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2991         literal line numbers.
2992
2993 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2994
2995         * gdb.base/average.c: Add eye-catchers.
2996         * gdb.base/sum.c: Likewise.
2997         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2998         regexps dynamically.
2999
3000 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3001
3002         * gdb.base/solib1.c: Add eye-catchers.
3003         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3004         literal line numbers.
3005
3006 2014-11-12  Pedro Alves  <palves@redhat.com>
3007
3008         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3009         leader has exited.
3010
3011 2014-11-12  Pedro Alves  <palves@redhat.com>
3012
3013         * gdb.arch/i386-bp_permanent.c: New file.
3014         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3015         (srcfile): Set to i386-bp_permanent.c.
3016         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
3017         that stepi does not execute the 'leave' instruction, instead of
3018         testing it does execute.
3019         * gdb.base/bp-permanent.c: New file.
3020         * gdb.base/bp-permanent.exp: New file.
3021
3022 2014-11-10  Doug Evans  <xdje42@gmail.com>
3023
3024         PR symtab/17564
3025         * gdb.base/symtab-search-order.exp: New file.
3026         * gdb.base/symtab-search-order.c: New file.
3027         * gdb.base/symtab-search-order-1.c: New file.
3028         * gdb.base/symtab-search-order-shlib-1.c: New file.
3029
3030 2014-11-07  Pedro Alves  <palves@redhat.com>
3031
3032         PR gdb/17511
3033         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3034         i?86-*-linux*.
3035
3036 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
3037
3038         PR c++/17494
3039         * gdb.cp/pr17494.cc: New file.
3040         * gdb.cp/pr17494.exp: New file.
3041
3042 2014-11-02  Yao Qi  <yao@codesourcery.com>
3043
3044         * gdb.python/python.exp: Get working directory and match the
3045         output of "set extended-prompt \\w " with it.
3046
3047 2014-10-30  Doug Evans  <dje@google.com>
3048
3049         * gdb.python/py-objfile.exp: Add tests for setting random attributes
3050         in objfiles.
3051         * gdb.python/py-progspace.exp: Add tests for setting random attributes
3052         in progspaces.
3053
3054 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
3055
3056         * gdb.base/fullpath-expand.exp: Skip for a remote host.
3057         * gdb.base/realname-expand.exp: Likewise.
3058         * gdb.linespec/macro-relative.exp: Likewise.
3059
3060 2014-10-29  Pedro Alves  <palves@redhat.com>
3061
3062         PR gdb/17408
3063         * gdb.threads/schedlock.c (some_function): New function.
3064         (call_function): New global.
3065         (MAYBE_CALL_SOME_FUNCTION): New macro.
3066         (thread_function): Call it.
3067         * gdb.threads/schedlock.exp (get_args): Add description parameter,
3068         and use it instead of a global counter.  Adjust all callers.
3069         (get_current_thread): Use "find current thread" for test message
3070         here rather than having all callers pass down the same string.
3071         (goto_loop): New procedure, factored out from ...
3072         (my_continue): ... this.
3073         (step_ten_loops): Change parameter from test message to command to
3074         use.  Adjust.
3075         (list_count): Delete global.
3076         (check_result): New procedure, factored out from duplicate top
3077         level code.
3078         (continue tests): Wrap in with_test_prefix.
3079         (test_step): New procedure, factored out from duplicate top level
3080         code.
3081         (top level): Test "step" in combination with all scheduler-locking
3082         modes.  Test "next" in combination with all scheduler-locking
3083         modes, and in combination with stepping over a function call or
3084         not.
3085         * gdb.threads/next-bp-other-thread.c: New file.
3086         * gdb.threads/next-bp-other-thread.exp: New file.
3087
3088 2014-10-29  Pedro Alves  <palves@redhat.com>
3089
3090         PR python/17372
3091         * gdb.python/python.exp: Test a multi-line command that spawns
3092         interactive Python.
3093         * gdb.base/multi-line-starts-subshell.exp: New file.
3094
3095 2014-10-29  Yao Qi  <yao@codesourcery.com>
3096
3097         * gdb.base/fileio.exp: Make directories on host.
3098
3099 2014-10-29  Yao Qi  <yao@codesourcery.com>
3100
3101         * gdb.base/fileio.c (test_write): Close the file.
3102
3103 2014-10-28  Pedro Alves  <palves@redhat.com>
3104
3105         PR gdb/12623
3106         * gdb.base/sigstep.c (no_handler): New global.
3107         (main): If 'no_handler is true, set the signal handlers to
3108         SIG_IGN.
3109         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3110         with_sw_watch and no_handler parameters.  Handle them.
3111         (top level) <stepping over handler when stopped at a breakpoint
3112         test>: Add a test axis for testing with a software watchpoint, and
3113         another for testing with the signal handler set to SIG_IGN.
3114         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3115         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3116
3117 2014-10-28  Pedro Alves  <palves@redhat.com>
3118
3119         PR gdb/17511
3120         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3121         * gdb.base/sigstep.exp (other_handler_location): New global.
3122         (advance): Support stepping into the signal handler, and running
3123         commands while in the handler.
3124         (in_handler_map): New global.
3125         (top level): In the advance test, add combinations for getting
3126         into the handler with stepping commands, and for running commands
3127         in the handler.  Add comment descripting the advancei tests.
3128
3129 2014-10-28  Pedro Alves  <palves@redhat.com>
3130
3131         * gdb.base/sigstep.exp: Use build_executable instead of
3132         prepare_for_testing.
3133         (top level): Move code that starts GDB, runs to main and creates a
3134         display to ...
3135         (restart): ... this new procedure.
3136         (top level): Move backtrace from signal handler test to ...
3137         (validate_backtrace): ... this new procedure.
3138         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
3139         with_test_prefix.  Always restart GDB.
3140         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
3141         with_test_prefix.  Always restart GDB.  No need to delete
3142         breakpoints after the test.
3143         (test_skip_handler): Remove prefix parameter.
3144         (skip_over_handler, breakpoint_to_handler)
3145         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3146         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
3147         restart GDB.  No need to delete breakpoints after the test.
3148         (top level): Use foreach to call the test procedures with
3149         different commands.
3150
3151 2014-10-28  Pedro Alves  <palves@redhat.com>
3152
3153         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3154         instead of GNATS numbers.
3155         * gdb.base/sigbpt.exp: Likewise.
3156         * gdb.base/siginfo.exp: Likewise.
3157         * gdb.base/sigstep.exp: Likewise.
3158
3159 2014-10-27  Pedro Alves  <palves@redhat.com>
3160
3161         * gdb.base/sigstep.c (dummy): New global.
3162         (main): Issue a couple writes to the new global.
3163         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3164         procedures.
3165         (skip_over_handler): Use test_skip_handler.
3166         (top level): Call skip_over_handler for stepi and nexti too.
3167         (breakpoint_over_handler): Use test_skip_handler.
3168         (top level): Call breakpoint_over_handler for stepi and nexti too.
3169
3170 2014-10-27  Yao Qi  <yao@codesourcery.com>
3171
3172         * gdb.trace/tfile.c (adjust_function_address)
3173         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3174         function descriptor.
3175
3176 2014-10-24  Don Breazeal  <donb@codesourcery.com>
3177
3178         * gdb.base/foll-fork.exp (test_follow_fork,
3179         catch_fork_child_follow): Check for updated fork messages emitted
3180         from infrun.c.
3181         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3182         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3183         vfork_and_exec_child_follow_through_step): Check for updated vfork
3184         messages emitted from infrun.c.
3185
3186 2014-10-24  Pedro Alves  <palves@redhat.com>
3187
3188         * gdb.base/corefile.exp: Remove references to ultrix.
3189         * gdb.base/interrupt.exp: Likewise.
3190         * gdb.base/whatis.exp: Likewise.
3191         * gdb.gdb/selftest.exp: Likewise.
3192         * gdb.threads/manythreads.exp: Likewise.
3193         * gdb.threads/print-threads.exp: Likewise.
3194         * gdb.threads/pthreads.exp:: Likewise.
3195         * gdb.threads/schedlock.exp: Likewise.
3196
3197 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
3198
3199         * gdb.cp/non-trivial-retval.cc: Add a test case.
3200         * gdb.cp/non-trivial-retval.exp: Add a test.
3201
3202 2014-10-20  Yao Qi  <yao@codesourcery.com>
3203
3204         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3205         * gdb.python/py-objfile-script-gdb.py: New file.
3206         * gdb.python/py-objfile-script.exp: Update reference to
3207         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
3208         of remote_download.  Remove the dest file.
3209
3210 2014-10-20  Yao Qi  <yao@codesourcery.com>
3211
3212         * gdb.base/checkpoint.exp: Don't remove file copied on host.
3213         * gdb.base/step-line.exp: Likewise.
3214         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3215         * gdb.dwarf2/dw2-basic.exp: Likewise.
3216         * gdb.dwarf2/dw2-compressed.exp: Likewise.
3217         * gdb.dwarf2/dw2-filename.exp: Likewise.
3218         * gdb.dwarf2/dw2-intercu.exp: Likewise.
3219         * gdb.dwarf2/dw2-intermix.exp: Likewise.
3220         * gdb.dwarf2/dw2-producer.exp: Likewise.
3221         * gdb.dwarf2/mac-fileno.exp: Likewise.
3222         * gdb.python/py-frame-args.exp: Likewise.
3223         * gdb.python/py-framefilter.exp: Likewise.
3224         * gdb.python/py-mi.exp: Likewise.
3225         * gdb.python/py-objfile-script.exp: Likewise
3226         * gdb.python/py-pp-integral.exp: Likewise.
3227         * gdb.python/py-pp-re-notag.exp: Likewise.
3228         * gdb.python/py-prettyprint.exp: Likewise.
3229         * gdb.python/py-section-script.exp: Likewise.
3230         * gdb.python/py-typeprint.exp: Likewise.
3231         * gdb.python/py-xmethods.exp: Likewise.
3232         * gdb.stabs/weird.exp: Likewise.
3233         * gdb.xml/tdesc-regs.exp: Likewise.
3234
3235 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
3236
3237         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3238         (out_cu): Use addr_len for the size of addresses.
3239         (out_line): Likewise.  Size DW_LNE_set_address instruction
3240         according to addr_len.
3241         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3242         (FUNC): Add START_INSNS to definition.
3243
3244 2014-10-18  Yao Qi  <yao@codesourcery.com>
3245
3246         * gdb.base/argv0-symlink.exp: Check argv[0] value if
3247         gdb_has_argv0 return true.
3248         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3249         check [target_info exists noargs], check [gdb_has_argv0]
3250         instead.
3251         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3252         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3253         procedures.
3254
3255 2014-10-17  Doug Evans  <dje@google.com>
3256
3257         * gdb.python/py-events.exp: Update expected output for clear_objfiles
3258         event.
3259         * gdb.python/py-events.py: Add clear_objfiles event.
3260
3261 2014-10-17  Doug Evans  <dje@google.com>
3262
3263         * gdb.python/py-objfile.exp: Test progspace attribute.
3264
3265 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
3266
3267         * gdb.guile/scm-breakpoint.exp: Do not assume any
3268         directory separators when matching source file paths.
3269         * gdb.python/py-breakpoint.exp: Likewise.
3270         * gdb.reverse/break-precsave.exp: Likewise.
3271         * gdb.reverse/break-reverse.exp: Likewise.
3272         * gdb.reverse/consecutive-precsave.exp: Likewise.
3273         * gdb.reverse/finish-precsave.exp: Likewise.
3274         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3275         * gdb.reverse/finish-reverse.exp: Likewise.
3276         * gdb.reverse/i386-precsave.exp: Likewise.
3277         * gdb.reverse/i387-env-reverse.exp: Likewise.
3278         * gdb.reverse/i387-stack-reverse.exp: Likewise.
3279         * gdb.reverse/machinestate-precsave.exp: Likewise.
3280         * gdb.reverse/machinestate.exp: Likewise.
3281         * gdb.reverse/sigall-precsave.exp: Likewise.
3282         * gdb.reverse/solib-precsave.exp: Likewise.
3283         * gdb.reverse/step-precsave.exp: Likewise.
3284         * gdb.reverse/until-precsave.exp: Likewise.
3285         * gdb.reverse/watch-precsave.exp: Likewise.
3286         * gdb.reverse/watch-reverse.exp: Likewise.
3287
3288 2014-10-17  Yao Qi  <yao@codesourcery.com>
3289
3290         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3291         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3292
3293 2014-10-17  Pedro Alves  <palves@redhat.com>
3294
3295         PR gdb/17471
3296         * gdb.base/bg-execution-repeat.c: New file.
3297         * gdb.base/bg-execution-repeat.exp: New file.
3298
3299 2014-10-17  Pedro Alves  <palves@redhat.com>
3300
3301         PR gdb/17300
3302         * gdb.base/continue-all-already-running.c: New file.
3303         * gdb.base/continue-all-already-running.exp: New file.
3304
3305 2014-10-17  Pedro Alves  <palves@redhat.com>
3306
3307         PR gdb/17472
3308         * gdb.base/annota-input-while-running.c: New file.
3309         * gdb.base/annota-input-while-running.exp: New file.
3310
3311 2014-10-17  Pedro Alves  <palves@redhat.com>
3312
3313         * gdb.base/callfuncs.exp: emove references to osf.
3314         * gdb.base/sigall.exp: Likewise.
3315         * gdb.gdb/selftest.exp: Likewise.
3316         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3317         * gdb.mi/non-stop.c: Likewise.
3318         * gdb.mi/pthreads.c: Likewise.
3319         * gdb.reverse/sigall-precsave.exp: Likewise.
3320         * gdb.reverse/sigall-reverse.exp: Likewise.
3321         * gdb.threads/pthreads.c: Likewise.
3322         * gdb.threads/pthreads.exp: Likewise.
3323
3324 2014-10-17  Yao Qi  <yao@codesourcery.com>
3325
3326         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3327         check 'target_info exists noargs'.
3328         (test_command_prompt_position): Likewise.
3329         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3330         Remove "set args".
3331         (progvar_simple_while_test): Likewise.
3332         (progvar_complex_if_while_test): Likewise.
3333         (if_while_breakpoint_command_test): Likewise.
3334         (infrun_breakpoint_command_test): Likewise.
3335         (breakpoint_command_test): Likewise.
3336         (watchpoint_command_test): Likewise.
3337         (bp_deleted_in_command_test): Likewise.
3338         (temporary_breakpoint_commands): Likewise.
3339
3340 2014-10-16  Yao Qi  <yao@codesourcery.com>
3341
3342         * gdb.base/remotetimeout.exp: Remove noargs checking.
3343
3344 2014-10-15  Pedro Alves  <palves@redhat.com>
3345
3346         PR breakpoints/9649
3347         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3348         * gdb.base/breakpoint-in-ro-region.exp
3349         (probe_target_hardware_step): New procedure.
3350         (top level): Probe hardware stepping and hardware breakpoint
3351         support.  Test stepping through a read-only region, with both
3352         "breakpoint auto-hw" on and off and both "always-inserted" on and
3353         off.
3354
3355 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
3356
3357         * gdb.dlang/demangle.exp: Update for demangling changes.
3358
3359 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
3360
3361         * gdb.cp/non-trivial-retval.cc: Add new test cases.
3362         * gdb.cp/non-trivial-retval.exp: Add new tests.
3363
3364 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
3365
3366         PR c++/13403
3367         PR c++/15154
3368         * gdb.cp/non-trivial-retval.cc: New file.
3369         * gdb.cp/non-trivial-retval.exp: New file.
3370
3371 2014-10-15  Yao Qi  <yao@codesourcery.com>
3372
3373         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3374         remote host.
3375
3376 2014-10-15  Yao Qi  <yao@codesourcery.com>
3377
3378         * gdb.python/py-symbol.exp: Match file base name if host is
3379         remote, otherwise match file name with dir name.
3380         * gdb.python/py-symtab.exp: Likewise.
3381         * gdb.python/python.exp: Likewise.
3382
3383 2014-10-15  Yao Qi  <yao@codesourcery.com>
3384
3385         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3386         pattern.
3387         * gdb.python/py-symtab.exp: Likewise.
3388         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
3389         locationn.
3390
3391 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
3392
3393         * gdb.ada/addr_arith: New testcase.
3394
3395 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
3396
3397         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3398         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3399         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3400         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3401
3402 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
3403
3404         * gdb.arch/stap-eval-lang-ada.S: Likewise.
3405         * gdb.arch/stap-eval-lang-ada.c: Likewise.
3406         * gdb.arch/stap-eval-lang-ada.exp: New file.
3407
3408 2014-10-14  Yao Qi  <yao@codesourcery.com>
3409
3410         * gdb.mi/mi-var-child.c (nothing1): New function.
3411         (nothing2): New function.
3412         (do_children_tests): Set function pointers by nothing1 and
3413         nothing2.
3414         * gdb.mi/mi-var-child.exp: Step over new added statements.
3415         Update test to match the new output.
3416         * gdb.mi/var-cmd.c (nothing1): New function.
3417         (nothing2): New function.
3418         (do_children_tests): Set function pointers by  nothing1 and
3419         nothing2.
3420         * gdb.mi/mi-var-display.exp: Update test to match output.
3421         Step to the line specified by $line_dct_nothing.
3422         Increase the number of lines to step.
3423
3424 2014-10-14  Yao Qi  <yao@codesourcery.com>
3425
3426         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3427         tests.
3428         * gdb.mi/mi2-var-child.exp: Likewise.
3429
3430 2014-10-13  Doug Evans  <dje@google.com>
3431
3432         * gdb.python/py-objfile.exp: Change name of file name test.
3433
3434 2014-10-13  Doug Evans  <dje@google.com>
3435
3436         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3437         from the start of the CU.
3438
3439 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3440             Yao Qi  <yao@codesourcery.com>
3441
3442         Fix "save breakpoints" for "catch" command.
3443         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3444         Remove -nonewline.  Match also the added "main" line.
3445
3446 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3447
3448         Fix "save breakpoints" for "disable $bpnum" command.
3449         * gdb.base/save-bp.c (main): Add label.
3450         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
3451
3452 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3453
3454         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3455
3456 2014-10-11  Yao Qi  <yao@codesourcery.com>
3457
3458         * gdb.server/server-kill.exp: Execute command
3459         "set remote trace-status-packet on" before "tstatus".
3460
3461 2014-10-11  Yao Qi  <yao@codesourcery.com>
3462
3463         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3464         (main): Call getppid.
3465         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3466         and continue to it.  Read variable "server_pid".
3467
3468 2014-10-11  Yao Qi  <yao@codesourcery.com>
3469
3470         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3471
3472 2014-10-11  Yao Qi  <yao@codesourcery.com>
3473
3474         * gdb.threads/thread-find.exp: Don't execute command
3475         "info threads".
3476         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3477         * gdb.threads/linux-dp.exp: Don't check the condition
3478         $threads_created equals to zero.
3479
3480 2014-10-10  Pedro Alves  <palves@redhat.com>
3481
3482         * gdb.base/bigcore.exp: Remove references to IRIX.
3483         * gdb.base/funcargs.exp: Likewise.
3484         * gdb.base/interrupt.exp: Likewise.
3485         * gdb.base/mips_pro.exp: Likewise.
3486         * gdb.base/nodebug.exp: Likewise.
3487         * gdb.base/setvar.exp: Likewise.
3488         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3489
3490 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3491             Pedro Alves  <palves@redhat.com>
3492
3493         PR symtab/14466
3494         * gdb.base/vdso-warning.c: New file.
3495         * gdb.base/vdso-warning.exp: New file.
3496
3497 2014-10-02  Doug Evans  <dje@google.com>
3498
3499         * gdb.base/structs.c (main): Don't run forever.
3500
3501 2014-10-02  Pedro Alves  <palves@redhat.com>
3502
3503         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3504         (top level) <stop threads 1, stop threads 2>: Use it.
3505
3506 2014-10-02  Pedro Alves  <palves@redhat.com>
3507
3508         * gdb.threads/break-while-running.exp (test): Add new
3509         'update_thread_list' argument.  Skip "info threads" if false.
3510         (top level): Add new 'update_thread_list' axis.
3511
3512 2014-10-02  Pedro Alves  <palves@redhat.com>
3513
3514         PR breakpoints/17431
3515         * gdb.base/execl-update-breakpoints.c: New file.
3516         * gdb.base/execl-update-breakpoints.exp: New file.
3517
3518 2014-10-01  Pedro Alves  <palves@redhat.com>
3519
3520         * gdb.base/breakpoint-in-ro-region.c: New file.
3521         * gdb.base/breakpoint-in-ro-region.exp: New file.
3522
3523 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
3524
3525         * gdb.mi/mi-exit-code.exp: New file.
3526         * gdb.mi/mi-exit-code.c: New file.
3527
3528 2014-09-30  Yao Qi  <yao@codesourcery.com>
3529
3530         * lib/prelink-support.exp (build_executable_own_libs): Error if
3531         the target isn't native.
3532
3533 2014-09-30  Yao Qi  <yao@codesourcery.com>
3534
3535         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3536         false.
3537
3538 2014-09-22  Pedro Alves  <palves@redhat.com>
3539
3540         * gdb.threads/break-while-running.exp: New file.
3541         * gdb.threads/break-while-running.c: New file.
3542
3543 2014-09-19  Yao Qi  <yao@codesourcery.com>
3544
3545         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3546         Invoke test.  Restart GDB with --readnow and invoke test again.
3547
3548 2014-09-19  Yao Qi  <yao@codesourcery.com>
3549
3550         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3551         proc set_breakpoint_on_gcd_function.  Invoke
3552         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
3553         invoke set_breakpoint_on_gcd_function again.
3554
3555 2014-09-18  Doug Evans  <dje@google.com>
3556
3557         * gdb.dwarf2/symtab-producer.exp: New file.
3558
3559 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3560
3561         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3562         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3563         * gdb.base/global-var-nested-by-dso.c: Likewise.
3564         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3565
3566 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3567             Pedro Alves  <palves@redhat.com>
3568
3569         * gdb.base/watch-bitfields.exp: Pass string other than test file
3570         name to prepare_for_testing.
3571         (watch): New procedure.
3572         (expect_watchpoint): Use with_test_prefix.
3573         (top level): Factor out tests to ...
3574         (test_watch_location, test_regular_watch): ... these new
3575         procedures, and use with_test_prefix and gdb_continue_to_end.
3576
3577 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
3578
3579         PR breakpoints/12526
3580         * gdb.base/watch-bitfields.exp: New file.
3581         * gdb.base/watch-bitfields.c: New file.
3582
3583 2014-09-16  Pedro Alves  <palves@redhat.com>
3584
3585         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3586         software and hardware addresses, not software address against
3587         itself.
3588
3589 2014-09-16  Pedro Alves  <palves@redhat.com>
3590
3591         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3592         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3593
3594 2014-09-16  Pedro Alves  <palves@redhat.com>
3595
3596         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3597         files.
3598         * gdb.base/a2-run.exp: Remove all code guarded by istarget
3599         "*-*-vxworks*" throughout.
3600         * gdb.base/break.exp: Likewise.
3601         * gdb.base/default.exp: Likewise.
3602         * gdb.base/scope.exp: Likewise.
3603         * gdb.base/sepdebug.exp: Likewise.
3604         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3605         throughout.
3606         * gdb.base/run.c: Likewise.
3607         * gdb.base/sepdebug.c: Likewise.
3608         * gdb.hp/gdb.aCC/run.c: Likewise.
3609         * gdb.reverse/until-reverse.c: Likewise.
3610         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3611
3612 2014-09-16  Yao Qi  <yao@codesourcery.com>
3613
3614         * boards/local-remote-host-native.exp: New file.
3615
3616 2014-09-14  Doug Evans  <xdje42@gmail.com>
3617
3618         * gdb.threads/queue-signal.c (thread_count): New variable.
3619         (thread_count_mutex, thread_count_condvar): New variables.
3620         (incr_thread_count, wait_all_threads_running): New functions.
3621         (main): Wait for all threads to be in their thread functions.
3622
3623 2014-09-13  Doug Evans  <xdje42@gmail.com>
3624
3625         * gdb.threads/queue-signal.c: New file.
3626         * gdb.threads/queue-signal.exp: New file.
3627
3628 2014-09-13  Doug Evans  <xdje42@gmail.com>
3629
3630         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3631         be consistent with what default_gdb_init uses.
3632         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3633         the plain text of the prompt.  Add some logging printfs.
3634         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3635
3636 2014-09-12  Pedro Alves  <palves@redhat.com>
3637
3638         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3639         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3640         * gdb.arch/i386-size-overlap.exp: Likewise.
3641         * gdb.arch/i386-size.exp: Likewise.
3642         * gdb.arch/i386-unwind.exp: Likewise.
3643         * gdb.base/a2-run.exp: Likewise.
3644         * gdb.base/break.exp: Likewise.
3645         * gdb.base/charset.exp: Likewise.
3646         * gdb.base/chng-syms.exp: Likewise.
3647         * gdb.base/commands.exp: Likewise.
3648         * gdb.base/dbx.exp: Likewise.
3649         * gdb.base/find.exp: Likewise.
3650         * gdb.base/funcargs.exp: Likewise.
3651         * gdb.base/jit-simple.exp: Likewise.
3652         * gdb.base/reread.exp: Likewise.
3653         * gdb.base/sepdebug.exp: Likewise.
3654         * gdb.base/step-bt.exp: Likewise.
3655         * gdb.cp/mb-inline.exp: Likewise.
3656         * gdb.cp/mb-templates.exp: Likewise.
3657         * gdb.objc/basicclass.exp: Likewise.
3658         * gdb.threads/killed.exp: Likewise.
3659
3660 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3661
3662         PR tdep/17379
3663         * gdb.arch/powerpc-stackless.S: New file.
3664         * gdb.arch/powerpc-stackless.exp: New file.
3665
3666 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3667
3668         * gdb.base/attach.c: Include unistd.h.
3669         (main): Call alarm.  Add label postloop.
3670         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3671         gdb_breakpoint, gdb_continue_to_breakpoint.
3672         (test_command_line_attach_run): Kill ${testpid} in one exit path.
3673
3674 2014-09-11  Pedro Alves  <palves@redhat.com>
3675
3676         PR gdb/17347
3677         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3678         * gdb.base/attach.exp (test_command_line_attach_run): New
3679         procedure.
3680         (top level): Call it.
3681
3682 2014-09-11  Pedro Alves  <palves@redhat.com>
3683
3684         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3685         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3686         (do_command_attach_tests): Use spawn_wait_for_attach.
3687         * gdb.base/solib-overlap.exp: Likewise.
3688         * gdb.multi/multi-attach.exp: Likewise.
3689         * gdb.python/py-prompt.exp: Likewise.
3690         * gdb.python/py-sync-interp.exp: Likewise.
3691         * gdb.server/ext-attach.exp: Likewise.
3692
3693 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
3694
3695         * gdb.fortran/array-element.exp: Remove unexpected "continue"
3696         command in testcase.  Simplify testcase.
3697
3698 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
3699
3700         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3701
3702 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
3703
3704         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3705
3706 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
3707
3708         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3709
3710 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
3711
3712         * gdb.dwarf2/dynarr-ptr.c: New file.
3713         * gdb.dwarf2/dynarr-ptr.exp: New file.
3714
3715 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3716
3717         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3718         of 30 rather than hardcoding 120 for a slow test case.  Take the
3719         `gdb,timeout' target setting into account for this calculation.
3720         Don't extend the timeout for the test cases that don't need it.
3721
3722 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3723
3724         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3725         a factor of 2 for a slow test case.  Take the `gdb,timeout'
3726         target setting into account for this calculation.
3727         * gdb.reverse/until-precsave.exp: Increase the timeout by
3728         a factor of 15 and 3 respectively rather than adding 120
3729         for a pair of slow test cases.  Take the `gdb,timeout'
3730         target setting into account for this calculation.
3731
3732 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3733
3734         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3735         timeout, don't pass one down to gdb_expect.
3736         (gdb_expect): Rework timeout selection.
3737
3738 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3739
3740         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3741         exception on timeout.
3742         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3743         (gdbserver_start_extended): Catch any `gdbserver_start' error
3744         exceptions.
3745         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3746         * lib/mi-support.exp (mi_gdb_target_load): Catch any
3747         `gdbserver_gdb_load' error exceptions.
3748
3749 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3750
3751         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3752         120 on waiting for the TCP socket to open.
3753
3754 2014-09-09  Doug Evans  <xdje42@gmail.com>
3755
3756         * gdb.base/default.exp (show_conv_list): Add _caller_is,
3757         _caller_matches, _any_caller_is, _any_caller_matches.
3758
3759 2014-09-09  Doug Evans  <xdje42@gmail.com>
3760
3761         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3762
3763 2014-09-09  Yao Qi  <yao@codesourcery.com>
3764
3765         * gdb.mi/mi-var-display.exp: Set print symbol off.
3766
3767 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
3768
3769         PR gdb/17035
3770         * gdb.base/commands.exp: Add tests to verify user-defined
3771         commands with empty bodies.
3772         * gdb.python/py-cmd.exp: Test that we don't show user-defined
3773         python commands in `show user command`.
3774         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3775         scheme commands in `show user command`.
3776
3777 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3778
3779         PR python/17355
3780         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3781         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3782         * gdb.python/py-framefilter-invalidarg.exp: New file.
3783         * gdb.python/py-framefilter-invalidarg.py: New file.
3784
3785 2014-09-06  Doug Evans  <xdje42@gmail.com>
3786
3787         PR 15276
3788         * gdb.python/py-caller-is.c: New file.
3789         * gdb.python/py-caller-is.exp: New file.
3790
3791 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3792
3793         PR gdb/17235
3794         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3795         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3796
3797 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3798
3799         PR fortran/17237
3800         * gdb.fortran/print-formatted.exp: New file.
3801         * gdb.fortran/print-formatted.f90: Likewise.
3802
3803 2014-09-03  Sasha Smundak  <asmundak@google.com>
3804
3805         * gdb.python/py-frame.exp: Test Frame.read_register.
3806
3807 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
3808
3809         PR python/16699
3810         * gdb.python/py-completion.exp: New file.
3811         * gdb.python/py-completion.py: Likewise.
3812
3813 2014-08-28  Doug Evans  <dje@google.com>
3814
3815         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3816         eax,etc. are live with values set by gdb and thus the compiler can't
3817         use them.
3818         * gdb.arch/i386-pseudo.c (main): Ditto.
3819
3820 2014-08-27  Doug Evans  <dje@google.com>
3821
3822         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3823
3824 2014-08-25  Doug Evans  <dje@google.com>
3825
3826         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3827         (main): Ditto.
3828
3829 2014-08-25  Doug Evans  <dje@google.com>
3830
3831         * gdb.threads/thread-execl.exp: #include <stdio.h>.
3832
3833 2014-08-24  Yao Qi  <yao@codesourcery.com>
3834
3835         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3836         symbol off.
3837         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3838
3839 2014-08-22  Doug Evans  <dje@google.com>
3840
3841         PR 17276
3842         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3843         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3844         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3845
3846 2014-08-22  Yao Qi  <yao@codesourcery.com>
3847
3848         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3849         * gdb.python/py-finish-breakpoint2.exp: Likewise.
3850         * gdb.python/python.exp: Likewise.  Use .py file on the host
3851         instead of the build.
3852
3853 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3854
3855         * gdb.threads/gcore-stale-thread.c: New file.
3856         * gdb.threads/gcore-stale-thread.exp: New file.
3857
3858 2014-08-21  Pedro Alves  <palves@redhat.com>
3859
3860         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3861         * gdb.base/gcore-relro-pie.exp: Likewise.
3862         * gdb.base/gcore-relro.exp: Likewise.
3863         * gdb.base/gcore.exp: Likewise.
3864         * gdb.base/print-symbol-loading.exp: Likewise.
3865         * gdb.threads/gcore-thread.exp: Likewise.
3866         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3867
3868 2014-08-20  Pedro Alves  <palves@redhat.com>
3869             Jan Kratochvil  <jan.kratochvil@redhat.com>
3870
3871         * Makefile.in (EXTRA_RULES, CC): New variables, get from
3872         configure.
3873         (EXPECT): Handle READ1 being set.
3874         (all): Depend on EXTRA_RULES.
3875         (check-read1, expect-read1, read1.so, read1): New rules.
3876         * README (Testsuite Parameters): Document the READ1 make variable.
3877         (Race detection): New section.
3878         * configure: Regenerate.
3879         * configure.ac: If build==host==target, and running under a
3880         GNU/glibc system, add read1 to the extra Makefile rules.
3881         (EXTRA_RULES): AC_SUBST it.
3882         * lib/read1.c: New file.
3883
3884 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
3885
3886         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3887         the handling of variables declared as a typedef to an array
3888         which a DW_AT_data_location attribute.
3889
3890 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
3891             Pedro Alves  <palves@redhat.com>
3892
3893         PR symtab/14604
3894         PR symtab/14605
3895         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3896         gdb_test.
3897
3898 2014-08-19  Pedro Alves  <palves@redhat.com>
3899
3900         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3901
3902 2014-08-19  Yao Qi  <yao@codesourcery.com>
3903
3904         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3905         right line.
3906
3907 2014-08-18  David Blaikie  <dblaikie@gmail.com>
3908
3909         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3910
3911 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
3912
3913         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3914         attribute in array range.
3915
3916 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
3917
3918         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3919
3920 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
3921
3922         PR c++/17132
3923         * gdb.cp/pr17132.cc: New file.
3924         * gdb.cp/pr17132.exp: New file.
3925
3926 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
3927
3928         * gdb.python/py-xmethods.py (A_getarrayind)
3929         (E_method_char_worker.__call__, E_method_int_worker.__call__):
3930         Use 'print' with function call syntax.
3931         (E_method_matcher.match): Fix tab vs space indentation mixup.
3932
3933 2014-08-15  Yao Qi  <yao@codesourcery.com>
3934
3935         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3936         false.
3937
3938 2014-08-15  Yao Qi  <yao@codesourcery.com>
3939
3940         * gdb.cp/casts.exp: Set print symbol off.
3941         * gdb.cp/class2.exp: Likewise.
3942         * gdb.cp/overload.exp: Likewise.
3943         * gdb.cp/templates.exp: Likewise.
3944
3945 2014-08-11  Doug Evans  <dje@google.com>
3946
3947         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3948         (test_load_shlib): Update.
3949
3950 2014-08-09  Yao Qi  <yao@codesourcery.com>
3951
3952         * gdb.base/display.exp: Invoke is_address_zero_readable.
3953         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3954         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3955         * gdb.base/hbreak-unmapped.exp: Return if
3956         is_address_zero_readable returns true.
3957         * gdb.base/signest.exp: Likewise.
3958         * gdb.base/signull.exp: Likewise.
3959         * gdb.base/sigbpt.exp: Likewise.
3960         * gdb.guile/scm-disasm.exp: Do the test if
3961         is_address_zero_readable returns false.
3962         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3963         * gdb.python/py-arch.exp: Likewise.
3964         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3965         * lib/gdb.exp (is_address_zero_readable): New proc.
3966
3967 2014-08-09  Yao Qi  <yao@codesourcery.com>
3968
3969         PR testsuite/13443
3970         * gdb.mi/mi-var-display.exp: Make test messages unique.
3971
3972 2014-08-04  Tom Tromey  <tromey@redhat.com>
3973
3974         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3975         target 0".
3976
3977 2014-08-04  Tom Tromey  <tromey@redhat.com>
3978
3979         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3980         "target_resume".
3981
3982 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
3983
3984         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3985         inner_vla_struct_object_size.
3986         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3987         as xfail.
3988
3989 2014-07-30  Pedro Alves  <palves@redhat.com>
3990
3991         * gdb.threads/signal-command-handle-nopass.exp (test): Add
3992         comment.
3993
3994 2014-07-29  Yao Qi  <yao@codesourcery.com>
3995
3996         PR gdb/17206
3997         * gdb.base/until-nodebug.exp: New.
3998
3999 2014-07-28  Doug Evans  <xdje42@gmail.com>
4000
4001         PR guile/17203
4002         * gdb.guile/scm-parameter.exp: Add tests for trying to create
4003         previously existing parameter, and previously ambiguously spelled
4004         parameter.
4005
4006 2014-07-28  Will Newton  <will.newton@linaro.org>
4007
4008         * gdb.base/varargs.exp: Remove KFAILs for ARM.
4009
4010 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
4011             Doug Evans  <xdje42@gmail.com>
4012
4013         PR guile/17146
4014         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4015
4016 2014-07-25  Pedro Alves  <palves@redhat.com>
4017
4018         * gdb.threads/signal-command-handle-nopass.c: New file.
4019         * gdb.threads/signal-command-handle-nopass.exp: New file.
4020         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4021         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4022         * gdb.threads/signal-delivered-right-thread.c: New file.
4023         * gdb.threads/signal-delivered-right-thread.exp: New file.
4024
4025 2014-07-25  Pedro Alves  <palves@redhat.com>
4026
4027         * gdb.base/double-prompt-target-event-error.exp
4028         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4029         match.
4030         (cancel_pagination_in_target_event): Rework double prompt
4031         detection.
4032         * gdb.base/paginate-after-ctrl-c-running.exp
4033         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4034         <return>' match.
4035         * gdb.base/paginate-bg-execution.exp
4036         (test_bg_execution_pagination_return)
4037         (test_bg_execution_pagination_cancel): Remove '-notransfer
4038         <return>' matches.
4039         * gdb.base/paginate-execution-startup.exp
4040         (test_fg_execution_pagination_return)
4041         (test_fg_execution_pagination_cancel): Remove '-notransfer
4042         <return>' matches.
4043         * gdb.base/paginate-inferior-exit.exp
4044         (test_paginate_inferior_exited): Remove '-notransfer <return>'
4045         match.
4046         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4047         * lib/gdb.exp (pagination_prompt): Run text through
4048         string_to_regexp.
4049         (gdb_test_multiple): Match $pagination_prompt instead of
4050         "<return>".
4051         (string_to_regexp): Move to lib/gdb-utils.exp.
4052
4053 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4054
4055         * gdb.arch/amd64-entry-value-paramref.S: New file.
4056         * gdb.arch/amd64-entry-value-paramref.cc: New file.
4057         * gdb.arch/amd64-entry-value-paramref.exp: New file.
4058         * gdb.arch/amd64-optimout-repeat.S: New file.
4059         * gdb.arch/amd64-optimout-repeat.c: New file.
4060         * gdb.arch/amd64-optimout-repeat.exp: New file.
4061
4062 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4063
4064         PR gdb/17170
4065         * gdb.base/statistics.exp: New file.
4066
4067 2014-07-17  Doug Evans  <dje@google.com>
4068
4069         PR gdb/17170
4070         * gdb.base/maint.exp: Update testing of per-command stats.
4071
4072 2014-07-16  Pedro Alves  <palves@redhat.com>
4073
4074         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4075         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4076         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4077         (tfile_write_buf): New functions.
4078         (add_memory_block): Rewrite using the above.
4079         (adjust_function_address): New function.
4080         (FUNCTION_ADDRESS): New macro.
4081         (write_basic_trace_file): Remove short_x local, and use
4082         tfile_write_16. Change type of func_addr local to unsigned long
4083         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
4084         here.  Cast argument of add_memory_block to char pointer.
4085         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
4086         (main): Remove parameters.
4087         * gdb.trace/tfile.exp: Remove nowarnings.
4088
4089 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
4090
4091         * gdb.base/debug-expr.exp: Test string evaluation with
4092         "debug expression" on.
4093
4094 2014-07-15  Pedro Alves  <palves@redhat.com>
4095
4096         * gdb.base/reread.exp: Use clean_restart.
4097
4098 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
4099
4100         * gdb.arch/avr-flash-qualifer.c: New.
4101         * gdb.arch/avr-flash-qualifer.exp: New.
4102
4103 2014-07-14  Pedro Alves  <palves@redhat.com>
4104
4105         * gdb.base/paginate-after-ctrl-c-running.c: New file.
4106         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4107
4108 2014-07-14  Pedro Alves  <palves@redhat.com>
4109
4110         * gdb.base/double-prompt-target-event-error.c: New file.
4111         * gdb.base/double-prompt-target-event-error.exp: New file.
4112
4113 2014-07-14  Pedro Alves  <palves@redhat.com>
4114
4115         PR gdb/17072
4116         * gdb.base/paginate-inferior-exit.c: New file.
4117         * gdb.base/paginate-inferior-exit.exp: New file.
4118
4119 2014-07-14  Pedro Alves  <palves@redhat.com>
4120
4121         PR gdb/17072
4122         * gdb.base/paginate-bg-execution.c: New file.
4123         * gdb.base/paginate-bg-execution.exp: New file.
4124
4125 2014-07-14  Pedro Alves  <palves@redhat.com>
4126
4127         PR gdb/17072
4128         * gdb.base/paginate-execution-startup.c: New file.
4129         * gdb.base/paginate-execution-startup.exp: New file.
4130         * lib/gdb.exp (pagination_prompt): New global.
4131         (default_gdb_spawn): New procedure, factored out from
4132         default_gdb_spawn.
4133         (default_gdb_start): Adjust to call default_gdb_spawn.
4134         (gdb_spawn): New procedure.
4135
4136 2014-07-14  Pedro Alves  <palves@redhat.com>
4137
4138         * lib/gdb.exp (gdb_assert): New procedure.
4139         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4140
4141 2014-07-14  Pedro Alves  <palves@redhat.com>
4142
4143         * gdb.base/execution-termios.c: New file.
4144         * gdb.base/execution-termios.exp: New file.
4145
4146 2014-07-14  Tom Tromey  <tromey@redhat.com>
4147
4148         * gdb.cp/vla-cxx.cc: New file.
4149         * gdb.cp/vla-cxx.exp: New file.
4150
4151 2014-07-14  Tom Tromey  <tromey@redhat.com>
4152
4153         * gdb.reverse/rerun-prec.c: New file.
4154         * gdb.reverse/rerun-prec.exp: New file.
4155
4156 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
4157             Maciej W. Rozycki  <macro@codesourcery.com>
4158
4159         * lib/gdb-utils.exp: New file.
4160         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4161         inline `gdb_init_command' processing.
4162         (gdb_start_cmd): Likewise.
4163         * lib/mi-support.exp (mi_run_cmd): Likewise.
4164         * README: Document `gdb_init_command' and `gdb_init_commands'.
4165
4166 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4167
4168         Fix false FAIL running under a very long directory name.
4169         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4170         and "set print elements 10000".  Twice.
4171
4172 2014-07-11  Yao Qi  <yao@codesourcery.com>
4173
4174         * gdb.base/exprs.exp: "set print symbol off".
4175
4176 2014-07-11  Pedro Alves  <palves@redhat.com>
4177
4178         * gdb.threads/kill.c: New file.
4179         * gdb.threads/kill.exp: New file.
4180
4181 2014-07-10  Yao Qi  <yao@codesourcery.com>
4182
4183         * gdb.trace/tfile.c (write_basic_trace_file)
4184         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4185         address written to trace file.
4186
4187 2014-07-09  Pedro Alves  <palves@redhat.com>
4188
4189         * gdb.base/attach-wait-input.exp: New file.
4190         * gdb.base/attach-wait-input.c: New file.
4191
4192 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
4193
4194         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4195         setting up test structures.
4196         (main): Call new test function.
4197         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4198         test function, continue into test function and walk test
4199         structures.
4200
4201 2014-07-02  Yao Qi  <yao@codesourcery.com>
4202
4203         * gdb.trace/entry-values.c: Define labels 'foo_start' and
4204         'bar_start' at the beginning of functions 'foo' and 'bar'
4205         respectively.
4206         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4207         instead of 'foo' and 'bar'.
4208
4209 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
4210
4211         * gdb.btrace/segv.exp: New.
4212         * gdb.btrace/segv.c: New.
4213
4214 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
4215
4216         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4217         instruction.
4218
4219 2014-06-30  Mark Wielaard  <mjw@redhat.com>
4220
4221         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4222         vulture, vilify, villar): New volatile array constants.
4223         (vindictive, vegetation): New const volatile array constants.
4224         * gdb.base/volatile.exp: Test volatile and const volatile array
4225         types.
4226
4227 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4228
4229         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4230         target lacks support for awatch, rwatch, or hbreak.
4231
4232 2014-06-27  Yao Qi  <yao@codesourcery.com>
4233
4234         * gdb.multi/dummy-frame-restore.exp: New.
4235         * gdb.multi/dummy-frame-restore.c: New.
4236
4237 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
4238
4239         * gdb.btrace/gcore.exp: New.
4240
4241 2014-06-23  Pedro Alves  <palves@redhat.com>
4242
4243         * gdb.base/watchpoint-reuse-slot.c: New file.
4244         * gdb.base/watchpoint-reuse-slot.exp: New file.
4245
4246 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
4247
4248         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4249         progspace's filename in 'info', 'enable' and 'disable' command
4250         tests.
4251
4252 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4253
4254         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4255         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4256         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4257
4258 2014-06-20  Gary Benson  <gbenson@redhat.com>
4259
4260         * gdb.arch/i386-avx.exp: Fix include file location.
4261         * gdb.arch/i386-sse.exp: Likewise.
4262
4263 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
4264
4265         * gdb.dlang/expression.exp: New file.
4266
4267 2014-06-19  Pedro Alves  <palves@redhat.com>
4268
4269         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4270         out from ...
4271         (top level): ... here.  Iterate running tests under different
4272         scheduler-locking settings.
4273
4274 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
4275
4276         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4277         to DW_FORM_addr and use non-zero addresses.
4278
4279 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
4280
4281         PR gdb/17017
4282         * gdb.python/py-xmethods.cc: Add global function call counters and
4283         increment them in their respective functions.  Remove "cout"
4284         statements.
4285         * gdb.python/py-xmethods.exp: Make tests check the global function
4286         call counters instead of depending on inferior IO.
4287
4288 2014-06-18  Don Breazeal  <donb@codesourcery.com>
4289
4290         * gdb.base/foll-fork.exp (default_fork_parent_follow):
4291         Deleted procedure.
4292         (explicit_fork_parent_follow): Deleted procedure.
4293         (explicit_fork_child_follow): Deleted procedure.
4294         (test_follow_fork): New procedure.
4295         (do_fork_tests): Replace calls to deleted procedures with
4296         calls to test_follow_fork and reset GDB for subsequent
4297         procedure calls.
4298
4299 2014-06-17  Yao Qi  <yao@codesourcery.com>
4300
4301         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4302         CP1252.
4303
4304 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
4305
4306         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4307         Initialize ptr and S explicitly.
4308         (skip_type_update_when_not_use_rtti_test): Likewise.
4309
4310 2014-06-16  Keith Seitz  <keiths@redhat.com>
4311
4312         PR mi/15863
4313         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4314         the inferior is started.
4315
4316 2014-06-16  Pedro Alves  <palves@redhat.com>
4317
4318         * gdb.base/break-main-file-remove-fail.c: New file.
4319         * gdb.base/break-main-file-remove-fail.exp: New file.
4320         * gdb.base/break-unload-file.exp: Use build_executable instead of
4321         prepare_for_testing.
4322         (test_break): New parameter "initial_load".  Handle it.
4323         (top level): Add initial_load cmdline/file axis.
4324
4325 2014-06-12  Tom Tromey  <tromey@redhat.com>
4326
4327         * gdb.base/completion.exp: Don't use directory name in test.
4328
4329 2014-06-09  Gary Benson  <gbenson@redhat.com>
4330
4331         * gdb.base/sigall.c [Functions to send signals]: Reorder to
4332         separate the always-available ANSI-standard signals from the
4333         signals that require checking.
4334         (main): Likewise.
4335         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4336         Likewise.
4337         (main): Likewise.
4338
4339 2014-06-07  Keith Seitz  <keiths@redhat.com>
4340
4341         Revert:
4342         PR c++/16253
4343         * gdb.cp/var-tag.cc: New file.
4344         * gdb.cp/var-tag.exp: New file.
4345         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4346         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4347         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4348         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4349
4350 2014-06-06  Doug Evans  <xdje42@gmail.com>
4351
4352         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4353
4354 2014-06-06  Pedro Alves  <palves@redhat.com>
4355
4356         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4357         in target debug output instead of looking at RSP packets,
4358         disabling the test on any target that uses hardware stepping.
4359         Update comments.
4360
4361 2014-06-06  Pedro Alves  <palves@redhat.com>
4362
4363         * gdb.base/break-unload-file.exp: Fix typo.
4364
4365 2014-06-06  Yao Qi  <yao@codesourcery.com>
4366
4367         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4368         from "jit_function" to "^jit_function".
4369
4370 2014-06-06  Yao Qi  <yao@codesourcery.com>
4371
4372         * gdb.base/async.c (foo): Add one statement.
4373         * gdb.base/async.exp: Get the next instruction address and
4374         match the output of "nexti" by instruction address.  Match
4375         the hex address in the output of "finish".
4376
4377 2014-06-06  Gary Benson  <gbenson@redhat.com>
4378
4379         * gdb.base/call-signals.c: Remove preprocessor conditionals
4380         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4381         SIGSEGV and SIGTERM.
4382         * gdb.base/sigall.c: Likewise.
4383         * gdb.base/unwindonsignal.c: Likewise.
4384         * gdb.reverse/sigall-reverse.c: Likewise.
4385
4386 2014-06-06  Yao Qi  <yao@codesourcery.com>
4387
4388         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
4389         readable, skip the test.
4390
4391 2014-06-06  Yao Qi  <yao@codesourcery.com>
4392
4393         * gdb.threads/staticthreads.c (thread_function): Move the line
4394         setting breakpoint on forward.
4395         * gdb.threads/staticthreads.exp: Update comments.
4396
4397 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
4398
4399         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4400         "history-append! type error".
4401
4402 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
4403
4404         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4405         erroneous dprintf expected input.
4406
4407 2014-06-04  Doug Evans  <xdje42@gmail.com>
4408
4409         * gdb.guile/scm-generics.exp: Delete.
4410
4411 2014-06-04  Doug Evans  <xdje42@gmail.com>
4412
4413         * gdb.guile/scm-breakpoint.exp: Update.
4414         Add tests for breakpoint registration.
4415
4416 2014-06-04  Tom Tromey  <tromey@redhat.com>
4417
4418         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4419         VLA-in-union.
4420         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4421         inner_vla_struct, vla_union types.  Initialize objects of those
4422         types and compute their sizes.
4423
4424 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
4425             Hui Zhu  <hui@codesourcery.com>
4426
4427         * gdb.base/fileio.exp: Add test for shell not available as well as
4428         available.
4429         * gdb.base/fileio.c (test_system): Check for shell twice.
4430
4431 2014-06-04  Yao Qi  <yao@codesourcery.com>
4432
4433         * gdb.base/auto-connect-native-target.exp: Remove redundant
4434         space from the regexp pattern.
4435
4436 2014-06-04  Yao Qi  <yao@codesourcery.com>
4437
4438         * gdb.base/default.exp: Replace "child" with "native" in
4439         regexp pattern.
4440
4441 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
4442
4443         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4444         * gdb.python/py-xmethods.exp: New tests to test xmethods.
4445         * gdb.python/py-xmethods.py: Python script supporting the
4446         new testcase and tests.
4447
4448 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
4449             Pedro Alves  <palves@redhat.com>
4450
4451         PR breakpoints/17000
4452         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4453         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4454
4455 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
4456
4457         * gdb.base/subst.exp: Add tests to verify partial path matching
4458         output.
4459
4460 2014-06-03  Pedro Alves  <palves@redhat.com>
4461
4462         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4463         target that doesn't use software single-stepping.
4464
4465 2014-06-03  Pedro Alves  <palves@redhat.com>
4466
4467         PR breakpoints/17000
4468         * gdb.base/sss-bp-on-user-bp-2.c: New file.
4469         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4470
4471 2014-06-02  Doug Evans  <xdje42@gmail.com>
4472
4473         * gdb.guile/scm-parameter.exp: New file.
4474
4475 2014-06-02  Doug Evans  <xdje42@gmail.com>
4476
4477         * gdb.guile/scm-cmd.c: New file.
4478         * gdb.guile/scm-cmd.exp: New file.
4479
4480 2014-06-02  Doug Evans  <xdje42@gmail.com>
4481
4482         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4483         pretty-printer lookup.
4484         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4485         (make-pp_s-printer): Call it.
4486         (make-pretty-printer-from-dict): New function.
4487         (lookup-pretty-printer-maker-from-dict): New function.
4488         (*pretty-printer*): Simplify.
4489         (make-objfile-pp_s-printer): New function.
4490         (install-objfile-pretty-printers!): New function.
4491         (make-progspace-pp_s-printer): New function.
4492         (install-progspace-pretty-printers!): New function.
4493         * gdb.guile/scm-progspace.c: New file.
4494         * gdb.guile/scm-progspace.exp: New file.
4495
4496 2014-06-02  Pedro Alves  <palves@redhat.com>
4497
4498         * gdb.base/dprintf-bp-same-addr.c: New file.
4499         * gdb.base/dprintf-bp-same-addr.exp: New file.
4500
4501 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4502
4503         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4504         * gdb.arch/powerpc-power.s: Likewise.
4505
4506 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
4507
4508         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4509
4510 2014-06-01  Yao Qi  <yao@codesourcery.com>
4511
4512         * gdb.base/watchpoint.exp (test_watch_location): Check null
4513         pointer can be dereferenced.  If not, do the test, otherwise
4514         skip it.
4515
4516 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
4517
4518         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4519         results.
4520         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4521
4522 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
4523
4524         * gdb.arch/amd64-invalid-stack-middle.S: New file.
4525         * gdb.arch/amd64-invalid-stack-middle.c: New file.
4526         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4527         * gdb.arch/amd64-invalid-stack-top.c: New file.
4528         * gdb.arch/amd64-invalid-stack-top.exp: New file.
4529
4530 2014-05-30  Pedro Alves  <palves@redhat.com>
4531
4532         PR breakpoints/17000
4533         * gdb.base/sss-bp-on-user-bp.c: New file.
4534         * gdb.base/sss-bp-on-user-bp.exp: New file.
4535
4536 2014-05-30  David Blaikie  <dblaikie@gmail.com>
4537
4538         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4539         gnu_inline semantics via attribute.
4540         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4541         source explicitly specifies the required semantics.
4542
4543 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4544
4545         * gdb.reverse/sigall-reverse.exp: Fix a typo.
4546
4547 2014-05-29  Pedro Alves  <palves@redhat.com>
4548             Tom Tromey  <tromey@redhat.com>
4549
4550         * gdb.base/async-shell.exp: Don't enable target-async.
4551         * gdb.base/async.exp
4552         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4553         parameter.  Adjust.
4554         (top level): Don't test with "target-async".
4555         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4556         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4557         * gdb.base/inferior-died.exp: Don't enable target-async.
4558         * gdb.base/interrupt-noterm.exp: Likewise.
4559         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4560         * gdb.mi/mi-nonstop-exit.exp: Likewise.
4561         * gdb.mi/mi-nonstop.exp: Likewise.
4562         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4563         * gdb.mi/mi-nsintrall.exp: Likewise.
4564         * gdb.mi/mi-nsmoribund.exp: Likewise.
4565         * gdb.mi/mi-nsthrexec.exp: Likewise.
4566         * gdb.mi/mi-watch-nonstop.exp: Likewise.
4567         * gdb.multi/watchpoint-multi.exp: Adjust comment.
4568         * gdb.python/py-evsignal.exp: Don't enable target-async.
4569         * gdb.python/py-evthreads.exp: Likewise.
4570         * gdb.python/py-prompt.exp: Likewise.
4571         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4572         * gdb.server/solib-list.exp: Don't enable target-async.
4573         * gdb.threads/thread-specific-bp.exp: Likewise.
4574         * lib/mi-support.exp: Adjust to use mi-async.
4575
4576 2014-05-29  Pedro Alves  <palves@redhat.com>
4577
4578         PR gdb/13860
4579         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4580         reason, even in sync mode.
4581
4582 2014-05-29  Pedro Alves  <palves@redhat.com>
4583             Hui Zhu  <hui@codesourcery.com>
4584
4585         PR PR15693
4586         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4587         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4588         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4589         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4590
4591 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
4592
4593         * config/monitor.exp (gdb_target_monitor): Replace use of
4594         "set remotebaud" by "set serial baud".
4595
4596 2014-05-26  Andy Wingo  <wingo@igalia.com>
4597
4598         * gdb.guile/scm-breakpoint.exp:
4599         * gdb.guile/scm-gsmob.exp: Update to use plain old object
4600         properties instead of gdb-object-properties.
4601
4602 2014-05-26  Yao Qi  <yao@codesourcery.com>
4603
4604         * gdb.server/no-thread-db.exp: Specify source file name
4605         explicitly when setting a breakpoint.
4606
4607 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
4608
4609         * gdb.btrace/vdso.c: New.
4610         * gdb.btrace/vdso.exp: New.
4611
4612 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
4613
4614         * gdb.base/gcore.exp (capture_command_output): Move ...
4615         * lib/gdb.exp (capture_command_output): ... here.
4616
4617 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
4618
4619         * gdb.btrace/data.exp: Test memory access during btrace replay.
4620
4621 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
4622
4623         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4624
4625 2014-05-21  Pedro Alves  <palves@redhat.com>
4626
4627         PR gdb/13860
4628         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4629         (top level): Test that output related to execution commands is
4630         sent to the console with CLI commands, but not with MI commands.
4631         Test that breakpoint events are always mirrored to the console.
4632         Also expect the new source line to be output after a "next" in
4633         async mode too.  Make it a pass/fail test.
4634         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4635         output.
4636         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4637
4638 2014-05-21  Pedro Alves  <palves@redhat.com>
4639
4640         * gdb.base/list.exp (build_pattern, test_list): New procedures.
4641         Use them to test variations of "list" after reaching a breakpoint.
4642         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4643         Test "list" with listsize 10 after reaching a breakpoint.
4644         * gdb.python/python.exp (decode_line current location line
4645         number): Adjust expected line number.
4646
4647 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
4648
4649         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4650         behavior for $args, pass it directly to "run".
4651
4652 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
4653
4654         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4655         30000 to 65536.
4656
4657 2014-05-21  Pedro Alves  <palves@redhat.com>
4658
4659         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4660         auto-connect-native-target off".
4661         * gdb.base/auto-connect-native-target.c: New file.
4662         * gdb.base/auto-connect-native-target.exp: New file.
4663
4664 2014-05-21  Pedro Alves  <palves@redhat.com>
4665
4666         * gdb.base/default.exp: Test "target native" instead of "target
4667         child".
4668
4669 2014-05-21  Mark Wielaard  <mjw@redhat.com>
4670
4671         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4672
4673 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4674
4675         Fix TLS access for -static -pthread.
4676         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4677         <HAVE_TLS> (thread_function, main): Initialize it.
4678         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4679         Add clean_restart.
4680         <$have_tls != "">: Check TLSVAR.
4681
4682 2014-05-21  Pedro Alves  <palves@redhat.com>
4683
4684         * gdb.base/dcache-line-read-error.c: New.
4685         * gdb.base/dcache-line-read-error.exp: New.
4686
4687 2014-05-20  Pedro Alves  <palves@redhat.com>
4688
4689         * gdb.base/compare-sections.c: New file.
4690         * gdb.base/compare-sections.exp: New file.
4691
4692 2014-05-20  Pedro Alves  <palves@redhat.com>
4693
4694         * gdb.base/break-idempotent.c: New file.
4695         * gdb.base/break-idempotent.exp: New file.
4696
4697 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
4698
4699         * gdb.btrace/nohist.exp: New.
4700
4701 2014-05-20  Yao Qi  <yao@codesourcery.com>
4702
4703         * lib/gdb.exp (gdb_init): Set timeout if test file is under
4704         gdb.reverse directory and gdb_reverse_timeout exists in board
4705         setting.
4706         * README: Document gdb_reverse_timeout.
4707
4708 2014-05-20  Yao Qi  <yao@codesourcery.com>
4709
4710         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4711         'test_file_name'.  Treat args as a string instead of a list.
4712         (gdb_init): Rename argument 'args' by 'test_file_name'.
4713
4714 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4715
4716         * gdb.arch/powerpc-power.exp: New file.
4717         * gdb.arch/powerpc-power.s: New file.
4718
4719 2014-05-16  Doug Evans  <dje@google.com>
4720
4721         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
4722         * gdb.base/completion.exp: Check that all expected files exist
4723         before doing file completion.
4724
4725 2014-05-16  Doug Evans  <dje@google.com>
4726
4727         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4728         Update.
4729         (do_syscall_tests_without_xml): Update.
4730
4731 2014-05-16  Pedro Alves  <palves@redhat.com>
4732
4733         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4734         instead of "unknown output after running".
4735
4736 2014-05-16  Yao Qi  <yao@codesourcery.com>
4737
4738         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
4739         file1.txt from host at the end.
4740         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4741
4742 2014-05-15  Doug Evans  <dje@google.com>
4743
4744         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4745         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4746         loading file.  Add test for TU lookup.
4747
4748 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
4749
4750         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4751         calling "-exec-arguments" or "set args" before running the
4752         inferior.
4753
4754 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
4755
4756         * lib/mi-support.exp (mi_expect_stop): Expect message for
4757         inferiors that exit with non-zero exit code.
4758
4759 2014-05-14  Yao Qi  <yao@codesourcery.com>
4760
4761         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4762         match absolute path on remote host.
4763         (test_file_list_exec_source_files): Remove "/" from the
4764         pattern.
4765
4766 2014-05-14  Yao Qi  <yao@codesourcery.com>
4767
4768         * boards/local-remote-host-notty.exp (${board}_file): New
4769         proc.
4770
4771 2014-05-07  Kyle McMartin  <kyle@redhat.com>
4772
4773         Pushed by Joel Brobecker  <brobecker@adacore.com>.
4774         * gdb.arch/aarch64-atomic-inst.c: New file.
4775         * gdb.arch/aarch64-atomic-inst.exp: New file.
4776
4777 2014-05-07  Yao Qi  <yao@codesourcery.com>
4778
4779         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4780         in current context" too.
4781
4782 2014-05-05  Keith Seitz  <keiths@redhat.com>
4783
4784         * gdb.linespec/ls-dollar.exp: Add test for linespec
4785         file:convenience_variable.
4786
4787 2014-05-05  Yao Qi  <yao@codesourcery.com>
4788
4789         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4790         traceframes into tfile and ctf trace files.  Read data from
4791         trace file and test collected data.
4792         (gdb_collect_locals_test): Likewise.
4793         (gdb_unavailable_registers_test): Likewise.
4794         (gdb_unavailable_floats): Likewise.
4795         (gdb_collect_globals_test): Likewise.
4796         (top-level): Append "ctf" to trace_file_targets if GDB
4797         supports.
4798
4799 2014-05-05  Yao Qi  <yao@codesourcery.com>
4800
4801         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4802         code to ...
4803         (gdb_collect_args_test_1): ... it.  New proc.
4804         (gdb_collect_locals_test): Move some code to ...
4805         (gdb_collect_locals_test_1): ... it.  New proc.
4806         (gdb_unavailable_registers_test): Move some code to ...
4807         (gdb_unavailable_registers_test_1): ... it.  New proc.
4808         (gdb_unavailable_floats): Move some code to ...
4809         (gdb_unavailable_floats_1): ... it.  New proc.
4810
4811 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4812
4813         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4814         probes to test for bitness recognition.
4815         * gdb.arch/amd64-stap-optional-prefix.exp
4816         (test_probe_value_without_reg): New procedure.
4817         Add code to test for different kinds of bitness.
4818
4819 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4820
4821         PR breakpoints/16889
4822         * gdb.arch/amd64-stap-optional-prefix.S: New file.
4823         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4824
4825 2014-05-01  Pedro Alves  <palves@redhat.com>
4826
4827         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
4828         gdb_file_cmd if no file is specified.
4829         * boards/native-extended-gdbserver.exp (gdb_load): Use the
4830         last_loaded_file to set the remote exec-file.
4831
4832 2014-05-01  Pedro Alves  <palves@redhat.com>
4833
4834         * boards/local-remote-host.exp: New file.
4835
4836 2014-05-01  Pedro Alves  <palves@redhat.com>
4837
4838         * boards/local-remote-host.exp: Rename to ...
4839         * boards/local-remote-host-notty.exp: ... this.
4840
4841 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
4842
4843         * gdb.ada/dyn_arrayidx: New testcase.
4844
4845 2014-04-26  Yao Qi  <yao@codesourcery.com>
4846
4847         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
4848         and compute the length of function main.  Save it in
4849         $main_length.
4850         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4851         (top-level): Use gdb_compile to compile objects into
4852         executable and restart GDB.  Remove invocation to
4853         prepare_for_testing.
4854
4855 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
4856             Pedro Alves  <palves@redhat.com>
4857
4858         PR server/16255
4859         * gdb.multi/multi-attach.c: New file.
4860         * gdb.multi/multi-attach.exp: New file.
4861
4862 2014-04-25  Pedro Alves  <palves@redhat.com>
4863
4864         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4865         user.
4866         (top level): Test that "set remote conditional-breakpoints-packet
4867         off" works as intended.
4868         * gdb.base/dprintf.exp: Test that "set remote
4869         breakpoint-commands-packet off" works as intended.
4870         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4871         New function.
4872         (top level): Call it.
4873         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4874         remote fast-tracepoints-packet off" works as intended.
4875         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4876         * lib/gdb.exp (gdb_is_target_remote): ... here.
4877
4878 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4879
4880         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4881         ensure clang would not discard them.
4882         * gdb.base/gdbvars.c: Ditto.
4883         * gdb.base/memattr.c: Ditto.
4884         * gdb.base/whatis.c: Ditto.
4885         * gdb.python/py-prettyprint.c: Ditto.
4886         * gdb.trace/actions.c: Ditto.
4887         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4888         ensure clang would not discard it.
4889
4890 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4891
4892         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4893         clang to emit the full definition of type required by the test
4894         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4895
4896 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4897
4898         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4899         coax Clang into emitting the definition of the type.
4900         * gdb.cp/pr10728-x.h (y): Ditto.
4901         * gdb.cp/pr10728-y.cc (y): Ditto.
4902
4903 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4904
4905         * gdb.base/label.exp: XFAIL label related tests under Clang.
4906         * gdb.cp/cplabel.exp: Ditto.
4907         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4908         under Clang those using labels.
4909
4910 2014-04-25  Yao Qi  <yao@codesourcery.com>
4911
4912         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4913         double_label.
4914         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4915         partial_label and double_label.
4916
4917 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4918
4919         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4920
4921 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4922
4923         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4924         of the function to work across GCC and Clang.
4925         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4926         pointer types (const void ** const V void **).
4927
4928 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
4929             Walfred Tedeschi  <walfred.tedeschi@intel.com>
4930
4931         * Makefile.in (EXECUTABLES): Added i386-avx512.
4932         * gdb.arch/i386-avx512.c: New file.
4933         * gdb.arch/i386-avx512.exp: Likewise.
4934
4935 2014-04-23  Keith Seitz  <keiths@redhat.com>
4936
4937         * lib/mi-support.exp (mi_list_breakpoints): Delete.
4938         (mi_make_breakpoint_table): New procedure.
4939         (mi_create_breakpoint): Use mi_make_breakpoint
4940         and return the result.
4941         (mi_make_breakpoint): New procedure.
4942         (mi_build_kv_pairs): New procedure.
4943
4944         * gdb.mi/mi-break.exp: Remove unused globals,
4945         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4946         All callers updated.
4947         * gdb.mi/mi-dprintf.exp: Use variable to track command
4948         number.
4949         Update all callers of mi_create_breakpoint and use
4950         mi_make_breakpoint_table.
4951         Remove any unused global variables.
4952         * gdb.mi/mi-nonstop.exp: Likewise.
4953         * gdb.mi/mi-nsintrall.exp: Likewise.
4954         * gdb.mi/mi-nsmoribund.exp: Likewise.
4955         * gdb.mi/mi-nsthrexec.exp: Likewise.
4956         * gdb.mi/mi-reverse.exp: Likewise.
4957         * gdb.mi/mi-simplerun.exp: Likewise.
4958         * gdb.mi/mi-stepn.exp: Likewise.
4959         * gdb.mi/mi-syn-frame.exp: Likewise.
4960         * gdb.mi/mi-until.exp: Likewise.
4961         * gdb.mi/mi-var-cp.exp: Likewise.
4962         * gdb.mi/mi-var-display.exp: Likewise.
4963         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4964         * gdb.mi/mi2-var-child.exp: Likewise.
4965         * gdb.mi/mi-vla-c99.exp: Likewise.
4966         * lib/mi-support.exp: Likewise.
4967
4968         From Ian Lance Taylor  <iant@cygnus.com>:
4969         * lib/gdb.exp (parse_args): New procedure.
4970
4971 2014-04-23  Pedro Alves  <palves@redhat.com>
4972
4973         * gdb.base/break-unload-file.c: New file.
4974         * gdb.base/break-unload-file.exp: New file.
4975         * gdb.base/sym-file-lib.c (baz): New function.
4976         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4977         field.
4978         (load): Store the segment's mapped size.
4979         (unload): New function.
4980         (unload_shlib): New function.
4981         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4982         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4983         set a breakpoint at baz, and call it.
4984         * gdb.base/sym-file.exp: New tests for stale breakpoint
4985         instructions.
4986
4987 2014-04-23  Pedro Alves  <palves@redhat.com>
4988
4989         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4990         * gdb.base/hbreak-in-shr-unsupported.c: New file.
4991         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4992         * gdb.base/hbreak-unmapped.c: New file.
4993         * gdb.base/hbreak-unmapped.exp: New file.
4994         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4995         * lib/gdb.exp (gdb_is_target_remote): ... here.
4996
4997 2014-04-22  Pedro Alves  <palves@redhat.com>
4998
4999         * gdb.base/consecutive-step-over.c: New file.
5000         * gdb.base/consecutive-step-over.exp: New file.
5001
5002 2014-04-22  Pedro Alves  <palves@redhat.com>
5003
5004         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5005         instead of send_gdb/gdb_expect.
5006
5007 2014-04-22  Yao Qi  <yao@codesourcery.com>
5008
5009         * lib/trace-support.exp (generate_tracefile): New procedure.
5010         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5011         return 0.
5012         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5013         if generate_tracefile returns 1.
5014
5015 2014-04-18  Tom Tromey  <palves@redhat.com>
5016             Pedro alves  <tromey@redhat.com>
5017
5018         PR backtrace/15558
5019         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5020         with a backtrace limit.
5021         * gdb.python/py-frame-inline.exp: Test running to an inline
5022         function with a backtrace limit, and printing the newest frame.
5023         * gdb.python/py-frame-inline.c (main): Call f.
5024
5025 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5026
5027         * gdb.java/jnpe.exp: Drop srcdir from untested path.
5028
5029 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5030
5031         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5032         Drop prefix from unsupported source file path.
5033
5034 2014-04-17  Yao Qi  <yao@codesourcery.com>
5035
5036         * lib/gdb.exp (with_target_charset): New proc.
5037         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5038         with_target_charset.
5039         (test_print_strings): Likewise.
5040         (test_repeat_bytes): Likewise.
5041         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5042         for some tests.
5043
5044 2014-04-16  Keith Seitz  <keiths@redhat.com>
5045
5046         PR gdb/15827
5047         * gdb.dwarf2/corrupt.c: New file.
5048         * gdb.dwarf2/corrupt.exp: New file.
5049
5050 2014-04-16  Keith Seitz  <keiths@redhat.com>
5051
5052         PR c++/16597
5053         * gdb.cp/namelessclass.cc: New file.
5054         * gdb.cp/namelessclass.exp: New file.
5055         * gdb.cp/namelessclass.S: New file.
5056
5057 2014-04-16  Doug Evans  <dje@google.com>
5058
5059         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5060         Add comment.
5061         (gdbserver_default_get_comm_port): New function.
5062         (gdbserver_start): Check if board file provided
5063         "gdbserver,get_comm_port" and use it if so.
5064         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5065         (gdb,socketport): Set to "stdio".
5066         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5067         (stdio_gdbserver_template): Delete.
5068         (${board}_get_remote_address): Update.
5069         (${board}_build_remote_cmd): Delete.
5070         (${board}_get_comm_port): New function.
5071         (${board}_spawn): Update.
5072         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5073         Delete.
5074         (${board}_get_remote_address): Update.
5075         (${board}_get_comm_port): New function.
5076
5077 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
5078
5079         * gdb.base/memattr.exp: Improve regexps to handle memory regions
5080         appearing in any order.
5081
5082 2014-04-15  Doug Evans  <dje@google.com>
5083
5084         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5085         uninitialized value of "description".
5086
5087 2014-04-15  Keith Seitz  <keiths@redhat.com>
5088
5089         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5090         Remove unused globals.
5091         (test_running_the_program): Likewise.
5092         (test_controlled_execution): Likewise.
5093         (test_controlling_breakpoints): Likewise.
5094         (test_program_termination): Likewise.
5095
5096 2014-04-15  Keith Seitz  <keiths@redhat.com>
5097
5098         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5099         unused globals.
5100         (test_rbreak_creation_and_listing): Likewise.
5101         (test_ignore_count): Likewise.
5102         (test_error): Likewise.
5103
5104 2014-04-15  Pedro Alves  <palves@redhat.com>
5105
5106         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5107         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5108         sym-file-loader.c.
5109         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5110         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5111         to sym-file-loader.c.
5112         (struct library): Forward declare.
5113         (load_shlib, lookup_function): Change prototypes.
5114         (find_shstrtab, find_strtab, find_shdr, find_symtab)
5115         (translate_offset): Remove declarations.
5116         (get_text_addr): New declaration.
5117         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5118         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5119         sym-file-loader.h.
5120         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5121         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5122         here from sym-file-loader.h.
5123         (struct library): New structure.
5124         (load_shlib, lookup_function): Change prototypes and adjust to
5125         work with a struct library.
5126         (find_shstrtab, find_strtab, find_shdr, find_symtab)
5127         (translate_offset): Make static.
5128         (get_text_addr): New function.
5129         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5130
5131 2014-04-15  Pedro Alves  <palves@redhat.com>
5132
5133         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
5134
5135 2014-04-15  Pedro Alves  <palves@redhat.com>
5136
5137         * gdb.base/sym-file-loader.c: Include <limits.h>.
5138         (SELF_LINK): New define.
5139         (get_origin): New function.
5140         (load_shlib): Use it.
5141         * gdb.base/sym-file.exp: Don't early return if the target is
5142         remote.  Use runto_main, and issue fail is that fails.  Use
5143         gdb_load_shlibs.
5144         (shlib_name): Delete.
5145         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
5146
5147 2014-04-15  Pedro Alves <palves@redhat.com>
5148
5149         * gdb.base/sym-file.exp: Remove regex characters from test
5150         message.  Don't refer to breakpoint numbers in test messages.
5151
5152 2014-04-14  Keith Seitz  <keiths@redhat.com>
5153
5154         PR c++/16253
5155         * gdb.cp/var-tag.cc: New file.
5156         * gdb.cp/var-tag.exp: New file.
5157         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5158         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5159         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5160         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5161
5162 2014-04-14  Tom Tromey  <tromey@redhat.com>
5163
5164         * gdb.cp/classes.exp (test_enums): Handle underlying type.
5165         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5166         type.
5167         * gdb.cp/enum-class.exp: New file.
5168         * gdb.cp/enum-class.cc: New file.
5169
5170 2014-04-14  Tom Tromey  <tromey@redhat.com>
5171
5172         * gdb.dwarf2/enum-type.exp: New file.
5173
5174 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5175
5176         * gdb.mi/mi-vla-c99.exp: New file.
5177         * gdb.mi/vla.c: New file.
5178
5179 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5180
5181         * gdb.base/vla-datatypes.c: New file.
5182         * gdb.base/vla-datatypes.exp: New file.
5183
5184 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5185
5186         * gdb.base/vla-ptr.c: New file.
5187         * gdb.base/vla-ptr.exp: New file.
5188
5189 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5190
5191         * gdb.dwarf2/count.exp: New file.
5192
5193 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5194
5195         * gdb.base/vla-sideeffect.c: New file.
5196         * gdb.base/vla-sideeffect.exp: New file.
5197
5198 2014-04-14  David Blaikie <dblaikie@gmail.com>
5199
5200         * gdb.mi/non-stop.c: Add return value for non-void function return
5201         statement.
5202         * gdb.threads/staticthreads.c: Ditto.
5203
5204 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
5205             Doug Evans  <xdje42@gmail.com>
5206
5207         * gdb.guile/scm-value.c: Improve test case.
5208         * gdb.guile/scm-value.exp: Add new test.
5209
5210 2014-04-11  David Blaikie  <dblaikie@gmail.com>
5211
5212         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5213         override Clang's default.
5214
5215 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
5216
5217         Revert the following changes (regressions):
5218
5219         * gdb.base/vla-sideeffect.c: New file.
5220         * gdb.base/vla-sideeffect.exp: New file.
5221
5222         * gdb.dwarf2/count.exp: New file.
5223
5224         * gdb.base/vla-multi.c: New file.
5225         * gdb.base/vla-multi.exp: New file.
5226
5227         * gdb.base/vla-ptr.c: New file.
5228         * gdb.base/vla-ptr.exp: New file.
5229
5230         * gdb.base/vla-datatypes.c: New file.
5231         * gdb.base/vla-datatypes.exp: New file.
5232
5233         * gdb.mi/mi-vla-c99.exp: New file.
5234         * gdb.mi/vla.c: New file.
5235
5236 2014-04-11  Keith Seitz  <keiths@redhat.com>
5237
5238         PR c++/16675
5239         * gdb.cp/cpsizeof.exp: New file.
5240         * gdb.cp/cpsizeof.cc: New file.
5241
5242 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5243
5244         * gdb.mi/mi-vla-c99.exp: New file.
5245         * gdb.mi/vla.c: New file.
5246
5247 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5248
5249         * gdb.base/vla-datatypes.c: New file.
5250         * gdb.base/vla-datatypes.exp: New file.
5251
5252 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5253
5254         * gdb.base/vla-ptr.c: New file.
5255         * gdb.base/vla-ptr.exp: New file.
5256
5257 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5258
5259         * gdb.base/vla-multi.c: New file.
5260         * gdb.base/vla-multi.exp: New file.
5261
5262 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5263
5264         * gdb.dwarf2/count.exp: New file.
5265
5266 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5267
5268         * gdb.base/vla-sideeffect.c: New file.
5269         * gdb.base/vla-sideeffect.exp: New file.
5270
5271 2014-04-11  Yao Qi  <yao@codesourcery.com>
5272
5273         * gdb.base/completion.exp: Check file exists before running tests
5274         on file completion.
5275
5276 2014-04-10  Pedro Alves  <palves@redhat.com>
5277
5278         * gdb.base/cond-eval-mode.c: New file.
5279         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
5280         prepare_for_testing to build the new file.  Check result of
5281         runto_main.
5282         (test_break, test_watch): New procedures.
5283         (top level): Use them.
5284
5285 2014-04-08  Pierre Muller  <muller@sourceware.org>
5286
5287         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5288         Ctrl-V use for mingw hosts.
5289
5290 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
5291
5292         * gdb.python/py-value.c: Improve test case.
5293         * gdb.python/py-value.exp: Add new test.
5294
5295 2014-04-07  David Blaikie  <dblaikie@gmail.com>
5296
5297         * lib/compiler.c: Identify the clang compiler.
5298         * lib/compiler.cc: Ditto.
5299
5300 2014-04-03  Yao Qi  <yao@codesourcery.com>
5301
5302         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5303
5304 2014-04-01  Anton Blanchard  <anton@samba.org>
5305
5306         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
5307         messages unique.
5308
5309 2014-04-01  Anton Blanchard  <anton@samba.org>
5310
5311         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5312         prepare_for_testing.
5313
5314 2014-04-01  Anton Blanchard  <anton@samba.org>
5315
5316         * gdb.arch/ppc64-atomic-inst.c: Remove.
5317         * gdb.arch/ppc64-atomic-inst.S: New file.
5318         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5319
5320 2014-03-31  Doug Evans  <dje@google.com>
5321
5322         * gdb.base/print-symbol-loading-lib.c: New file.
5323         * gdb.base/print-symbol-loading-main.c: New file.
5324         * gdb.base/print-symbol-loading.exp: New file.
5325
5326 2014-03-31  Yao Qi  <yao@codesourcery.com>
5327
5328         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5329
5330 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
5331
5332         * gdb.ada/mi_dyn_arr: New testcase.
5333
5334 2014-03-27  Doug Evans  <dje@google.com>
5335
5336         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5337
5338 2014-03-27  Yao Qi  <yao@codesourcery.com>
5339
5340         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5341         if target is nios2-*-*.
5342
5343 2014-03-26  Yao Qi  <yao@codesourcery.com>
5344
5345         * lib/gdb.exp (readline_is_used): New proc.
5346         * gdb.base/completion.exp: Move tests on command complete up.
5347         Skip the rest of tests if readline is not used.
5348         * gdb.ada/complete.exp: Skp the test if readline is not
5349         used.
5350         * gdb.base/filesym.exp: Likewise.
5351         * gdb.base/macscp.exp: Likewise.
5352         * gdb.base/readline-ask.exp: Likewise.
5353         * gdb.base/readline.exp: Likewise.
5354         * gdb.python/py-cmd.exp: Likewise.
5355         * gdb.trace/tfile.exp: Likewise.
5356
5357 2014-03-26  Yao Qi  <yao@codesourcery.com>
5358
5359         * gdb.base/macscp.exp: Fix code format issues.
5360
5361 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
5362
5363         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5364         * gdb.asm/powerpc64le.inc: New file.
5365
5366 2014-03-25  Pedro Alves  <palves@redhat.com>
5367             Doug Evans  <dje@google.com>
5368
5369         * gdb.base/source-execution.c: New file.
5370         * gdb.base/source-execution.exp: New file.
5371         * gdb.base/source-execution.gdb: New file.
5372
5373 2014-03-24  Doug Evans  <dje@google.com>
5374
5375         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5376         using fission.
5377
5378 2014-03-24  Hui Zhu  <hui@codesourcery.com>
5379             Pedro Alves  <palves@redhat.com>
5380
5381         PR breakpoints/16101
5382         * gdb.base/dprintf.exp: Use unsupported rather than changing the
5383         test pass/fail messages.  Detect missing support for dprintf when
5384         breakpoints are actually inserted.
5385         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5386         breakpoints are actually inserted.
5387         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5388         fails.
5389
5390 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5391
5392         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5393
5394 2014-03-22  Doug Evans  <xdje42@gmail.com>
5395
5396         * gdb.python/python.exp (python not supported): Verify multi-line
5397         python command issues an error.
5398         * gdb.guile/guile.exp (guile not supported): Verify multi-line
5399         guile command issues an error.
5400
5401 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
5402
5403         * gdb.threads/thread-specific.exp: Handle the lack of usable
5404         $this_breakpoint and $this_thread.
5405
5406 2014-03-21  Hui Zhu  <hui@codesourcery.com>
5407
5408         * gdb.base/attach.exp (do_command_attach_tests): New.
5409
5410 2014-03-20  Tom Tromey  <tromey@redhat.com>
5411             Pedro Alves  <palves@redhat.com>
5412
5413         PR cli/15718
5414         * gdb.base/condbreak-call-false.c: New file.
5415         * gdb.base/condbreak-call-false.exp: New file.
5416
5417 2014-03-20  Pedro Alves  <palves@redhat.com>
5418
5419         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5420         Delete.
5421         (block_signals, unblock_signals): Delete.
5422         (child_function_2, main): Remove references to deleted variable
5423         and functions.
5424
5425 2014-03-20  Pedro Alves  <palves@redhat.com>
5426
5427         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5428         Use pthread_kill to signal thread 2.
5429         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5430         Adjust to make the test send itself a signal rather than using the
5431         host's "kill" command.
5432
5433 2014-03-20  Pedro Alves  <palves@redhat.com>
5434
5435         * gdb.threads/multiple-step-overs.c: New file.
5436         * gdb.threads/multiple-step-overs.exp: New file.
5437         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5438         Adjust expected infrun debug output.
5439
5440 2014-03-20  Pedro Alves  <palves@redhat.com>
5441
5442         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5443         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5444
5445 2014-03-20  Pedro Alves  <palves@redhat.com>
5446
5447         PR breakpoints/7143
5448         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5449         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
5450         of gdb_test_multiple.
5451         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5452         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5453
5454 2014-03-20  Pedro Alves  <palves@redhat.com>
5455
5456         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5457         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5458
5459 2014-03-19  Pedro Alves  <palves@redhat.com>
5460
5461         * gdb.base/async.exp: Remove early return.
5462
5463 2014-03-19  Pedro Alves  <palves@redhat.com>
5464
5465         * gdb.base/async.exp (step& tests): Pass explicit test messages.
5466
5467 2014-03-19  Pedro Alves  <palves@redhat.com>
5468
5469         * gdb.base/async.exp (test_background): Expect \r\n after
5470         "completed." in the fail pattern.
5471
5472 2014-03-19  Pedro Alves  <palves@redhat.com>
5473
5474         * gdb.base/async.exp (test_background): New procedure.
5475         Use it for all background execution command tests.
5476
5477 2014-03-19  Pedro Alves  <palves@redhat.com>
5478
5479         * gdb.base/async.exp: Use prepare_for_testing.
5480
5481 2014-03-19  Pedro Alves  <palves@redhat.com>
5482
5483         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
5484         the same line.
5485
5486 2014-03-19  Pedro Alves  <palves@redhat.com>
5487
5488         * gdb.base/async.c (main): Add "jump here" and "until here" line
5489         marker comments.
5490         * gdb.base/async.exp (jump_here): New global.
5491         (jump& test): Use it.
5492         (until_here): New global.
5493         (until& test): Use it.
5494
5495 2014-03-19  Pedro Alves  <palves@redhat.com>
5496
5497         * gdb.base/async.exp: Don't frob gdb_protocol.
5498
5499 2014-03-18  Doug Evans  <xdje42@gmail.com>
5500
5501         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
5502         Fix spelling of exec-done-display.
5503
5504 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5505
5506         PR gdb/15358
5507         * gdb.base/gdb-sigterm.c: New file.
5508         * gdb.base/gdb-sigterm.exp: New file.
5509
5510 2014-03-18  Pedro Alves  <palves@redhat.com>
5511
5512         PR gdb/13860
5513         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5514         * lib/mi-support.exp (mi_expect_stop): Add special handling for
5515         solib-event.
5516
5517 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
5518
5519         * gdb.ada/pckd_arr_ren: New testcase.
5520
5521 2014-03-13  Doug Evans  <xdje42@gmail.com>
5522
5523         PR guile/16612
5524         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5525         collect after discarding symbols.
5526
5527 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
5528             Doug Evans  <xdje42@gmail.com>
5529
5530         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5531         to history survives a gc.
5532
5533 2014-03-13  Pedro Alves  <palves@redhat.com>
5534
5535         * gdb.base/default.exp: Don't test "target procfs".
5536
5537 2014-03-13  Pedro Alves  <palves@redhat.com>
5538
5539         * gdb.base/default.exp: Update "target child" and "target procfs"
5540         tests to not expect "Unix".
5541
5542 2014-03-12  Tom Tromey  <tromey@redhat.com>
5543
5544         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5545         New procs.  Add target-async tests.
5546         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5547         Add target-async tests.
5548
5549 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5550
5551         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5552         'func_start' and 'func_end' for the beginning and end of the
5553         function code, respectively.
5554         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5555         'func_end' instead of 'func' and 'main'.
5556
5557 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5558
5559         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5560         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5561         generate the debug info assembler source.
5562
5563 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5564
5565         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5566         * gdb.dwarf2/arr-subrange.exp: Likewise.
5567         * gdb.dwarf2/dwz.exp: Likewise.
5568         * gdb.dwarf2/method-ptr.exp: Likewise.
5569         * gdb.dwarf2/missing-sig-type.exp: Likewise.
5570         * gdb.dwarf2/subrange.exp: Likewise.
5571         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5572         * gdb.dwarf2/implptrpiece.exp: Likewise.
5573         * gdb.dwarf2/nostaticblock.exp: Likewise.
5574
5575 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5576
5577         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5578         directory to absolute path name arguments.
5579
5580 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
5581
5582         * gdb.ada/tagged_access: New testcase.
5583
5584 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
5585
5586         * gdb.btrace/data.exp: Update expected output.
5587
5588 2014-03-06  Yao Qi  <yao@codesourcery.com>
5589
5590         * gdb.trace/pr16508.exp: New file.
5591
5592 2014-03-05  Pedro Alves  <palves@redhat.com>
5593
5594         PR gdb/16575
5595         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5596         procedure.
5597         (top level): Adjust to use it.  Add tests that exercise breakpoint
5598         interaction with the code-cache.
5599
5600 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
5601
5602         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5603         test for 'history-append!'.
5604
5605 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
5606
5607         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5608         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5609         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5610         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5611         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5612         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5613
5614 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
5615
5616         * testsuite/gdb.python/py-pp-re-notag.c: New file.
5617         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5618         * testsuite/gdb.python/py-pp-re-notag.p: New file.
5619
5620 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
5621
5622         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5623
5624 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
5625
5626         * gdb.dwarf2/arr-stride.c: New file.
5627         * gdb.dwarf2/arr-stride.exp: New file.
5628
5629 2014-02-26  Pedro Alves  <palves@redhat.com>
5630
5631         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5632         that won't ever trigger.  Make sure that GDB reports the correct
5633         breakpoint that caused the stop.
5634
5635 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5636
5637         PR gdb/16626
5638         * gdb.base/auto-load-script: New file.
5639         * gdb.base/auto-load.c: New file.
5640         * gdb.base/auto-load.exp: New file.
5641
5642         PR gdb/16626
5643         * gdb.base/auto-load.exp: Fix out-of-srctree run.
5644
5645 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5646
5647         Fix dw2-icycle.exp -fsanitize=address GDB crash.
5648         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5649
5650 2014-02-24  Doug Evans  <dje@google.com>
5651
5652         * lib/gdb.exp (run_on_host): Log error output if program fails.
5653
5654 2014-02-21  Pedro Alves  <palves@redhat.com>
5655
5656         * gdb.threads/step-after-sr-lock.c: Rename to ...
5657         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5658         * gdb.threads/step-after-sr-lock.exp: Rename to ...
5659         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5660         ... this.
5661
5662 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
5663
5664         PR tdep/16397
5665         * gdb.arch/amd64-stap-special-operands.exp: New file.
5666         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5667         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5668         * gdb.arch/amd64-stap-triplet.S: Likewise.
5669         * gdb.arch/amd64-stap-triplet.c: Likewise.
5670
5671 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
5672
5673         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5674         in .section pseudo-op.
5675
5676 2014-02-20  lin zuojian  <manjian2006@gmail.com>
5677             Joel Brobecker  <brobecker@adacore.com>
5678             Doug Evans  <xdje42@gmail.com>
5679
5680         PR symtab/16581
5681         * gdb.dwarf2/dw2-icycle.S: New file.
5682         * gdb.dwarf2/dw2-icycle.c: New file.
5683         * gdb.dwarf2/dw2-icycle.exp: New file.
5684
5685 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
5686
5687         * gdb.python/py-value-cc.cc: Improve test case to enable testing
5688         operations on gdb.Value objects.
5689         * gdb.python/py-value-cc.exp: Add new test to test operations on
5690         gdb.Value objects.
5691
5692 2014-02-18  Doug Evans  <dje@google.com>
5693
5694         * Makefile.in (TESTS): New variable.
5695         (expanded_tests, expanded_tests_or_none): New variables
5696         (check-single): Pass $(expanded_tests_or_none) to runtest.
5697         (check-parallel): Only run tests in $(TESTS) if non-empty.
5698         (check/no-matching-tests-found): New rule.
5699         * README: Document TESTS makefile variable.
5700
5701 2014-02-18  Doug Evans  <dje@google.com>
5702
5703         * Makefile.in (check-parallel): rm -rf outputs temp.
5704
5705 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5706
5707         Fix "ERROR: no fileid for" in the testsuite.
5708         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5709
5710 2014-02-12  Doug Evans  <dje@google.com>
5711
5712         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5713         (MISCELLANEOUS): New variable.
5714         (clean): rm -rf $(MISCELLANEOUS).
5715         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5716         dwp live in the same directory as symlinks, with each symlink pointed
5717         to a differently named file in a different directory.
5718
5719 2014-02-11  Doug Evans  <dje@google.com>
5720
5721         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5722         of Tcl file commands.
5723
5724 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
5725
5726         * gdb.threads/step-after-sr-lock.exp: Avoid executing
5727         "kill -SIGUSR1 -1".
5728
5729 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
5730
5731         * gdb.ada/tick_length_array_enum_idx: New testcase.
5732
5733 2014-02-10  Doug Evans  <xdje42@gmail.com>
5734
5735         * configure.ac (AC_OUTPUT): Add gdb.guile.
5736         * configure: Regenerate.
5737         * lib/gdb-guile.exp: New file.
5738         * lib/gdb.exp (get_target_charset): New function.
5739         * gdb.base/help.exp: Update expected output from "apropos apropos".
5740         * gdb.guile/Makefile.in: New file.
5741         * gdb.guile/guile.exp: New file.
5742         * gdb.guile/scm-arch.c: New file.
5743         * gdb.guile/scm-arch.exp: New file.
5744         * gdb.guile/scm-block.c: New file.
5745         * gdb.guile/scm-block.exp: New file.
5746         * gdb.guile/scm-breakpoint.c: New file.
5747         * gdb.guile/scm-breakpoint.exp: New file.
5748         * gdb.guile/scm-disasm.c: New file.
5749         * gdb.guile/scm-disasm.exp: New file.
5750         * gdb.guile/scm-equal.c: New file.
5751         * gdb.guile/scm-equal.exp: New file.
5752         * gdb.guile/scm-error.exp: New file.
5753         * gdb.guile/scm-error.scm: New file.
5754         * gdb.guile/scm-frame-args.c: New file.
5755         * gdb.guile/scm-frame-args.exp: New file.
5756         * gdb.guile/scm-frame-args.scm: New file.
5757         * gdb.guile/scm-frame-inline.c: New file.
5758         * gdb.guile/scm-frame-inline.exp: New file.
5759         * gdb.guile/scm-frame.c: New file.
5760         * gdb.guile/scm-frame.exp: New file.
5761         * gdb.guile/scm-generics.exp: New file.
5762         * gdb.guile/scm-gsmob.exp: New file.
5763         * gdb.guile/scm-iterator.c: New file.
5764         * gdb.guile/scm-iterator.exp: New file.
5765         * gdb.guile/scm-math.c: New file.
5766         * gdb.guile/scm-math.exp: New file.
5767         * gdb.guile/scm-objfile-script-gdb.in: New file.
5768         * gdb.guile/scm-objfile-script.c: New file.
5769         * gdb.guile/scm-objfile-script.exp: New file.
5770         * gdb.guile/scm-objfile.c: New file.
5771         * gdb.guile/scm-objfile.exp: New file.
5772         * gdb.guile/scm-ports.exp: New file.
5773         * gdb.guile/scm-pretty-print.c: New file.
5774         * gdb.guile/scm-pretty-print.exp: New file.
5775         * gdb.guile/scm-pretty-print.scm: New file.
5776         * gdb.guile/scm-section-script.c: New file.
5777         * gdb.guile/scm-section-script.exp: New file.
5778         * gdb.guile/scm-section-script.scm: New file.
5779         * gdb.guile/scm-symbol.c: New file.
5780         * gdb.guile/scm-symbol.exp: New file.
5781         * gdb.guile/scm-symtab-2.c: New file.
5782         * gdb.guile/scm-symtab.c: New file.
5783         * gdb.guile/scm-symtab.exp: New file.
5784         * gdb.guile/scm-type.c: New file.
5785         * gdb.guile/scm-type.exp: New file.
5786         * gdb.guile/scm-value-cc.cc: New file.
5787         * gdb.guile/scm-value-cc.exp: New file.
5788         * gdb.guile/scm-value.c: New file.
5789         * gdb.guile/scm-value.exp: New file.
5790         * gdb.guile/source2.scm: New file.
5791         * gdb.guile/types-module.cc: New file.
5792         * gdb.guile/types-module.exp: New file.
5793
5794 2014-02-10  Yao Qi  <yao@codesourcery.com>
5795
5796         PR testsuite/16543
5797         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5798         * configure: Regenerated.
5799         * Makefile.in: New file.
5800
5801 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
5802
5803         * gdb.python/py-framefilter.exp: Fix typo.
5804
5805 2014-02-08  Yao Qi  <yao@codesourcery.com>
5806
5807         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5808         that no =breakpoint-modified is emitted when breakpoints are
5809         modified through MI commands.
5810
5811 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
5812             Pedro Alves  <palves@redhat.com>
5813
5814         * gdb.threads/step-after-sr-lock.c: New file.
5815         * gdb.threads/step-after-sr-lock.exp: New file.
5816
5817 2014-02-07  Pedro Alves  <palves@redhat.com>
5818
5819         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5820
5821 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5822
5823         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5824         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5825
5826 2014-02-06  Doug Evans  <xdje42@gmail.com>
5827
5828         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5829         output.
5830
5831         * gdb.gdb/python-interrupts.exp: New file.
5832
5833 2014-02-05  Yao Qi  <yao@codesourcery.com>
5834
5835         * gdb.trace/report.exp (use_collected_data): Test the output
5836         of "info threads" and "info inferiors".
5837
5838 2014-02-05  Yao Qi  <yao@codesourcery.com>
5839
5840         Revert this patch:
5841
5842         2013-05-24  Yao Qi  <yao@codesourcery.com>
5843
5844         * gdb.trace/tfile.exp: Test inferior and thread.
5845
5846 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5847
5848         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5849         on a function.
5850         * gdb.base/step-bt.c: Call hello via function pointer to make
5851         sure its first instruction is executed on powerpc64le-linux.
5852
5853 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5854
5855         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5856
5857 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5858
5859         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
5860         of the test patterns for use on little-endian systems.
5861
5862 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5863
5864         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5865         (decimal_vector): Fix for little-endian.
5866
5867 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
5868
5869         * gdb.arch/sparc-sysstep.exp: New file.
5870         * gdb.arch/sparc-sysstep.c: Likewise.
5871
5872         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5873
5874 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5875
5876         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5877
5878 2014-01-23  Tom Tromey  <tromey@redhat.com>
5879
5880         * gdb.ada/array_char_idx: New testcase.
5881
5882 2014-01-23  Tom Tromey  <tromey@redhat.com>
5883
5884         PR python/16487:
5885         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5886         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5887         classes.
5888
5889 2014-01-23  Tom Tromey  <tromey@redhat.com>
5890
5891         PR python/16491:
5892         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5893         string from an inferior frame.
5894         * gdb.python/py-framefilter-mi.exp: Update.
5895
5896 2014-01-22  Doug Evans  <dje@google.com>
5897
5898         * gdb.server/server-mon.exp: Add tests for "set debug-format".
5899
5900 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5901
5902         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5903
5904 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5905
5906         * gdb.trace/entry-values.exp: Remove excess space character from
5907         regex patterns.  Handle s390 call instruction.
5908
5909 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5910
5911         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5912         define "*_start" label.  Make "name" static.
5913         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5914         ${name} by references to ${name}_start.
5915
5916 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5917
5918         * gdb.base/info-macros.exp: Remove "debug" from the compile
5919         options.
5920
5921 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5922
5923         * gdb.dlang/demangle.exp: New file.
5924
5925 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5926
5927         * gdb.dlang/primitive-types.exp: New file.
5928
5929 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5930
5931         * configure.ac: Create gdb.dlang/Makefile.
5932         * configure: Regenerate.
5933         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5934         * gdb.dlang/Makefile.in: New file.
5935         * lib/d-support.exp: New file.
5936         * lib/gdb.exp (skip_d_tests): New proc.
5937
5938 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5939
5940         * gdb.btrace/delta.exp: Check reverse stepi.
5941         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
5942         * gdb.btrace/finish.exp: New.
5943         * gdb.btrace/next.exp: New.
5944         * gdb.btrace/nexti.exp: New.
5945         * gdb.btrace/record_goto.c: Add comments.
5946         * gdb.btrace/step.exp: New.
5947         * gdb.btrace/stepi.exp: New.
5948         * gdb.btrace/multi-thread-step.c: New.
5949         * gdb.btrace/multi-thread-step.exp: New.
5950         * gdb.btrace/rn-dl-bind.c: New.
5951         * gdb.btrace/rn-dl-bind.exp: New.
5952         * gdb.btrace/data.c: New.
5953         * gdb.btrace/data.exp: New.
5954         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5955
5956 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5957
5958         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5959         * gdb.btrace/exception.exp: Update.
5960         * gdb.btrace/instruction_history.exp: Update.
5961         * gdb.btrace/record_goto.exp: Update.
5962         * gdb.btrace/tailcall.exp: Update.
5963         * gdb.btrace/unknown_functions.exp: Update.
5964         * gdb.btrace/delta.exp: New.
5965
5966 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5967
5968         * gdb.btrace/record_goto.exp: Add backtrace test.
5969         * gdb.btrace/tailcall.exp: Add backtrace test.
5970
5971 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5972
5973         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5974         * gdb.btrace/record_goto.c: New.
5975         * gdb.btrace/record_goto.exp: New.
5976         * gdb.btrace/x86-record_goto.S: New.
5977
5978 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5979
5980         * gdb.btrace/function_call_history.exp: Update tests.
5981         * gdb.btrace/instruction_history.exp: Update tests.
5982
5983 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5984
5985         * gdb.btrace/function_call_history.exp: Fix expected field
5986         order for "record function-call-history".
5987         Add new tests for "record function-call-history /c".
5988         * gdb.btrace/exception.cc: New.
5989         * gdb.btrace/exception.exp: New.
5990         * gdb.btrace/tailcall.exp: New.
5991         * gdb.btrace/x86-tailcall.S: New.
5992         * gdb.btrace/x86-tailcall.c: New.
5993         * gdb.btrace/unknown_functions.c: New.
5994         * gdb.btrace/unknown_functions.exp: New.
5995         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5996
5997 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5998
5999         * gdb.btrace/instruction_history.exp: Update.
6000         * gdb.btrace/function_call_history.exp: Update.
6001
6002 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6003
6004         * gdb.btrace/function_call_history.exp: Fix expected function
6005         trace.
6006         * gdb.btrace/instruction_history.exp: Initialize traced.
6007         Remove traced_functions.
6008
6009 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6010
6011         * gdb.btrace/function_call_history.exp: Update
6012         * gdb.btrace/instruction_history.exp: Update.
6013
6014 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6015
6016         * gdb.btrace/enable.exp: Update expected text.
6017
6018 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
6019
6020         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6021         bytes.
6022
6023 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
6024
6025         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6026
6027 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
6028
6029         * lib/gdb.exp (supports_process_record): Return true for
6030         arm*-linux*.  (supports_reverse): Likewise.
6031
6032 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
6033
6034         PR python/15464
6035         PR python/16113
6036         * gdb.python/py-type.c: Enhance test case.
6037         * gdb.python/py-value-cc.cc: Likewise
6038         * gdb.python/py-type.exp: Add new tests.
6039         * gdb.python/py-value-cc.exp: Likewise
6040
6041 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6042             Pedro Alves <palves@redhat.com>
6043
6044         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6045         Make "name" extern.
6046         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6047         references to ${name}_start by references to ${name}.
6048
6049 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
6050
6051         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6052
6053 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
6054
6055         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6056
6057 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
6058             Pedro Alves  <palves@redhat.com>
6059
6060         * gdb.mi/mi-info-os.exp: Connect to the target with
6061         mi_gdb_target_load.
6062
6063 2014-01-08  Pedro Alves  <palves@redhat.com>
6064
6065         * gdb.threads/reconnect-signal.c: New file.
6066         * gdb.threads/reconnect-signal.exp: New file.
6067
6068 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6069
6070         * gdb.base/source-dir.exp: New file.
6071
6072 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
6073
6074         * gdb.ada/mi_interface: New testcase.
6075
6076 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
6077
6078         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6079         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6080         gdb.ada/pp-rec-component/pck.ads: New files.
6081
6082 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
6083
6084         * gdb.python/py-pp-integral.c: New file.
6085         * gdb.python/py-pp-integral.py: New file.
6086         * gdb.python/py-pp-integral.exp: New file.
6087
6088 For older changes see ChangeLog-1993-2013.
6089 \f
6090 ;; Local Variables:
6091 ;; mode: change-log
6092 ;; left-margin: 8
6093 ;; fill-column: 74
6094 ;; version-control: never
6095 ;; End:
6096
6097     Copyright 2014-2015 Free Software Foundation, Inc.
6098   Copying and distribution of this file, with or without modification,
6099   are permitted provided the copyright notice and this notice are preserved.