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