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