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