fix skipping permanent breakpoints
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2014-11-12  Pedro Alves  <palves@redhat.com>
2
3         * gdb.arch/i386-bp_permanent.c: New file.
4         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5         (srcfile): Set to i386-bp_permanent.c.
6         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
7         that stepi does not execute the 'leave' instruction, instead of
8         testing it does execute.
9         * gdb.base/bp-permanent.c: New file.
10         * gdb.base/bp-permanent.exp: New file.
11
12 2014-11-10  Doug Evans  <xdje42@gmail.com>
13
14         PR symtab/17564
15         * gdb.base/symtab-search-order.exp: New file.
16         * gdb.base/symtab-search-order.c: New file.
17         * gdb.base/symtab-search-order-1.c: New file.
18         * gdb.base/symtab-search-order-shlib-1.c: New file.
19
20 2014-11-07  Pedro Alves  <palves@redhat.com>
21
22         PR gdb/17511
23         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
24         i?86-*-linux*.
25
26 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
27
28         PR c++/17494
29         * gdb.cp/pr17494.cc: New file.
30         * gdb.cp/pr17494.exp: New file.
31
32 2014-11-02  Yao Qi  <yao@codesourcery.com>
33
34         * gdb.python/python.exp: Get working directory and match the
35         output of "set extended-prompt \\w " with it.
36
37 2014-10-30  Doug Evans  <dje@google.com>
38
39         * gdb.python/py-objfile.exp: Add tests for setting random attributes
40         in objfiles.
41         * gdb.python/py-progspace.exp: Add tests for setting random attributes
42         in progspaces.
43
44 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
45
46         * gdb.base/fullpath-expand.exp: Skip for a remote host.
47         * gdb.base/realname-expand.exp: Likewise.
48         * gdb.linespec/macro-relative.exp: Likewise.
49
50 2014-10-29  Pedro Alves  <palves@redhat.com>
51
52         PR gdb/17408
53         * gdb.threads/schedlock.c (some_function): New function.
54         (call_function): New global.
55         (MAYBE_CALL_SOME_FUNCTION): New macro.
56         (thread_function): Call it.
57         * gdb.threads/schedlock.exp (get_args): Add description parameter,
58         and use it instead of a global counter.  Adjust all callers.
59         (get_current_thread): Use "find current thread" for test message
60         here rather than having all callers pass down the same string.
61         (goto_loop): New procedure, factored out from ...
62         (my_continue): ... this.
63         (step_ten_loops): Change parameter from test message to command to
64         use.  Adjust.
65         (list_count): Delete global.
66         (check_result): New procedure, factored out from duplicate top
67         level code.
68         (continue tests): Wrap in with_test_prefix.
69         (test_step): New procedure, factored out from duplicate top level
70         code.
71         (top level): Test "step" in combination with all scheduler-locking
72         modes.  Test "next" in combination with all scheduler-locking
73         modes, and in combination with stepping over a function call or
74         not.
75         * gdb.threads/next-bp-other-thread.c: New file.
76         * gdb.threads/next-bp-other-thread.exp: New file.
77
78 2014-10-29  Pedro Alves  <palves@redhat.com>
79
80         PR python/17372
81         * gdb.python/python.exp: Test a multi-line command that spawns
82         interactive Python.
83         * gdb.base/multi-line-starts-subshell.exp: New file.
84
85 2014-10-29  Yao Qi  <yao@codesourcery.com>
86
87         * gdb.base/fileio.exp: Make directories on host.
88
89 2014-10-29  Yao Qi  <yao@codesourcery.com>
90
91         * gdb.base/fileio.c (test_write): Close the file.
92
93 2014-10-28  Pedro Alves  <palves@redhat.com>
94
95         PR gdb/12623
96         * gdb.base/sigstep.c (no_handler): New global.
97         (main): If 'no_handler is true, set the signal handlers to
98         SIG_IGN.
99         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
100         with_sw_watch and no_handler parameters.  Handle them.
101         (top level) <stepping over handler when stopped at a breakpoint
102         test>: Add a test axis for testing with a software watchpoint, and
103         another for testing with the signal handler set to SIG_IGN.
104         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
105         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
106
107 2014-10-28  Pedro Alves  <palves@redhat.com>
108
109         PR gdb/17511
110         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
111         * gdb.base/sigstep.exp (other_handler_location): New global.
112         (advance): Support stepping into the signal handler, and running
113         commands while in the handler.
114         (in_handler_map): New global.
115         (top level): In the advance test, add combinations for getting
116         into the handler with stepping commands, and for running commands
117         in the handler.  Add comment descripting the advancei tests.
118
119 2014-10-28  Pedro Alves  <palves@redhat.com>
120
121         * gdb.base/sigstep.exp: Use build_executable instead of
122         prepare_for_testing.
123         (top level): Move code that starts GDB, runs to main and creates a
124         display to ...
125         (restart): ... this new procedure.
126         (top level): Move backtrace from signal handler test to ...
127         (validate_backtrace): ... this new procedure.
128         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
129         with_test_prefix.  Always restart GDB.
130         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
131         with_test_prefix.  Always restart GDB.  No need to delete
132         breakpoints after the test.
133         (test_skip_handler): Remove prefix parameter.
134         (skip_over_handler, breakpoint_to_handler)
135         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
136         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
137         restart GDB.  No need to delete breakpoints after the test.
138         (top level): Use foreach to call the test procedures with
139         different commands.
140
141 2014-10-28  Pedro Alves  <palves@redhat.com>
142
143         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
144         instead of GNATS numbers.
145         * gdb.base/sigbpt.exp: Likewise.
146         * gdb.base/siginfo.exp: Likewise.
147         * gdb.base/sigstep.exp: Likewise.
148
149 2014-10-27  Pedro Alves  <palves@redhat.com>
150
151         * gdb.base/sigstep.c (dummy): New global.
152         (main): Issue a couple writes to the new global.
153         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
154         procedures.
155         (skip_over_handler): Use test_skip_handler.
156         (top level): Call skip_over_handler for stepi and nexti too.
157         (breakpoint_over_handler): Use test_skip_handler.
158         (top level): Call breakpoint_over_handler for stepi and nexti too.
159
160 2014-10-27  Yao Qi  <yao@codesourcery.com>
161
162         * gdb.trace/tfile.c (adjust_function_address)
163         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
164         function descriptor.
165
166 2014-10-24  Don Breazeal  <donb@codesourcery.com>
167
168         * gdb.base/foll-fork.exp (test_follow_fork,
169         catch_fork_child_follow): Check for updated fork messages emitted
170         from infrun.c.
171         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
172         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
173         vfork_and_exec_child_follow_through_step): Check for updated vfork
174         messages emitted from infrun.c.
175
176 2014-10-24  Pedro Alves  <palves@redhat.com>
177
178         * gdb.base/corefile.exp: Remove references to ultrix.
179         * gdb.base/interrupt.exp: Likewise.
180         * gdb.base/whatis.exp: Likewise.
181         * gdb.gdb/selftest.exp: Likewise.
182         * gdb.threads/manythreads.exp: Likewise.
183         * gdb.threads/print-threads.exp: Likewise.
184         * gdb.threads/pthreads.exp:: Likewise.
185         * gdb.threads/schedlock.exp: Likewise.
186
187 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
188
189         * gdb.cp/non-trivial-retval.cc: Add a test case.
190         * gdb.cp/non-trivial-retval.exp: Add a test.
191
192 2014-10-20  Yao Qi  <yao@codesourcery.com>
193
194         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
195         * gdb.python/py-objfile-script-gdb.py: New file.
196         * gdb.python/py-objfile-script.exp: Update reference to
197         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
198         of remote_download.  Remove the dest file.
199
200 2014-10-20  Yao Qi  <yao@codesourcery.com>
201
202         * gdb.base/checkpoint.exp: Don't remove file copied on host.
203         * gdb.base/step-line.exp: Likewise.
204         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
205         * gdb.dwarf2/dw2-basic.exp: Likewise.
206         * gdb.dwarf2/dw2-compressed.exp: Likewise.
207         * gdb.dwarf2/dw2-filename.exp: Likewise.
208         * gdb.dwarf2/dw2-intercu.exp: Likewise.
209         * gdb.dwarf2/dw2-intermix.exp: Likewise.
210         * gdb.dwarf2/dw2-producer.exp: Likewise.
211         * gdb.dwarf2/mac-fileno.exp: Likewise.
212         * gdb.python/py-frame-args.exp: Likewise.
213         * gdb.python/py-framefilter.exp: Likewise.
214         * gdb.python/py-mi.exp: Likewise.
215         * gdb.python/py-objfile-script.exp: Likewise
216         * gdb.python/py-pp-integral.exp: Likewise.
217         * gdb.python/py-pp-re-notag.exp: Likewise.
218         * gdb.python/py-prettyprint.exp: Likewise.
219         * gdb.python/py-section-script.exp: Likewise.
220         * gdb.python/py-typeprint.exp: Likewise.
221         * gdb.python/py-xmethods.exp: Likewise.
222         * gdb.stabs/weird.exp: Likewise.
223         * gdb.xml/tdesc-regs.exp: Likewise.
224
225 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
226
227         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
228         (out_cu): Use addr_len for the size of addresses.
229         (out_line): Likewise.  Size DW_LNE_set_address instruction
230         according to addr_len.
231         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
232         (FUNC): Add START_INSNS to definition.
233
234 2014-10-18  Yao Qi  <yao@codesourcery.com>
235
236         * gdb.base/argv0-symlink.exp: Check argv[0] value if
237         gdb_has_argv0 return true.
238         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
239         check [target_info exists noargs], check [gdb_has_argv0]
240         instead.
241         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
242         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
243         procedures.
244
245 2014-10-17  Doug Evans  <dje@google.com>
246
247         * gdb.python/py-events.exp: Update expected output for clear_objfiles
248         event.
249         * gdb.python/py-events.py: Add clear_objfiles event.
250
251 2014-10-17  Doug Evans  <dje@google.com>
252
253         * gdb.python/py-objfile.exp: Test progspace attribute.
254
255 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
256
257         * gdb.guile/scm-breakpoint.exp: Do not assume any
258         directory separators when matching source file paths.
259         * gdb.python/py-breakpoint.exp: Likewise.
260         * gdb.reverse/break-precsave.exp: Likewise.
261         * gdb.reverse/break-reverse.exp: Likewise.
262         * gdb.reverse/consecutive-precsave.exp: Likewise.
263         * gdb.reverse/finish-precsave.exp: Likewise.
264         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
265         * gdb.reverse/finish-reverse.exp: Likewise.
266         * gdb.reverse/i386-precsave.exp: Likewise.
267         * gdb.reverse/i387-env-reverse.exp: Likewise.
268         * gdb.reverse/i387-stack-reverse.exp: Likewise.
269         * gdb.reverse/machinestate-precsave.exp: Likewise.
270         * gdb.reverse/machinestate.exp: Likewise.
271         * gdb.reverse/sigall-precsave.exp: Likewise.
272         * gdb.reverse/solib-precsave.exp: Likewise.
273         * gdb.reverse/step-precsave.exp: Likewise.
274         * gdb.reverse/until-precsave.exp: Likewise.
275         * gdb.reverse/watch-precsave.exp: Likewise.
276         * gdb.reverse/watch-reverse.exp: Likewise.
277
278 2014-10-17  Yao Qi  <yao@codesourcery.com>
279
280         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
281         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
282
283 2014-10-17  Pedro Alves  <palves@redhat.com>
284
285         PR gdb/17471
286         * gdb.base/bg-execution-repeat.c: New file.
287         * gdb.base/bg-execution-repeat.exp: New file.
288
289 2014-10-17  Pedro Alves  <palves@redhat.com>
290
291         PR gdb/17300
292         * gdb.base/continue-all-already-running.c: New file.
293         * gdb.base/continue-all-already-running.exp: New file.
294
295 2014-10-17  Pedro Alves  <palves@redhat.com>
296
297         PR gdb/17472
298         * gdb.base/annota-input-while-running.c: New file.
299         * gdb.base/annota-input-while-running.exp: New file.
300
301 2014-10-17  Pedro Alves  <palves@redhat.com>
302
303         * gdb.base/callfuncs.exp: emove references to osf.
304         * gdb.base/sigall.exp: Likewise.
305         * gdb.gdb/selftest.exp: Likewise.
306         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
307         * gdb.mi/non-stop.c: Likewise.
308         * gdb.mi/pthreads.c: Likewise.
309         * gdb.reverse/sigall-precsave.exp: Likewise.
310         * gdb.reverse/sigall-reverse.exp: Likewise.
311         * gdb.threads/pthreads.c: Likewise.
312         * gdb.threads/pthreads.exp: Likewise.
313
314 2014-10-17  Yao Qi  <yao@codesourcery.com>
315
316         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
317         check 'target_info exists noargs'.
318         (test_command_prompt_position): Likewise.
319         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
320         Remove "set args".
321         (progvar_simple_while_test): Likewise.
322         (progvar_complex_if_while_test): Likewise.
323         (if_while_breakpoint_command_test): Likewise.
324         (infrun_breakpoint_command_test): Likewise.
325         (breakpoint_command_test): Likewise.
326         (watchpoint_command_test): Likewise.
327         (bp_deleted_in_command_test): Likewise.
328         (temporary_breakpoint_commands): Likewise.
329
330 2014-10-16  Yao Qi  <yao@codesourcery.com>
331
332         * gdb.base/remotetimeout.exp: Remove noargs checking.
333
334 2014-10-15  Pedro Alves  <palves@redhat.com>
335
336         PR breakpoints/9649
337         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
338         * gdb.base/breakpoint-in-ro-region.exp
339         (probe_target_hardware_step): New procedure.
340         (top level): Probe hardware stepping and hardware breakpoint
341         support.  Test stepping through a read-only region, with both
342         "breakpoint auto-hw" on and off and both "always-inserted" on and
343         off.
344
345 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
346
347         * gdb.dlang/demangle.exp: Update for demangling changes.
348
349 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
350
351         * gdb.cp/non-trivial-retval.cc: Add new test cases.
352         * gdb.cp/non-trivial-retval.exp: Add new tests.
353
354 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
355
356         PR c++/13403
357         PR c++/15154
358         * gdb.cp/non-trivial-retval.cc: New file.
359         * gdb.cp/non-trivial-retval.exp: New file.
360
361 2014-10-15  Yao Qi  <yao@codesourcery.com>
362
363         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
364         remote host.
365
366 2014-10-15  Yao Qi  <yao@codesourcery.com>
367
368         * gdb.python/py-symbol.exp: Match file base name if host is
369         remote, otherwise match file name with dir name.
370         * gdb.python/py-symtab.exp: Likewise.
371         * gdb.python/python.exp: Likewise.
372
373 2014-10-15  Yao Qi  <yao@codesourcery.com>
374
375         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
376         pattern.
377         * gdb.python/py-symtab.exp: Likewise.
378         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
379         locationn.
380
381 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
382
383         * gdb.ada/addr_arith: New testcase.
384
385 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
386
387         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
388         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
389         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
390         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
391
392 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
393
394         * gdb.arch/stap-eval-lang-ada.S: Likewise.
395         * gdb.arch/stap-eval-lang-ada.c: Likewise.
396         * gdb.arch/stap-eval-lang-ada.exp: New file.
397
398 2014-10-14  Yao Qi  <yao@codesourcery.com>
399
400         * gdb.mi/mi-var-child.c (nothing1): New function.
401         (nothing2): New function.
402         (do_children_tests): Set function pointers by nothing1 and
403         nothing2.
404         * gdb.mi/mi-var-child.exp: Step over new added statements.
405         Update test to match the new output.
406         * gdb.mi/var-cmd.c (nothing1): New function.
407         (nothing2): New function.
408         (do_children_tests): Set function pointers by  nothing1 and
409         nothing2.
410         * gdb.mi/mi-var-display.exp: Update test to match output.
411         Step to the line specified by $line_dct_nothing.
412         Increase the number of lines to step.
413
414 2014-10-14  Yao Qi  <yao@codesourcery.com>
415
416         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
417         tests.
418         * gdb.mi/mi2-var-child.exp: Likewise.
419
420 2014-10-13  Doug Evans  <dje@google.com>
421
422         * gdb.python/py-objfile.exp: Change name of file name test.
423
424 2014-10-13  Doug Evans  <dje@google.com>
425
426         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
427         from the start of the CU.
428
429 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
430             Yao Qi  <yao@codesourcery.com>
431
432         Fix "save breakpoints" for "catch" command.
433         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
434         Remove -nonewline.  Match also the added "main" line.
435
436 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
437
438         Fix "save breakpoints" for "disable $bpnum" command.
439         * gdb.base/save-bp.c (main): Add label.
440         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
441
442 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
443
444         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
445
446 2014-10-11  Yao Qi  <yao@codesourcery.com>
447
448         * gdb.server/server-kill.exp: Execute command
449         "set remote trace-status-packet on" before "tstatus".
450
451 2014-10-11  Yao Qi  <yao@codesourcery.com>
452
453         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
454         (main): Call getppid.
455         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
456         and continue to it.  Read variable "server_pid".
457
458 2014-10-11  Yao Qi  <yao@codesourcery.com>
459
460         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
461
462 2014-10-11  Yao Qi  <yao@codesourcery.com>
463
464         * gdb.threads/thread-find.exp: Don't execute command
465         "info threads".
466         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
467         * gdb.threads/linux-dp.exp: Don't check the condition
468         $threads_created equals to zero.
469
470 2014-10-10  Pedro Alves  <palves@redhat.com>
471
472         * gdb.base/bigcore.exp: Remove references to IRIX.
473         * gdb.base/funcargs.exp: Likewise.
474         * gdb.base/interrupt.exp: Likewise.
475         * gdb.base/mips_pro.exp: Likewise.
476         * gdb.base/nodebug.exp: Likewise.
477         * gdb.base/setvar.exp: Likewise.
478         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
479
480 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
481             Pedro Alves  <palves@redhat.com>
482
483         PR symtab/14466
484         * gdb.base/vdso-warning.c: New file.
485         * gdb.base/vdso-warning.exp: New file.
486
487 2014-10-02  Doug Evans  <dje@google.com>
488
489         * gdb.base/structs.c (main): Don't run forever.
490
491 2014-10-02  Pedro Alves  <palves@redhat.com>
492
493         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
494         (top level) <stop threads 1, stop threads 2>: Use it.
495
496 2014-10-02  Pedro Alves  <palves@redhat.com>
497
498         * gdb.threads/break-while-running.exp (test): Add new
499         'update_thread_list' argument.  Skip "info threads" if false.
500         (top level): Add new 'update_thread_list' axis.
501
502 2014-10-02  Pedro Alves  <palves@redhat.com>
503
504         PR breakpoints/17431
505         * gdb.base/execl-update-breakpoints.c: New file.
506         * gdb.base/execl-update-breakpoints.exp: New file.
507
508 2014-10-01  Pedro Alves  <palves@redhat.com>
509
510         * gdb.base/breakpoint-in-ro-region.c: New file.
511         * gdb.base/breakpoint-in-ro-region.exp: New file.
512
513 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
514
515         * gdb.mi/mi-exit-code.exp: New file.
516         * gdb.mi/mi-exit-code.c: New file.
517
518 2014-09-30  Yao Qi  <yao@codesourcery.com>
519
520         * lib/prelink-support.exp (build_executable_own_libs): Error if
521         the target isn't native.
522
523 2014-09-30  Yao Qi  <yao@codesourcery.com>
524
525         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
526         false.
527
528 2014-09-22  Pedro Alves  <palves@redhat.com>
529
530         * gdb.threads/break-while-running.exp: New file.
531         * gdb.threads/break-while-running.c: New file.
532
533 2014-09-19  Yao Qi  <yao@codesourcery.com>
534
535         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
536         Invoke test.  Restart GDB with --readnow and invoke test again.
537
538 2014-09-19  Yao Qi  <yao@codesourcery.com>
539
540         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
541         proc set_breakpoint_on_gcd_function.  Invoke
542         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
543         invoke set_breakpoint_on_gcd_function again.
544
545 2014-09-18  Doug Evans  <dje@google.com>
546
547         * gdb.dwarf2/symtab-producer.exp: New file.
548
549 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
550
551         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
552         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
553         * gdb.base/global-var-nested-by-dso.c: Likewise.
554         * gdb.base/global-var-nested-by-dso.exp: Likewise.
555
556 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
557             Pedro Alves  <palves@redhat.com>
558
559         * gdb.base/watch-bitfields.exp: Pass string other than test file
560         name to prepare_for_testing.
561         (watch): New procedure.
562         (expect_watchpoint): Use with_test_prefix.
563         (top level): Factor out tests to ...
564         (test_watch_location, test_regular_watch): ... these new
565         procedures, and use with_test_prefix and gdb_continue_to_end.
566
567 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
568
569         PR breakpoints/12526
570         * gdb.base/watch-bitfields.exp: New file.
571         * gdb.base/watch-bitfields.c: New file.
572
573 2014-09-16  Pedro Alves  <palves@redhat.com>
574
575         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
576         software and hardware addresses, not software address against
577         itself.
578
579 2014-09-16  Pedro Alves  <palves@redhat.com>
580
581         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
582         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
583
584 2014-09-16  Pedro Alves  <palves@redhat.com>
585
586         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
587         files.
588         * gdb.base/a2-run.exp: Remove all code guarded by istarget
589         "*-*-vxworks*" throughout.
590         * gdb.base/break.exp: Likewise.
591         * gdb.base/default.exp: Likewise.
592         * gdb.base/scope.exp: Likewise.
593         * gdb.base/sepdebug.exp: Likewise.
594         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
595         throughout.
596         * gdb.base/run.c: Likewise.
597         * gdb.base/sepdebug.c: Likewise.
598         * gdb.hp/gdb.aCC/run.c: Likewise.
599         * gdb.reverse/until-reverse.c: Likewise.
600         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
601
602 2014-09-16  Yao Qi  <yao@codesourcery.com>
603
604         * boards/local-remote-host-native.exp: New file.
605
606 2014-09-14  Doug Evans  <xdje42@gmail.com>
607
608         * gdb.threads/queue-signal.c (thread_count): New variable.
609         (thread_count_mutex, thread_count_condvar): New variables.
610         (incr_thread_count, wait_all_threads_running): New functions.
611         (main): Wait for all threads to be in their thread functions.
612
613 2014-09-13  Doug Evans  <xdje42@gmail.com>
614
615         * gdb.threads/queue-signal.c: New file.
616         * gdb.threads/queue-signal.exp: New file.
617
618 2014-09-13  Doug Evans  <xdje42@gmail.com>
619
620         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
621         be consistent with what default_gdb_init uses.
622         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
623         the plain text of the prompt.  Add some logging printfs.
624         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
625
626 2014-09-12  Pedro Alves  <palves@redhat.com>
627
628         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
629         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
630         * gdb.arch/i386-size-overlap.exp: Likewise.
631         * gdb.arch/i386-size.exp: Likewise.
632         * gdb.arch/i386-unwind.exp: Likewise.
633         * gdb.base/a2-run.exp: Likewise.
634         * gdb.base/break.exp: Likewise.
635         * gdb.base/charset.exp: Likewise.
636         * gdb.base/chng-syms.exp: Likewise.
637         * gdb.base/commands.exp: Likewise.
638         * gdb.base/dbx.exp: Likewise.
639         * gdb.base/find.exp: Likewise.
640         * gdb.base/funcargs.exp: Likewise.
641         * gdb.base/jit-simple.exp: Likewise.
642         * gdb.base/reread.exp: Likewise.
643         * gdb.base/sepdebug.exp: Likewise.
644         * gdb.base/step-bt.exp: Likewise.
645         * gdb.cp/mb-inline.exp: Likewise.
646         * gdb.cp/mb-templates.exp: Likewise.
647         * gdb.objc/basicclass.exp: Likewise.
648         * gdb.threads/killed.exp: Likewise.
649
650 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
651
652         PR tdep/17379
653         * gdb.arch/powerpc-stackless.S: New file.
654         * gdb.arch/powerpc-stackless.exp: New file.
655
656 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
657
658         * gdb.base/attach.c: Include unistd.h.
659         (main): Call alarm.  Add label postloop.
660         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
661         gdb_breakpoint, gdb_continue_to_breakpoint.
662         (test_command_line_attach_run): Kill ${testpid} in one exit path.
663
664 2014-09-11  Pedro Alves  <palves@redhat.com>
665
666         PR gdb/17347
667         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
668         * gdb.base/attach.exp (test_command_line_attach_run): New
669         procedure.
670         (top level): Call it.
671
672 2014-09-11  Pedro Alves  <palves@redhat.com>
673
674         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
675         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
676         (do_command_attach_tests): Use spawn_wait_for_attach.
677         * gdb.base/solib-overlap.exp: Likewise.
678         * gdb.multi/multi-attach.exp: Likewise.
679         * gdb.python/py-prompt.exp: Likewise.
680         * gdb.python/py-sync-interp.exp: Likewise.
681         * gdb.server/ext-attach.exp: Likewise.
682
683 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
684
685         * gdb.fortran/array-element.exp: Remove unexpected "continue"
686         command in testcase.  Simplify testcase.
687
688 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
689
690         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
691
692 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
693
694         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
695
696 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
697
698         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
699
700 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
701
702         * gdb.dwarf2/dynarr-ptr.c: New file.
703         * gdb.dwarf2/dynarr-ptr.exp: New file.
704
705 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
706
707         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
708         of 30 rather than hardcoding 120 for a slow test case.  Take the
709         `gdb,timeout' target setting into account for this calculation.
710         Don't extend the timeout for the test cases that don't need it.
711
712 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
713
714         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
715         a factor of 2 for a slow test case.  Take the `gdb,timeout'
716         target setting into account for this calculation.
717         * gdb.reverse/until-precsave.exp: Increase the timeout by
718         a factor of 15 and 3 respectively rather than adding 120
719         for a pair of slow test cases.  Take the `gdb,timeout'
720         target setting into account for this calculation.
721
722 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
723
724         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
725         timeout, don't pass one down to gdb_expect.
726         (gdb_expect): Rework timeout selection.
727
728 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
729
730         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
731         exception on timeout.
732         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
733         (gdbserver_start_extended): Catch any `gdbserver_start' error
734         exceptions.
735         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
736         * lib/mi-support.exp (mi_gdb_target_load): Catch any
737         `gdbserver_gdb_load' error exceptions.
738
739 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
740
741         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
742         120 on waiting for the TCP socket to open.
743
744 2014-09-09  Doug Evans  <xdje42@gmail.com>
745
746         * gdb.base/default.exp (show_conv_list): Add _caller_is,
747         _caller_matches, _any_caller_is, _any_caller_matches.
748
749 2014-09-09  Doug Evans  <xdje42@gmail.com>
750
751         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
752
753 2014-09-09  Yao Qi  <yao@codesourcery.com>
754
755         * gdb.mi/mi-var-display.exp: Set print symbol off.
756
757 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
758
759         PR gdb/17035
760         * gdb.base/commands.exp: Add tests to verify user-defined
761         commands with empty bodies.
762         * gdb.python/py-cmd.exp: Test that we don't show user-defined
763         python commands in `show user command`.
764         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
765         scheme commands in `show user command`.
766
767 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
768
769         PR python/17355
770         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
771         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
772         * gdb.python/py-framefilter-invalidarg.exp: New file.
773         * gdb.python/py-framefilter-invalidarg.py: New file.
774
775 2014-09-06  Doug Evans  <xdje42@gmail.com>
776
777         PR 15276
778         * gdb.python/py-caller-is.c: New file.
779         * gdb.python/py-caller-is.exp: New file.
780
781 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
782
783         PR gdb/17235
784         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
785         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
786
787 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
788
789         PR fortran/17237
790         * gdb.fortran/print-formatted.exp: New file.
791         * gdb.fortran/print-formatted.f90: Likewise.
792
793 2014-09-03  Sasha Smundak  <asmundak@google.com>
794
795         * gdb.python/py-frame.exp: Test Frame.read_register.
796
797 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
798
799         PR python/16699
800         * gdb.python/py-completion.exp: New file.
801         * gdb.python/py-completion.py: Likewise.
802
803 2014-08-28  Doug Evans  <dje@google.com>
804
805         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
806         eax,etc. are live with values set by gdb and thus the compiler can't
807         use them.
808         * gdb.arch/i386-pseudo.c (main): Ditto.
809
810 2014-08-27  Doug Evans  <dje@google.com>
811
812         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
813
814 2014-08-25  Doug Evans  <dje@google.com>
815
816         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
817         (main): Ditto.
818
819 2014-08-25  Doug Evans  <dje@google.com>
820
821         * gdb.threads/thread-execl.exp: #include <stdio.h>.
822
823 2014-08-24  Yao Qi  <yao@codesourcery.com>
824
825         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
826         symbol off.
827         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
828
829 2014-08-22  Doug Evans  <dje@google.com>
830
831         PR 17276
832         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
833         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
834         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
835
836 2014-08-22  Yao Qi  <yao@codesourcery.com>
837
838         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
839         * gdb.python/py-finish-breakpoint2.exp: Likewise.
840         * gdb.python/python.exp: Likewise.  Use .py file on the host
841         instead of the build.
842
843 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
844
845         * gdb.threads/gcore-stale-thread.c: New file.
846         * gdb.threads/gcore-stale-thread.exp: New file.
847
848 2014-08-21  Pedro Alves  <palves@redhat.com>
849
850         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
851         * gdb.base/gcore-relro-pie.exp: Likewise.
852         * gdb.base/gcore-relro.exp: Likewise.
853         * gdb.base/gcore.exp: Likewise.
854         * gdb.base/print-symbol-loading.exp: Likewise.
855         * gdb.threads/gcore-thread.exp: Likewise.
856         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
857
858 2014-08-20  Pedro Alves  <palves@redhat.com>
859             Jan Kratochvil  <jan.kratochvil@redhat.com>
860
861         * Makefile.in (EXTRA_RULES, CC): New variables, get from
862         configure.
863         (EXPECT): Handle READ1 being set.
864         (all): Depend on EXTRA_RULES.
865         (check-read1, expect-read1, read1.so, read1): New rules.
866         * README (Testsuite Parameters): Document the READ1 make variable.
867         (Race detection): New section.
868         * configure: Regenerate.
869         * configure.ac: If build==host==target, and running under a
870         GNU/glibc system, add read1 to the extra Makefile rules.
871         (EXTRA_RULES): AC_SUBST it.
872         * lib/read1.c: New file.
873
874 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
875
876         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
877         the handling of variables declared as a typedef to an array
878         which a DW_AT_data_location attribute.
879
880 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
881             Pedro Alves  <palves@redhat.com>
882
883         PR symtab/14604
884         PR symtab/14605
885         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
886         gdb_test.
887
888 2014-08-19  Pedro Alves  <palves@redhat.com>
889
890         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
891
892 2014-08-19  Yao Qi  <yao@codesourcery.com>
893
894         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
895         right line.
896
897 2014-08-18  David Blaikie  <dblaikie@gmail.com>
898
899         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
900
901 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
902
903         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
904         attribute in array range.
905
906 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
907
908         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
909
910 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
911
912         PR c++/17132
913         * gdb.cp/pr17132.cc: New file.
914         * gdb.cp/pr17132.exp: New file.
915
916 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
917
918         * gdb.python/py-xmethods.py (A_getarrayind)
919         (E_method_char_worker.__call__, E_method_int_worker.__call__):
920         Use 'print' with function call syntax.
921         (E_method_matcher.match): Fix tab vs space indentation mixup.
922
923 2014-08-15  Yao Qi  <yao@codesourcery.com>
924
925         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
926         false.
927
928 2014-08-15  Yao Qi  <yao@codesourcery.com>
929
930         * gdb.cp/casts.exp: Set print symbol off.
931         * gdb.cp/class2.exp: Likewise.
932         * gdb.cp/overload.exp: Likewise.
933         * gdb.cp/templates.exp: Likewise.
934
935 2014-08-11  Doug Evans  <dje@google.com>
936
937         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
938         (test_load_shlib): Update.
939
940 2014-08-09  Yao Qi  <yao@codesourcery.com>
941
942         * gdb.base/display.exp: Invoke is_address_zero_readable.
943         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
944         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
945         * gdb.base/hbreak-unmapped.exp: Return if
946         is_address_zero_readable returns true.
947         * gdb.base/signest.exp: Likewise.
948         * gdb.base/signull.exp: Likewise.
949         * gdb.base/sigbpt.exp: Likewise.
950         * gdb.guile/scm-disasm.exp: Do the test if
951         is_address_zero_readable returns false.
952         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
953         * gdb.python/py-arch.exp: Likewise.
954         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
955         * lib/gdb.exp (is_address_zero_readable): New proc.
956
957 2014-08-09  Yao Qi  <yao@codesourcery.com>
958
959         PR testsuite/13443
960         * gdb.mi/mi-var-display.exp: Make test messages unique.
961
962 2014-08-04  Tom Tromey  <tromey@redhat.com>
963
964         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
965         target 0".
966
967 2014-08-04  Tom Tromey  <tromey@redhat.com>
968
969         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
970         "target_resume".
971
972 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
973
974         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
975         inner_vla_struct_object_size.
976         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
977         as xfail.
978
979 2014-07-30  Pedro Alves  <palves@redhat.com>
980
981         * gdb.threads/signal-command-handle-nopass.exp (test): Add
982         comment.
983
984 2014-07-29  Yao Qi  <yao@codesourcery.com>
985
986         PR gdb/17206
987         * gdb.base/until-nodebug.exp: New.
988
989 2014-07-28  Doug Evans  <xdje42@gmail.com>
990
991         PR guile/17203
992         * gdb.guile/scm-parameter.exp: Add tests for trying to create
993         previously existing parameter, and previously ambiguously spelled
994         parameter.
995
996 2014-07-28  Will Newton  <will.newton@linaro.org>
997
998         * gdb.base/varargs.exp: Remove KFAILs for ARM.
999
1000 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
1001             Doug Evans  <xdje42@gmail.com>
1002
1003         PR guile/17146
1004         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1005
1006 2014-07-25  Pedro Alves  <palves@redhat.com>
1007
1008         * gdb.threads/signal-command-handle-nopass.c: New file.
1009         * gdb.threads/signal-command-handle-nopass.exp: New file.
1010         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1011         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1012         * gdb.threads/signal-delivered-right-thread.c: New file.
1013         * gdb.threads/signal-delivered-right-thread.exp: New file.
1014
1015 2014-07-25  Pedro Alves  <palves@redhat.com>
1016
1017         * gdb.base/double-prompt-target-event-error.exp
1018         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1019         match.
1020         (cancel_pagination_in_target_event): Rework double prompt
1021         detection.
1022         * gdb.base/paginate-after-ctrl-c-running.exp
1023         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1024         <return>' match.
1025         * gdb.base/paginate-bg-execution.exp
1026         (test_bg_execution_pagination_return)
1027         (test_bg_execution_pagination_cancel): Remove '-notransfer
1028         <return>' matches.
1029         * gdb.base/paginate-execution-startup.exp
1030         (test_fg_execution_pagination_return)
1031         (test_fg_execution_pagination_cancel): Remove '-notransfer
1032         <return>' matches.
1033         * gdb.base/paginate-inferior-exit.exp
1034         (test_paginate_inferior_exited): Remove '-notransfer <return>'
1035         match.
1036         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1037         * lib/gdb.exp (pagination_prompt): Run text through
1038         string_to_regexp.
1039         (gdb_test_multiple): Match $pagination_prompt instead of
1040         "<return>".
1041         (string_to_regexp): Move to lib/gdb-utils.exp.
1042
1043 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1044
1045         * gdb.arch/amd64-entry-value-paramref.S: New file.
1046         * gdb.arch/amd64-entry-value-paramref.cc: New file.
1047         * gdb.arch/amd64-entry-value-paramref.exp: New file.
1048         * gdb.arch/amd64-optimout-repeat.S: New file.
1049         * gdb.arch/amd64-optimout-repeat.c: New file.
1050         * gdb.arch/amd64-optimout-repeat.exp: New file.
1051
1052 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1053
1054         PR gdb/17170
1055         * gdb.base/statistics.exp: New file.
1056
1057 2014-07-17  Doug Evans  <dje@google.com>
1058
1059         PR gdb/17170
1060         * gdb.base/maint.exp: Update testing of per-command stats.
1061
1062 2014-07-16  Pedro Alves  <palves@redhat.com>
1063
1064         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1065         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1066         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1067         (tfile_write_buf): New functions.
1068         (add_memory_block): Rewrite using the above.
1069         (adjust_function_address): New function.
1070         (FUNCTION_ADDRESS): New macro.
1071         (write_basic_trace_file): Remove short_x local, and use
1072         tfile_write_16. Change type of func_addr local to unsigned long
1073         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
1074         here.  Cast argument of add_memory_block to char pointer.
1075         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
1076         (main): Remove parameters.
1077         * gdb.trace/tfile.exp: Remove nowarnings.
1078
1079 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
1080
1081         * gdb.base/debug-expr.exp: Test string evaluation with
1082         "debug expression" on.
1083
1084 2014-07-15  Pedro Alves  <palves@redhat.com>
1085
1086         * gdb.base/reread.exp: Use clean_restart.
1087
1088 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
1089
1090         * gdb.arch/avr-flash-qualifer.c: New.
1091         * gdb.arch/avr-flash-qualifer.exp: New.
1092
1093 2014-07-14  Pedro Alves  <palves@redhat.com>
1094
1095         * gdb.base/paginate-after-ctrl-c-running.c: New file.
1096         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1097
1098 2014-07-14  Pedro Alves  <palves@redhat.com>
1099
1100         * gdb.base/double-prompt-target-event-error.c: New file.
1101         * gdb.base/double-prompt-target-event-error.exp: New file.
1102
1103 2014-07-14  Pedro Alves  <palves@redhat.com>
1104
1105         PR gdb/17072
1106         * gdb.base/paginate-inferior-exit.c: New file.
1107         * gdb.base/paginate-inferior-exit.exp: New file.
1108
1109 2014-07-14  Pedro Alves  <palves@redhat.com>
1110
1111         PR gdb/17072
1112         * gdb.base/paginate-bg-execution.c: New file.
1113         * gdb.base/paginate-bg-execution.exp: New file.
1114
1115 2014-07-14  Pedro Alves  <palves@redhat.com>
1116
1117         PR gdb/17072
1118         * gdb.base/paginate-execution-startup.c: New file.
1119         * gdb.base/paginate-execution-startup.exp: New file.
1120         * lib/gdb.exp (pagination_prompt): New global.
1121         (default_gdb_spawn): New procedure, factored out from
1122         default_gdb_spawn.
1123         (default_gdb_start): Adjust to call default_gdb_spawn.
1124         (gdb_spawn): New procedure.
1125
1126 2014-07-14  Pedro Alves  <palves@redhat.com>
1127
1128         * lib/gdb.exp (gdb_assert): New procedure.
1129         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1130
1131 2014-07-14  Pedro Alves  <palves@redhat.com>
1132
1133         * gdb.base/execution-termios.c: New file.
1134         * gdb.base/execution-termios.exp: New file.
1135
1136 2014-07-14  Tom Tromey  <tromey@redhat.com>
1137
1138         * gdb.cp/vla-cxx.cc: New file.
1139         * gdb.cp/vla-cxx.exp: New file.
1140
1141 2014-07-14  Tom Tromey  <tromey@redhat.com>
1142
1143         * gdb.reverse/rerun-prec.c: New file.
1144         * gdb.reverse/rerun-prec.exp: New file.
1145
1146 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
1147             Maciej W. Rozycki  <macro@codesourcery.com>
1148
1149         * lib/gdb-utils.exp: New file.
1150         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1151         inline `gdb_init_command' processing.
1152         (gdb_start_cmd): Likewise.
1153         * lib/mi-support.exp (mi_run_cmd): Likewise.
1154         * README: Document `gdb_init_command' and `gdb_init_commands'.
1155
1156 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1157
1158         Fix false FAIL running under a very long directory name.
1159         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1160         and "set print elements 10000".  Twice.
1161
1162 2014-07-11  Yao Qi  <yao@codesourcery.com>
1163
1164         * gdb.base/exprs.exp: "set print symbol off".
1165
1166 2014-07-11  Pedro Alves  <palves@redhat.com>
1167
1168         * gdb.threads/kill.c: New file.
1169         * gdb.threads/kill.exp: New file.
1170
1171 2014-07-10  Yao Qi  <yao@codesourcery.com>
1172
1173         * gdb.trace/tfile.c (write_basic_trace_file)
1174         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1175         address written to trace file.
1176
1177 2014-07-09  Pedro Alves  <palves@redhat.com>
1178
1179         * gdb.base/attach-wait-input.exp: New file.
1180         * gdb.base/attach-wait-input.c: New file.
1181
1182 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1183
1184         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1185         setting up test structures.
1186         (main): Call new test function.
1187         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1188         test function, continue into test function and walk test
1189         structures.
1190
1191 2014-07-02  Yao Qi  <yao@codesourcery.com>
1192
1193         * gdb.trace/entry-values.c: Define labels 'foo_start' and
1194         'bar_start' at the beginning of functions 'foo' and 'bar'
1195         respectively.
1196         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1197         instead of 'foo' and 'bar'.
1198
1199 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
1200
1201         * gdb.btrace/segv.exp: New.
1202         * gdb.btrace/segv.c: New.
1203
1204 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
1205
1206         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1207         instruction.
1208
1209 2014-06-30  Mark Wielaard  <mjw@redhat.com>
1210
1211         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1212         vulture, vilify, villar): New volatile array constants.
1213         (vindictive, vegetation): New const volatile array constants.
1214         * gdb.base/volatile.exp: Test volatile and const volatile array
1215         types.
1216
1217 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1218
1219         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1220         target lacks support for awatch, rwatch, or hbreak.
1221
1222 2014-06-27  Yao Qi  <yao@codesourcery.com>
1223
1224         * gdb.multi/dummy-frame-restore.exp: New.
1225         * gdb.multi/dummy-frame-restore.c: New.
1226
1227 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
1228
1229         * gdb.btrace/gcore.exp: New.
1230
1231 2014-06-23  Pedro Alves  <palves@redhat.com>
1232
1233         * gdb.base/watchpoint-reuse-slot.c: New file.
1234         * gdb.base/watchpoint-reuse-slot.exp: New file.
1235
1236 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
1237
1238         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1239         progspace's filename in 'info', 'enable' and 'disable' command
1240         tests.
1241
1242 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1243
1244         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1245         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1246         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1247
1248 2014-06-20  Gary Benson  <gbenson@redhat.com>
1249
1250         * gdb.arch/i386-avx.exp: Fix include file location.
1251         * gdb.arch/i386-sse.exp: Likewise.
1252
1253 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1254
1255         * gdb.dlang/expression.exp: New file.
1256
1257 2014-06-19  Pedro Alves  <palves@redhat.com>
1258
1259         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1260         out from ...
1261         (top level): ... here.  Iterate running tests under different
1262         scheduler-locking settings.
1263
1264 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
1265
1266         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1267         to DW_FORM_addr and use non-zero addresses.
1268
1269 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
1270
1271         PR gdb/17017
1272         * gdb.python/py-xmethods.cc: Add global function call counters and
1273         increment them in their respective functions.  Remove "cout"
1274         statements.
1275         * gdb.python/py-xmethods.exp: Make tests check the global function
1276         call counters instead of depending on inferior IO.
1277
1278 2014-06-18  Don Breazeal  <donb@codesourcery.com>
1279
1280         * gdb.base/foll-fork.exp (default_fork_parent_follow):
1281         Deleted procedure.
1282         (explicit_fork_parent_follow): Deleted procedure.
1283         (explicit_fork_child_follow): Deleted procedure.
1284         (test_follow_fork): New procedure.
1285         (do_fork_tests): Replace calls to deleted procedures with
1286         calls to test_follow_fork and reset GDB for subsequent 
1287         procedure calls.
1288
1289 2014-06-17  Yao Qi  <yao@codesourcery.com>
1290
1291         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1292         CP1252.
1293
1294 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
1295
1296         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1297         Initialize ptr and S explicitly.
1298         (skip_type_update_when_not_use_rtti_test): Likewise.
1299
1300 2014-06-16  Keith Seitz  <keiths@redhat.com>
1301
1302         PR mi/15863
1303         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1304         the inferior is started.
1305
1306 2014-06-16  Pedro Alves  <palves@redhat.com>
1307
1308         * gdb.base/break-main-file-remove-fail.c: New file.
1309         * gdb.base/break-main-file-remove-fail.exp: New file.
1310         * gdb.base/break-unload-file.exp: Use build_executable instead of
1311         prepare_for_testing.
1312         (test_break): New parameter "initial_load".  Handle it.
1313         (top level): Add initial_load cmdline/file axis.
1314
1315 2014-06-12  Tom Tromey  <tromey@redhat.com>
1316
1317         * gdb.base/completion.exp: Don't use directory name in test.
1318
1319 2014-06-09  Gary Benson  <gbenson@redhat.com>
1320
1321         * gdb.base/sigall.c [Functions to send signals]: Reorder to
1322         separate the always-available ANSI-standard signals from the
1323         signals that require checking.
1324         (main): Likewise.
1325         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1326         Likewise.
1327         (main): Likewise.
1328
1329 2014-06-07  Keith Seitz  <keiths@redhat.com>
1330
1331         Revert:
1332         PR c++/16253
1333         * gdb.cp/var-tag.cc: New file.
1334         * gdb.cp/var-tag.exp: New file.
1335         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1336         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1337         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1338         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1339
1340 2014-06-06  Doug Evans  <xdje42@gmail.com>
1341
1342         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1343
1344 2014-06-06  Pedro Alves  <palves@redhat.com>
1345
1346         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1347         in target debug output instead of looking at RSP packets,
1348         disabling the test on any target that uses hardware stepping.
1349         Update comments.
1350
1351 2014-06-06  Pedro Alves  <palves@redhat.com>
1352
1353         * gdb.base/break-unload-file.exp: Fix typo.
1354
1355 2014-06-06  Yao Qi  <yao@codesourcery.com>
1356
1357         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1358         from "jit_function" to "^jit_function".
1359
1360 2014-06-06  Yao Qi  <yao@codesourcery.com>
1361
1362         * gdb.base/async.c (foo): Add one statement.
1363         * gdb.base/async.exp: Get the next instruction address and
1364         match the output of "nexti" by instruction address.  Match
1365         the hex address in the output of "finish".
1366
1367 2014-06-06  Gary Benson  <gbenson@redhat.com>
1368
1369         * gdb.base/call-signals.c: Remove preprocessor conditionals
1370         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1371         SIGSEGV and SIGTERM.
1372         * gdb.base/sigall.c: Likewise.
1373         * gdb.base/unwindonsignal.c: Likewise.
1374         * gdb.reverse/sigall-reverse.c: Likewise.
1375
1376 2014-06-06  Yao Qi  <yao@codesourcery.com>
1377
1378         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
1379         readable, skip the test.
1380
1381 2014-06-06  Yao Qi  <yao@codesourcery.com>
1382
1383         * gdb.threads/staticthreads.c (thread_function): Move the line
1384         setting breakpoint on forward.
1385         * gdb.threads/staticthreads.exp: Update comments.
1386
1387 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
1388
1389         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1390         "history-append! type error".
1391
1392 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
1393
1394         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1395         erroneous dprintf expected input.
1396
1397 2014-06-04  Doug Evans  <xdje42@gmail.com>
1398
1399         * gdb.guile/scm-generics.exp: Delete.
1400
1401 2014-06-04  Doug Evans  <xdje42@gmail.com>
1402
1403         * gdb.guile/scm-breakpoint.exp: Update.
1404         Add tests for breakpoint registration.
1405
1406 2014-06-04  Tom Tromey  <tromey@redhat.com>
1407
1408         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1409         VLA-in-union.
1410         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1411         inner_vla_struct, vla_union types.  Initialize objects of those
1412         types and compute their sizes.
1413
1414 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
1415             Hui Zhu  <hui@codesourcery.com>
1416
1417         * gdb.base/fileio.exp: Add test for shell not available as well as
1418         available.
1419         * gdb.base/fileio.c (test_system): Check for shell twice.
1420
1421 2014-06-04  Yao Qi  <yao@codesourcery.com>
1422
1423         * gdb.base/auto-connect-native-target.exp: Remove redundant
1424         space from the regexp pattern.
1425
1426 2014-06-04  Yao Qi  <yao@codesourcery.com>
1427
1428         * gdb.base/default.exp: Replace "child" with "native" in
1429         regexp pattern.
1430
1431 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1432
1433         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1434         * gdb.python/py-xmethods.exp: New tests to test xmethods.
1435         * gdb.python/py-xmethods.py: Python script supporting the
1436         new testcase and tests.
1437
1438 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1439             Pedro Alves  <palves@redhat.com>
1440
1441         PR breakpoints/17000
1442         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1443         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1444
1445 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
1446
1447         * gdb.base/subst.exp: Add tests to verify partial path matching
1448         output.
1449
1450 2014-06-03  Pedro Alves  <palves@redhat.com>
1451
1452         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1453         target that doesn't use software single-stepping.
1454
1455 2014-06-03  Pedro Alves  <palves@redhat.com>
1456
1457         PR breakpoints/17000
1458         * gdb.base/sss-bp-on-user-bp-2.c: New file.
1459         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1460
1461 2014-06-02  Doug Evans  <xdje42@gmail.com>
1462
1463         * gdb.guile/scm-parameter.exp: New file.
1464
1465 2014-06-02  Doug Evans  <xdje42@gmail.com>
1466
1467         * gdb.guile/scm-cmd.c: New file.
1468         * gdb.guile/scm-cmd.exp: New file.
1469
1470 2014-06-02  Doug Evans  <xdje42@gmail.com>
1471
1472         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1473         pretty-printer lookup.
1474         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1475         (make-pp_s-printer): Call it.
1476         (make-pretty-printer-from-dict): New function.
1477         (lookup-pretty-printer-maker-from-dict): New function.
1478         (*pretty-printer*): Simplify.
1479         (make-objfile-pp_s-printer): New function.
1480         (install-objfile-pretty-printers!): New function.
1481         (make-progspace-pp_s-printer): New function.
1482         (install-progspace-pretty-printers!): New function.
1483         * gdb.guile/scm-progspace.c: New file.
1484         * gdb.guile/scm-progspace.exp: New file.
1485
1486 2014-06-02  Pedro Alves  <palves@redhat.com>
1487
1488         * gdb.base/dprintf-bp-same-addr.c: New file.
1489         * gdb.base/dprintf-bp-same-addr.exp: New file.
1490
1491 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1492
1493         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1494         * gdb.arch/powerpc-power.s: Likewise.
1495
1496 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
1497
1498         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1499
1500 2014-06-01  Yao Qi  <yao@codesourcery.com>
1501
1502         * gdb.base/watchpoint.exp (test_watch_location): Check null
1503         pointer can be dereferenced.  If not, do the test, otherwise
1504         skip it.
1505
1506 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1507
1508         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1509         results.
1510         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1511
1512 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1513
1514         * gdb.arch/amd64-invalid-stack-middle.S: New file.
1515         * gdb.arch/amd64-invalid-stack-middle.c: New file.
1516         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1517         * gdb.arch/amd64-invalid-stack-top.c: New file.
1518         * gdb.arch/amd64-invalid-stack-top.exp: New file.
1519
1520 2014-05-30  Pedro Alves  <palves@redhat.com>
1521
1522         PR breakpoints/17000
1523         * gdb.base/sss-bp-on-user-bp.c: New file.
1524         * gdb.base/sss-bp-on-user-bp.exp: New file.
1525
1526 2014-05-30  David Blaikie  <dblaikie@gmail.com>
1527
1528         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1529         gnu_inline semantics via attribute.
1530         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1531         source explicitly specifies the required semantics.
1532
1533 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
1534
1535         * gdb.reverse/sigall-reverse.exp: Fix a typo.
1536
1537 2014-05-29  Pedro Alves  <palves@redhat.com>
1538             Tom Tromey  <tromey@redhat.com>
1539
1540         * gdb.base/async-shell.exp: Don't enable target-async.
1541         * gdb.base/async.exp
1542         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1543         parameter.  Adjust.
1544         (top level): Don't test with "target-async".
1545         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1546         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1547         * gdb.base/inferior-died.exp: Don't enable target-async.
1548         * gdb.base/interrupt-noterm.exp: Likewise.
1549         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1550         * gdb.mi/mi-nonstop-exit.exp: Likewise.
1551         * gdb.mi/mi-nonstop.exp: Likewise.
1552         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1553         * gdb.mi/mi-nsintrall.exp: Likewise.
1554         * gdb.mi/mi-nsmoribund.exp: Likewise.
1555         * gdb.mi/mi-nsthrexec.exp: Likewise.
1556         * gdb.mi/mi-watch-nonstop.exp: Likewise.
1557         * gdb.multi/watchpoint-multi.exp: Adjust comment.
1558         * gdb.python/py-evsignal.exp: Don't enable target-async.
1559         * gdb.python/py-evthreads.exp: Likewise.
1560         * gdb.python/py-prompt.exp: Likewise.
1561         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1562         * gdb.server/solib-list.exp: Don't enable target-async.
1563         * gdb.threads/thread-specific-bp.exp: Likewise.
1564         * lib/mi-support.exp: Adjust to use mi-async.
1565
1566 2014-05-29  Pedro Alves  <palves@redhat.com>
1567
1568         PR gdb/13860
1569         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1570         reason, even in sync mode.
1571
1572 2014-05-29  Pedro Alves  <palves@redhat.com>
1573             Hui Zhu  <hui@codesourcery.com>
1574
1575         PR PR15693
1576         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1577         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1578         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1579         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1580
1581 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
1582
1583         * config/monitor.exp (gdb_target_monitor): Replace use of
1584         "set remotebaud" by "set serial baud".
1585
1586 2014-05-26  Andy Wingo  <wingo@igalia.com>
1587
1588         * gdb.guile/scm-breakpoint.exp:
1589         * gdb.guile/scm-gsmob.exp: Update to use plain old object
1590         properties instead of gdb-object-properties.
1591
1592 2014-05-26  Yao Qi  <yao@codesourcery.com>
1593
1594         * gdb.server/no-thread-db.exp: Specify source file name
1595         explicitly when setting a breakpoint.
1596
1597 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1598
1599         * gdb.btrace/vdso.c: New.
1600         * gdb.btrace/vdso.exp: New.
1601
1602 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1603
1604         * gdb.base/gcore.exp (capture_command_output): Move ...
1605         * lib/gdb.exp (capture_command_output): ... here.
1606
1607 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1608
1609         * gdb.btrace/data.exp: Test memory access during btrace replay.
1610
1611 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
1612
1613         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1614
1615 2014-05-21  Pedro Alves  <palves@redhat.com>
1616
1617         PR gdb/13860
1618         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1619         (top level): Test that output related to execution commands is
1620         sent to the console with CLI commands, but not with MI commands.
1621         Test that breakpoint events are always mirrored to the console.
1622         Also expect the new source line to be output after a "next" in
1623         async mode too.  Make it a pass/fail test.
1624         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1625         output.
1626         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1627
1628 2014-05-21  Pedro Alves  <palves@redhat.com>
1629
1630         * gdb.base/list.exp (build_pattern, test_list): New procedures.
1631         Use them to test variations of "list" after reaching a breakpoint.
1632         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1633         Test "list" with listsize 10 after reaching a breakpoint.
1634         * gdb.python/python.exp (decode_line current location line
1635         number): Adjust expected line number.
1636
1637 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
1638
1639         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1640         behavior for $args, pass it directly to "run".
1641
1642 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
1643
1644         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1645         30000 to 65536.
1646
1647 2014-05-21  Pedro Alves  <palves@redhat.com>
1648
1649         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1650         auto-connect-native-target off".
1651         * gdb.base/auto-connect-native-target.c: New file.
1652         * gdb.base/auto-connect-native-target.exp: New file.
1653
1654 2014-05-21  Pedro Alves  <palves@redhat.com>
1655
1656         * gdb.base/default.exp: Test "target native" instead of "target
1657         child".
1658
1659 2014-05-21  Mark Wielaard  <mjw@redhat.com>
1660
1661         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1662
1663 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1664
1665         Fix TLS access for -static -pthread.
1666         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1667         <HAVE_TLS> (thread_function, main): Initialize it.
1668         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1669         Add clean_restart.
1670         <$have_tls != "">: Check TLSVAR.
1671
1672 2014-05-21  Pedro Alves  <palves@redhat.com>
1673
1674         * gdb.base/dcache-line-read-error.c: New.
1675         * gdb.base/dcache-line-read-error.exp: New.
1676
1677 2014-05-20  Pedro Alves  <palves@redhat.com>
1678
1679         * gdb.base/compare-sections.c: New file.
1680         * gdb.base/compare-sections.exp: New file.
1681
1682 2014-05-20  Pedro Alves  <palves@redhat.com>
1683
1684         * gdb.base/break-idempotent.c: New file.
1685         * gdb.base/break-idempotent.exp: New file.
1686
1687 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
1688
1689         * gdb.btrace/nohist.exp: New.
1690
1691 2014-05-20  Yao Qi  <yao@codesourcery.com>
1692
1693         * lib/gdb.exp (gdb_init): Set timeout if test file is under
1694         gdb.reverse directory and gdb_reverse_timeout exists in board
1695         setting.
1696         * README: Document gdb_reverse_timeout.
1697
1698 2014-05-20  Yao Qi  <yao@codesourcery.com>
1699
1700         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1701         'test_file_name'.  Treat args as a string instead of a list.
1702         (gdb_init): Rename argument 'args' by 'test_file_name'.
1703
1704 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1705
1706         * gdb.arch/powerpc-power.exp: New file.
1707         * gdb.arch/powerpc-power.s: New file.
1708
1709 2014-05-16  Doug Evans  <dje@google.com>
1710
1711         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
1712         * gdb.base/completion.exp: Check that all expected files exist
1713         before doing file completion.
1714
1715 2014-05-16  Doug Evans  <dje@google.com>
1716
1717         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1718         Update.
1719         (do_syscall_tests_without_xml): Update.
1720
1721 2014-05-16  Pedro Alves  <palves@redhat.com>
1722
1723         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1724         instead of "unknown output after running".
1725
1726 2014-05-16  Yao Qi  <yao@codesourcery.com>
1727
1728         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
1729         file1.txt from host at the end.
1730         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1731
1732 2014-05-15  Doug Evans  <dje@google.com>
1733
1734         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1735         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1736         loading file.  Add test for TU lookup.
1737
1738 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
1739
1740         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1741         calling "-exec-arguments" or "set args" before running the
1742         inferior.
1743
1744 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
1745
1746         * lib/mi-support.exp (mi_expect_stop): Expect message for
1747         inferiors that exit with non-zero exit code.
1748
1749 2014-05-14  Yao Qi  <yao@codesourcery.com>
1750
1751         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1752         match absolute path on remote host.
1753         (test_file_list_exec_source_files): Remove "/" from the
1754         pattern.
1755
1756 2014-05-14  Yao Qi  <yao@codesourcery.com>
1757
1758         * boards/local-remote-host-notty.exp (${board}_file): New
1759         proc.
1760
1761 2014-05-07  Kyle McMartin  <kyle@redhat.com>
1762
1763         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1764         * gdb.arch/aarch64-atomic-inst.c: New file.
1765         * gdb.arch/aarch64-atomic-inst.exp: New file.
1766
1767 2014-05-07  Yao Qi  <yao@codesourcery.com>
1768
1769         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1770         in current context" too.
1771
1772 2014-05-05  Keith Seitz  <keiths@redhat.com>
1773
1774         * gdb.linespec/ls-dollar.exp: Add test for linespec
1775         file:convenience_variable.
1776
1777 2014-05-05  Yao Qi  <yao@codesourcery.com>
1778
1779         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1780         traceframes into tfile and ctf trace files.  Read data from
1781         trace file and test collected data.
1782         (gdb_collect_locals_test): Likewise.
1783         (gdb_unavailable_registers_test): Likewise.
1784         (gdb_unavailable_floats): Likewise.
1785         (gdb_collect_globals_test): Likewise.
1786         (top-level): Append "ctf" to trace_file_targets if GDB
1787         supports.
1788
1789 2014-05-05  Yao Qi  <yao@codesourcery.com>
1790
1791         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1792         code to ...
1793         (gdb_collect_args_test_1): ... it.  New proc.
1794         (gdb_collect_locals_test): Move some code to ...
1795         (gdb_collect_locals_test_1): ... it.  New proc.
1796         (gdb_unavailable_registers_test): Move some code to ...
1797         (gdb_unavailable_registers_test_1): ... it.  New proc.
1798         (gdb_unavailable_floats): Move some code to ...
1799         (gdb_unavailable_floats_1): ... it.  New proc.
1800
1801 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
1802
1803         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1804         probes to test for bitness recognition.
1805         * gdb.arch/amd64-stap-optional-prefix.exp
1806         (test_probe_value_without_reg): New procedure.
1807         Add code to test for different kinds of bitness.
1808
1809 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
1810
1811         PR breakpoints/16889
1812         * gdb.arch/amd64-stap-optional-prefix.S: New file.
1813         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1814
1815 2014-05-01  Pedro Alves  <palves@redhat.com>
1816
1817         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
1818         gdb_file_cmd if no file is specified.
1819         * boards/native-extended-gdbserver.exp (gdb_load): Use the
1820         last_loaded_file to set the remote exec-file.
1821
1822 2014-05-01  Pedro Alves  <palves@redhat.com>
1823
1824         * boards/local-remote-host.exp: New file.
1825
1826 2014-05-01  Pedro Alves  <palves@redhat.com>
1827
1828         * boards/local-remote-host.exp: Rename to ...
1829         * boards/local-remote-host-notty.exp: ... this.
1830
1831 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
1832
1833         * gdb.ada/dyn_arrayidx: New testcase.
1834
1835 2014-04-26  Yao Qi  <yao@codesourcery.com>
1836
1837         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
1838         and compute the length of function main.  Save it in
1839         $main_length.
1840         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1841         (top-level): Use gdb_compile to compile objects into
1842         executable and restart GDB.  Remove invocation to
1843         prepare_for_testing.
1844
1845 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
1846             Pedro Alves  <palves@redhat.com>
1847
1848         PR server/16255
1849         * gdb.multi/multi-attach.c: New file.
1850         * gdb.multi/multi-attach.exp: New file.
1851
1852 2014-04-25  Pedro Alves  <palves@redhat.com>
1853
1854         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1855         user.
1856         (top level): Test that "set remote conditional-breakpoints-packet
1857         off" works as intended.
1858         * gdb.base/dprintf.exp: Test that "set remote
1859         breakpoint-commands-packet off" works as intended.
1860         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1861         New function.
1862         (top level): Call it.
1863         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1864         remote fast-tracepoints-packet off" works as intended.
1865         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1866         * lib/gdb.exp (gdb_is_target_remote): ... here.
1867
1868 2014-04-24  David Blaikie  <dblaikie@gmail.com>
1869
1870         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1871         ensure clang would not discard them.
1872         * gdb.base/gdbvars.c: Ditto.
1873         * gdb.base/memattr.c: Ditto.
1874         * gdb.base/whatis.c: Ditto.
1875         * gdb.python/py-prettyprint.c: Ditto.
1876         * gdb.trace/actions.c: Ditto.
1877         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1878         ensure clang would not discard it.
1879
1880 2014-04-24  David Blaikie  <dblaikie@gmail.com>
1881
1882         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1883         clang to emit the full definition of type required by the test
1884         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1885
1886 2014-04-24  David Blaikie  <dblaikie@gmail.com>
1887
1888         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1889         coax Clang into emitting the definition of the type.
1890         * gdb.cp/pr10728-x.h (y): Ditto.
1891         * gdb.cp/pr10728-y.cc (y): Ditto.
1892
1893 2014-04-24  David Blaikie  <dblaikie@gmail.com>
1894
1895         * gdb.base/label.exp: XFAIL label related tests under Clang.
1896         * gdb.cp/cplabel.exp: Ditto.
1897         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1898         under Clang those using labels.
1899
1900 2014-04-25  Yao Qi  <yao@codesourcery.com>
1901
1902         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1903         double_label.
1904         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1905         partial_label and double_label.
1906
1907 2014-04-24  David Blaikie  <dblaikie@gmail.com>
1908
1909         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1910
1911 2014-04-24  David Blaikie  <dblaikie@gmail.com>
1912
1913         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1914         of the function to work across GCC and Clang.
1915         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1916         pointer types (const void ** const V void **).
1917
1918 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1919             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1920
1921         * Makefile.in (EXECUTABLES): Added i386-avx512.
1922         * gdb.arch/i386-avx512.c: New file.
1923         * gdb.arch/i386-avx512.exp: Likewise.
1924
1925 2014-04-23  Keith Seitz  <keiths@redhat.com>
1926
1927         * lib/mi-support.exp (mi_list_breakpoints): Delete.
1928         (mi_make_breakpoint_table): New procedure.
1929         (mi_create_breakpoint): Use mi_make_breakpoint
1930         and return the result.
1931         (mi_make_breakpoint): New procedure.
1932         (mi_build_kv_pairs): New procedure.
1933
1934         * gdb.mi/mi-break.exp: Remove unused globals,
1935         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1936         All callers updated.
1937         * gdb.mi/mi-dprintf.exp: Use variable to track command
1938         number.
1939         Update all callers of mi_create_breakpoint and use
1940         mi_make_breakpoint_table.
1941         Remove any unused global variables.
1942         * gdb.mi/mi-nonstop.exp: Likewise.
1943         * gdb.mi/mi-nsintrall.exp: Likewise.
1944         * gdb.mi/mi-nsmoribund.exp: Likewise.
1945         * gdb.mi/mi-nsthrexec.exp: Likewise.
1946         * gdb.mi/mi-reverse.exp: Likewise.
1947         * gdb.mi/mi-simplerun.exp: Likewise.
1948         * gdb.mi/mi-stepn.exp: Likewise.
1949         * gdb.mi/mi-syn-frame.exp: Likewise.
1950         * gdb.mi/mi-until.exp: Likewise.
1951         * gdb.mi/mi-var-cp.exp: Likewise.
1952         * gdb.mi/mi-var-display.exp: Likewise.
1953         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1954         * gdb.mi/mi2-var-child.exp: Likewise.
1955         * gdb.mi/mi-vla-c99.exp: Likewise.
1956         * lib/mi-support.exp: Likewise.
1957
1958         From Ian Lance Taylor  <iant@cygnus.com>:
1959         * lib/gdb.exp (parse_args): New procedure.
1960
1961 2014-04-23  Pedro Alves  <palves@redhat.com>
1962
1963         * gdb.base/break-unload-file.c: New file.
1964         * gdb.base/break-unload-file.exp: New file.
1965         * gdb.base/sym-file-lib.c (baz): New function.
1966         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1967         field.
1968         (load): Store the segment's mapped size.
1969         (unload): New function.
1970         (unload_shlib): New function.
1971         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1972         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1973         set a breakpoint at baz, and call it.
1974         * gdb.base/sym-file.exp: New tests for stale breakpoint
1975         instructions.
1976
1977 2014-04-23  Pedro Alves  <palves@redhat.com>
1978
1979         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1980         * gdb.base/hbreak-in-shr-unsupported.c: New file.
1981         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1982         * gdb.base/hbreak-unmapped.c: New file.
1983         * gdb.base/hbreak-unmapped.exp: New file.
1984         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1985         * lib/gdb.exp (gdb_is_target_remote): ... here.
1986
1987 2014-04-22  Pedro Alves  <palves@redhat.com>
1988
1989         * gdb.base/consecutive-step-over.c: New file.
1990         * gdb.base/consecutive-step-over.exp: New file.
1991
1992 2014-04-22  Pedro Alves  <palves@redhat.com>
1993
1994         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1995         instead of send_gdb/gdb_expect.
1996
1997 2014-04-22  Yao Qi  <yao@codesourcery.com>
1998
1999         * lib/trace-support.exp (generate_tracefile): New procedure.
2000         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2001         return 0.
2002         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2003         if generate_tracefile returns 1.
2004
2005 2014-04-18  Tom Tromey  <palves@redhat.com>
2006             Pedro alves  <tromey@redhat.com>
2007
2008         PR backtrace/15558
2009         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2010         with a backtrace limit.
2011         * gdb.python/py-frame-inline.exp: Test running to an inline
2012         function with a backtrace limit, and printing the newest frame.
2013         * gdb.python/py-frame-inline.c (main): Call f.
2014
2015 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2016
2017         * gdb.java/jnpe.exp: Drop srcdir from untested path.
2018
2019 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2020
2021         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2022         Drop prefix from unsupported source file path.
2023
2024 2014-04-17  Yao Qi  <yao@codesourcery.com>
2025
2026         * lib/gdb.exp (with_target_charset): New proc.
2027         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2028         with_target_charset.
2029         (test_print_strings): Likewise.
2030         (test_repeat_bytes): Likewise.
2031         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2032         for some tests.
2033
2034 2014-04-16  Keith Seitz  <keiths@redhat.com>
2035
2036         PR gdb/15827
2037         * gdb.dwarf2/corrupt.c: New file.
2038         * gdb.dwarf2/corrupt.exp: New file.
2039
2040 2014-04-16  Keith Seitz  <keiths@redhat.com>
2041
2042         PR c++/16597
2043         * gdb.cp/namelessclass.cc: New file.
2044         * gdb.cp/namelessclass.exp: New file.
2045         * gdb.cp/namelessclass.S: New file.
2046
2047 2014-04-16  Doug Evans  <dje@google.com>
2048
2049         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2050         Add comment.
2051         (gdbserver_default_get_comm_port): New function.
2052         (gdbserver_start): Check if board file provided
2053         "gdbserver,get_comm_port" and use it if so.
2054         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2055         (gdb,socketport): Set to "stdio".
2056         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2057         (stdio_gdbserver_template): Delete.
2058         (${board}_get_remote_address): Update.
2059         (${board}_build_remote_cmd): Delete.
2060         (${board}_get_comm_port): New function.
2061         (${board}_spawn): Update.
2062         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2063         Delete.
2064         (${board}_get_remote_address): Update.
2065         (${board}_get_comm_port): New function.
2066
2067 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
2068
2069         * gdb.base/memattr.exp: Improve regexps to handle memory regions
2070         appearing in any order.
2071
2072 2014-04-15  Doug Evans  <dje@google.com>
2073
2074         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2075         uninitialized value of "description".
2076
2077 2014-04-15  Keith Seitz  <keiths@redhat.com>
2078
2079         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2080         Remove unused globals.
2081         (test_running_the_program): Likewise.
2082         (test_controlled_execution): Likewise.
2083         (test_controlling_breakpoints): Likewise.
2084         (test_program_termination): Likewise.
2085
2086 2014-04-15  Keith Seitz  <keiths@redhat.com>
2087
2088         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2089         unused globals.
2090         (test_rbreak_creation_and_listing): Likewise.
2091         (test_ignore_count): Likewise.
2092         (test_error): Likewise.
2093
2094 2014-04-15  Pedro Alves  <palves@redhat.com>
2095
2096         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2097         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2098         sym-file-loader.c.
2099         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2100         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2101         to sym-file-loader.c.
2102         (struct library): Forward declare.
2103         (load_shlib, lookup_function): Change prototypes.
2104         (find_shstrtab, find_strtab, find_shdr, find_symtab)
2105         (translate_offset): Remove declarations.
2106         (get_text_addr): New declaration.
2107         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2108         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2109         sym-file-loader.h.
2110         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2111         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2112         here from sym-file-loader.h.
2113         (struct library): New structure.
2114         (load_shlib, lookup_function): Change prototypes and adjust to
2115         work with a struct library.
2116         (find_shstrtab, find_strtab, find_shdr, find_symtab)
2117         (translate_offset): Make static.
2118         (get_text_addr): New function.
2119         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2120
2121 2014-04-15  Pedro Alves  <palves@redhat.com>
2122
2123         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
2124
2125 2014-04-15  Pedro Alves  <palves@redhat.com>
2126
2127         * gdb.base/sym-file-loader.c: Include <limits.h>.
2128         (SELF_LINK): New define.
2129         (get_origin): New function.
2130         (load_shlib): Use it.
2131         * gdb.base/sym-file.exp: Don't early return if the target is
2132         remote.  Use runto_main, and issue fail is that fails.  Use
2133         gdb_load_shlibs.
2134         (shlib_name): Delete.
2135         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
2136
2137 2014-04-15  Pedro Alves <palves@redhat.com>
2138
2139         * gdb.base/sym-file.exp: Remove regex characters from test
2140         message.  Don't refer to breakpoint numbers in test messages.
2141
2142 2014-04-14  Keith Seitz  <keiths@redhat.com>
2143
2144         PR c++/16253
2145         * gdb.cp/var-tag.cc: New file.
2146         * gdb.cp/var-tag.exp: New file.
2147         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2148         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2149         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2150         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2151
2152 2014-04-14  Tom Tromey  <tromey@redhat.com>
2153
2154         * gdb.cp/classes.exp (test_enums): Handle underlying type.
2155         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2156         type.
2157         * gdb.cp/enum-class.exp: New file.
2158         * gdb.cp/enum-class.cc: New file.
2159
2160 2014-04-14  Tom Tromey  <tromey@redhat.com>
2161
2162         * gdb.dwarf2/enum-type.exp: New file.
2163
2164 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
2165
2166         * gdb.mi/mi-vla-c99.exp: New file.
2167         * gdb.mi/vla.c: New file.
2168
2169 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
2170
2171         * gdb.base/vla-datatypes.c: New file.
2172         * gdb.base/vla-datatypes.exp: New file.
2173
2174 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
2175
2176         * gdb.base/vla-ptr.c: New file.
2177         * gdb.base/vla-ptr.exp: New file.
2178
2179 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
2180
2181         * gdb.dwarf2/count.exp: New file.
2182
2183 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
2184
2185         * gdb.base/vla-sideeffect.c: New file.
2186         * gdb.base/vla-sideeffect.exp: New file.
2187
2188 2014-04-14  David Blaikie <dblaikie@gmail.com>
2189
2190         * gdb.mi/non-stop.c: Add return value for non-void function return
2191         statement.
2192         * gdb.threads/staticthreads.c: Ditto.
2193
2194 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
2195             Doug Evans  <xdje42@gmail.com>
2196
2197         * gdb.guile/scm-value.c: Improve test case.
2198         * gdb.guile/scm-value.exp: Add new test.
2199
2200 2014-04-11  David Blaikie  <dblaikie@gmail.com>
2201
2202         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2203         override Clang's default.
2204
2205 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
2206
2207         Revert the following changes (regressions):
2208
2209         * gdb.base/vla-sideeffect.c: New file.
2210         * gdb.base/vla-sideeffect.exp: New file.
2211
2212         * gdb.dwarf2/count.exp: New file.
2213
2214         * gdb.base/vla-multi.c: New file.
2215         * gdb.base/vla-multi.exp: New file.
2216
2217         * gdb.base/vla-ptr.c: New file.
2218         * gdb.base/vla-ptr.exp: New file.
2219
2220         * gdb.base/vla-datatypes.c: New file.
2221         * gdb.base/vla-datatypes.exp: New file.
2222
2223         * gdb.mi/mi-vla-c99.exp: New file.
2224         * gdb.mi/vla.c: New file.
2225
2226 2014-04-11  Keith Seitz  <keiths@redhat.com>
2227
2228         PR c++/16675
2229         * gdb.cp/cpsizeof.exp: New file.
2230         * gdb.cp/cpsizeof.cc: New file.
2231
2232 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
2233
2234         * gdb.mi/mi-vla-c99.exp: New file.
2235         * gdb.mi/vla.c: New file.
2236
2237 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
2238
2239         * gdb.base/vla-datatypes.c: New file.
2240         * gdb.base/vla-datatypes.exp: New file.
2241
2242 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
2243
2244         * gdb.base/vla-ptr.c: New file.
2245         * gdb.base/vla-ptr.exp: New file.
2246
2247 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
2248
2249         * gdb.base/vla-multi.c: New file.
2250         * gdb.base/vla-multi.exp: New file.
2251
2252 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
2253
2254         * gdb.dwarf2/count.exp: New file.
2255
2256 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
2257
2258         * gdb.base/vla-sideeffect.c: New file.
2259         * gdb.base/vla-sideeffect.exp: New file.
2260
2261 2014-04-11  Yao Qi  <yao@codesourcery.com>
2262
2263         * gdb.base/completion.exp: Check file exists before running tests
2264         on file completion.
2265
2266 2014-04-10  Pedro Alves  <palves@redhat.com>
2267
2268         * gdb.base/cond-eval-mode.c: New file.
2269         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
2270         prepare_for_testing to build the new file.  Check result of
2271         runto_main.
2272         (test_break, test_watch): New procedures.
2273         (top level): Use them.
2274
2275 2014-04-08  Pierre Muller  <muller@sourceware.org>
2276
2277         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2278         Ctrl-V use for mingw hosts.
2279
2280 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
2281
2282         * gdb.python/py-value.c: Improve test case.
2283         * gdb.python/py-value.exp: Add new test.
2284
2285 2014-04-07  David Blaikie  <dblaikie@gmail.com>
2286
2287         * lib/compiler.c: Identify the clang compiler.
2288         * lib/compiler.cc: Ditto.
2289
2290 2014-04-03  Yao Qi  <yao@codesourcery.com>
2291
2292         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2293
2294 2014-04-01  Anton Blanchard  <anton@samba.org>
2295
2296         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
2297         messages unique.
2298
2299 2014-04-01  Anton Blanchard  <anton@samba.org>
2300
2301         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2302         prepare_for_testing.
2303
2304 2014-04-01  Anton Blanchard  <anton@samba.org>
2305
2306         * gdb.arch/ppc64-atomic-inst.c: Remove.
2307         * gdb.arch/ppc64-atomic-inst.S: New file.
2308         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2309
2310 2014-03-31  Doug Evans  <dje@google.com>
2311
2312         * gdb.base/print-symbol-loading-lib.c: New file.
2313         * gdb.base/print-symbol-loading-main.c: New file.
2314         * gdb.base/print-symbol-loading.exp: New file.
2315
2316 2014-03-31  Yao Qi  <yao@codesourcery.com>
2317
2318         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2319
2320 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
2321
2322         * gdb.ada/mi_dyn_arr: New testcase.
2323
2324 2014-03-27  Doug Evans  <dje@google.com>
2325
2326         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2327
2328 2014-03-27  Yao Qi  <yao@codesourcery.com>
2329
2330         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2331         if target is nios2-*-*.
2332
2333 2014-03-26  Yao Qi  <yao@codesourcery.com>
2334
2335         * lib/gdb.exp (readline_is_used): New proc.
2336         * gdb.base/completion.exp: Move tests on command complete up.
2337         Skip the rest of tests if readline is not used.
2338         * gdb.ada/complete.exp: Skp the test if readline is not
2339         used.
2340         * gdb.base/filesym.exp: Likewise.
2341         * gdb.base/macscp.exp: Likewise.
2342         * gdb.base/readline-ask.exp: Likewise.
2343         * gdb.base/readline.exp: Likewise.
2344         * gdb.python/py-cmd.exp: Likewise.
2345         * gdb.trace/tfile.exp: Likewise.
2346
2347 2014-03-26  Yao Qi  <yao@codesourcery.com>
2348
2349         * gdb.base/macscp.exp: Fix code format issues.
2350
2351 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
2352
2353         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2354         * gdb.asm/powerpc64le.inc: New file.
2355
2356 2014-03-25  Pedro Alves  <palves@redhat.com>
2357             Doug Evans  <dje@google.com>
2358
2359         * gdb.base/source-execution.c: New file.
2360         * gdb.base/source-execution.exp: New file.
2361         * gdb.base/source-execution.gdb: New file.
2362
2363 2014-03-24  Doug Evans  <dje@google.com>
2364
2365         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2366         using fission.
2367
2368 2014-03-24  Hui Zhu  <hui@codesourcery.com>
2369             Pedro Alves  <palves@redhat.com>
2370
2371         PR breakpoints/16101
2372         * gdb.base/dprintf.exp: Use unsupported rather than changing the
2373         test pass/fail messages.  Detect missing support for dprintf when
2374         breakpoints are actually inserted.
2375         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2376         breakpoints are actually inserted.
2377         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2378         fails.
2379
2380 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2381
2382         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2383
2384 2014-03-22  Doug Evans  <xdje42@gmail.com>
2385
2386         * gdb.python/python.exp (python not supported): Verify multi-line
2387         python command issues an error.
2388         * gdb.guile/guile.exp (guile not supported): Verify multi-line
2389         guile command issues an error.
2390
2391 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
2392
2393         * gdb.threads/thread-specific.exp: Handle the lack of usable
2394         $this_breakpoint and $this_thread.
2395
2396 2014-03-21  Hui Zhu  <hui@codesourcery.com>
2397
2398         * gdb.base/attach.exp (do_command_attach_tests): New.
2399
2400 2014-03-20  Tom Tromey  <tromey@redhat.com>
2401             Pedro Alves  <palves@redhat.com>
2402
2403         PR cli/15718
2404         * gdb.base/condbreak-call-false.c: New file.
2405         * gdb.base/condbreak-call-false.exp: New file.
2406
2407 2014-03-20  Pedro Alves  <palves@redhat.com>
2408
2409         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2410         Delete.
2411         (block_signals, unblock_signals): Delete.
2412         (child_function_2, main): Remove references to deleted variable
2413         and functions.
2414
2415 2014-03-20  Pedro Alves  <palves@redhat.com>
2416
2417         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2418         Use pthread_kill to signal thread 2.
2419         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2420         Adjust to make the test send itself a signal rather than using the
2421         host's "kill" command.
2422
2423 2014-03-20  Pedro Alves  <palves@redhat.com>
2424
2425         * gdb.threads/multiple-step-overs.c: New file.
2426         * gdb.threads/multiple-step-overs.exp: New file.
2427         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2428         Adjust expected infrun debug output.
2429
2430 2014-03-20  Pedro Alves  <palves@redhat.com>
2431
2432         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2433         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2434
2435 2014-03-20  Pedro Alves  <palves@redhat.com>
2436
2437         PR breakpoints/7143
2438         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2439         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
2440         of gdb_test_multiple.
2441         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2442         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2443
2444 2014-03-20  Pedro Alves  <palves@redhat.com>
2445
2446         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2447         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2448
2449 2014-03-19  Pedro Alves  <palves@redhat.com>
2450
2451         * gdb.base/async.exp: Remove early return.
2452
2453 2014-03-19  Pedro Alves  <palves@redhat.com>
2454
2455         * gdb.base/async.exp (step& tests): Pass explicit test messages.
2456
2457 2014-03-19  Pedro Alves  <palves@redhat.com>
2458
2459         * gdb.base/async.exp (test_background): Expect \r\n after
2460         "completed." in the fail pattern.
2461
2462 2014-03-19  Pedro Alves  <palves@redhat.com>
2463
2464         * gdb.base/async.exp (test_background): New procedure.
2465         Use it for all background execution command tests.
2466
2467 2014-03-19  Pedro Alves  <palves@redhat.com>
2468
2469         * gdb.base/async.exp: Use prepare_for_testing.
2470
2471 2014-03-19  Pedro Alves  <palves@redhat.com>
2472
2473         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
2474         the same line.
2475
2476 2014-03-19  Pedro Alves  <palves@redhat.com>
2477
2478         * gdb.base/async.c (main): Add "jump here" and "until here" line
2479         marker comments.
2480         * gdb.base/async.exp (jump_here): New global.
2481         (jump& test): Use it.
2482         (until_here): New global.
2483         (until& test): Use it.
2484
2485 2014-03-19  Pedro Alves  <palves@redhat.com>
2486
2487         * gdb.base/async.exp: Don't frob gdb_protocol.
2488
2489 2014-03-18  Doug Evans  <xdje42@gmail.com>
2490
2491         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
2492         Fix spelling of exec-done-display.
2493
2494 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2495
2496         PR gdb/15358
2497         * gdb.base/gdb-sigterm.c: New file.
2498         * gdb.base/gdb-sigterm.exp: New file.
2499
2500 2014-03-18  Pedro Alves  <palves@redhat.com>
2501
2502         PR gdb/13860
2503         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2504         * lib/mi-support.exp (mi_expect_stop): Add special handling for
2505         solib-event.
2506
2507 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
2508
2509         * gdb.ada/pckd_arr_ren: New testcase.
2510
2511 2014-03-13  Doug Evans  <xdje42@gmail.com>
2512
2513         PR guile/16612
2514         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2515         collect after discarding symbols.
2516
2517 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
2518             Doug Evans  <xdje42@gmail.com>
2519
2520         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2521         to history survives a gc.
2522
2523 2014-03-13  Pedro Alves  <palves@redhat.com>
2524
2525         * gdb.base/default.exp: Don't test "target procfs".
2526
2527 2014-03-13  Pedro Alves  <palves@redhat.com>
2528
2529         * gdb.base/default.exp: Update "target child" and "target procfs"
2530         tests to not expect "Unix".
2531
2532 2014-03-12  Tom Tromey  <tromey@redhat.com>
2533
2534         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2535         New procs.  Add target-async tests.
2536         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2537         Add target-async tests.
2538
2539 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2540
2541         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2542         'func_start' and 'func_end' for the beginning and end of the
2543         function code, respectively.
2544         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2545         'func_end' instead of 'func' and 'main'.
2546
2547 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2548
2549         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2550         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2551         generate the debug info assembler source.
2552
2553 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2554
2555         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2556         * gdb.dwarf2/arr-subrange.exp: Likewise.
2557         * gdb.dwarf2/dwz.exp: Likewise.
2558         * gdb.dwarf2/method-ptr.exp: Likewise.
2559         * gdb.dwarf2/missing-sig-type.exp: Likewise.
2560         * gdb.dwarf2/subrange.exp: Likewise.
2561         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2562         * gdb.dwarf2/implptrpiece.exp: Likewise.
2563         * gdb.dwarf2/nostaticblock.exp: Likewise.
2564
2565 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2566
2567         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2568         directory to absolute path name arguments.
2569
2570 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
2571
2572         * gdb.ada/tagged_access: New testcase.
2573
2574 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
2575
2576         * gdb.btrace/data.exp: Update expected output.
2577
2578 2014-03-06  Yao Qi  <yao@codesourcery.com>
2579
2580         * gdb.trace/pr16508.exp: New file.
2581
2582 2014-03-05  Pedro Alves  <palves@redhat.com>
2583
2584         PR gdb/16575
2585         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2586         procedure.
2587         (top level): Adjust to use it.  Add tests that exercise breakpoint
2588         interaction with the code-cache.
2589
2590 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
2591
2592         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
2593         test for 'history-append!'.
2594
2595 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
2596
2597         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
2598         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
2599         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
2600         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
2601         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
2602         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
2603
2604 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
2605
2606         * testsuite/gdb.python/py-pp-re-notag.c: New file.
2607         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2608         * testsuite/gdb.python/py-pp-re-notag.p: New file.
2609
2610 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
2611
2612         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2613
2614 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
2615
2616         * gdb.dwarf2/arr-stride.c: New file.
2617         * gdb.dwarf2/arr-stride.exp: New file.
2618
2619 2014-02-26  Pedro Alves  <palves@redhat.com>
2620
2621         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2622         that won't ever trigger.  Make sure that GDB reports the correct
2623         breakpoint that caused the stop.
2624
2625 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2626
2627         PR gdb/16626
2628         * gdb.base/auto-load-script: New file.
2629         * gdb.base/auto-load.c: New file.
2630         * gdb.base/auto-load.exp: New file.
2631
2632         PR gdb/16626
2633         * gdb.base/auto-load.exp: Fix out-of-srctree run.
2634
2635 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2636
2637         Fix dw2-icycle.exp -fsanitize=address GDB crash.
2638         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2639
2640 2014-02-24  Doug Evans  <dje@google.com>
2641
2642         * lib/gdb.exp (run_on_host): Log error output if program fails.
2643
2644 2014-02-21  Pedro Alves  <palves@redhat.com>
2645
2646         * gdb.threads/step-after-sr-lock.c: Rename to ...
2647         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2648         * gdb.threads/step-after-sr-lock.exp: Rename to ...
2649         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2650         ... this.
2651
2652 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
2653
2654         PR tdep/16397
2655         * gdb.arch/amd64-stap-special-operands.exp: New file.
2656         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2657         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2658         * gdb.arch/amd64-stap-triplet.S: Likewise.
2659         * gdb.arch/amd64-stap-triplet.c: Likewise.
2660
2661 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
2662
2663         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2664         in .section pseudo-op.
2665
2666 2014-02-20  lin zuojian  <manjian2006@gmail.com>
2667             Joel Brobecker  <brobecker@adacore.com>
2668             Doug Evans  <xdje42@gmail.com>
2669
2670         PR symtab/16581
2671         * gdb.dwarf2/dw2-icycle.S: New file.
2672         * gdb.dwarf2/dw2-icycle.c: New file.
2673         * gdb.dwarf2/dw2-icycle.exp: New file.
2674
2675 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
2676
2677         * gdb.python/py-value-cc.cc: Improve test case to enable testing
2678         operations on gdb.Value objects.
2679         * gdb.python/py-value-cc.exp: Add new test to test operations on
2680         gdb.Value objects.
2681
2682 2014-02-18  Doug Evans  <dje@google.com>
2683
2684         * Makefile.in (TESTS): New variable.
2685         (expanded_tests, expanded_tests_or_none): New variables
2686         (check-single): Pass $(expanded_tests_or_none) to runtest.
2687         (check-parallel): Only run tests in $(TESTS) if non-empty.
2688         (check/no-matching-tests-found): New rule.
2689         * README: Document TESTS makefile variable.
2690
2691 2014-02-18  Doug Evans  <dje@google.com>
2692
2693         * Makefile.in (check-parallel): rm -rf outputs temp.
2694
2695 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2696
2697         Fix "ERROR: no fileid for" in the testsuite.
2698         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2699
2700 2014-02-12  Doug Evans  <dje@google.com>
2701
2702         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2703         (MISCELLANEOUS): New variable.
2704         (clean): rm -rf $(MISCELLANEOUS).
2705         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2706         dwp live in the same directory as symlinks, with each symlink pointed
2707         to a differently named file in a different directory.
2708
2709 2014-02-11  Doug Evans  <dje@google.com>
2710
2711         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2712         of Tcl file commands.
2713
2714 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
2715
2716         * gdb.threads/step-after-sr-lock.exp: Avoid executing
2717         "kill -SIGUSR1 -1".
2718
2719 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
2720
2721         * gdb.ada/tick_length_array_enum_idx: New testcase.
2722
2723 2014-02-10  Doug Evans  <xdje42@gmail.com>
2724
2725         * configure.ac (AC_OUTPUT): Add gdb.guile.
2726         * configure: Regenerate.
2727         * lib/gdb-guile.exp: New file.
2728         * lib/gdb.exp (get_target_charset): New function.
2729         * gdb.base/help.exp: Update expected output from "apropos apropos".
2730         * gdb.guile/Makefile.in: New file.
2731         * gdb.guile/guile.exp: New file.
2732         * gdb.guile/scm-arch.c: New file.
2733         * gdb.guile/scm-arch.exp: New file.
2734         * gdb.guile/scm-block.c: New file.
2735         * gdb.guile/scm-block.exp: New file.
2736         * gdb.guile/scm-breakpoint.c: New file.
2737         * gdb.guile/scm-breakpoint.exp: New file.
2738         * gdb.guile/scm-disasm.c: New file.
2739         * gdb.guile/scm-disasm.exp: New file.
2740         * gdb.guile/scm-equal.c: New file.
2741         * gdb.guile/scm-equal.exp: New file.
2742         * gdb.guile/scm-error.exp: New file.
2743         * gdb.guile/scm-error.scm: New file.
2744         * gdb.guile/scm-frame-args.c: New file.
2745         * gdb.guile/scm-frame-args.exp: New file.
2746         * gdb.guile/scm-frame-args.scm: New file.
2747         * gdb.guile/scm-frame-inline.c: New file.
2748         * gdb.guile/scm-frame-inline.exp: New file.
2749         * gdb.guile/scm-frame.c: New file.
2750         * gdb.guile/scm-frame.exp: New file.
2751         * gdb.guile/scm-generics.exp: New file.
2752         * gdb.guile/scm-gsmob.exp: New file.
2753         * gdb.guile/scm-iterator.c: New file.
2754         * gdb.guile/scm-iterator.exp: New file.
2755         * gdb.guile/scm-math.c: New file.
2756         * gdb.guile/scm-math.exp: New file.
2757         * gdb.guile/scm-objfile-script-gdb.in: New file.
2758         * gdb.guile/scm-objfile-script.c: New file.
2759         * gdb.guile/scm-objfile-script.exp: New file.
2760         * gdb.guile/scm-objfile.c: New file.
2761         * gdb.guile/scm-objfile.exp: New file.
2762         * gdb.guile/scm-ports.exp: New file.
2763         * gdb.guile/scm-pretty-print.c: New file.
2764         * gdb.guile/scm-pretty-print.exp: New file.
2765         * gdb.guile/scm-pretty-print.scm: New file.
2766         * gdb.guile/scm-section-script.c: New file.
2767         * gdb.guile/scm-section-script.exp: New file.
2768         * gdb.guile/scm-section-script.scm: New file.
2769         * gdb.guile/scm-symbol.c: New file.
2770         * gdb.guile/scm-symbol.exp: New file.
2771         * gdb.guile/scm-symtab-2.c: New file.
2772         * gdb.guile/scm-symtab.c: New file.
2773         * gdb.guile/scm-symtab.exp: New file.
2774         * gdb.guile/scm-type.c: New file.
2775         * gdb.guile/scm-type.exp: New file.
2776         * gdb.guile/scm-value-cc.cc: New file.
2777         * gdb.guile/scm-value-cc.exp: New file.
2778         * gdb.guile/scm-value.c: New file.
2779         * gdb.guile/scm-value.exp: New file.
2780         * gdb.guile/source2.scm: New file.
2781         * gdb.guile/types-module.cc: New file.
2782         * gdb.guile/types-module.exp: New file.
2783
2784 2014-02-10  Yao Qi  <yao@codesourcery.com>
2785
2786         PR testsuite/16543
2787         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2788         * configure: Regenerated.
2789         * Makefile.in: New file.
2790
2791 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
2792
2793         * gdb.python/py-framefilter.exp: Fix typo.
2794
2795 2014-02-08  Yao Qi  <yao@codesourcery.com>
2796
2797         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2798         that no =breakpoint-modified is emitted when breakpoints are
2799         modified through MI commands.
2800
2801 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
2802             Pedro Alves  <palves@redhat.com>
2803
2804         * gdb.threads/step-after-sr-lock.c: New file.
2805         * gdb.threads/step-after-sr-lock.exp: New file.
2806
2807 2014-02-07  Pedro Alves  <palves@redhat.com>
2808
2809         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2810
2811 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2812
2813         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2814         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2815
2816 2014-02-06  Doug Evans  <xdje42@gmail.com>
2817
2818         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2819         output.
2820
2821         * gdb.gdb/python-interrupts.exp: New file.
2822
2823 2014-02-05  Yao Qi  <yao@codesourcery.com>
2824
2825         * gdb.trace/report.exp (use_collected_data): Test the output
2826         of "info threads" and "info inferiors".
2827
2828 2014-02-05  Yao Qi  <yao@codesourcery.com>
2829
2830         Revert this patch:
2831
2832         2013-05-24  Yao Qi  <yao@codesourcery.com>
2833
2834         * gdb.trace/tfile.exp: Test inferior and thread.
2835
2836 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
2837
2838         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2839         on a function.
2840         * gdb.base/step-bt.c: Call hello via function pointer to make
2841         sure its first instruction is executed on powerpc64le-linux.
2842
2843 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
2844
2845         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2846
2847 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
2848
2849         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
2850         of the test patterns for use on little-endian systems.
2851
2852 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
2853
2854         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2855         (decimal_vector): Fix for little-endian.
2856
2857 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
2858
2859         * gdb.arch/sparc-sysstep.exp: New file.
2860         * gdb.arch/sparc-sysstep.c: Likewise.
2861
2862         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2863
2864 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2865
2866         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2867
2868 2014-01-23  Tom Tromey  <tromey@redhat.com>
2869
2870         * gdb.ada/array_char_idx: New testcase.
2871
2872 2014-01-23  Tom Tromey  <tromey@redhat.com>
2873
2874         PR python/16487:
2875         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2876         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2877         classes.
2878
2879 2014-01-23  Tom Tromey  <tromey@redhat.com>
2880
2881         PR python/16491:
2882         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2883         string from an inferior frame.
2884         * gdb.python/py-framefilter-mi.exp: Update.
2885
2886 2014-01-22  Doug Evans  <dje@google.com>
2887
2888         * gdb.server/server-mon.exp: Add tests for "set debug-format".
2889
2890 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
2891
2892         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2893
2894 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
2895
2896         * gdb.trace/entry-values.exp: Remove excess space character from
2897         regex patterns.  Handle s390 call instruction.
2898
2899 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
2900
2901         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2902         define "*_start" label.  Make "name" static.
2903         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2904         ${name} by references to ${name}_start.
2905
2906 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
2907
2908         * gdb.base/info-macros.exp: Remove "debug" from the compile
2909         options.
2910
2911 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
2912
2913         * gdb.dlang/demangle.exp: New file.
2914
2915 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
2916
2917         * gdb.dlang/primitive-types.exp: New file.
2918
2919 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
2920
2921         * configure.ac: Create gdb.dlang/Makefile.
2922         * configure: Regenerate.
2923         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2924         * gdb.dlang/Makefile.in: New file.
2925         * lib/d-support.exp: New file.
2926         * lib/gdb.exp (skip_d_tests): New proc.
2927
2928 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2929
2930         * gdb.btrace/delta.exp: Check reverse stepi.
2931         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
2932         * gdb.btrace/finish.exp: New.
2933         * gdb.btrace/next.exp: New.
2934         * gdb.btrace/nexti.exp: New.
2935         * gdb.btrace/record_goto.c: Add comments.
2936         * gdb.btrace/step.exp: New.
2937         * gdb.btrace/stepi.exp: New.
2938         * gdb.btrace/multi-thread-step.c: New.
2939         * gdb.btrace/multi-thread-step.exp: New.
2940         * gdb.btrace/rn-dl-bind.c: New.
2941         * gdb.btrace/rn-dl-bind.exp: New.
2942         * gdb.btrace/data.c: New.
2943         * gdb.btrace/data.exp: New.
2944         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2945
2946 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2947
2948         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2949         * gdb.btrace/exception.exp: Update.
2950         * gdb.btrace/instruction_history.exp: Update.
2951         * gdb.btrace/record_goto.exp: Update.
2952         * gdb.btrace/tailcall.exp: Update.
2953         * gdb.btrace/unknown_functions.exp: Update.
2954         * gdb.btrace/delta.exp: New.
2955
2956 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2957
2958         * gdb.btrace/record_goto.exp: Add backtrace test.
2959         * gdb.btrace/tailcall.exp: Add backtrace test.
2960
2961 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2962
2963         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2964         * gdb.btrace/record_goto.c: New.
2965         * gdb.btrace/record_goto.exp: New.
2966         * gdb.btrace/x86-record_goto.S: New.
2967
2968 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2969
2970         * gdb.btrace/function_call_history.exp: Update tests.
2971         * gdb.btrace/instruction_history.exp: Update tests.
2972
2973 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2974
2975         * gdb.btrace/function_call_history.exp: Fix expected field
2976         order for "record function-call-history".
2977         Add new tests for "record function-call-history /c".
2978         * gdb.btrace/exception.cc: New.
2979         * gdb.btrace/exception.exp: New.
2980         * gdb.btrace/tailcall.exp: New.
2981         * gdb.btrace/x86-tailcall.S: New.
2982         * gdb.btrace/x86-tailcall.c: New.
2983         * gdb.btrace/unknown_functions.c: New.
2984         * gdb.btrace/unknown_functions.exp: New.
2985         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2986
2987 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2988
2989         * gdb.btrace/instruction_history.exp: Update.
2990         * gdb.btrace/function_call_history.exp: Update.
2991
2992 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2993
2994         * gdb.btrace/function_call_history.exp: Fix expected function
2995         trace.
2996         * gdb.btrace/instruction_history.exp: Initialize traced.
2997         Remove traced_functions.
2998
2999 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
3000
3001         * gdb.btrace/function_call_history.exp: Update
3002         * gdb.btrace/instruction_history.exp: Update.
3003
3004 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
3005
3006         * gdb.btrace/enable.exp: Update expected text.
3007
3008 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
3009
3010         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3011         bytes.
3012
3013 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
3014
3015         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3016
3017 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
3018
3019         * lib/gdb.exp (supports_process_record): Return true for
3020         arm*-linux*.  (supports_reverse): Likewise.
3021
3022 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
3023
3024         PR python/15464
3025         PR python/16113
3026         * gdb.python/py-type.c: Enhance test case.
3027         * gdb.python/py-value-cc.cc: Likewise
3028         * gdb.python/py-type.exp: Add new tests.
3029         * gdb.python/py-value-cc.exp: Likewise
3030
3031 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3032             Pedro Alves <palves@redhat.com>
3033
3034         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3035         Make "name" extern.
3036         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3037         references to ${name}_start by references to ${name}.
3038
3039 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
3040
3041         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3042
3043 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
3044
3045         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3046
3047 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
3048             Pedro Alves  <palves@redhat.com>
3049
3050         * gdb.mi/mi-info-os.exp: Connect to the target with
3051         mi_gdb_target_load.
3052
3053 2014-01-08  Pedro Alves  <palves@redhat.com>
3054
3055         * gdb.threads/reconnect-signal.c: New file.
3056         * gdb.threads/reconnect-signal.exp: New file.
3057
3058 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3059
3060         * gdb.base/source-dir.exp: New file.
3061
3062 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
3063
3064         * gdb.ada/mi_interface: New testcase.
3065
3066 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
3067
3068         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3069         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3070         gdb.ada/pp-rec-component/pck.ads: New files.
3071
3072 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
3073
3074         * gdb.python/py-pp-integral.c: New file.
3075         * gdb.python/py-pp-integral.py: New file.
3076         * gdb.python/py-pp-integral.exp: New file.
3077
3078 For older changes see ChangeLog-1993-2013.
3079 \f
3080 ;; Local Variables:
3081 ;; mode: change-log
3082 ;; left-margin: 8
3083 ;; fill-column: 74
3084 ;; version-control: never
3085 ;; End:
3086
3087     Copyright 2014 Free Software Foundation, Inc.
3088   Copying and distribution of this file, with or without modification,
3089   are permitted provided the copyright notice and this notice are preserved.