1f87e92f85d8fac43e45ddd31c97ce60f08dfd5f
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2014-10-29  Pedro Alves  <palves@redhat.com>
2
3         PR python/17372
4         * gdb.python/python.exp: Test a multi-line command that spawns
5         interactive Python.
6         * gdb.base/multi-line-starts-subshell.exp: New file.
7
8 2014-10-17  Pedro Alves  <palves@redhat.com>
9
10         PR gdb/17471
11         * gdb.base/bg-execution-repeat.c: New file.
12         * gdb.base/bg-execution-repeat.exp: New file.
13
14 2014-10-17  Pedro Alves  <palves@redhat.com>
15
16         PR gdb/17300
17         * gdb.base/continue-all-already-running.c: New file.
18         * gdb.base/continue-all-already-running.exp: New file.
19
20 2014-10-17  Pedro Alves  <palves@redhat.com>
21
22         PR gdb/17472
23         * gdb.base/annota-input-while-running.c: New file.
24         * gdb.base/annota-input-while-running.exp: New file.
25
26 2014-09-11  Pedro Alves  <palves@redhat.com>
27
28         PR gdb/17347
29         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
30         * gdb.base/attach.exp (test_command_line_attach_run): New
31         procedure.
32         (top level): Call it.
33
34 2014-09-11  Pedro Alves  <palves@redhat.com>
35
36         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
37         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
38         (do_command_attach_tests): Use spawn_wait_for_attach.
39         * gdb.base/solib-overlap.exp: Likewise.
40         * gdb.multi/multi-attach.exp: Likewise.
41         * gdb.python/py-prompt.exp: Likewise.
42         * gdb.python/py-sync-interp.exp: Likewise.
43         * gdb.server/ext-attach.exp: Likewise.
44
45 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
46
47         PR python/17355
48         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
49         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
50         * gdb.python/py-framefilter-invalidarg.exp: New file.
51         * gdb.python/py-framefilter-invalidarg.py: New file.
52
53 2014-08-30  Siva Chandra Reddy  <sivachandra@google.com>
54
55         * gdb.python/py-xmethods.py (A_getarrayind)
56         (E_method_char_worker.__call__, E_method_int_worker.__call__):
57         Use 'print' with function call syntax.
58         (E_method_matcher.match): Fix tab vs space indentation mixup.
59
60 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
61
62         * gdb.threads/gcore-stale-thread.c: New file.
63         * gdb.threads/gcore-stale-thread.exp: New file.
64
65 2014-07-29  Yao Qi  <yao@codesourcery.com>
66
67         PR gdb/17206
68         * gdb.base/until-nodebug.exp: New.
69
70 2014-07-28  Doug Evans  <xdje42@gmail.com>
71
72         PR guile/17203
73         * gdb.guile/scm-parameter.exp: Add tests for trying to create
74         previously existing parameter, and previously ambiguously spelled
75         parameter.
76
77 2014-07-28  Andreas Arnez  <arnez@linux.vnet.ibm.com>
78
79         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
80         target lacks support for awatch, rwatch, or hbreak.
81
82 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
83             Doug Evans  <xdje42@gmail.com>
84
85         PR guile/17146
86         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
87
88 2014-07-25  Pedro Alves  <palves@redhat.com>
89
90         * gdb.base/double-prompt-target-event-error.exp
91         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
92         match.
93         (cancel_pagination_in_target_event): Rework double prompt
94         detection.
95         * gdb.base/paginate-after-ctrl-c-running.exp
96         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
97         <return>' match.
98         * gdb.base/paginate-bg-execution.exp
99         (test_bg_execution_pagination_return)
100         (test_bg_execution_pagination_cancel): Remove '-notransfer
101         <return>' matches.
102         * gdb.base/paginate-execution-startup.exp
103         (test_fg_execution_pagination_return)
104         (test_fg_execution_pagination_cancel): Remove '-notransfer
105         <return>' matches.
106         * gdb.base/paginate-inferior-exit.exp
107         (test_paginate_inferior_exited): Remove '-notransfer <return>'
108         match.
109         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
110         * lib/gdb.exp (pagination_prompt): Run text through
111         string_to_regexp.
112         (gdb_test_multiple): Match $pagination_prompt instead of
113         "<return>".
114         (string_to_regexp): Move to lib/gdb-utils.exp.
115
116 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
117
118         * gdb.arch/amd64-entry-value-paramref.S: New file.
119         * gdb.arch/amd64-entry-value-paramref.cc: New file.
120         * gdb.arch/amd64-entry-value-paramref.exp: New file.
121         * gdb.arch/amd64-optimout-repeat.S: New file.
122         * gdb.arch/amd64-optimout-repeat.c: New file.
123         * gdb.arch/amd64-optimout-repeat.exp: New file.
124
125 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
126
127         PR gdb/17170
128         * gdb.base/statistics.exp: New file.
129
130 2014-07-17  Doug Evans  <dje@google.com>
131
132         PR gdb/17170
133         * gdb.base/maint.exp: Update testing of per-command stats.
134
135 2014-07-14  Pedro Alves  <palves@redhat.com>
136
137         * gdb.base/paginate-after-ctrl-c-running.c: New file.
138         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
139
140 2014-07-14  Pedro Alves  <palves@redhat.com>
141
142         * gdb.base/double-prompt-target-event-error.c: New file.
143         * gdb.base/double-prompt-target-event-error.exp: New file.
144
145 2014-07-14  Pedro Alves  <palves@redhat.com>
146
147         PR gdb/17072
148         * gdb.base/paginate-inferior-exit.c: New file.
149         * gdb.base/paginate-inferior-exit.exp: New file.
150
151 2014-07-14  Pedro Alves  <palves@redhat.com>
152
153         PR gdb/17072
154         * gdb.base/paginate-bg-execution.c: New file.
155         * gdb.base/paginate-bg-execution.exp: New file.
156
157 2014-07-14  Pedro Alves  <palves@redhat.com>
158
159         PR gdb/17072
160         * gdb.base/paginate-execution-startup.c: New file.
161         * gdb.base/paginate-execution-startup.exp: New file.
162         * lib/gdb.exp (pagination_prompt): New global.
163         (default_gdb_spawn): New procedure, factored out from
164         default_gdb_spawn.
165         (default_gdb_start): Adjust to call default_gdb_spawn.
166         (gdb_spawn): New procedure.
167
168 2014-07-14  Pedro Alves  <palves@redhat.com>
169
170         * lib/gdb.exp (gdb_assert): New procedure.
171         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
172
173 2014-07-14  Pedro Alves  <palves@redhat.com>
174
175         * gdb.base/execution-termios.c: New file.
176         * gdb.base/execution-termios.exp: New file.
177
178 2014-07-14  Tom Tromey  <tromey@redhat.com>
179
180         * gdb.cp/vla-cxx.cc: New file.
181         * gdb.cp/vla-cxx.exp: New file.
182
183 2014-07-14  Tom Tromey  <tromey@redhat.com>
184
185         * gdb.reverse/rerun-prec.c: New file.
186         * gdb.reverse/rerun-prec.exp: New file.
187
188 2014-07-11  Pedro Alves  <palves@redhat.com>
189
190         * gdb.threads/kill.c: New file.
191         * gdb.threads/kill.exp: New file.
192
193 2014-07-09  Pedro Alves  <palves@redhat.com>
194
195         * gdb.base/attach-wait-input.exp: New file.
196         * gdb.base/attach-wait-input.c: New file.
197
198 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
199
200         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
201         progspace's filename in 'info', 'enable' and 'disable' command
202         tests.
203
204 2014-06-23  Pedro Alves  <palves@redhat.com>
205
206         * gdb.base/watchpoint-reuse-slot.c: New file.
207         * gdb.base/watchpoint-reuse-slot.exp: New file.
208
209 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
210
211         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
212         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
213         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
214
215 2014-06-19  Pedro Alves  <palves@redhat.com>
216
217         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
218         out from ...
219         (top level): ... here.  Iterate running tests under different
220         scheduler-locking settings.
221
222 2014-06-16  Pedro Alves  <palves@redhat.com>
223
224         * gdb.base/break-main-file-remove-fail.c: New file.
225         * gdb.base/break-main-file-remove-fail.exp: New file.
226         * gdb.base/break-unload-file.exp: Use build_executable instead of
227         prepare_for_testing.
228         (test_break): New parameter "initial_load".  Handle it.
229         (top level): Add initial_load cmdline/file axis.
230
231 2014-06-09  Gary Benson  <gbenson@redhat.com>
232
233         * gdb.base/sigall.c [Functions to send signals]: Reorder to
234         separate the always-available ANSI-standard signals from the
235         signals that require checking.
236         (main): Likewise.
237         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
238         Likewise.
239         (main): Likewise.
240
241 2014-06-07  Keith Seitz  <keiths@redhat.com>
242
243         Revert:
244         PR c++/16253
245         * gdb.cp/var-tag.cc: New file.
246         * gdb.cp/var-tag.exp: New file.
247         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
248         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
249         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
250         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
251
252 2014-06-06  Doug Evans  <xdje42@gmail.com>
253
254         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
255
256 2014-06-06  Pedro Alves  <palves@redhat.com>
257
258         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
259         in target debug output instead of looking at RSP packets,
260         disabling the test on any target that uses hardware stepping.
261         Update comments.
262
263 2014-06-06  Pedro Alves  <palves@redhat.com>
264
265         * gdb.base/break-unload-file.exp: Fix typo.
266
267 2014-06-06  Yao Qi  <yao@codesourcery.com>
268
269         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
270         from "jit_function" to "^jit_function".
271
272 2014-06-06  Yao Qi  <yao@codesourcery.com>
273
274         * gdb.base/async.c (foo): Add one statement.
275         * gdb.base/async.exp: Get the next instruction address and
276         match the output of "nexti" by instruction address.  Match
277         the hex address in the output of "finish".
278
279 2014-06-06  Gary Benson  <gbenson@redhat.com>
280
281         * gdb.base/call-signals.c: Remove preprocessor conditionals
282         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
283         SIGSEGV and SIGTERM.
284         * gdb.base/sigall.c: Likewise.
285         * gdb.base/unwindonsignal.c: Likewise.
286         * gdb.reverse/sigall-reverse.c: Likewise.
287
288 2014-06-06  Yao Qi  <yao@codesourcery.com>
289
290         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
291         readable, skip the test.
292
293 2014-06-06  Yao Qi  <yao@codesourcery.com>
294
295         * gdb.threads/staticthreads.c (thread_function): Move the line
296         setting breakpoint on forward.
297         * gdb.threads/staticthreads.exp: Update comments.
298
299 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
300
301         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
302         "history-append! type error".
303
304 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
305
306         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
307         erroneous dprintf expected input.
308
309 2014-06-04  Doug Evans  <xdje42@gmail.com>
310
311         * gdb.guile/scm-generics.exp: Delete.
312
313 2014-06-04  Doug Evans  <xdje42@gmail.com>
314
315         * gdb.guile/scm-breakpoint.exp: Update.
316         Add tests for breakpoint registration.
317
318 2014-06-04  Tom Tromey  <tromey@redhat.com>
319
320         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
321         VLA-in-union.
322         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
323         inner_vla_struct, vla_union types.  Initialize objects of those
324         types and compute their sizes.
325
326 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
327             Hui Zhu  <hui@codesourcery.com>
328
329         * gdb.base/fileio.exp: Add test for shell not available as well as
330         available.
331         * gdb.base/fileio.c (test_system): Check for shell twice.
332
333 2014-06-04  Yao Qi  <yao@codesourcery.com>
334
335         * gdb.base/auto-connect-native-target.exp: Remove redundant
336         space from the regexp pattern.
337
338 2014-06-04  Yao Qi  <yao@codesourcery.com>
339
340         * gdb.base/default.exp: Replace "child" with "native" in
341         regexp pattern.
342
343 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
344
345         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
346         * gdb.python/py-xmethods.exp: New tests to test xmethods.
347         * gdb.python/py-xmethods.py: Python script supporting the
348         new testcase and tests.
349
350 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
351             Pedro Alves  <palves@redhat.com>
352
353         PR breakpoints/17000
354         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
355         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
356
357 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
358
359         * gdb.base/subst.exp: Add tests to verify partial path matching
360         output.
361
362 2014-06-03  Pedro Alves  <palves@redhat.com>
363
364         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
365         target that doesn't use software single-stepping.
366
367 2014-06-03  Pedro Alves  <palves@redhat.com>
368
369         PR breakpoints/17000
370         * gdb.base/sss-bp-on-user-bp-2.c: New file.
371         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
372
373 2014-06-02  Doug Evans  <xdje42@gmail.com>
374
375         * gdb.guile/scm-parameter.exp: New file.
376
377 2014-06-02  Doug Evans  <xdje42@gmail.com>
378
379         * gdb.guile/scm-cmd.c: New file.
380         * gdb.guile/scm-cmd.exp: New file.
381
382 2014-06-02  Doug Evans  <xdje42@gmail.com>
383
384         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
385         pretty-printer lookup.
386         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
387         (make-pp_s-printer): Call it.
388         (make-pretty-printer-from-dict): New function.
389         (lookup-pretty-printer-maker-from-dict): New function.
390         (*pretty-printer*): Simplify.
391         (make-objfile-pp_s-printer): New function.
392         (install-objfile-pretty-printers!): New function.
393         (make-progspace-pp_s-printer): New function.
394         (install-progspace-pretty-printers!): New function.
395         * gdb.guile/scm-progspace.c: New file.
396         * gdb.guile/scm-progspace.exp: New file.
397
398 2014-06-02  Pedro Alves  <palves@redhat.com>
399
400         * gdb.base/dprintf-bp-same-addr.c: New file.
401         * gdb.base/dprintf-bp-same-addr.exp: New file.
402
403 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
404
405         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
406         * gdb.arch/powerpc-power.s: Likewise.
407
408 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
409
410         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
411
412 2014-06-01  Yao Qi  <yao@codesourcery.com>
413
414         * gdb.base/watchpoint.exp (test_watch_location): Check null
415         pointer can be dereferenced.  If not, do the test, otherwise
416         skip it.
417
418 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
419
420         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
421         results.
422         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
423
424 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
425
426         * gdb.arch/amd64-invalid-stack-middle.S: New file.
427         * gdb.arch/amd64-invalid-stack-middle.c: New file.
428         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
429         * gdb.arch/amd64-invalid-stack-top.c: New file.
430         * gdb.arch/amd64-invalid-stack-top.exp: New file.
431
432 2014-05-30  Pedro Alves  <palves@redhat.com>
433
434         PR breakpoints/17000
435         * gdb.base/sss-bp-on-user-bp.c: New file.
436         * gdb.base/sss-bp-on-user-bp.exp: New file.
437
438 2014-05-30  David Blaikie  <dblaikie@gmail.com>
439
440         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
441         gnu_inline semantics via attribute.
442         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
443         source explicitly specifies the required semantics.
444
445 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
446
447         * gdb.reverse/sigall-reverse.exp: Fix a typo.
448
449 2014-05-29  Pedro Alves  <palves@redhat.com>
450             Tom Tromey  <tromey@redhat.com>
451
452         * gdb.base/async-shell.exp: Don't enable target-async.
453         * gdb.base/async.exp
454         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
455         parameter.  Adjust.
456         (top level): Don't test with "target-async".
457         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
458         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
459         * gdb.base/inferior-died.exp: Don't enable target-async.
460         * gdb.base/interrupt-noterm.exp: Likewise.
461         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
462         * gdb.mi/mi-nonstop-exit.exp: Likewise.
463         * gdb.mi/mi-nonstop.exp: Likewise.
464         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
465         * gdb.mi/mi-nsintrall.exp: Likewise.
466         * gdb.mi/mi-nsmoribund.exp: Likewise.
467         * gdb.mi/mi-nsthrexec.exp: Likewise.
468         * gdb.mi/mi-watch-nonstop.exp: Likewise.
469         * gdb.multi/watchpoint-multi.exp: Adjust comment.
470         * gdb.python/py-evsignal.exp: Don't enable target-async.
471         * gdb.python/py-evthreads.exp: Likewise.
472         * gdb.python/py-prompt.exp: Likewise.
473         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
474         * gdb.server/solib-list.exp: Don't enable target-async.
475         * gdb.threads/thread-specific-bp.exp: Likewise.
476         * lib/mi-support.exp: Adjust to use mi-async.
477
478 2014-05-29  Pedro Alves  <palves@redhat.com>
479
480         PR gdb/13860
481         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
482         reason, even in sync mode.
483
484 2014-05-29  Pedro Alves  <palves@redhat.com>
485             Hui Zhu  <hui@codesourcery.com>
486
487         PR PR15693
488         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
489         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
490         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
491         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
492
493 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
494
495         * config/monitor.exp (gdb_target_monitor): Replace use of
496         "set remotebaud" by "set serial baud".
497
498 2014-05-26  Andy Wingo  <wingo@igalia.com>
499
500         * gdb.guile/scm-breakpoint.exp:
501         * gdb.guile/scm-gsmob.exp: Update to use plain old object
502         properties instead of gdb-object-properties.
503
504 2014-05-26  Yao Qi  <yao@codesourcery.com>
505
506         * gdb.server/no-thread-db.exp: Specify source file name
507         explicitly when setting a breakpoint.
508
509 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
510
511         * gdb.btrace/vdso.c: New.
512         * gdb.btrace/vdso.exp: New.
513
514 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
515
516         * gdb.base/gcore.exp (capture_command_output): Move ...
517         * lib/gdb.exp (capture_command_output): ... here.
518
519 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
520
521         * gdb.btrace/data.exp: Test memory access during btrace replay.
522
523 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
524
525         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
526
527 2014-05-21  Pedro Alves  <palves@redhat.com>
528
529         PR gdb/13860
530         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
531         (top level): Test that output related to execution commands is
532         sent to the console with CLI commands, but not with MI commands.
533         Test that breakpoint events are always mirrored to the console.
534         Also expect the new source line to be output after a "next" in
535         async mode too.  Make it a pass/fail test.
536         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
537         output.
538         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
539
540 2014-05-21  Pedro Alves  <palves@redhat.com>
541
542         * gdb.base/list.exp (build_pattern, test_list): New procedures.
543         Use them to test variations of "list" after reaching a breakpoint.
544         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
545         Test "list" with listsize 10 after reaching a breakpoint.
546         * gdb.python/python.exp (decode_line current location line
547         number): Adjust expected line number.
548
549 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
550
551         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
552         behavior for $args, pass it directly to "run".
553
554 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
555
556         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
557         30000 to 65536.
558
559 2014-05-21  Pedro Alves  <palves@redhat.com>
560
561         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
562         auto-connect-native-target off".
563         * gdb.base/auto-connect-native-target.c: New file.
564         * gdb.base/auto-connect-native-target.exp: New file.
565
566 2014-05-21  Pedro Alves  <palves@redhat.com>
567
568         * gdb.base/default.exp: Test "target native" instead of "target
569         child".
570
571 2014-05-21  Mark Wielaard  <mjw@redhat.com>
572
573         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
574
575 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
576
577         Fix TLS access for -static -pthread.
578         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
579         <HAVE_TLS> (thread_function, main): Initialize it.
580         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
581         Add clean_restart.
582         <$have_tls != "">: Check TLSVAR.
583
584 2014-05-21  Pedro Alves  <palves@redhat.com>
585
586         * gdb.base/dcache-line-read-error.c: New.
587         * gdb.base/dcache-line-read-error.exp: New.
588
589 2014-05-20  Pedro Alves  <palves@redhat.com>
590
591         * gdb.base/compare-sections.c: New file.
592         * gdb.base/compare-sections.exp: New file.
593
594 2014-05-20  Pedro Alves  <palves@redhat.com>
595
596         * gdb.base/break-idempotent.c: New file.
597         * gdb.base/break-idempotent.exp: New file.
598
599 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
600
601         * gdb.btrace/nohist.exp: New.
602
603 2014-05-20  Yao Qi  <yao@codesourcery.com>
604
605         * lib/gdb.exp (gdb_init): Set timeout if test file is under
606         gdb.reverse directory and gdb_reverse_timeout exists in board
607         setting.
608         * README: Document gdb_reverse_timeout.
609
610 2014-05-20  Yao Qi  <yao@codesourcery.com>
611
612         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
613         'test_file_name'.  Treat args as a string instead of a list.
614         (gdb_init): Rename argument 'args' by 'test_file_name'.
615
616 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
617
618         * gdb.arch/powerpc-power.exp: New file.
619         * gdb.arch/powerpc-power.s: New file.
620
621 2014-05-16  Doug Evans  <dje@google.com>
622
623         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
624         * gdb.base/completion.exp: Check that all expected files exist
625         before doing file completion.
626
627 2014-05-16  Doug Evans  <dje@google.com>
628
629         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
630         Update.
631         (do_syscall_tests_without_xml): Update.
632
633 2014-05-16  Pedro Alves  <palves@redhat.com>
634
635         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
636         instead of "unknown output after running".
637
638 2014-05-16  Yao Qi  <yao@codesourcery.com>
639
640         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
641         file1.txt from host at the end.
642         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
643
644 2014-05-15  Doug Evans  <dje@google.com>
645
646         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
647         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
648         loading file.  Add test for TU lookup.
649
650 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
651
652         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
653         calling "-exec-arguments" or "set args" before running the
654         inferior.
655
656 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
657
658         * lib/mi-support.exp (mi_expect_stop): Expect message for
659         inferiors that exit with non-zero exit code.
660
661 2014-05-14  Yao Qi  <yao@codesourcery.com>
662
663         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
664         match absolute path on remote host.
665         (test_file_list_exec_source_files): Remove "/" from the
666         pattern.
667
668 2014-05-14  Yao Qi  <yao@codesourcery.com>
669
670         * boards/local-remote-host-notty.exp (${board}_file): New
671         proc.
672
673 2014-05-07  Kyle McMartin  <kyle@redhat.com>
674
675         Pushed by Joel Brobecker  <brobecker@adacore.com>.
676         * gdb.arch/aarch64-atomic-inst.c: New file.
677         * gdb.arch/aarch64-atomic-inst.exp: New file.
678
679 2014-05-07  Yao Qi  <yao@codesourcery.com>
680
681         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
682         in current context" too.
683
684 2014-05-05  Keith Seitz  <keiths@redhat.com>
685
686         * gdb.linespec/ls-dollar.exp: Add test for linespec
687         file:convenience_variable.
688
689 2014-05-05  Yao Qi  <yao@codesourcery.com>
690
691         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
692         traceframes into tfile and ctf trace files.  Read data from
693         trace file and test collected data.
694         (gdb_collect_locals_test): Likewise.
695         (gdb_unavailable_registers_test): Likewise.
696         (gdb_unavailable_floats): Likewise.
697         (gdb_collect_globals_test): Likewise.
698         (top-level): Append "ctf" to trace_file_targets if GDB
699         supports.
700
701 2014-05-05  Yao Qi  <yao@codesourcery.com>
702
703         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
704         code to ...
705         (gdb_collect_args_test_1): ... it.  New proc.
706         (gdb_collect_locals_test): Move some code to ...
707         (gdb_collect_locals_test_1): ... it.  New proc.
708         (gdb_unavailable_registers_test): Move some code to ...
709         (gdb_unavailable_registers_test_1): ... it.  New proc.
710         (gdb_unavailable_floats): Move some code to ...
711         (gdb_unavailable_floats_1): ... it.  New proc.
712
713 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
714
715         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
716         probes to test for bitness recognition.
717         * gdb.arch/amd64-stap-optional-prefix.exp
718         (test_probe_value_without_reg): New procedure.
719         Add code to test for different kinds of bitness.
720
721 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
722
723         PR breakpoints/16889
724         * gdb.arch/amd64-stap-optional-prefix.S: New file.
725         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
726
727 2014-05-01  Pedro Alves  <palves@redhat.com>
728
729         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
730         gdb_file_cmd if no file is specified.
731         * boards/native-extended-gdbserver.exp (gdb_load): Use the
732         last_loaded_file to set the remote exec-file.
733
734 2014-05-01  Pedro Alves  <palves@redhat.com>
735
736         * boards/local-remote-host.exp: New file.
737
738 2014-05-01  Pedro Alves  <palves@redhat.com>
739
740         * boards/local-remote-host.exp: Rename to ...
741         * boards/local-remote-host-notty.exp: ... this.
742
743 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
744
745         * gdb.ada/dyn_arrayidx: New testcase.
746
747 2014-04-26  Yao Qi  <yao@codesourcery.com>
748
749         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
750         and compute the length of function main.  Save it in
751         $main_length.
752         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
753         (top-level): Use gdb_compile to compile objects into
754         executable and restart GDB.  Remove invocation to
755         prepare_for_testing.
756
757 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
758             Pedro Alves  <palves@redhat.com>
759
760         PR server/16255
761         * gdb.multi/multi-attach.c: New file.
762         * gdb.multi/multi-attach.exp: New file.
763
764 2014-04-25  Pedro Alves  <palves@redhat.com>
765
766         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
767         user.
768         (top level): Test that "set remote conditional-breakpoints-packet
769         off" works as intended.
770         * gdb.base/dprintf.exp: Test that "set remote
771         breakpoint-commands-packet off" works as intended.
772         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
773         New function.
774         (top level): Call it.
775         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
776         remote fast-tracepoints-packet off" works as intended.
777         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
778         * lib/gdb.exp (gdb_is_target_remote): ... here.
779
780 2014-04-24  David Blaikie  <dblaikie@gmail.com>
781
782         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
783         ensure clang would not discard them.
784         * gdb.base/gdbvars.c: Ditto.
785         * gdb.base/memattr.c: Ditto.
786         * gdb.base/whatis.c: Ditto.
787         * gdb.python/py-prettyprint.c: Ditto.
788         * gdb.trace/actions.c: Ditto.
789         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
790         ensure clang would not discard it.
791
792 2014-04-24  David Blaikie  <dblaikie@gmail.com>
793
794         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
795         clang to emit the full definition of type required by the test
796         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
797
798 2014-04-24  David Blaikie  <dblaikie@gmail.com>
799
800         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
801         coax Clang into emitting the definition of the type.
802         * gdb.cp/pr10728-x.h (y): Ditto.
803         * gdb.cp/pr10728-y.cc (y): Ditto.
804
805 2014-04-24  David Blaikie  <dblaikie@gmail.com>
806
807         * gdb.base/label.exp: XFAIL label related tests under Clang.
808         * gdb.cp/cplabel.exp: Ditto.
809         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
810         under Clang those using labels.
811
812 2014-04-25  Yao Qi  <yao@codesourcery.com>
813
814         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
815         double_label.
816         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
817         partial_label and double_label.
818
819 2014-04-24  David Blaikie  <dblaikie@gmail.com>
820
821         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
822
823 2014-04-24  David Blaikie  <dblaikie@gmail.com>
824
825         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
826         of the function to work across GCC and Clang.
827         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
828         pointer types (const void ** const V void **).
829
830 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
831             Walfred Tedeschi  <walfred.tedeschi@intel.com>
832
833         * Makefile.in (EXECUTABLES): Added i386-avx512.
834         * gdb.arch/i386-avx512.c: New file.
835         * gdb.arch/i386-avx512.exp: Likewise.
836
837 2014-04-23  Keith Seitz  <keiths@redhat.com>
838
839         * lib/mi-support.exp (mi_list_breakpoints): Delete.
840         (mi_make_breakpoint_table): New procedure.
841         (mi_create_breakpoint): Use mi_make_breakpoint
842         and return the result.
843         (mi_make_breakpoint): New procedure.
844         (mi_build_kv_pairs): New procedure.
845
846         * gdb.mi/mi-break.exp: Remove unused globals,
847         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
848         All callers updated.
849         * gdb.mi/mi-dprintf.exp: Use variable to track command
850         number.
851         Update all callers of mi_create_breakpoint and use
852         mi_make_breakpoint_table.
853         Remove any unused global variables.
854         * gdb.mi/mi-nonstop.exp: Likewise.
855         * gdb.mi/mi-nsintrall.exp: Likewise.
856         * gdb.mi/mi-nsmoribund.exp: Likewise.
857         * gdb.mi/mi-nsthrexec.exp: Likewise.
858         * gdb.mi/mi-reverse.exp: Likewise.
859         * gdb.mi/mi-simplerun.exp: Likewise.
860         * gdb.mi/mi-stepn.exp: Likewise.
861         * gdb.mi/mi-syn-frame.exp: Likewise.
862         * gdb.mi/mi-until.exp: Likewise.
863         * gdb.mi/mi-var-cp.exp: Likewise.
864         * gdb.mi/mi-var-display.exp: Likewise.
865         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
866         * gdb.mi/mi2-var-child.exp: Likewise.
867         * gdb.mi/mi-vla-c99.exp: Likewise.
868         * lib/mi-support.exp: Likewise.
869
870         From Ian Lance Taylor  <iant@cygnus.com>:
871         * lib/gdb.exp (parse_args): New procedure.
872
873 2014-04-23  Pedro Alves  <palves@redhat.com>
874
875         * gdb.base/break-unload-file.c: New file.
876         * gdb.base/break-unload-file.exp: New file.
877         * gdb.base/sym-file-lib.c (baz): New function.
878         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
879         field.
880         (load): Store the segment's mapped size.
881         (unload): New function.
882         (unload_shlib): New function.
883         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
884         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
885         set a breakpoint at baz, and call it.
886         * gdb.base/sym-file.exp: New tests for stale breakpoint
887         instructions.
888
889 2014-04-23  Pedro Alves  <palves@redhat.com>
890
891         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
892         * gdb.base/hbreak-in-shr-unsupported.c: New file.
893         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
894         * gdb.base/hbreak-unmapped.c: New file.
895         * gdb.base/hbreak-unmapped.exp: New file.
896         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
897         * lib/gdb.exp (gdb_is_target_remote): ... here.
898
899 2014-04-22  Pedro Alves  <palves@redhat.com>
900
901         * gdb.base/consecutive-step-over.c: New file.
902         * gdb.base/consecutive-step-over.exp: New file.
903
904 2014-04-22  Pedro Alves  <palves@redhat.com>
905
906         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
907         instead of send_gdb/gdb_expect.
908
909 2014-04-22  Yao Qi  <yao@codesourcery.com>
910
911         * lib/trace-support.exp (generate_tracefile): New procedure.
912         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
913         return 0.
914         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
915         if generate_tracefile returns 1.
916
917 2014-04-18  Tom Tromey  <palves@redhat.com>
918             Pedro alves  <tromey@redhat.com>
919
920         PR backtrace/15558
921         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
922         with a backtrace limit.
923         * gdb.python/py-frame-inline.exp: Test running to an inline
924         function with a backtrace limit, and printing the newest frame.
925         * gdb.python/py-frame-inline.c (main): Call f.
926
927 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
928
929         * gdb.java/jnpe.exp: Drop srcdir from untested path.
930
931 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
932
933         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
934         Drop prefix from unsupported source file path.
935
936 2014-04-17  Yao Qi  <yao@codesourcery.com>
937
938         * lib/gdb.exp (with_target_charset): New proc.
939         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
940         with_target_charset.
941         (test_print_strings): Likewise.
942         (test_repeat_bytes): Likewise.
943         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
944         for some tests.
945
946 2014-04-16  Keith Seitz  <keiths@redhat.com>
947
948         PR gdb/15827
949         * gdb.dwarf2/corrupt.c: New file.
950         * gdb.dwarf2/corrupt.exp: New file.
951
952 2014-04-16  Keith Seitz  <keiths@redhat.com>
953
954         PR c++/16597
955         * gdb.cp/namelessclass.cc: New file.
956         * gdb.cp/namelessclass.exp: New file.
957         * gdb.cp/namelessclass.S: New file.
958
959 2014-04-16  Doug Evans  <dje@google.com>
960
961         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
962         Add comment.
963         (gdbserver_default_get_comm_port): New function.
964         (gdbserver_start): Check if board file provided
965         "gdbserver,get_comm_port" and use it if so.
966         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
967         (gdb,socketport): Set to "stdio".
968         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
969         (stdio_gdbserver_template): Delete.
970         (${board}_get_remote_address): Update.
971         (${board}_build_remote_cmd): Delete.
972         (${board}_get_comm_port): New function.
973         (${board}_spawn): Update.
974         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
975         Delete.
976         (${board}_get_remote_address): Update.
977         (${board}_get_comm_port): New function.
978
979 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
980
981         * gdb.base/memattr.exp: Improve regexps to handle memory regions
982         appearing in any order.
983
984 2014-04-15  Doug Evans  <dje@google.com>
985
986         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
987         uninitialized value of "description".
988
989 2014-04-15  Keith Seitz  <keiths@redhat.com>
990
991         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
992         Remove unused globals.
993         (test_running_the_program): Likewise.
994         (test_controlled_execution): Likewise.
995         (test_controlling_breakpoints): Likewise.
996         (test_program_termination): Likewise.
997
998 2014-04-15  Keith Seitz  <keiths@redhat.com>
999
1000         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1001         unused globals.
1002         (test_rbreak_creation_and_listing): Likewise.
1003         (test_ignore_count): Likewise.
1004         (test_error): Likewise.
1005
1006 2014-04-15  Pedro Alves  <palves@redhat.com>
1007
1008         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1009         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1010         sym-file-loader.c.
1011         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1012         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1013         to sym-file-loader.c.
1014         (struct library): Forward declare.
1015         (load_shlib, lookup_function): Change prototypes.
1016         (find_shstrtab, find_strtab, find_shdr, find_symtab)
1017         (translate_offset): Remove declarations.
1018         (get_text_addr): New declaration.
1019         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1020         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1021         sym-file-loader.h.
1022         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1023         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1024         here from sym-file-loader.h.
1025         (struct library): New structure.
1026         (load_shlib, lookup_function): Change prototypes and adjust to
1027         work with a struct library.
1028         (find_shstrtab, find_strtab, find_shdr, find_symtab)
1029         (translate_offset): Make static.
1030         (get_text_addr): New function.
1031         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1032
1033 2014-04-15  Pedro Alves  <palves@redhat.com>
1034
1035         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
1036
1037 2014-04-15  Pedro Alves  <palves@redhat.com>
1038
1039         * gdb.base/sym-file-loader.c: Include <limits.h>.
1040         (SELF_LINK): New define.
1041         (get_origin): New function.
1042         (load_shlib): Use it.
1043         * gdb.base/sym-file.exp: Don't early return if the target is
1044         remote.  Use runto_main, and issue fail is that fails.  Use
1045         gdb_load_shlibs.
1046         (shlib_name): Delete.
1047         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
1048
1049 2014-04-15  Pedro Alves <palves@redhat.com>
1050
1051         * gdb.base/sym-file.exp: Remove regex characters from test
1052         message.  Don't refer to breakpoint numbers in test messages.
1053
1054 2014-04-14  Keith Seitz  <keiths@redhat.com>
1055
1056         PR c++/16253
1057         * gdb.cp/var-tag.cc: New file.
1058         * gdb.cp/var-tag.exp: New file.
1059         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1060         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1061         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1062         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1063
1064 2014-04-14  Tom Tromey  <tromey@redhat.com>
1065
1066         * gdb.cp/classes.exp (test_enums): Handle underlying type.
1067         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1068         type.
1069         * gdb.cp/enum-class.exp: New file.
1070         * gdb.cp/enum-class.cc: New file.
1071
1072 2014-04-14  Tom Tromey  <tromey@redhat.com>
1073
1074         * gdb.dwarf2/enum-type.exp: New file.
1075
1076 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1077
1078         * gdb.mi/mi-vla-c99.exp: New file.
1079         * gdb.mi/vla.c: New file.
1080
1081 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1082
1083         * gdb.base/vla-datatypes.c: New file.
1084         * gdb.base/vla-datatypes.exp: New file.
1085
1086 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1087
1088         * gdb.base/vla-ptr.c: New file.
1089         * gdb.base/vla-ptr.exp: New file.
1090
1091 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1092
1093         * gdb.dwarf2/count.exp: New file.
1094
1095 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1096
1097         * gdb.base/vla-sideeffect.c: New file.
1098         * gdb.base/vla-sideeffect.exp: New file.
1099
1100 2014-04-14  David Blaikie <dblaikie@gmail.com>
1101
1102         * gdb.mi/non-stop.c: Add return value for non-void function return
1103         statement.
1104         * gdb.threads/staticthreads.c: Ditto.
1105
1106 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
1107             Doug Evans  <xdje42@gmail.com>
1108
1109         * gdb.guile/scm-value.c: Improve test case.
1110         * gdb.guile/scm-value.exp: Add new test.
1111
1112 2014-04-11  David Blaikie  <dblaikie@gmail.com>
1113
1114         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1115         override Clang's default.
1116
1117 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
1118
1119         Revert the following changes (regressions):
1120
1121         * gdb.base/vla-sideeffect.c: New file.
1122         * gdb.base/vla-sideeffect.exp: New file.
1123
1124         * gdb.dwarf2/count.exp: New file.
1125
1126         * gdb.base/vla-multi.c: New file.
1127         * gdb.base/vla-multi.exp: New file.
1128
1129         * gdb.base/vla-ptr.c: New file.
1130         * gdb.base/vla-ptr.exp: New file.
1131
1132         * gdb.base/vla-datatypes.c: New file.
1133         * gdb.base/vla-datatypes.exp: New file.
1134
1135         * gdb.mi/mi-vla-c99.exp: New file.
1136         * gdb.mi/vla.c: New file.
1137
1138 2014-04-11  Keith Seitz  <keiths@redhat.com>
1139
1140         PR c++/16675
1141         * gdb.cp/cpsizeof.exp: New file.
1142         * gdb.cp/cpsizeof.cc: New file.
1143
1144 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1145
1146         * gdb.mi/mi-vla-c99.exp: New file.
1147         * gdb.mi/vla.c: New file.
1148
1149 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1150
1151         * gdb.base/vla-datatypes.c: New file.
1152         * gdb.base/vla-datatypes.exp: New file.
1153
1154 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1155
1156         * gdb.base/vla-ptr.c: New file.
1157         * gdb.base/vla-ptr.exp: New file.
1158
1159 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1160
1161         * gdb.base/vla-multi.c: New file.
1162         * gdb.base/vla-multi.exp: New file.
1163
1164 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1165
1166         * gdb.dwarf2/count.exp: New file.
1167
1168 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1169
1170         * gdb.base/vla-sideeffect.c: New file.
1171         * gdb.base/vla-sideeffect.exp: New file.
1172
1173 2014-04-11  Yao Qi  <yao@codesourcery.com>
1174
1175         * gdb.base/completion.exp: Check file exists before running tests
1176         on file completion.
1177
1178 2014-04-10  Pedro Alves  <palves@redhat.com>
1179
1180         * gdb.base/cond-eval-mode.c: New file.
1181         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
1182         prepare_for_testing to build the new file.  Check result of
1183         runto_main.
1184         (test_break, test_watch): New procedures.
1185         (top level): Use them.
1186
1187 2014-04-08  Pierre Muller  <muller@sourceware.org>
1188
1189         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1190         Ctrl-V use for mingw hosts.
1191
1192 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
1193
1194         * gdb.python/py-value.c: Improve test case.
1195         * gdb.python/py-value.exp: Add new test.
1196
1197 2014-04-07  David Blaikie  <dblaikie@gmail.com>
1198
1199         * lib/compiler.c: Identify the clang compiler.
1200         * lib/compiler.cc: Ditto.
1201
1202 2014-04-03  Yao Qi  <yao@codesourcery.com>
1203
1204         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1205
1206 2014-04-01  Anton Blanchard  <anton@samba.org>
1207
1208         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
1209         messages unique.
1210
1211 2014-04-01  Anton Blanchard  <anton@samba.org>
1212
1213         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1214         prepare_for_testing.
1215
1216 2014-04-01  Anton Blanchard  <anton@samba.org>
1217
1218         * gdb.arch/ppc64-atomic-inst.c: Remove.
1219         * gdb.arch/ppc64-atomic-inst.S: New file.
1220         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1221
1222 2014-03-31  Doug Evans  <dje@google.com>
1223
1224         * gdb.base/print-symbol-loading-lib.c: New file.
1225         * gdb.base/print-symbol-loading-main.c: New file.
1226         * gdb.base/print-symbol-loading.exp: New file.
1227
1228 2014-03-31  Yao Qi  <yao@codesourcery.com>
1229
1230         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1231
1232 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
1233
1234         * gdb.ada/mi_dyn_arr: New testcase.
1235
1236 2014-03-27  Doug Evans  <dje@google.com>
1237
1238         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1239
1240 2014-03-27  Yao Qi  <yao@codesourcery.com>
1241
1242         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1243         if target is nios2-*-*.
1244
1245 2014-03-26  Yao Qi  <yao@codesourcery.com>
1246
1247         * lib/gdb.exp (readline_is_used): New proc.
1248         * gdb.base/completion.exp: Move tests on command complete up.
1249         Skip the rest of tests if readline is not used.
1250         * gdb.ada/complete.exp: Skp the test if readline is not
1251         used.
1252         * gdb.base/filesym.exp: Likewise.
1253         * gdb.base/macscp.exp: Likewise.
1254         * gdb.base/readline-ask.exp: Likewise.
1255         * gdb.base/readline.exp: Likewise.
1256         * gdb.python/py-cmd.exp: Likewise.
1257         * gdb.trace/tfile.exp: Likewise.
1258
1259 2014-03-26  Yao Qi  <yao@codesourcery.com>
1260
1261         * gdb.base/macscp.exp: Fix code format issues.
1262
1263 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
1264
1265         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1266         * gdb.asm/powerpc64le.inc: New file.
1267
1268 2014-03-25  Pedro Alves  <palves@redhat.com>
1269             Doug Evans  <dje@google.com>
1270
1271         * gdb.base/source-execution.c: New file.
1272         * gdb.base/source-execution.exp: New file.
1273         * gdb.base/source-execution.gdb: New file.
1274
1275 2014-03-24  Doug Evans  <dje@google.com>
1276
1277         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1278         using fission.
1279
1280 2014-03-24  Hui Zhu  <hui@codesourcery.com>
1281             Pedro Alves  <palves@redhat.com>
1282
1283         PR breakpoints/16101
1284         * gdb.base/dprintf.exp: Use unsupported rather than changing the
1285         test pass/fail messages.  Detect missing support for dprintf when
1286         breakpoints are actually inserted.
1287         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1288         breakpoints are actually inserted.
1289         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1290         fails.
1291
1292 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1293
1294         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1295
1296 2014-03-22  Doug Evans  <xdje42@gmail.com>
1297
1298         * gdb.python/python.exp (python not supported): Verify multi-line
1299         python command issues an error.
1300         * gdb.guile/guile.exp (guile not supported): Verify multi-line
1301         guile command issues an error.
1302
1303 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
1304
1305         * gdb.threads/thread-specific.exp: Handle the lack of usable
1306         $this_breakpoint and $this_thread.
1307
1308 2014-03-21  Hui Zhu  <hui@codesourcery.com>
1309
1310         * gdb.base/attach.exp (do_command_attach_tests): New.
1311
1312 2014-03-20  Tom Tromey  <tromey@redhat.com>
1313             Pedro Alves  <palves@redhat.com>
1314
1315         PR cli/15718
1316         * gdb.base/condbreak-call-false.c: New file.
1317         * gdb.base/condbreak-call-false.exp: New file.
1318
1319 2014-03-20  Pedro Alves  <palves@redhat.com>
1320
1321         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1322         Delete.
1323         (block_signals, unblock_signals): Delete.
1324         (child_function_2, main): Remove references to deleted variable
1325         and functions.
1326
1327 2014-03-20  Pedro Alves  <palves@redhat.com>
1328
1329         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1330         Use pthread_kill to signal thread 2.
1331         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1332         Adjust to make the test send itself a signal rather than using the
1333         host's "kill" command.
1334
1335 2014-03-20  Pedro Alves  <palves@redhat.com>
1336
1337         * gdb.threads/multiple-step-overs.c: New file.
1338         * gdb.threads/multiple-step-overs.exp: New file.
1339         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1340         Adjust expected infrun debug output.
1341
1342 2014-03-20  Pedro Alves  <palves@redhat.com>
1343
1344         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1345         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1346
1347 2014-03-20  Pedro Alves  <palves@redhat.com>
1348
1349         PR breakpoints/7143
1350         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1351         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
1352         of gdb_test_multiple.
1353         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1354         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1355
1356 2014-03-20  Pedro Alves  <palves@redhat.com>
1357
1358         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1359         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1360
1361 2014-03-19  Pedro Alves  <palves@redhat.com>
1362
1363         * gdb.base/async.exp: Remove early return.
1364
1365 2014-03-19  Pedro Alves  <palves@redhat.com>
1366
1367         * gdb.base/async.exp (step& tests): Pass explicit test messages.
1368
1369 2014-03-19  Pedro Alves  <palves@redhat.com>
1370
1371         * gdb.base/async.exp (test_background): Expect \r\n after
1372         "completed." in the fail pattern.
1373
1374 2014-03-19  Pedro Alves  <palves@redhat.com>
1375
1376         * gdb.base/async.exp (test_background): New procedure.
1377         Use it for all background execution command tests.
1378
1379 2014-03-19  Pedro Alves  <palves@redhat.com>
1380
1381         * gdb.base/async.exp: Use prepare_for_testing.
1382
1383 2014-03-19  Pedro Alves  <palves@redhat.com>
1384
1385         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
1386         the same line.
1387
1388 2014-03-19  Pedro Alves  <palves@redhat.com>
1389
1390         * gdb.base/async.c (main): Add "jump here" and "until here" line
1391         marker comments.
1392         * gdb.base/async.exp (jump_here): New global.
1393         (jump& test): Use it.
1394         (until_here): New global.
1395         (until& test): Use it.
1396
1397 2014-03-19  Pedro Alves  <palves@redhat.com>
1398
1399         * gdb.base/async.exp: Don't frob gdb_protocol.
1400
1401 2014-03-18  Doug Evans  <xdje42@gmail.com>
1402
1403         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
1404         Fix spelling of exec-done-display.
1405
1406 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1407
1408         PR gdb/15358
1409         * gdb.base/gdb-sigterm.c: New file.
1410         * gdb.base/gdb-sigterm.exp: New file.
1411
1412 2014-03-18  Pedro Alves  <palves@redhat.com>
1413
1414         PR gdb/13860
1415         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1416         * lib/mi-support.exp (mi_expect_stop): Add special handling for
1417         solib-event.
1418
1419 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
1420
1421         * gdb.ada/pckd_arr_ren: New testcase.
1422
1423 2014-03-13  Doug Evans  <xdje42@gmail.com>
1424
1425         PR guile/16612
1426         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1427         collect after discarding symbols.
1428
1429 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
1430             Doug Evans  <xdje42@gmail.com>
1431
1432         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1433         to history survives a gc.
1434
1435 2014-03-13  Pedro Alves  <palves@redhat.com>
1436
1437         * gdb.base/default.exp: Don't test "target procfs".
1438
1439 2014-03-13  Pedro Alves  <palves@redhat.com>
1440
1441         * gdb.base/default.exp: Update "target child" and "target procfs"
1442         tests to not expect "Unix".
1443
1444 2014-03-12  Tom Tromey  <tromey@redhat.com>
1445
1446         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1447         New procs.  Add target-async tests.
1448         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1449         Add target-async tests.
1450
1451 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1452
1453         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1454         'func_start' and 'func_end' for the beginning and end of the
1455         function code, respectively.
1456         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1457         'func_end' instead of 'func' and 'main'.
1458
1459 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1460
1461         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1462         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1463         generate the debug info assembler source.
1464
1465 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1466
1467         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1468         * gdb.dwarf2/arr-subrange.exp: Likewise.
1469         * gdb.dwarf2/dwz.exp: Likewise.
1470         * gdb.dwarf2/method-ptr.exp: Likewise.
1471         * gdb.dwarf2/missing-sig-type.exp: Likewise.
1472         * gdb.dwarf2/subrange.exp: Likewise.
1473         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1474         * gdb.dwarf2/implptrpiece.exp: Likewise.
1475         * gdb.dwarf2/nostaticblock.exp: Likewise.
1476
1477 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1478
1479         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1480         directory to absolute path name arguments.
1481
1482 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
1483
1484         * gdb.ada/tagged_access: New testcase.
1485
1486 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
1487
1488         * gdb.btrace/data.exp: Update expected output.
1489
1490 2014-03-06  Yao Qi  <yao@codesourcery.com>
1491
1492         * gdb.trace/pr16508.exp: New file.
1493
1494 2014-03-05  Pedro Alves  <palves@redhat.com>
1495
1496         PR gdb/16575
1497         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1498         procedure.
1499         (top level): Adjust to use it.  Add tests that exercise breakpoint
1500         interaction with the code-cache.
1501
1502 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1503
1504         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1505         test for 'history-append!'.
1506
1507 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
1508
1509         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1510         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1511         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1512         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1513         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1514         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1515
1516 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
1517
1518         * testsuite/gdb.python/py-pp-re-notag.c: New file.
1519         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1520         * testsuite/gdb.python/py-pp-re-notag.p: New file.
1521
1522 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
1523
1524         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1525
1526 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
1527
1528         * gdb.dwarf2/arr-stride.c: New file.
1529         * gdb.dwarf2/arr-stride.exp: New file.
1530
1531 2014-02-26  Pedro Alves  <palves@redhat.com>
1532
1533         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1534         that won't ever trigger.  Make sure that GDB reports the correct
1535         breakpoint that caused the stop.
1536
1537 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1538
1539         PR gdb/16626
1540         * gdb.base/auto-load-script: New file.
1541         * gdb.base/auto-load.c: New file.
1542         * gdb.base/auto-load.exp: New file.
1543
1544         PR gdb/16626
1545         * gdb.base/auto-load.exp: Fix out-of-srctree run.
1546
1547 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1548
1549         Fix dw2-icycle.exp -fsanitize=address GDB crash.
1550         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1551
1552 2014-02-24  Doug Evans  <dje@google.com>
1553
1554         * lib/gdb.exp (run_on_host): Log error output if program fails.
1555
1556 2014-02-21  Pedro Alves  <palves@redhat.com>
1557
1558         * gdb.threads/step-after-sr-lock.c: Rename to ...
1559         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1560         * gdb.threads/step-after-sr-lock.exp: Rename to ...
1561         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1562         ... this.
1563
1564 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1565
1566         PR tdep/16397
1567         * gdb.arch/amd64-stap-special-operands.exp: New file.
1568         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1569         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1570         * gdb.arch/amd64-stap-triplet.S: Likewise.
1571         * gdb.arch/amd64-stap-triplet.c: Likewise.
1572
1573 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1574
1575         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1576         in .section pseudo-op.
1577
1578 2014-02-20  lin zuojian  <manjian2006@gmail.com>
1579             Joel Brobecker  <brobecker@adacore.com>
1580             Doug Evans  <xdje42@gmail.com>
1581
1582         PR symtab/16581
1583         * gdb.dwarf2/dw2-icycle.S: New file.
1584         * gdb.dwarf2/dw2-icycle.c: New file.
1585         * gdb.dwarf2/dw2-icycle.exp: New file.
1586
1587 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1588
1589         * gdb.python/py-value-cc.cc: Improve test case to enable testing
1590         operations on gdb.Value objects.
1591         * gdb.python/py-value-cc.exp: Add new test to test operations on
1592         gdb.Value objects.
1593
1594 2014-02-18  Doug Evans  <dje@google.com>
1595
1596         * Makefile.in (TESTS): New variable.
1597         (expanded_tests, expanded_tests_or_none): New variables
1598         (check-single): Pass $(expanded_tests_or_none) to runtest.
1599         (check-parallel): Only run tests in $(TESTS) if non-empty.
1600         (check/no-matching-tests-found): New rule.
1601         * README: Document TESTS makefile variable.
1602
1603 2014-02-18  Doug Evans  <dje@google.com>
1604
1605         * Makefile.in (check-parallel): rm -rf outputs temp.
1606
1607 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1608
1609         Fix "ERROR: no fileid for" in the testsuite.
1610         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1611
1612 2014-02-12  Doug Evans  <dje@google.com>
1613
1614         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1615         (MISCELLANEOUS): New variable.
1616         (clean): rm -rf $(MISCELLANEOUS).
1617         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1618         dwp live in the same directory as symlinks, with each symlink pointed
1619         to a differently named file in a different directory.
1620
1621 2014-02-11  Doug Evans  <dje@google.com>
1622
1623         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1624         of Tcl file commands.
1625
1626 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
1627
1628         * gdb.threads/step-after-sr-lock.exp: Avoid executing
1629         "kill -SIGUSR1 -1".
1630
1631 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
1632
1633         * gdb.ada/tick_length_array_enum_idx: New testcase.
1634
1635 2014-02-10  Doug Evans  <xdje42@gmail.com>
1636
1637         * configure.ac (AC_OUTPUT): Add gdb.guile.
1638         * configure: Regenerate.
1639         * lib/gdb-guile.exp: New file.
1640         * lib/gdb.exp (get_target_charset): New function.
1641         * gdb.base/help.exp: Update expected output from "apropos apropos".
1642         * gdb.guile/Makefile.in: New file.
1643         * gdb.guile/guile.exp: New file.
1644         * gdb.guile/scm-arch.c: New file.
1645         * gdb.guile/scm-arch.exp: New file.
1646         * gdb.guile/scm-block.c: New file.
1647         * gdb.guile/scm-block.exp: New file.
1648         * gdb.guile/scm-breakpoint.c: New file.
1649         * gdb.guile/scm-breakpoint.exp: New file.
1650         * gdb.guile/scm-disasm.c: New file.
1651         * gdb.guile/scm-disasm.exp: New file.
1652         * gdb.guile/scm-equal.c: New file.
1653         * gdb.guile/scm-equal.exp: New file.
1654         * gdb.guile/scm-error.exp: New file.
1655         * gdb.guile/scm-error.scm: New file.
1656         * gdb.guile/scm-frame-args.c: New file.
1657         * gdb.guile/scm-frame-args.exp: New file.
1658         * gdb.guile/scm-frame-args.scm: New file.
1659         * gdb.guile/scm-frame-inline.c: New file.
1660         * gdb.guile/scm-frame-inline.exp: New file.
1661         * gdb.guile/scm-frame.c: New file.
1662         * gdb.guile/scm-frame.exp: New file.
1663         * gdb.guile/scm-generics.exp: New file.
1664         * gdb.guile/scm-gsmob.exp: New file.
1665         * gdb.guile/scm-iterator.c: New file.
1666         * gdb.guile/scm-iterator.exp: New file.
1667         * gdb.guile/scm-math.c: New file.
1668         * gdb.guile/scm-math.exp: New file.
1669         * gdb.guile/scm-objfile-script-gdb.in: New file.
1670         * gdb.guile/scm-objfile-script.c: New file.
1671         * gdb.guile/scm-objfile-script.exp: New file.
1672         * gdb.guile/scm-objfile.c: New file.
1673         * gdb.guile/scm-objfile.exp: New file.
1674         * gdb.guile/scm-ports.exp: New file.
1675         * gdb.guile/scm-pretty-print.c: New file.
1676         * gdb.guile/scm-pretty-print.exp: New file.
1677         * gdb.guile/scm-pretty-print.scm: New file.
1678         * gdb.guile/scm-section-script.c: New file.
1679         * gdb.guile/scm-section-script.exp: New file.
1680         * gdb.guile/scm-section-script.scm: New file.
1681         * gdb.guile/scm-symbol.c: New file.
1682         * gdb.guile/scm-symbol.exp: New file.
1683         * gdb.guile/scm-symtab-2.c: New file.
1684         * gdb.guile/scm-symtab.c: New file.
1685         * gdb.guile/scm-symtab.exp: New file.
1686         * gdb.guile/scm-type.c: New file.
1687         * gdb.guile/scm-type.exp: New file.
1688         * gdb.guile/scm-value-cc.cc: New file.
1689         * gdb.guile/scm-value-cc.exp: New file.
1690         * gdb.guile/scm-value.c: New file.
1691         * gdb.guile/scm-value.exp: New file.
1692         * gdb.guile/source2.scm: New file.
1693         * gdb.guile/types-module.cc: New file.
1694         * gdb.guile/types-module.exp: New file.
1695
1696 2014-02-10  Yao Qi  <yao@codesourcery.com>
1697
1698         PR testsuite/16543
1699         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1700         * configure: Regenerated.
1701         * Makefile.in: New file.
1702
1703 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
1704
1705         * gdb.python/py-framefilter.exp: Fix typo.
1706
1707 2014-02-08  Yao Qi  <yao@codesourcery.com>
1708
1709         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1710         that no =breakpoint-modified is emitted when breakpoints are
1711         modified through MI commands.
1712
1713 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
1714             Pedro Alves  <palves@redhat.com>
1715
1716         * gdb.threads/step-after-sr-lock.c: New file.
1717         * gdb.threads/step-after-sr-lock.exp: New file.
1718
1719 2014-02-07  Pedro Alves  <palves@redhat.com>
1720
1721         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1722
1723 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1724
1725         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1726         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1727
1728 2014-02-06  Doug Evans  <xdje42@gmail.com>
1729
1730         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1731         output.
1732
1733         * gdb.gdb/python-interrupts.exp: New file.
1734
1735 2014-02-05  Yao Qi  <yao@codesourcery.com>
1736
1737         * gdb.trace/report.exp (use_collected_data): Test the output
1738         of "info threads" and "info inferiors".
1739
1740 2014-02-05  Yao Qi  <yao@codesourcery.com>
1741
1742         Revert this patch:
1743
1744         2013-05-24  Yao Qi  <yao@codesourcery.com>
1745
1746         * gdb.trace/tfile.exp: Test inferior and thread.
1747
1748 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
1749
1750         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1751         on a function.
1752         * gdb.base/step-bt.c: Call hello via function pointer to make
1753         sure its first instruction is executed on powerpc64le-linux.
1754
1755 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
1756
1757         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1758
1759 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
1760
1761         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
1762         of the test patterns for use on little-endian systems.
1763
1764 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
1765
1766         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1767         (decimal_vector): Fix for little-endian.
1768
1769 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
1770
1771         * gdb.arch/sparc-sysstep.exp: New file.
1772         * gdb.arch/sparc-sysstep.c: Likewise.
1773
1774         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1775
1776 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1777
1778         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1779
1780 2014-01-23  Tom Tromey  <tromey@redhat.com>
1781
1782         * gdb.ada/array_char_idx: New testcase.
1783
1784 2014-01-23  Tom Tromey  <tromey@redhat.com>
1785
1786         PR python/16487:
1787         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1788         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1789         classes.
1790
1791 2014-01-23  Tom Tromey  <tromey@redhat.com>
1792
1793         PR python/16491:
1794         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1795         string from an inferior frame.
1796         * gdb.python/py-framefilter-mi.exp: Update.
1797
1798 2014-01-22  Doug Evans  <dje@google.com>
1799
1800         * gdb.server/server-mon.exp: Add tests for "set debug-format".
1801
1802 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
1803
1804         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1805
1806 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
1807
1808         * gdb.trace/entry-values.exp: Remove excess space character from
1809         regex patterns.  Handle s390 call instruction.
1810
1811 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
1812
1813         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1814         define "*_start" label.  Make "name" static.
1815         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1816         ${name} by references to ${name}_start.
1817
1818 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
1819
1820         * gdb.base/info-macros.exp: Remove "debug" from the compile
1821         options.
1822
1823 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
1824
1825         * gdb.dlang/demangle.exp: New file.
1826
1827 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
1828
1829         * gdb.dlang/primitive-types.exp: New file.
1830
1831 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
1832
1833         * configure.ac: Create gdb.dlang/Makefile.
1834         * configure: Regenerate.
1835         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1836         * gdb.dlang/Makefile.in: New file.
1837         * lib/d-support.exp: New file.
1838         * lib/gdb.exp (skip_d_tests): New proc.
1839
1840 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1841
1842         * gdb.btrace/delta.exp: Check reverse stepi.
1843         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
1844         * gdb.btrace/finish.exp: New.
1845         * gdb.btrace/next.exp: New.
1846         * gdb.btrace/nexti.exp: New.
1847         * gdb.btrace/record_goto.c: Add comments.
1848         * gdb.btrace/step.exp: New.
1849         * gdb.btrace/stepi.exp: New.
1850         * gdb.btrace/multi-thread-step.c: New.
1851         * gdb.btrace/multi-thread-step.exp: New.
1852         * gdb.btrace/rn-dl-bind.c: New.
1853         * gdb.btrace/rn-dl-bind.exp: New.
1854         * gdb.btrace/data.c: New.
1855         * gdb.btrace/data.exp: New.
1856         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1857
1858 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1859
1860         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1861         * gdb.btrace/exception.exp: Update.
1862         * gdb.btrace/instruction_history.exp: Update.
1863         * gdb.btrace/record_goto.exp: Update.
1864         * gdb.btrace/tailcall.exp: Update.
1865         * gdb.btrace/unknown_functions.exp: Update.
1866         * gdb.btrace/delta.exp: New.
1867
1868 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1869
1870         * gdb.btrace/record_goto.exp: Add backtrace test.
1871         * gdb.btrace/tailcall.exp: Add backtrace test.
1872
1873 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1874
1875         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1876         * gdb.btrace/record_goto.c: New.
1877         * gdb.btrace/record_goto.exp: New.
1878         * gdb.btrace/x86-record_goto.S: New.
1879
1880 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1881
1882         * gdb.btrace/function_call_history.exp: Update tests.
1883         * gdb.btrace/instruction_history.exp: Update tests.
1884
1885 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1886
1887         * gdb.btrace/function_call_history.exp: Fix expected field
1888         order for "record function-call-history".
1889         Add new tests for "record function-call-history /c".
1890         * gdb.btrace/exception.cc: New.
1891         * gdb.btrace/exception.exp: New.
1892         * gdb.btrace/tailcall.exp: New.
1893         * gdb.btrace/x86-tailcall.S: New.
1894         * gdb.btrace/x86-tailcall.c: New.
1895         * gdb.btrace/unknown_functions.c: New.
1896         * gdb.btrace/unknown_functions.exp: New.
1897         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1898
1899 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1900
1901         * gdb.btrace/instruction_history.exp: Update.
1902         * gdb.btrace/function_call_history.exp: Update.
1903
1904 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1905
1906         * gdb.btrace/function_call_history.exp: Fix expected function
1907         trace.
1908         * gdb.btrace/instruction_history.exp: Initialize traced.
1909         Remove traced_functions.
1910
1911 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1912
1913         * gdb.btrace/function_call_history.exp: Update
1914         * gdb.btrace/instruction_history.exp: Update.
1915
1916 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1917
1918         * gdb.btrace/enable.exp: Update expected text.
1919
1920 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
1921
1922         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1923         bytes.
1924
1925 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
1926
1927         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1928
1929 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
1930
1931         * lib/gdb.exp (supports_process_record): Return true for
1932         arm*-linux*.  (supports_reverse): Likewise.
1933
1934 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
1935
1936         PR python/15464
1937         PR python/16113
1938         * gdb.python/py-type.c: Enhance test case.
1939         * gdb.python/py-value-cc.cc: Likewise
1940         * gdb.python/py-type.exp: Add new tests.
1941         * gdb.python/py-value-cc.exp: Likewise
1942
1943 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1944             Pedro Alves <palves@redhat.com>
1945
1946         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1947         Make "name" extern.
1948         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1949         references to ${name}_start by references to ${name}.
1950
1951 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
1952
1953         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1954
1955 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
1956
1957         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1958
1959 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
1960             Pedro Alves  <palves@redhat.com>
1961
1962         * gdb.mi/mi-info-os.exp: Connect to the target with
1963         mi_gdb_target_load.
1964
1965 2014-01-08  Pedro Alves  <palves@redhat.com>
1966
1967         * gdb.threads/reconnect-signal.c: New file.
1968         * gdb.threads/reconnect-signal.exp: New file.
1969
1970 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1971
1972         * gdb.base/source-dir.exp: New file.
1973
1974 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1975
1976         * gdb.ada/mi_interface: New testcase.
1977
1978 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1979
1980         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1981         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1982         gdb.ada/pp-rec-component/pck.ads: New files.
1983
1984 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1985
1986         * gdb.python/py-pp-integral.c: New file.
1987         * gdb.python/py-pp-integral.py: New file.
1988         * gdb.python/py-pp-integral.exp: New file.
1989
1990 For older changes see ChangeLog-1993-2013.
1991 \f
1992 ;; Local Variables:
1993 ;; mode: change-log
1994 ;; left-margin: 8
1995 ;; fill-column: 74
1996 ;; version-control: never
1997 ;; End:
1998
1999     Copyright 2014 Free Software Foundation, Inc.
2000   Copying and distribution of this file, with or without modification,
2001   are permitted provided the copyright notice and this notice are preserved.