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