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