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