]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Always switch fork child to the main UI
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
49940788
PA
12016-06-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.mi/mi-exec-run.exp: New file.
4
ef274d26
PA
52016-06-21 Pedro Alves <palves@redhat.com>
6
7 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8 breakpoint command's output on the main UI.
9 (test_break): New procedure, factored out from calls in the top
10 level.
11 (top level): Use foreach_with_prefix to test MI as main UI and as
12 separate UI.
13
468afe6c
PA
142016-06-21 Pedro Alves <palves@redhat.com>
15
16 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
17 (test_awatch_creation_and_listing)
18 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
19 Remove 'type' parameter.
20 (test_watchpoint_all): New parameter mi_mode. Remove
21 with_test_prefix.
22 (top level): Use foreach_with_prefix, and add main/separate UI MI
23 testing axis.
24
51f77c37
PA
252016-06-21 Pedro Alves <palves@redhat.com>
26
27 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
28 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
29 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
30 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
31 (gdb_main_spawn_id, mi_spawn_id): Declare and
32 comment.
33 (mi_create_inferior_pty): New procedure,
34 factored out from default_mi_gdb_start.
35 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
36 procedures.
37 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
38 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
39 Use mi_create_inferior_pty.
40 (mi_gdb_start): Use eval to pass down args list.
41
8980e177
PA
422016-06-21 Pedro Alves <palves@redhat.com>
43
44 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
45 * gdb.opt/inline-cmds.exp: Add MI tests.
46
f38d3ad1
PA
472016-06-21 Pedro Alves <palves@redhat.com>
48
49 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
50
45db7c09
PA
512016-06-21 Pedro Alves <palves@redhat.com>
52
53 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
54 (top level): Use it instead of mi_execute_to.
55
5a069ab3
PA
562016-06-21 Pedro Alves <palves@redhat.com>
57
58 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
59 (cont_handler_str): New.
60 (signal_stop_handler): Set stop_handler_str instead of printing to
61 stdout.
62 (continue_handler): Set cont_handler_str instead of printing to
63 stdout.
64 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
65 mi_send_resuming_command. Print stop_handler_str and
66 cont_handler_str instead of expecting the python events print
67 directly.
68
2838cc1d
SD
692016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
70
71 * gdb.base/jit-reader.exp: New file.
72 * gdb.base/jithost.c: New file.
73 * gdb.base/jithost.h: New file.
74 * gdb.base/jitreader.c : New file.
75 * gdb.base/jit-protocol.h: New file.
76
21a77091
YQ
772016-06-17 Yao Qi <yao.qi@linaro.org>
78
79 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
80 parameters follow_fork and detach_on_fork. Set follow-fork-mode
81 and detach-on-fork. Adjust tests.
82 (top level): Invoke break_cond_on_syscall with combinations of
83 syscall, follow-fork-mode and detach-on-fork.
84
f50bf8e5
YQ
852016-06-17 Yao Qi <yao.qi@linaro.org>
86
87 * gdb.base/step-over-exit.c: New.
88 * gdb.base/step-over-exit.exp: New.
89
a28d8e50
YTL
902016-06-17 Yan-Ting Lin <currygt52@gmail.com>
91
92 * gdb.base/float.exp: Add target check for nds32*-*-*.
93 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
94
cad8e26d
AB
952016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
98 for unsupported target features.
99 * gdb.base/call-rt-st.exp: Likewise.
100 * gdb.base/call-sc.exp: Likewise.
101 * gdb.base/call-signal-resume.exp: Likewise.
102 * gdb.base/call-strs.exp: Likewise.
103 * gdb.base/callexit.exp: Likewise.
104 * gdb.base/callfuncs.exp: Likewise.
105 * gdb.base/nodebug.exp: Likewise.
106 * gdb.base/printcmds.exp: Likewise.
107 * gdb.base/ptype.exp: Likewise.
108 * gdb.base/structs.exp: Likewise.
109 * gdb.base/unwindonsignal.exp: Likewise.
110 * gdb.cp/gdb2495.exp: Likewise.
111 * gdb.cp/templates.exp: Likewise.
112 * gdb.cp/virtfunc.exp: Likewise.
113 * gdb.threads/hand-call-in-threads.exp: Likewise.
114 * gdb.threads/interrupted-hand-call.exp: Likewise.
115 * gdb.threads/thread-unwindonsignal.exp: Likewise.
116
347dc102
TT
1172016-06-10 Tom Tromey <tom@tromey.com>
118
119 PR rust/20110:
120 * gdb.rust/expr.exp: Add test for integer constant larger than
121 i32.
122
5e13cf25
BH
1232016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
124
125 * gdb.fortran/nested-funcs.exp: New.
126 * gdb.fortran/nested-funcs.f90: New.
127
bb556f1f
TK
1282016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
129
130 * gdb.base/examine-backward.c: New file.
131 * gdb.base/examine-backward.exp: New file.
132
38b022b4
SM
1332016-06-06 Simon Marchi <simon.marchi@ericsson.com>
134
135 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
136 matching.
137
1b40ec05
TT
1382016-06-02 Tom Tromey <tom@tromey.com>
139
140 PR python/18984:
141 * gdb.python/py-shared.exp: Add solib_name test.
142
193bd378
SM
1432016-06-02 Simon Marchi <simon.marchi@ericsson.com>
144
145 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
146
3326303b
MG
1472016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
148
149 PR c++/19893
150 * gdb.dwarf2/implref.exp: Rename to...
151 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
152 * gdb.dwarf2/implref-array.c: New file.
153 * gdb.dwarf2/implref-array.exp: Likewise.
154 * gdb.dwarf2/implref-global.c: Likewise.
155 * gdb.dwarf2/implref-global.exp: Likewise.
156 * gdb.dwarf2/implref-struct.c: Likewise.
157 * gdb.dwarf2/implref-struct.exp: Likewise.
158
825c8ef2
AT
1592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
160
161 * gdb.trace/trace-condition.exp: Add 64bit tests.
162
2320162a
AT
1632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
164
165 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
166 bits types.
167 (main): Adapt to 8 to 64 bits types.
168 * gdb.trace/trace-condition.exp: Add new tests.
169
a7818233
AT
1702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
171
172 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
173
0d336466
AT
1742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
175
176 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
177 Move condition tests...
178 * gdb.trace/trace-condition.exp: Here.
179
7faeb45a
AT
1802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
181
182 * gdb.trace/trace-condition.exp: Add counter-case tests.
183
e385593e
JK
1842016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 PR c++/15231
187 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
188 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
189
744608cc
PA
1902016-05-27 Pedro Alves <palves@redhat.com>
191
192 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
193 New procedure.
194 (top level): Call it, and bail out of DejaGnu is known to be bad.
195
ac775bf4
AB
1962016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * gdb.base/whatis.c: Extend the test case.
199 * gdb.base/whatis.exp: Add additional tests.
200
2bbad2ea
BH
2012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
202
203* gdb.fortran/type.f90: Add pointer variable.
204* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
205
8b70175d
BH
2062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
207
208 * gdb.fortran/vla-type.exp: Fix testcase name.
209
86d8a848
BH
2102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
211
212 * gdb.fortran/vla-type.exp: Access elements in nested structs.
213
e188eb36
BH
2142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
215
216 * gdb.fortran/type.f90: Add nested structures.
217 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
218 * gdb.fortran/derived-type.exp: Adapt expected output.
219 * gdb.fortran/vla-type.exp: Adapt expected output.
220
9b2db1fd
BH
2212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
222
223 * gdb.fortran/whatis_type.exp: Adapt expected output.
224
72b17055
BH
2252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
226
227 * gdb.fortran/print_type.exp: Fix expected output.
228 * gdb.fortran/whatis_type.exp: Fix expected output.
229
3cd81d8d
BH
2302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
231
232 * gdb.fortran/whatis_type.exp: Use multi_line.
233
ddae9462
TT
2342016-05-24 Tom Tromey <tom@tromey.com>
235
236 PR python/17386:
237 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
238 use value as an index.
239
1957f6b8
TT
2402016-05-23 Tom Tromey <tom@tromey.com>
241
242 PR python/17981:
243 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
244 no-breakpoint case.
245
026a9174
PA
2462016-05-24 Pedro Alves <palves@redhat.com>
247
248 PR gdb/19828
249 * gdb.threads/clone-attach-detach.c: New file.
250 * gdb.threads/clone-attach-detach.exp: New file.
251
e70a7231
FR
2522016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
253
254 * gdb.base/annota-input-while-running.exp: Fix syntax error.
255
0f6ed0e0
TT
2562016-05-23 Tom Tromey <tom@tromey.com>
257
258 PR python/19438, PR python/18393:
259 * gdb.python/py-progspace.exp: Add "dir" test.
260 * gdb.python/py-objfile.exp: Add "dir" test.
261
ffd19d61
YQ
2622016-05-23 Yao Qi <yao.qi@linaro.org>
263
264 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
265 * gdb.arch/thumb2-it.exp: Likewise.
266
9e8f9b05
SM
2672016-05-18 Simon Marchi <simon.marchi@ericsson.com>
268
269 * gdb.mi/mi-threads-interrupt.c: New file.
270 * gdb.mi/mi-threads-interrupt.exp: New file.
271
61c6156d
SM
2722016-05-17 Simon Marchi <simon.marchi@ericsson.com>
273
274 PR gdb/18077
275 * gdb.mi/mi-async-run.exp: New file.
276 * gdb.mi/mi-async-run.c: New file.
277
67218854
TT
2782016-05-17 Tom Tromey <tom@tromey.com>
279 Manish Goregaokar <manishsmail@gmail.com>
280
281 * lib/rust-support.exp: New file.
282 * lib/gdb.exp (skip_rust_tests): New proc.
283 (build_executable_from_specs): Handle rust.
284 * lib/future.exp (gdb_find_rustc): New proc.
285 (gdb_default_target_compile): Handle rust.
286 * gdb.rust/expr.exp: New file.
287 * gdb.rust/generics.exp: New file.
288 * gdb.rust/generics.rs: New file.
289 * gdb.rust/methods.exp: New file.
290 * gdb.rust/methods.rs: New file.
291 * gdb.rust/modules.exp: New file.
292 * gdb.rust/modules.rs: New file.
293 * gdb.rust/simple.exp: New file.
294 * gdb.rust/simple.rs: New file.
295
c44af4eb
TT
2962016-05-17 Tom Tromey <tom@tromey.com>
297
298 * gdb.base/default.exp (set language): Add rust.
299
dcd1f979
TT
3002016-05-17 Tom Tromey <tom@tromey.com>
301
302 * gdb.gdb/unittest.exp: New file.
303
155b7f57
YQ
3042016-05-16 Yao Qi <yao.qi@linaro.org>
305
306 * gdb.base/batch-preserve-term-settings.exp: Remove variable
307 shell_prompt. Update shell_prompt_re.
308
8ddd5a6c
DE
3092016-05-12 Doug Evans <dje@google.com>
310
311 PR symtab/19999
312 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
313 $options when building executable.
314 * gdb.dwarf2/fission-loclists-pie.S: New file.
315 * gdb.dwarf2/fission-loclists-pie.exp: New file.
316
02e370d9
SM
3172016-05-04 Simon Marchi <simon.marchi@ericsson.com>
318
319 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
320 of [is_remote target],
321
8929ad8b
SM
3222016-05-04 Simon Marchi <simon.marchi@ericsson.com>
323
324 * lib/gdb.exp (use_gdb_stub): New procedure.
325
6c447423
DE
3262016-05-03 Yunlian Jiang <yunlian@google.com>
327 Doug Evans <dje@google.com>
328
329 PR symtab/19914
330 * gdb.dwarf2/dwp-sepdebug.c: New file.
331 * gdb.dwarf2/dwp-sepdebug.exp: New file.
332
444e826c
SM
3332016-05-02 Simon Marchi <simon.marchi@ericsson.com>
334
335 * gdb.base/detach.exp: Remove is_remote check.
336
740feeaa
SM
3372016-05-02 Simon Marchi <simon.marchi@ericsson.com>
338
339 * gdb.base/annota-input-while-running.exp: Don't check for
340 [is_remote target]. Enable annotations after running to main.
341 Remove unused "set test..." line.
342
9080ac9d
SM
3432016-04-28 Simon Marchi <simon.marchi@ericsson.com>
344
345 * gdb.trace/trace-enable-disable.exp: New file.
346 * gdb.trace/trace-enable-disable.c: New file.
347
952ebca5
SM
3482016-04-28 Simon Marchi <simon.marchi@ericsson.com>
349
350 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
351 use it in info sharedlibrary test.
352 * gdb.trace/ftrace-lock.exp: Likewise.
353 * gdb.trace/ftrace.exp: Likewise.
354 * gdb.trace/range-stepping.exp: Likewise.
355 * gdb.trace/trace-break.exp: Likewise.
356 * gdb.trace/trace-condition.exp: Likewise.
357 * gdb.trace/trace-mt.exp: Likewise.
358
d9019901
SM
3592016-04-27 Simon Marchi <simon.marchi@ericsson.com>
360
361 * lib/gdb.exp (gdb_load_shlibs): Rename to...
362 (gdb_load_shlib): ... this.
363 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
364 gdb_load_shlib.
365 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
366 * gdb.base/ctxobj.exp: Likewise.
367 * gdb.base/dprintf-pending.exp: Likewise.
368 * gdb.base/dso2dso.exp: Likewise.
369 * gdb.base/fixsection.exp: Likewise.
370 * gdb.base/gcore-relro.exp: Likewise.
371 * gdb.base/gdb1555.exp: Likewise.
372 * gdb.base/global-var-nested-by-dso.exp: Likewise.
373 * gdb.base/gnu-ifunc.exp: Likewise.
374 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
375 * gdb.base/jit-so.exp (one_jit_test): Likewise.
376 * gdb.base/pending.exp: Likewise.
377 * gdb.base/print-file-var.exp: Likewise.
378 * gdb.base/print-symbol-loading.exp: Likewise.
379 * gdb.base/shlib-call.exp: Likewise.
380 * gdb.base/shreloc.exp: Likewise.
381 * gdb.base/so-impl-ld.exp: Likewise.
382 * gdb.base/solib-disc.exp: Likewise.
383 * gdb.base/solib-nodir.exp: Likewise.
384 * gdb.base/solib-overlap.exp: Likewise.
385 * gdb.base/solib-symbol.exp: Likewise.
386 * gdb.base/solib-weak.exp (do_test): Likewise.
387 * gdb.base/sym-file.exp: Likewise.
388 * gdb.base/symtab-search-order.exp: Likewise.
389 * gdb.base/type-opaque.exp: Likewise.
390 * gdb.base/unload.exp: Likewise.
391 * gdb.base/watchpoint-solib.exp: Likewise.
392 * gdb.compile/compile.exp: Likewise.
393 * gdb.cp/gdb2384.exp: Likewise.
394 * gdb.cp/infcall-dlopen.exp: Likewise.
395 * gdb.cp/re-set-overloaded.exp: Likewise.
396 * gdb.fortran/library-module.exp: Likewise.
397 * gdb.opt/solib-intra-step.exp: Likewise.
398 * gdb.python/py-finish-breakpoint.exp: Likewise.
399 * gdb.python/py-shared.exp: Likewise.
400 * gdb.reverse/solib-precsave.exp: Likewise.
401 * gdb.reverse/solib-reverse.exp: Likewise.
402 * gdb.server/solib-list.exp: Likewise.
403 * gdb.threads/dlopen-libpthread.exp: Likewise.
404 * gdb.threads/tls-shared.exp: Likewise.
405 * gdb.threads/tls-so_extern.exp: Likewise.
406 * gdb.trace/change-loc.exp: Likewise.
407 * gdb.trace/ftrace-lock.exp: Likewise.
408 * gdb.trace/ftrace.exp: Likewise.
409 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
410 * gdb.trace/pending.exp: Likewise.
411 * gdb.trace/range-stepping.exp: Likewise.
412 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
413 (strace_info_marker): Likewise.
414 (strace_probe_marker): Likewise.
415 (strace_trace_on_same_addr): Likewise.
416 (strace_trace_on_diff_addr): Likewise.
417 * gdb.trace/trace-break.exp: Likewise.
418 * gdb.trace/trace-condition.exp: Likewise.
419 * gdb.trace/trace-mt.exp: Likewise.
420
fca4cfd9
SM
4212016-04-27 Simon Marchi <simon.marchi@ericsson.com>
422
423 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
424 result of gdb_remote_download.
425 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
426 * gdb.base/dso2dso.exp: Likewise.
427 * gdb.base/global-var-nested-by-dso.exp: Likewise.
428 * gdb.base/print-file-var.exp: Likewise.
429 * gdb.base/shlib-call.exp: Likewise.
430 * gdb.base/shreloc.exp: Likewise.
431 * gdb.base/solib-overlap.exp: Likewise.
432 * gdb.base/solib-weak.exp (do_test): Likewise.
433 * gdb.base/unload.exp: Likewise.
434
11cf4ffb
YQ
4352016-04-27 Yao Qi <yao.qi@linaro.org>
436
437 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
438 exists.
439
3e2e34f8
KB
4402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
441
442 * vla-type.exp: Print structure from toplevel.
443
8f07e298
BH
4442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
445
446 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
447 of dynamic types.
448 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
449 of dynamic types.
450
9920b434
BH
4512016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
452
453 * gdb.fortran/vla-type.f90: New file.
454 * gdb.fortran/vla-type.exp: New file.
455
f3abeff5
YQ
4562016-04-25 Yao Qi <yao.qi@linaro.org>
457
458 * gdb.base/branch-to-self.c: New file.
459 * gdb.base/branch-to-self.exp: New file.
460
0a5d52f0
YQ
4612016-04-22 Yao Qi <yao.qi@linaro.org>
462
463 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
464 more after $hex.
465
495346f6
YQ
4662016-04-22 Yao Qi <yao.qi@linaro.org>
467
468 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
469 * gdb.base/annota3.exp: Likewise.
470
4a7e075c
YQ
4712016-04-22 Yao Qi <yao.qi@linaro.org>
472
473 * gdb.reverse/step-precsave.exp: Do one step and test program
474 stops in "callee" and do multiple steps until program goes out
475 of "callee".
476 * gdb.reverse/step-reverse.exp: Likewise.
477
5b061e98
YQ
4782016-04-22 Yao Qi <yao.qi@linaro.org>
479
480 * gdb.trace/signal.exp: Also pass if
481 $tracepoint_hits($i) > $iterations.
482
5c5dc57f
YQ
4832016-04-22 Yao Qi <yao.qi@linaro.org>
484
485 * gdb.trace/signal.c: New file.
486 * gdb.trace/signal.exp: New file.
487
a55411b9
DE
4882016-04-19 Doug Evans <xdje42@gmail.com>
489
490 * gdb.base/bad-file.exp: New file.
491
a22df60a
MG
4922016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
493
494 * gdb.dwarf2/implref.exp: New file.
495
0c13f7e5
BH
4962016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
497
498 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
499 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
500 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
501 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
502 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
503 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
504 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
505 * lib/fortran.exp (fortran_int4): New procedure.
506 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
507 (fortran_logical4): Likewise.
508
9b9b09e9
BH
5092016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
510
511 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
512
a14d1f4d
BH
5132016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
514
515 * lib/compiler.c: Add Intel specific preprocessor macros.
516 * lib/compiler.cc: Likewise.
517
7d49b1d0
LM
5182016-04-13 Luis Machado <lgustavo@codesourcery.com>
519
520 * gdb.server/connect-with-no-symbol-file.c: New file.
521 * gdb.server/connect-with-no-symbol-file.exp: New file.
522
8392fa22
SM
5232016-04-13 Simon Marchi <simon.marchi@ericsson.com>
524
525 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
526
8c4c4aeb
SM
5272016-04-13 Simon Marchi <simon.marchi@ericsson.com>
528
529 * boards/gdbserver-base.exp (${board}_download): Copy source file to
530 standard output directory.
531
45e3745e
AT
5322016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
533
534 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
535
e26b7e41
MM
5362016-04-13 Markus Metzger <markus.t.metzger@intel.com>
537
538 * gdb.btrace/instruction_history.c (loop): Add declaration.
539
8ce09462
AT
5402016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
541
542 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
543
2e88a1ea
SM
5442016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
545
546 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
547 parentheses to print.
548 (continue_handler): Likewise.
549
f48e22e3
SM
5502016-04-08 Simon Marchi <simon.marchi@ericsson.com>
551
552 * gdb.server/solib-list.exp: Remove is_remote check.
553 Pass shlib= to gdb_compile. Don't link shared library with
554 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
555 Run binary filename through "readlink -f" on the target.
556
096be756
PA
5572016-04-08 Pedro Alves <palves@redhat.com>
558
559 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
560 interpreter filename as argument to gdbserver_spawn.
561 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
562 Return empty if $last_loaded_file does not exist.
563
06500533
JK
5642016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
565
566 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
567 * gdb.base/jit-main.c: Use exit after usage.
568
2d35e871
JK
5692016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
572 GDBHISTSIZE prior to the tests.
573 * gdb.base/gdbinit-history.exp: Likewise.
574
5752016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
576
577 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
578 instead of build_executable. Use gdb_load_shlibs.
579
c8064e7e
YQ
5802016-04-07 Yao Qi <yao.qi@linaro.org>
581
582 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
583 Execute "si" command.
584
bde47561
YQ
5852016-04-07 Yao Qi <yao.qi@linaro.org>
586
587 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
588 number instead of the comments on some line.
589
b16f8a3b
DB
5902016-04-06 Don Breazeal <donb@codesourcery.com>
591
592 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
593 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
594
c2f901df
SM
5952016-04-06 Simon Marchi <simon.marchi@ericsson.com>
596
597 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
598 standard_output_file. Remove unused binfile variable.
599
ac17fda0
CU
6002016-04-05 Catalin Udma <catalin.udma@freescale.com>
601
602 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
603 * gdb.python/py-mi-objfile.exp: Match "list main" output
604 in console format.
605
03a8c4df
SM
6062016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
607
608 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
609 absolute.
610
6e774b13
SM
6112016-04-05 Simon Marchi <simon.marchi@ericsson.com>
612
613 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
614 absolute.
615 * gdb.trace/ftrace.exp: Likewise.
616 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
617 targets as well.
618 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
619 (gdb_load_shlibs): Copy libraries to test directory when testing
620 natively. Only set solib-search-path if testing remotely.
621 * lib/mi-support.exp (mi_load_shlibs): Likewise.
622
7817ea46
SM
6232016-04-05 Simon Marchi <simon.marchi@ericsson.com>
624
625 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
626 gdb_download. Use it even if the target is not remote.
627 * gdb.base/jit.exp (compile_jit_test): Likewise.
628 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
629 output directory if the destination board is local, otherwise use
630 the standard remote_download from DejaGnu.
631 (gdb_download): Remove.
632 (gdb_load_shlibs): Use gdb_remote_download instead of
633 gdb_download.
634 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
635 Use gdb_remote_download instead of gdb_download. Use it even if
636 the target is not remote.
637 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
638 instead of gdb_download.
639
7beb7f68
SM
6402016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
641
642 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
643 (test_insert_delete_modify): Call mi_load_shlibs before trying to
644 run.
645
cc63428a
AV
6462016-04-01 Artemiy Volkov <artemiyv@acm.org>
647
648 PR gdb/19820
649 * gdb.base/printcmds.exp: Add artificial arrays tests.
650
64cdf930
PA
6512016-03-31 Pedro Alves <palves@redhat.com>
652
653 PR gdb/19858
654 * gdb.base/jit-main.c: Include unistd.h.
655 (ATTACH): Define to 0 if not already defined.
656 (wait_for_gdb, mypid): New globals.
657 (WAIT_FOR_GDB): New macro.
658 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
659 some breakpoint locations.
660 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
661 New procedures.
662 (one_jit_test): Add REATTACH parameter, and handle it. Use
663 continue_to_test_location.
664 (top level): Test attach, and adjusts calls to one_jit_test.
665
40dea8cb
PA
6662016-03-31 Pedro Alves <palves@redhat.com>
667
668 PR gdb/19858
669 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
670 BINSUFFIX parameter, and handle it.
671 (top level): Adjust calls compile_jit_test.
672
e7ea3ec7
CU
6732016-03-31 Catalin Udma <catalin.udma@freescale.com>
674
675 PR python/19743
676 * gdb.python/py-mi-events-gdb.py: New file.
677 * gdb.python/py-mi-events.c: New file.
678 * gdb.python/py-mi-events.exp: New file.
679
e6359af3
YQ
6802016-03-30 Yao Qi <yao.qi@linaro.org>
681
682 * gdb.reverse/until-precsave.exp: Match function name only.
683 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
684 Move malloc to a condition block.
685 * gdb.reverse/until-reverse.exp: Match function name only.
686
a4105d04
MK
6872016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
688
689 * gdb.trace/ftrace.exp: Set arg0exp for s390.
690 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
691 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
692 variable for GPR 0 instead of assuming it is register 0.
693 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
694 * lib/trace-support.exp: Add s390 registers.
695
bfa6adb9
YQ
6962016-03-29 Yao Qi <yao.qi@linaro.org>
697
698 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
699
1e6697ea
YQ
7002016-03-24 Yao Qi <yao.qi@linaro.org>
701
702 * gdb.reverse/break-reverse.exp: Add quotation mark in the
703 test message.
704
64bcd522
AA
7052016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
706
707 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
708 maintaining separate logic for constructing the output path.
709
7868401b
DB
7102016-03-16 Don Breazeal <donb@codesourcery.com>
711
712 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
713 Retry fork and waitpid on interrupted system call errors.
714 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
715 Use with_timeout_factor to increase timeout by factor of 10.
716
1cafadb4
DB
7172016-03-15 Don Breazeal <donb@codesourcery.com>
718
719 * gdb.cp/scope-err.cc: New test program.
720 * gdb.cp/scope-err.exp: New test script.
721 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
722 lines and "set breakpoint here" comment.
723 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
724 Fixed some whitespace and format issues.
725 * gdb.mi/mi-linespec-err-cp.cc: New test program.
726 * gdb.mi/mi-linespec-err-cp.exp: New test script.
727
81516450
DE
7282016-03-15 Doug Evans <dje@google.com>
729
730 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
731 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
732 All callers updated. Add tests for enums, mixed flags register.
733
aa52b601
DE
7342016-03-15 Doug Evans <dje@google.com>
735
736 * gdb.base/skip.c (main): Call test_skip_file_and_function.
737 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
738
fa4ff313
SM
7392016-03-14 Simon Marchi <simon.marchi@ericsson.com>
740
741 * gdb.base/default.exp: Add $_as_string to the list of expected
742 convenience functions.
743
f2403c39
AB
7442016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.base/maint.exp: New tests for 'maint info line-table'.
747
f2f3ccb9
SM
7482016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
749
750 * gdb.python/py-as-string.exp: New file.
751 * gdb.python/py-as-string.c: New file.
752
00dbd492
PA
7532016-03-09 Pedro Alves <palves@redhat.com>
754
755 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
756 signal" -> "Thread NN received signal" output change.
757 * gdb.threads/ia64-sigill.exp: Likewise.
758 * gdb.threads/linux-dp.exp: Likewise.
759 * gdb.threads/manythreads.exp: Likewise.
760 * gdb.threads/pending-step.exp: Likewise.
761 * gdb.threads/print-threads.exp: Likewise.
762 * gdb.threads/sigstep-threads.exp: Likewise.
763 * gdb.threads/staticthreads.exp: Likewise.
764 * gdb.threads/tls.exp: Likewise.
765
1e6697ea
YQ
7662016-03-09 Pedro Alves <palves@redhat.com>
767
768 * gdb.base/command-line-input.exp: New file.
769
b04fd3be
MK
7702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
771
772 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
773 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
774 * gdb.trace/pending.exp: Accept leading dot before function name.
775 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
776 * lib/trace-support.exp: Set registers for ppc.
777
98fa59e9
MK
7782016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
779
780 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
781 use it for disassembly; accept .main in addition to main in backtrace.
782
f77198c8
MK
7832016-03-09 Wei-cheng Wang <cole945@gmail.com>
784 Marcin Kościelnicki <koriakin@0x04.net>
785
786 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
787 (gdb_recursion_test_ptr): New global variable.
788 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
789 gdb_recursion_test.
790 (gdb_c_test): Ditto.
791
ba84e0da
MK
7922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
793
794 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
795 ordering.
796
4366d36e
MK
7972016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
798
799 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
800 (bar): Add bar_start_lbl label.
801 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
802 of foo/bar for emitting DWARF and tracing.
803
5eb264df
SDJ
8042016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
805
806 * analyze-racy-logs.py: Set executable bit.
807
fb6a751f
SDJ
8082016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
809
810 * Makefile.in (DEFAULT_RACY_ITER): New variable.
811 (CHECK_TARGET_TMP): Likewise.
812 (check-single-racy): New rule.
813 (check-parallel-racy): Likewise.
814 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
815 (do-check-parallel-racy): New rule.
816 (check-racy/%.exp): Likewise.
817 * README (Racy testcases): New section.
818 * analyze-racy-logs.py: New file.
819
bdf7e230
DE
8202016-03-03 Doug Evans <dje@google.com>
821
822 * gdb.base/skip.exp: Use with_test_prefix.
823
4719d415
YQ
8242016-03-03 Yao Qi <yao.qi@linaro.org>
825
826 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
827 Invoke step_over_syscall "clone" and break_cond_on_syscall
828 "clone".
829 * gdb.base/step-over-clone.c: New file.
830
ea507862
YQ
8312016-03-03 Yao Qi <yao.qi@linaro.org>
832
833 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
834 code format.
835
8fc8cbda
YQ
8362016-03-03 Yao Qi <yao.qi@linaro.org>
837
838 * gdb.base/disp-step-fork.c: Rename to ...
839 * gdb.base/step-over-fork.c: ... it. New file.
840 * gdb.base/disp-step-vfork.c: Rename to ...
841 * gdb.base/step-over-vfork.c: ... it. New file.
842 * gdb.base/disp-step-syscall.exp: Rename to ...
843 * gdb.base/step-over-syscall.exp: ... it. New file.
844 (disp_step_cross_syscall): Rename to ...
845 (step_over_syscall): ... it.
846
92fa70b0
YQ
8472016-03-03 Yao Qi <yao.qi@linaro.org>
848
849 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
850 If target supports condition evaluation on target, invoke
851 break_cond_on_syscall for fork and vfork.
852
e197ad3c
YQ
8532016-03-03 Yao Qi <yao.qi@linaro.org>
854
855 * gdb.base/disp-step-syscall.exp: Don't invoke
856 support_displaced_stepping.
857 (disp_step_cross_syscall): Test with displaced stepping off and
858 on if supported.
859
0b47da9f
YQ
8602016-03-03 Yao Qi <yao.qi@linaro.org>
861
862 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
863 proc.
864 (setup): New proc.
865 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
866 and setup.
867
065ab6dc
BH
8682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
869
870 * gdb.fortran/vla-history.exp: Remove breakpoint.
871
07e448ad 8722016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
873
874 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
875
9ac2d526 8762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
877
878 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
879
17807369
BH
8802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
881
882 * gdb.mi/vla.f90: Nullify pointer after declaration.
883
86e501af
PA
8842016-03-01 Pedro Alves <palves@redhat.com>
885
886 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
887
1e903e32
PA
8882016-03-01 Pedro Alves <palves@redhat.com>
889
890 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
891 before anything else.
892 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
893 _GNU_SOURCE here.
894 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
895 before anything else.
896 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
897
6ccb54e2
PA
8982016-03-01 Pedro Alves <palves@redhat.com>
899
900 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
901
30ca9da1
YQ
9022016-03-01 Yao Qi <yao.qi@linaro.org>
903
904 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
905 prepare_for_testing.
906
dc856b38
YQ
9072016-03-01 Yao Qi <yao.qi@linaro.org>
908
909 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
910
4a932159
AA
9112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
912
913 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
914 manually constructing the output path.
915
f2489477
AA
9162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
917
918 * gdb.arch/s390-stackless.S: New.
919 * gdb.arch/s390-stackless.exp: New.
920
38899f16
IB
9212016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
922
923 * gdb.dlang/circular.c: New file.
924 * gdb.dlang/circular.exp: New file.
925
9fde51ed
YQ
9262016-02-26 Yao Qi <yao.qi@linaro.org>
927
928 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
929 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
930 (testcases): Update.
931
ce90fefe
YQ
9322016-02-26 Yao Qi <yao.qi@linaro.org>
933
934 * gdb.reverse/aarch64.c: Rename to ...
935 * gdb.reverse/insn-reverse.c: ... it.
936 * gdb.reverse/aarch64.exp: Rename to ...
937 * gdb.reverse/insn-reverse.exp: ... it.
938
3263bceb
YQ
9392016-02-26 Yao Qi <yao.qi@linaro.org>
940
941 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
942 (testcase_ftype): New.
943 (testcases): New array.
944 (n_testcases): New.
945 (main): Call each element in testcases.
946 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
947 (read_testcase): New.
948 Do the tests in a loop.
949
6cb59ff1
YQ
9502016-02-25 Yao Qi <yao.qi@linaro.org>
951
952 * gdb.base/branches.c: Remove.
953
ae91f625
MK
9542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
955
956 PR gdb/13808
957 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
958
678b48b7
MK
9592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
960
961 * gdb.trace/ftrace.exp: Remove unnecessary target check.
962
7337a6f2
MK
9632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
964
965 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
966 change x86_64 call_insn to 'callq'.
967
861ca91f
AT
9682016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
969
970 * gdb.trace/tfile-avx.c: Move to...
971 * gdb.trace/tracefile-pseudo-reg.c: Here.
972 * gdb.trace/tfile-avx.exp: Move to...
973 * gdb.trace/tracefile-pseudo-reg.exp: Here.
974
bf74e428
GB
9752016-02-24 Gary Benson <gbenson@redhat.com>
976
977 * gdb.base/attach-pie-noexec.exp: Do not expect an error
978 message on attach.
979
cce0e923
DE
9802016-02-23 Doug Evans <dje@google.com>
981
982 * gdb.base/skip.c (test_skip): New function.
983 (end_test_skip_file_and_function): New function.
984 (test_skip_file_and_function): New function.
985 * gdb.base/skip1.c (test_skip): New function.
986 (skip1_test_skip_file_and_function): New function.
987 * gdb.base/skip.exp: Add tests for new skip options.
988 * gdb.base/skip-solib.exp: Update expected output.
989 * gdb.perf/skip-command.cc: New file.
990 * gdb.perf/skip-command.exp: New file.
991 * gdb.perf/skip-command.py: New file.
992
4000e47e
MK
9932016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
994
995 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
996 info registers pattern.
997
24f75ead
IB
9982016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
999
1000 * lib/future.exp: Add D support.
1001 (gdb_find_gdc): New proc.
1002 (gdb_default_target_compile): Add D support.
1003
fbb7bcbe
WW
10042016-02-18 Wei-cheng Wang <cole945@gmail.com>
1005
1006 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1007 user+system time.
1008 (trace_speed_test): Determine the iteration count for a time
1009 between 15..30 seconds.
1010
012b3a21
WT
10112016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1012
1013 * gdb.arch/i386-mpx-sigsegv.c: New file.
1014 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1015 * gdb.arch/i386-mpx-simple_segv.c: New file.
1016 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1017
2d5189bd
YQ
10182016-02-18 Yao Qi <yao.qi@linaro.org>
1019
1020 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1021 Don't call setup_kfail.
1022
40fb20d0
YQ
10232016-02-18 Yao Qi <yao.qi@linaro.org>
1024
1025 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1026 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1027
21b1f8d2
DE
10282016-02-16 Doug Evans <dje@google.com>
1029
1030 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1031 * gdb.base/skip1.c: Ditto.
1032 * gdb.base/skip.exp: Whitespace cleanup.
1033
4041ed77
DB
10342016-02-16 Don Breazeal <donb@codesourcery.com>
1035
1036 PR remote/19496
1037 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1038 Remove kfail for PR remote/19496.
1039
c4ef31bf
SM
10402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1041
1042 * lib/gdb.exp (standard_temp_file): Return a path specific to
1043 the runtest invocation.
1044
266b65b3
SM
10452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 * gdb.trace/save-trace.exp: Change relative path to be in the
1048 standard output directory.
1049
a7a0a6a9
JK
10502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.arch/i386-prologue.c: Add missing prototypes.
1053
c99dbb42
JK
10542016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1057 * gdb.arch/i386-prologue.exp: Likewise.
1058 * gdb.arch/i386-size.exp: Likewise.
1059
aa480355
SM
10602016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1061
1062 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1063 define object file path.
1064 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1065 file path.
1066 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1067 standard_output_file to define binfile.
1068
ba881f50
JK
10692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1070
1071 Fix compatibility with recent gfortran-5.3.1.
1072 * gdb.fortran/vla-history.exp (print vla1 allocated)
1073 (print vla2 allocated, print $2, print $3): Remove
1074 (print $4): Rename to ...
1075 (print $2): ... here.
1076 (print $9): Rename to ...
1077 (print $5): ... here.
1078 (print $10): Rename to ...
1079 (print $6): ... here.
1080 * gdb.fortran/vla.f90: Add pvla initialization.
1081
e9fb005c
JK
10822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1083
1084 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1085 New test.
1086 * gdb.fortran/vla-value-sub.exp: Likewise.
1087
e44e00ff
MK
10882016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1089
1090 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1091
97e94151
SM
10922016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * i386-biarch-core.exp: Define corefile using
1095 standard_output_file.
1096
01113bc1
YQ
10972016-02-12 Yao Qi <yao.qi@linaro.org>
1098
1099 * gdb.arch/arm-single-step-kernel-helper.c: New.
1100 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1101
33b4777c
MM
11022016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1103
1104 * gdb.btrace/tailcall-only.exp: New.
1105 * gdb.btrace/tailcall-only.c: New.
1106 * gdb.btrace/x86_64-tailcall-only.S: New.
1107 * gdb.btrace/i686-tailcall-only.S: New.
1108
acc23c11
PA
11092016-02-11 Pedro Alves <palves@redhat.com>
1110
1111 * README (Parallel testing): Add missing double quotes.
1112
e352bf0a
PA
11132016-02-11 Pedro Alves <palves@redhat.com>
1114
1115 * README (Parallel testing): New section.
1116 (GDB_PARALLEL): Rewrite.
1117 (FORCE_PARALLEL): Document.
1118
9f5fed78
MK
11192016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1120
1121 * gdb.trace/tfile-avx.c: New test.
1122 * gdb.trace/tfile-avx.exp: New test.
1123
9ef9e6a6
KS
11242016-02-09 Keith Seitz <keiths@redhat.com>
1125
1126 PR breakpoints/19546
1127 * gdb.base/infcall-exec.c: New file.
1128 * gdb.base/infcall-exec2.c: New file.
1129 * gdb.base/infcall-exec.exp: New file.
1130
a96e36da
KS
11312016-02-09 Keith Seitz <keiths@redhat.com>
1132
1133 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1134 (toplevel): Call test_bkpt_address.
1135
9f61929f
KS
11362016-02-09 Keith Seitz <keiths@redhat.com>
1137
1138 PR python/19506
1139 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1140 (toplevel): Call test_bkpt_address.
1141
1e94266c
SM
11422016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1143
1144 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1145 to AC_OUTPUT.
1146 * configure: Regenerate.
1147
2a7f3dff
PA
11482016-02-09 Pedro Alves <palves@redhat.com>
1149
1150 PR breakpoints/19548
1151 * gdb.base/execl-update-breakpoints.c (some_function): New
1152 function.
1153 (main): Call it.
1154 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1155 Tighten expected GDB output.
1156
2151ccc5
SM
11572016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1158
1159 * Makefile.in (ALL_SUBDIRS): Remove.
1160 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1161 (distclean maintainer-clean realclean): Likewise.
1162 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1163 * configure: Regenerate.
1164 * gdb.ada/Makefile.in: Delete.
1165 * gdb.arch/Makefile.in: Likewise.
1166 * gdb.asm/Makefile.in: Likewise.
1167 * gdb.base/Makefile.in: Likewise.
1168 * gdb.btrace/Makefile.in: Likewise.
1169 * gdb.cell/Makefile.in: Likewise.
1170 * gdb.compile/Makefile.in: Likewise.
1171 * gdb.cp/Makefile.in: Likewise.
1172 * gdb.disasm/Makefile.in: Likewise.
1173 * gdb.dlang/Makefile.in: Likewise.
1174 * gdb.dwarf2/Makefile.in: Likewise.
1175 * gdb.fortran/Makefile.in: Likewise.
1176 * gdb.gdb/Makefile.in: Likewise.
1177 * gdb.go/Makefile.in: Likewise.
1178 * gdb.guile/Makefile.in: Likewise.
1179 * gdb.java/Makefile.in: Likewise.
1180 * gdb.linespec/Makefile.in: Likewise.
1181 * gdb.mi/Makefile.in: Likewise.
1182 * gdb.modula2/Makefile.in: Likewise.
1183 * gdb.multi/Makefile.in: Likewise.
1184 * gdb.objc/Makefile.in: Likewise.
1185 * gdb.opencl/Makefile.in: Likewise.
1186 * gdb.opt/Makefile.in: Likewise.
1187 * gdb.pascal/Makefile.in: Likewise.
1188 * gdb.perf/Makefile.in: Likewise.
1189 * gdb.python/Makefile.in: Likewise.
1190 * gdb.reverse/Makefile.in: Likewise.
1191 * gdb.server/Makefile.in: Likewise.
1192 * gdb.stabs/Makefile.in: Likewise.
1193 * gdb.threads/Makefile.in: Likewise.
1194 * gdb.trace/Makefile.in: Likewise.
1195 * gdb.xml/Makefile.in: Likewise.
1196 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1197 GDB_PARALLEL.
1198 (standard_output_file): Remove check for GDB_PARALLEL, always
1199 return path in outputs/$subdir/$testname.
1200
437277d4
SM
12012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1202
1203 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1204 (site.exp): Assign abs_srcdir to tcl's srcdir.
1205
31d913c7
YQ
12062016-02-04 Yao Qi <yao.qi@linaro.org>
1207
1208 * gdb.base/foll-exec-mode.c: Include limits.h.
1209 (main): Add parameters argc and argv. Get directory from
1210 argv[0].
1211 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1212 compilation.
1213 * gdb.base/foll-exec.c: Include limits.h.
1214 (main): Add parameters argc and argv.
1215 Get directory from argv[0].
1216 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1217 Adjust tests on the number of lines as source code changed.
1218 * gdb.base/foll-vfork-exit.c: Include limits.h.
1219 (main): Add one line of statement before vfork.
1220 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1221 (main): Add parameters argc and argv. Get directory from
1222 argv[0].
1223 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1224 (setup_gdb): Set tbreak to skip some source lines.
1225 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1226 (main): Add parameters argc and argv. Get directory from
1227 argv[0].
1228 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1229 compilation.
1230 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1231 (main): Add parameters argc and argv. Get directory from
1232 argv[0].
1233 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1234 compilation.
1235
9482b9fb
DE
12362016-02-01 Doug Evans <dje@google.com>
1237
1238 * gdb.base/skip.exp: Clean up multiple references to same test name.
1239
6b2e4f10
PA
12402016-02-01 Pedro Alves <palves@redhat.com>
1241
ccb6afd6 1242 PR remote/19496
6b2e4f10
PA
1243 * gdb.threads/forking-threads-plus-breakpoint.exp
1244 (displaced_stepping_supported): New global.
1245 (probe_displaced_stepping_support): New procedure.
1246 (do_test): Add 'displaced' parameter, and use it.
1247 (top level): Check for displaced stepping support. Add displaced
1248 stepping on/off testing axis.
1249
37a8db1a
AB
12502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1253 pointer. Don't perform further tests on the unassociated pointer
1254 if the first test fails.
1255
5fdf6324
AB
12562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.base/max-value-size.c: New file.
1259 * gdb.base/max-value-size.exp: New file.
1260 * gdb.base/huge.exp: Disable max-value-size for this test.
1261
935c6144
IB
12622016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1263
1264 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1265
7fe8399d
YQ
12662016-01-28 Yao Qi <yao.qi@linaro.org>
1267
1268 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1269
a2077e25
PA
12702016-01-25 Pedro Alves <palves@redhat.com>
1271
1272 PR threads/19461
1273 * gdb.base/fork-running-state.c: New file.
1274 * gdb.base/fork-running-state.exp: New file.
1275
1d2736d4
PA
12762016-01-25 Pedro Alves <palves@redhat.com>
1277
1278 PR gdb/19494
1279 * gdb.base/catch-fork-kill.c: New file.
1280 * gdb.base/catch-fork-kill.exp: New file.
1281
f1da4b11
PA
12822016-01-25 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1285 Delete, moved to lib/gdb.exp.
1286 * gdb.threads/forking-threads-plus-breakpoint.exp
1287 (foreach_with_prefix): Likewise.
1288 * gdb.threads/process-dies-while-handling-bp.exp
1289 (foreach_with_prefix): Likewise.
1290 * lib/gdb.exp (foreach_with_prefix): New procedure.
1291
45f38546
MK
12922016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1293
1294 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1295 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1296
dc29a1ce
MK
12972016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1298
1299 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1300 endian targets.
1301
092127d7
JK
13022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1303 Pedro Alves <palves@redhat.com>
1304
1305 Fix testsuite compatibility with Guile.
1306 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1307 number.
1308
31d765d3
JK
13092016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1310
1311 Fix testsuite compatibility with Guile.
1312 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1313 (thread 1): New test for backtrace through signal handler.
1314
1ac78c04
YQ
13152016-01-22 Yao Qi <yao.qi@linaro.org>
1316
1317 PR testsuite/19491
1318 * gdb.base/multi-forks.c: Include
1319 ../lib/unbuffer_output.c
1320 (main): Call gdb_unbuffer_output.
1321
4f5946a8
DE
13222016-01-21 Doug Evans <dje@google.com>
1323
1324 * lib/ada.exp (gdb_compile_ada): Fix typo.
1325
305e13e6
JB
13262016-01-21 Joel Brobecker <brobecker@adacore.com>
1327
1328 * gdb.base/break-fun-addr.exp: New file.
1329 * gdb.base/break-fun-addr1.c: New file.
1330 * gdb.base/break-fun-addr2.c: New file.
1331
5f5dfff6
SM
13322016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1333
1334 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1335 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1336 enum flag values.
1337
fd356fa2
AA
13382016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1339
1340 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1341 when GDB can not set the vector return value. Add more comments
1342 for clarification.
1343
9df22175
AT
13442016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1345
1346 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1347 command.
1348
41d1845e
SM
13492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1350
1351 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1352
01ac6840
SM
13532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1354
1355 * Makefile.in (check-single): Pass --status to runtest.
1356 (check/%.exp): Likewise.
1357
13582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1359
1360 * Makefile.in (check-parallel): Propagate return code from make
1361 do-check-parallel.
1362
bd0a71fa
MK
13632016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1364
1365 * gdb.trace/ftrace.exp: Fix expected message on continue.
1366 * gdb.trace/pending.exp: Fix expected message on continue.
1367 * gdb.trace/trace-break.exp: Fix expected message on continue.
1368
8bcbad33
SM
13692016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1370
1371 * lib/gdb.exp (gdb_test): Remove unused global references.
1372
f303dbd6
PA
13732016-01-18 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/async-shell.exp: Adjust expected output.
1376 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1377 * gdb.base/siginfo-thread.exp: Adjust expected output.
1378 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1379 * gdb.java/jnpe.exp: Adjust expected output.
1380 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1381 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1382 * gdb.threads/leader-exit.exp: Adjust expected output.
1383 * gdb.threads/manythreads.exp: Adjust expected output.
1384 * gdb.threads/pthreads.exp: Adjust expected output.
1385 * gdb.threads/schedlock.exp: Adjust expected output.
1386 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1387 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1388 expected output.
1389 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1390 output.
1391 * gdb.threads/sigthread.exp: Adjust expected output.
1392 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1393
b2789696
YQ
13942016-01-18 Yao Qi <yao.qi@linaro.org>
1395
1396 * gdb.guile/scm-section-script.c: Replace @progbits with
1397 %progbits.
1398 * gdb.python/py-section-script.c: Likewise.
1399
71ef29a8
PA
14002016-01-15 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.multi/tids.exp: Test star wildcard ranges.
1403
3f5b7598
PA
14042016-01-15 Pedro Alves <palves@redhat.com>
1405
1406 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1407 command from "thread apply" invocation.
1408 (thr_apply_info_thr_invalid): Default the expected output to the
1409 input tid list.
1410 (top level): Add tests that use convenience variables. Add tests
1411 for "thread apply" with a valid TID list, but missing the command.
1412
663f6d42
PA
14132016-01-13 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.base/default.exp: Expect $_gthread as well.
1416 * gdb.multi/tids.exp: Test $_gthread.
1417 * gdb.threads/thread-specific.exp: Test $_gthread.
1418
c84f6bbf
PA
14192016-01-13 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.multi/tids.exp: Test "info threads -gid".
1422
22a02324
PA
14232016-01-13 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1426 Breakpoint.thread.
1427 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1428
5d5658a1
PA
14292016-01-07 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.base/break.exp: Adjust to output changes.
1432 * gdb.base/hbreak2.exp: Likewise.
1433 * gdb.base/sepdebug.exp: Likewise.
1434 * gdb.base/watch_thread_num.exp: Likewise.
1435 * gdb.linespec/keywords.exp: Likewise.
1436 * gdb.multi/info-threads.exp: Likewise.
1437 * gdb.threads/thread-find.exp: Likewise.
1438 * gdb.multi/tids.c: New file.
1439 * gdb.multi/tids.exp: New file.
1440
84654457
PA
14412016-01-13 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1444
e3940304
PA
14452016-01-13 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.base/default.exp: Expect $_inferior as well.
1448 * gdb.multi/base.exp: Test $_inferior.
1449
a911d87a
PA
14502016-01-13 Pedro Alves <palves@redhat.com>
1451
1452 PR breakpoints/19388
1453 * gdb.base/catch-signal-siginfo-cond.c: New file.
1454 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1455
82075af2
JS
14562016-01-12 Josh Stone <jistone@redhat.com>
1457 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1458
1459 * gdb.base/catch-syscall.c (do_execve): New variable.
1460 (main): Conditionally trigger an execve.
1461 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1462 (test_catch_syscall_execve): New, check entry/return across execve.
1463 (do_syscall_tests): Call test_catch_syscall_execve.
1464
e46eeedd
PA
14652016-01-12 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.base/random-signal.exp (do_test): New procedure, with body
1468 of testcase moved in.
1469
01d8c27e
JK
14702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1471 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.base/funcargs.exp (finish from indirectly called function):
1474 Reintroduce the case for 'First'.
1475
9a706302
JK
14762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1477 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1480 (tcatch_vfork_then_child_follow_exec)
1481 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1482 identification.
1483
c0ecb95f
JK
14842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1485
1486 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1487 and repeats to unlimited.
1488 * gdb.python/py-value.exp: Likewise.
1489 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1490 and repeats to unlimited.
1491
6cfc1fcb
JK
14922016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1493
1494 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1495 and reordering the functions.
1496 * gdb.multi/hangout.c: Likewise.
1497 * gdb.multi/hello.c: Likewise.
1498
582a1b00
SM
14992016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1500
1501 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1502 absolute.
1503 (SingleStatisticTestResult.report): Use dict.keys instead of
1504 dict.iterkeys.
1505
79bc59cb
PA
15062016-01-06 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1509
43368e1d
MM
15102016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1511
1512 * gdb.btrace/dlopen.exp: New.
1513 * gdb.btrace/dlopen.c: New.
1514 * gdb.btrace/dlopen-dso.c: New.
1515
79fad5b8
SL
15162015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1517
1518 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1519 PATTERN argument is optional.
1520
ab8314b3
JB
15212015-12-24 Joel Brobecker <brobecker@adacore.com>
1522
1523 * lib/ada.exp (target_compile_ada_from_dir): New function.
1524 (gdb_compile_ada): Reimplement avoiding the use of project files.
1525 * gdb.ada/gnat_ada.gpr: Delete.
1526 * gdb.ada/cond_lang.exp: Adjust test to make path before
1527 filename optional.
1528 * gdb.ada/small_reg_param.exp: Likewise.
1529
fe33faff
SM
15302015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1531
1532 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1533
6d265cb4
TP
15342015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1535
1536 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1537 case.
1538
10125099
SM
15392015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1540
1541 * gdb.base/break.exp: Remove dead code.
1542 * gdb.base/sepdebug.exp: Likewise.
1543
3ca22649
SM
15442015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1545
1546 * gdb.asm/asm-source.exp: Remove HP-UX references.
1547 * gdb.base/annota1.exp: Likewise.
1548 * gdb.base/annota3.exp: Likewise.
1549 * gdb.base/attach.exp: Likewise.
1550 * gdb.base/bigcore.exp: Likewise.
1551 * gdb.base/break.exp: Likewise.
1552 * gdb.base/call-ar-st.exp: Likewise.
1553 * gdb.base/callfuncs.exp: Likewise.
1554 * gdb.base/catch-fork-static.exp: Likewise.
1555 * gdb.base/display.exp: Likewise.
1556 * gdb.base/foll-exec-mode.exp: Likewise.
1557 * gdb.base/foll-exec.exp: Likewise.
1558 * gdb.base/foll-fork.exp: Likewise.
1559 * gdb.base/foll-vfork.exp: Likewise.
1560 * gdb.base/funcargs.exp: Likewise.
1561 * gdb.base/hbreak2.exp: Likewise.
1562 * gdb.base/inferior-died.exp: Likewise.
1563 * gdb.base/interrupt.exp: Likewise.
1564 * gdb.base/multi-forks.exp: Likewise.
1565 * gdb.base/nodebug.exp: Likewise.
1566 * gdb.base/sepdebug.exp: Likewise.
1567 * gdb.base/solib1.c: Likewise.
1568 * gdb.base/step-test.exp: Likewise.
1569 * gdb.mi/non-stop.c: Likewise.
1570 * gdb.mi/pthreads.c: Likewise.
1571 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1572 * gdb.threads/pthreads.c: Likewise.
1573 * gdb.threads/staticthreads.exp: Likewise.
1574 * lib/future.exp: Likewise.
1575 * lib/gdb.exp: Likewise.
1576 * gdb.base/so-indr-cl.c: Remove.
1577 * gdb.base/so-indr-cl.exp: Likewise.
1578 * gdb.base/solib.c: Likewise.
1579 * gdb.base/solib.exp: Likewise.
1580 * gdb.base/solib2.c: Likewise.
1581
b6304613
SM
15822015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1583
1584 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1585 * gdb.base/call-ar-st.exp: Likewise.
1586 * gdb.base/callfuncs.exp: Likewise.
1587 * gdb.base/condbreak.exp: Likewise.
1588 * gdb.base/constvars.exp: Likewise.
1589 * gdb.base/hbreak2.exp: Likewise.
1590 * gdb.base/langs.exp: Likewise.
1591 * gdb.base/list.exp: Likewise.
1592 * gdb.base/long_long.exp: Likewise.
1593 * gdb.base/ptype.exp: Likewise.
1594 * gdb.base/scope.exp: Likewise.
1595 * gdb.base/signals.exp: Likewise.
1596 * gdb.base/so-impl-ld.exp: Likewise.
1597 * gdb.base/varargs.exp: Likewise.
1598 * gdb.base/volatile.exp: Likewise.
1599 * gdb.base/whatis.exp: Likewise.
1600 * gdb.cp/cplusfuncs.exp: Likewise.
1601 * gdb.cp/inherit.exp: Likewise.
1602 * gdb.cp/local.exp: Likewise.
1603 * gdb.cp/member-ptr.exp: Likewise.
1604 * gdb.cp/method.exp: Likewise.
1605 * gdb.cp/overload.exp: Likewise.
1606 * gdb.cp/templates.exp: Likewise.
1607 * gdb.stabs/weird.exp: Likewise.
1608 * lib/compiler.c: Likewise.
1609 * lib/compiler.cc: Likewise.
1610 * lib/cp-support.exp: Likewise.
1611 * lib/gdb.exp: Likewise.
1612
bf401b07
SM
16132015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1614
1615 * configure.ac: Remove HP-UX case.
1616 * configure: Regenerate.
1617
aff9c0f8
SM
16182015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1619
1620 * lib/gdb.exp (gdb_compile): Add function doc.
1621
a6904d5a
PA
16222015-12-17 Pedro Alves <palves@redhat.com>
1623
1624 PR threads/19354
1625 * gdb.multi/info-threads.exp: New file.
1626
a22279dd
YQ
16272015-12-15 Yao Qi <yao.qi@linaro.org>
1628
1629 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1630 is aarch64*-*-*.
1631
0588c796
SL
16322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1633
1634 * gdb.base/history-duplicates.exp: Skip if no readline support.
1635
5d978e17
SL
16362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1637
1638 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1639
7e763b86
SL
16402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1641
1642 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1643
87a3a92c
SL
16442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1645
1646 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1647 ctrl-C if nointerrupts target property is set.
1648 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1649 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1650 * gdb.base/paginate-bg-execution.exp: Likewise.
1651 * gdb.base/paginate-execution-startup.exp: Likewise.
1652 * gdb.base/random-signal.exp: Likewise.
1653 * gdb.base/range-stepping.exp: Likewise.
1654 * gdb.cp/annota2.exp: Likewise.
1655 * gdb.cp/annota3.exp: Likewise.
1656 * gdb.gdb/selftest.exp: Likewise.
1657 * gdb.threads/continue-pending-status.exp: Likewise.
1658 * gdb.threads/leader-exit.exp: Likewise.
1659 * gdb.threads/manythreads.exp: Likewise.
1660 * gdb.threads/pthreads.exp: Likewise.
1661 * gdb.threads/schedlock.exp: Likewise.
1662 * gdb.threads/sigthread.exp: Likewise.
1663
a8f077dc
DB
16642015-12-11 Don Breazeal <donb@codesourcery.com>
1665
1666 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1667 remote.
1668 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1669 * gdb.base/foll-exec.exp (main): Enable for target remote.
1670 * gdb.base/foll-fork.exp (main): Likewise.
1671 * gdb.base/foll-vfork.exp (main): Likewise.
1672 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1673 (proc continue_to_exit_bp_loc): Use clean_restart.
1674 * gdb.base/pie-execl.exp (main): Disable for target remote.
1675 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1676 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1677 * gdb.threads/execl.exp (main): Likewise.
1678 * gdb.threads/fork-child-threads.exp (main): Likewise.
1679 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1680 remote.
1681 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1682 remote.
1683 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1684 pid.tid style ptids, instead of just tid.
1685 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1686 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1687 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1688 ptids, instead of just tid.
1689
3b2464a8
AB
16902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.base/list.exp (test_list_forward): Add end of file error
1693 test.
1694 (test_repeat_list_command): Add end of file error test.
1695 (test_list_backwards): Add beginning of file error test.
1696
a0def019
AB
16972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1698
1699 * gdb.base/list.exp (test_list_invalid_args): New function,
1700 defined, and called.
1701
5c000dff
AB
17022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 * gdb.base/list.exp (test_list): Make test names unique.
1705
f1637ebe
YQ
17062015-12-11 Yao Qi <yao.qi@linaro.org>
1707
1708 * gdb.base/coremaker2.c: Remove.
1709
36d6fc0a
PA
17102015-12-10 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.multi/base.exp: Remove stale "spaces" references.
1713
762f7747
PA
17142015-12-10 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.multi/base.exp: Don't use nowarnings.
1717 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1718 * gdb.multi/hangout.c: Include stdio.h.
1719 * gdb.multi/hello.c: Include stdlib.h.
1720 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1721 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1722 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1723
28d2bfb9
AB
17242015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * gdb.dwarf2/dw2-ranges-base.c: New file.
1727 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1728 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1729 support additional line table, and debug ranges generation.
1730 (Dwarf::ranges): New function, generate .debug_ranges.
1731 (Dwarf::lines): Support generating simple line table programs.
1732 (Dwarf::assemble): Initialise new namespace variables.
1733
5fc2beac
KB
17342015-12-09 Kevin Buettner <kevinb@redhat.com>
1735
1736 * gdb.base/async.exp (proc test_background): Add case for
1737 asynchronous execution not supported.
1738
1c35a88f
LM
17392015-12-09 Luis Machado <lgustavo@codesourcery.com>
1740
1741 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1742 format and change test names to make them unique.
1743
b593e3d9
RK
17442015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1745 Pedro Alves <pedro@redhat.com>
1746
1747 PR gdb/18702
1748 Add checking of floatformats setup on x86_64 hosts.
1749 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1750 (smallval, bigval): New labels/constants.
1751 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1752 float" after loading bigval and smallval.
1753
d72413e6
PMR
17542015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1755
1756 * gdb.ada/fun_overload_menu.exp: New testcase.
1757 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1758
ece66d65
JS
17592015-12-04 Josh Stone <jistone@redhat.com>
1760
1761 * gdb.base/catch-fork-static.exp: New.
1762
41d0efca
YQ
17632015-12-03 Yao Qi <yao.qi@linaro.org>
1764
1765 * gdb.base/sizeof.c: Don't include stdio.h and
1766 ../lib/unbuffer_output.c.
1767 (main): New variable 'size' and 'value'. Remove printf and
1768 gdb_unbuffer_output. Assign return value to size and value.
1769 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1770 at the beginning.
1771 (check_sizeof): Check the result by printing variable 'size'.
1772 (check_valueof): Check the result by printing variable 'value'.
1773
99fd02d9
YQ
17742015-12-01 Yao Qi <yao.qi@linaro.org>
1775
1776 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1777 for aarch64*-*-linux* target.
1778
f2faf941
PA
17792015-11-30 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1782
04bf20c5
PA
17832015-11-30 Pedro Alves <palves@redhat.com>
1784
1785 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1786 Handle non-stop mode vCont replies.
1787
09df4675
PA
17882015-11-30 Pedro Alves <palves@redhat.com>
1789
1790 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1791 prepare_for_testing. Start gdb with "set non-stop on" appended to
1792 GDBFLAGS. Lax expected stop output.
1793
58b584af
YQ
17942015-11-27 Yao Qi <yao.qi@linaro.org>
1795
1796 * gdb.arch/arm-neon.exp: New.
1797 * gdb.arch/arm-neon.c: New.
1798
dfcb77a8
YQ
17992015-11-27 Yao Qi <yao.qi@linaro.org>
1800
1801 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1802
88e8ec1b
YQ
18032015-11-27 Yao Qi <yao.qi@linaro.org>
1804
1805 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1806 frames-invalid annotation.
1807
bfde72c2
YQ
18082015-11-27 Yao Qi <yao.qi@linaro.org>
1809
1810 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1811
f6512a69
SM
18122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1813
1814 * gdb.threads/names.exp: New file.
1815 * gdb.threads/names.c: New file.
1816 * README: Mention gdb,no_thread_names.
1817
46a3515b
MM
18182015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1819
1820 PR 19297
1821 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1822 support" error.
1823
62147a22
PA
18242015-11-24 Pedro Alves <palves@redhat.com>
1825
1826 PR 17539
1827 * gdb.base/display.exp: Expect displays to be sorted in ascending
1828 order. Use multi_line.
1829 * gdb.base/solib-display.exp: Likewise.
1830
2f341b6e
PA
18312015-11-24 Pedro Alves <palves@redhat.com>
1832
1833 PR 17539
1834 * gdb.base/display.exp: Expect displays to be sorted in ascending
1835 order. Use multi_line.
1836 * gdb.base/solib-display.exp: Likewise.
1837
7e0aa6aa
PA
18382015-11-24 Pedro Alves <palves@redhat.com>
1839
1840 PR 17539
1841 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1842 threads in ascending order.
1843 * gdb.base/foll-fork.exp: Likewise.
1844 * gdb.base/foll-vfork.exp: Likewise.
1845 * gdb.base/multi-forks.exp: Likewise.
1846 * gdb.mi/mi-nonstop.exp: Likewise.
1847 * gdb.mi/mi-nsintrall.exp: Likewise.
1848 * gdb.multi/base.exp: Likewise.
1849 * gdb.multi/multi-arch.exp: Likewise.
1850 * gdb.python/py-inferior.exp: Likewise.
1851 * gdb.threads/break-while-running.exp: Likewise.
1852 * gdb.threads/execl.exp: Likewise.
1853 * gdb.threads/gcore-thread.exp: Likewise.
1854 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1855 * gdb.threads/kill.exp: Likewise.
1856 * gdb.threads/linux-dp.exp: Likewise.
1857 * gdb.threads/multiple-step-overs.exp: Likewise.
1858 * gdb.threads/next-bp-other-thread.exp: Likewise.
1859 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1860 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1861 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1862 * gdb.threads/thread-find.exp: Likewise.
1863 * gdb.threads/tls.exp: Likewise.
1864 * lib/mi-support.exp (mi_reverse_list): Delete.
1865 (mi_check_thread_states): No longer reverse list.
1866
2cc57ad8
PA
18672015-11-24 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1870 use lowercase.
1871
c93e8391
SM
18722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1873
1874 * gdb.trace/actions.c: Include trace-common.h.
1875 (main): Add a location for a fast tracepoint.
1876 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1877 the normal tracepoints.
1878 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1879
045ccf91
SM
18802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1881
1882 * save-trace.exp: Factor out code to these...
1883 (gdb_save_tracepoints): New.
1884 (gdb_load_tracepoints): New.
1885 (do_save_load_test): New.
1886
5506f9f6
KB
18872015-11-23 Kevin Buettner <kevinb@redhat.com>
1888
1889 * gdb.base/asmlabel.exp: New test.
1890 * gdb.base/asmlabel.c: New test case.
1891
16c3b12f
JB
18922015-11-23 Joel Brobecker <brobecker@adacore.com>
1893
1894 * gdb.base/wrong_frame_bt_full-main.c: New file.
1895 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1896 * gdb.base/wrong_frame_bt_full.exp: New file.
1897
155bfbd3
JB
18982015-11-23 Joel Brobecker <brobecker@adacore.com>
1899
1900 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1901
bb097445
JM
19022015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1903
206853a0 1904 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1905 pstate register when comparing registers values in
1906 sparc64-*-linux-gnu targets to avoid spurious differences.
1907
9c88ed8f
JM
19082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1909
206853a0 1910 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1911
96161e25
SL
19122015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1913
1914 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1915 as type argument to gdb_compile.
1916 * gdb.base/nested-subp2.exp: Likewise.
1917 * gdb.base/nested-subp3.exp: Likewise.
1918
340c2830
DV
19192015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1920
1921 * lib/dwarf.exp (_note): Fix left shift of negative value.
1922 * gdb.trace/trace-condition.exp: Likewise.
1923
c1862d0f
YQ
19242015-11-13 Yao Qi <yao.qi@linaro.org>
1925
1926 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1927 comments about d10v.
1928 (test_scalar_returns): Likewise.
1929 * gdb.base/d10v.ld: Remove.
1930 * gdb.base/overlays.exp: Remove the target triplet checking for
1931 d10v-*-*.
1932 * gdb.base/structs.exp (test_struct_returns): Remove the
1933 comments about d10v.
1934 (test_struct_calls): Likewise.
1935
77ae9c19
YQ
19362015-11-13 Yao Qi <yao.qi@linaro.org>
1937
1938 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1939 * gdb.base/gnu_vector.c: Don't include stdio.h.
1940 (main): Don't print res and call add_some_intvecs.
1941
430e004e
MK
19422015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1943
1944 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1945 macro.
1946 (func5): Removed.
1947 (func4): Use FAST_TRACEPOINT_LABEL.
1948 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1949 macro.
1950 (func): Removed.
1951 (thread_function): Use FAST_TRACEPOINT_LABEL.
1952 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1953 (func): Remove.
1954 (marker): Use FAST_TRACEPOINT_LABEL.
1955 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1956 (pendfunc1): Remove.
1957 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1958 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1959 (foo): Remove.
1960 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1961 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1962 macro.
1963 (func): Remove.
1964 (marker): Use FAST_TRACEPOINT_LABEL.
1965 * gdb.trace/trace-common.h: New header.
1966 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1967 macro.
1968 (func): Remove.
1969 (marker): Use FAST_TRACEPOINT_LABEL.
1970 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1971 (func): Remove.
1972 (thread_function): Use FAST_TRACEPOINT_LABEL.
1973
6e7675a7
MK
19742015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1975
1976 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1977 in front.
1978 * gdb.trace/change-loc.exp: Use global pcreg definition.
1979 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1980 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1981 in front.
1982 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1983 * gdb.trace/pending.exp: Likewise.
1984 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1985 * gdb.trace/trace-break.exp: Likewise.
1986 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1987 in front.
1988 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1989 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1990 in front.
1991 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1992
dddc0e16
JB
19932015-11-09 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.ada/fin_fun_out: New testcase.
1996
c6f0b406
KB
19972015-11-07 Kevin Buettner <kevinb@redhat.com>
1998
1999 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2000 value associated with DW_AT_byte_size.
2001 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2002 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2003 DW_AT_upper_bound.
2004
f01dcfd9
KB
20052015-11-07 Kevin Buettner <kevinb@redhat.com>
2006
2007 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2008 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2009 version.
2010 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2011 gdb.dwarf2/dw2-canonicalize-type.exp,
2012 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2013 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2014 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2015 provided by gdb_target_symbol_prefix_flags_asm.
2016 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2017 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2018 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2019 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2020 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2021 macros where needed). Use this macro for symbols which require
2022 the prefix provided by SYMBOL_PREFIX.
2023
2223449a
KB
20242015-11-05 Kevin Buettner <kevinb@redhat.com>
2025
2026 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2027 New procs.
2028 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2029 representing expressions, of more than one list element.
2030 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2031 to prepend linker symbol prefix to f.
2032 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2033 table_1 and table_2.
2034 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2035 Likewise, for f and g.
2036 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2037 for ptr.
2038 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2039 for main.
2040 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2041 table_1_ptr and table_2_ptr.
2042
6f2f1a3a
JK
20432015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2044 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2047
566c56c9
MK
20482015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2049
2050 * gdb.reverse/s390-mvcle.c: New test.
2051 * gdb.reverse/s390-mvcle.exp: New file.
2052 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2053
d5f0636b
MK
20542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2055
2056 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2057
7ad8b86c
MK
20582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2059
2060 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2061 reaching marker2.
2062 * gdb.reverse/getresuid-reverse.exp: Likewise.
2063 * gdb.reverse/pipe-reverse.exp: Likewise.
2064 * gdb.reverse/readv-reverse.exp: Likewise.
2065 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2066 * gdb.reverse/time-reverse.exp: Likewise.
2067 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2068
4081c0f1
YQ
20692015-10-30 Yao Qi <yao.qi@linaro.org>
2070
2071 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2072 (empty_cycle): Remove.
2073 (main): Don't call empty_cycle. Don't use watch_count_done.
2074 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2075 empty_cycle. Rewrite the code counting HW watchpoints.
2076
452b4ba5
MK
20772015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2078
2079 * gdb.reverse/fstatat-reverse.c: New test.
2080 * gdb.reverse/fstatat-reverse.exp: New file.
2081 * gdb.reverse/getresuid-reverse.c: New test.
2082 * gdb.reverse/getresuid-reverse.exp: New file.
2083 * gdb.reverse/pipe-reverse.c: New test.
2084 * gdb.reverse/pipe-reverse.exp: New file.
2085 * gdb.reverse/readv-reverse.c: New test.
2086 * gdb.reverse/readv-reverse.exp: New file.
2087 * gdb.reverse/recvmsg-reverse.c: New test.
2088 * gdb.reverse/recvmsg-reverse.exp: New file.
2089 * gdb.reverse/time-reverse.c: New test.
2090 * gdb.reverse/time-reverse.exp: New file.
2091 * gdb.reverse/waitpid-reverse.c: New test.
2092 * gdb.reverse/waitpid-reverse.exp: New file.
2093
5e2e7507
JK
20942015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2095
2096 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2097
0fde2c53
DE
20982015-10-26 Doug Evans <dje@google.com>
2099
2100 PR symtab/17391
2101 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2102 * gdb.dwarf2/bad-regnum.c: New file.
2103 * gdb.dwarf2/bad-regnum.exp: New file.
2104
1a70ae97
DE
21052015-10-26 Doug Evans <dje@google.com>
2106
2107 PR python/18938
2108 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2109 file.
2110
27dc26ab
JK
21112015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2112
2113 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2114 for a change by "Mention language in compile error message".
2115
bed91f4d
SM
21162015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2117
2118 PR python/18073
2119 * gdb.python/py-type.c (C::a_method): New.
2120 (C::a_const_method): New.
2121 (C::a_static_method): New.
2122 (a_function): New.
2123 * gdb.python/py-type.exp (test_fields): Test getting fields
2124 from function and method.
2125
3f2f83dd
KB
21262015-10-21 Keven Boell <keven.boell@intel.com>
2127
2128 * gdb.fortran/vla-alloc-assoc.exp: New file.
2129 * gdb.fortran/vla-datatypes.exp: New file.
2130 * gdb.fortran/vla-datatypes.f90: New file.
2131 * gdb.fortran/vla-history.exp: New file.
2132 * gdb.fortran/vla-ptype-sub.exp: New file.
2133 * gdb.fortran/vla-ptype.exp: New file.
2134 * gdb.fortran/vla-sizeof.exp: New file.
2135 * gdb.fortran/vla-sub.f90: New file.
2136 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2137 * gdb.fortran/vla-value-sub-finish.exp: New file.
2138 * gdb.fortran/vla-value-sub.exp: New file.
2139 * gdb.fortran/vla-value.exp: New file.
2140 * gdb.fortran/vla-ptr-info.exp: New file.
2141 * gdb.mi/mi-vla-fortran.exp: New file.
2142 * gdb.mi/vla.f90: New file.
2143
27145d50
SL
21442015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2145
2146 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2147 of hardwired timeout value.
2148
5f3ff4f8
JK
21492015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2150 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2153 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2154
bfd09d20
JS
21552015-10-19 Josh Stone <jistone@redhat.com>
2156
2157 * gdb.base/catch-syscall.c: Include <sched.h>.
2158 (unknown_syscall): New variable.
2159 (main): Trigger a vfork and an unknown syscall.
2160 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2161 (unknown_syscall_number): Likewise.
2162 (check_call_to_syscall): Accept an optional syscall pattern.
2163 (check_return_from_syscall): Likewise.
2164 (check_continue): Likewise.
2165 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2166 (test_catch_syscall_skipping_return): New test toggling off 'catch
2167 syscall' to step over the syscall return, then toggling back on.
2168 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2169 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2170 (do_syscall_tests): Call test_catch_syscall_without_args and
2171 test_catch_syscall_mid_vfork.
2172 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2173 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2174
b32b93c6
AS
21752015-10-19 Andrew Stubbs <ams@codesourcery.com>
2176
2177 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2178 print g_vE): Add new pass patterns.
2179 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2180 print various symbol names for vptr fields.
2181
9d622bda
AB
21822015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2185 results.
2186
0fd8ac1c
YQ
21872015-10-12 Yao Qi <yao.qi@linaro.org>
2188
2189 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2190
34240514
YQ
21912015-10-12 Yao Qi <yao.qi@linaro.org>
2192
2193 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2194 is aarch64*-*-linux*.
2195
8240f442
YQ
21962015-10-12 Yao Qi <yao.qi@linaro.org>
2197
2198 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2199 (can_relocate_bcond_true): ... it.
2200 (can_relocate_bcond_false): New function.
2201 (foo): Likewise.
2202 (can_relocate_bl): Likewise.
2203 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2204 can_relocate_bl.
2205
2520f728
PMR
22062015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2207
2208 * gdb.base/nested-addr.c: New file.
2209 * gdb.base/nested-addr.exp: New testcase.
2210
abcef95a
MM
22112015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2212
2213 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2214 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2215 its output. Ignore the output of "record goto begin" and instead
2216 check that GDB is replaying.
2217
145e3ddb
PA
22182015-10-09 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2221 (top level): Use it in the run with no args test.
2222
d5d8c4e1
IB
22232015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2224
2225 * gdb.dlang/properties.exp: New file.
2226
06e635ef
SL
22272015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2228
2229 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2230 whether or not address 0x1000 is mapped on the target.
2231
e019fd1d
SM
22322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2233
2234 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2235 build.
2236
77ba2a67
MM
22372015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2238
2239 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2240 instruction-history test.
2241
c60eb31f
DE
22422015-09-28 Doug Evans <dje@google.com>
2243
2244 * gdb.base/gcore.c (array_func): Add reference to static_array.
2245
9a3c8263
SM
22462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2247
2248 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2249 source line.
2250
9720e656
SL
22512015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2252
2253 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2254 short or char as base type.
2255
938d3bf2
SL
22562015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2257
2258 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2259 to allow any size enum.
2260
e6c2c623
PMR
22612015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2262
2263 * gdb.ada/array_ptr_renaming.exp: New testcase.
2264 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2265 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2266
06da0f77
PL
22672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2268
2269 * gdb.trace/ftrace-lock.c: New file.
2270 * gdb.trace/ftrace-lock.exp: New file.
2271
4f51c22a
PL
22722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2273
2274 * gdb.arch/insn-reloc.c: New file.
2275 * gdb.arch/ftrace-insn-reloc.exp: New file.
2276
7041adf4
PL
22772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2278
2279 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2280 instruction.
2281 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2282 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2283 * gdb.trace/range-stepping.c: Likewise.
2284 * gdb.trace/trace-break.c: Likewise.
2285 * gdb.trace/trace-mt.c (thread_function): Likewise.
2286 * gdb.trace/ftrace.c (marker): Likewise.
2287 * gdb.trace/trace-condition.c (marker): Likewise.
2288 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2289 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2290 is_aarch64_target.
2291
015d2e7e
DE
22922015-09-18 Doug Evans <xdje42@gmail.com>
2293
2294 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2295 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2296
26b188a2
SL
22972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2298
2299 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2300 the breakpoint.
2301
79dc332b
SL
23022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2303
2304 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2305 the pending breakpoint. Remove timeout override for "Run till
2306 MI pending breakpoint on pendfunc3 on thread 2" test.
2307
f57929f2
SL
23082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2309
2310 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2311 filename pattern.
2312
3f469b17
SL
23132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2314
2315 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2316 in breakpoint filename pattern.
2317
515b89b3
SL
23182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2319
7800dbe4
SL
2320 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2321
23222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2323
515b89b3
SL
2324 * gdb.linespec/explicit.exp: Check for readline support for
2325 tab-completion tests. Fix obvious typo.
2326
d2939ba2
MM
23272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2328
2329 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2330 and replay.
2331
cbb55fa7
MM
23322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2333
2334 * gdb.btrace/non-stop.c: New.
2335 * gdb.btrace/non-stop.exp: New.
2336
43691ca1
PL
23372015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2338 Yao Qi <yao.qi@linaro.org>
2339
2340 * gdb.trace/trace-condition.c: New file.
2341 * gdb.trace/trace-condition.exp: New file.
2342
d78908cf
WW
23432015-09-16 Wei-cheng Wang <cole945@gmail.com>
2344
2345 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2346 for testing bytecode compilation.
2347
1ed415e2
PA
23482015-09-16 Pedro Alves <palves@redhat.com>
2349 Sandra Loosemore <sandra@codesourcery.com>
2350
2351 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2352 (SECONDS): Redefine.
2353 (main): Call pthread_kill and alarm early.
2354 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2355 support.
2356 (test): If the target can't hardware step and doesn't support
2357 displaced stepping, increase the timeout.
2358
d136eff5
PA
23592015-09-16 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2362 (enable_debug): New procedures.
2363 (test): Use them. Bail out if waiting for threads fails.
2364 (top level): Bail out if a test fails.
2365
991f019c
YQ
23662015-09-16 Yao Qi <yao.qi@linaro.org>
2367
2368 * gdb.asm/asm-source.exp: Set asm-arch for
2369 aarch64*-*-* target.
2370 * gdb.asm/aarch64.inc: New file.
2371
bfca584f
PMR
23722015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2373
2374 * gdb.ada/array_of_variable_length.exp: New testcase.
2375 * gdb.ada/array_of_variable_length/foo.adb: New file.
2376 * gdb.ada/array_of_variable_length/pck.adb: New file.
2377 * gdb.ada/array_of_variable_length/pck.ads: New file.
2378
b326e587
DE
23792015-09-15 Doug Evans <dje@google.com>
2380
2381 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2382 of function static local variable.
2383
5382cfab
PW
23842015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2385
2386 * gdb.threads/tls-so_extern.exp: New test file.
2387 * gdb.threads/tls-so_extern.c: New test file.
2388 * gdb.threads/tls-so_extern_main.c: New test file.
2389
141c5cc4
JK
23902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * gdb.opt/solib-intra-step-lib.c: New file.
2393 * gdb.opt/solib-intra-step-main.c: New file.
2394 * gdb.opt/solib-intra-step.exp: New file.
2395
d15dcecd
PA
23962015-09-15 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2399 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2400
4c2f2a79
PA
24012015-09-14 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/hook-stop-continue.c: Delete.
2404 * gdb.base/hook-stop-continue.exp: Delete.
2405 * gdb.base/hook-stop-frame.c: Delete.
2406 * gdb.base/hook-stop-frame.exp: Delete.
2407 * gdb.base/hook-stop.c: New file.
2408 * gdb.base/hook-stop.exp: New file.
2409
919e6dbe
PMR
24102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2411
2412 * gdb.ada/access_to_packed_array.exp: New testcase.
2413 * gdb.ada/access_to_packed_array/foo.adb: New file.
2414 * gdb.ada/access_to_packed_array/pack.adb: New file.
2415 * gdb.ada/access_to_packed_array/pack.ads: New file.
2416
157280a4
MM
24172015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2418
2419 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2420 buffer size test.
2421
2fd33e94
DB
24222015-09-11 Don Breazeal <donb@codesourcery.com>
2423
2424 * gdb.base/foll-exec.c: Add copyright header. Fix
2425 formatting issues.
2426 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2427 (do_exec_tests): Use clean_restart in place of zap_session,
2428 and for test initialization. Fix formatting issues. Use
2429 fail in place of perror.
2430 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2431 an expect statement to match an expression with output from
2432 the program under debug.
2433 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2434 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2435 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2436 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2437 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2438
e70b6e8e
DE
24392015-09-09 Doug Evans <dje@google.com>
2440
2441 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2442
7a551a51
DE
24432015-09-09 Doug Evans <dje@google.com>
2444
2445 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2446
4c666f84
DE
24472015-09-09 Doug Evans <dje@google.com>
2448
2449 * gdb.base/savedregs.exp: Fix typo.
2450
243a9253
PA
24512015-09-09 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2454
c0fa8fbd
SL
24552015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2456
2457 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2458 command actually switches threads. Give up on remaining
2459 tests if target fails to stop at breakpoint.
2460
cd7c1778
PMR
24612015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2462
2463 * gdb.ada/funcall_char.exp: New testcase.
2464 * gdb.ada/funcall_char/foo.adb: New file.
2465
dc5c8746
PMR
24662015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2467
2468 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2469 expected outputs. Add two testcases for completing ambiguous
2470 functions.
2471 * gdb.ada/complete/aux_pck.adb: New file.
2472 * gdb.ada/complete/aux_pck.ads: New file.
2473 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2474 Ambiguous_Func functions.
2475 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2476 * gdb.ada/complete/pck.adb: Likewise.
2477
4e83a1e7
UW
24782015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2479
2480 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2481 failures to run the test program under GDB.
2482
8ce74153
LM
24832015-08-26 Luis Machado <lgustavo@codesourcery.com>
2484
2485 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2486 to C.
2487
e9756d52
PP
24882015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2489
2490 * gdb.base/run-after-attach.exp: New test file.
2491 * gdb.base/run-after-attach.c: New test file.
2492
8d37573b
DB
24932015-08-26 Don Breazeal <donb@codesourcery.com>
2494
2495 * gdb.base/foll-exec-2.c: New test program.
2496 * gdb.base/foll-exec-2.exp: New test.
2497
63e43d3a
PMR
24982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2499
2500 * gdb.base/nested-subp1.exp: New file.
2501 * gdb.base/nested-subp1.c: New file.
2502 * gdb.base/nested-subp2.exp: New file.
2503 * gdb.base/nested-subp2.c: New file.
2504 * gdb.base/nested-subp3.exp: New file.
2505 * gdb.base/nested-subp3.c: New file.
2506
3d40fbb5
PA
25072015-08-24 Pedro Alves <palves@redhat.com>
2508
2509 * gdb.server/connect-without-multi-process.c: New file.
2510 * gdb.server/connect-without-multi-process.exp: New file.
2511
4422ac93
LM
25122015-08-24 Luis Machado <lgustavo@codesourcery.com>
2513
2514 * gdb.opt/inline-markers.c: Make z int.
2515
91dddb86
LM
25162015-08-24 Luis Machado <lgustavo@codesourcery.com>
2517
2518 * gdb.opt/inline-markers.c: Make z volatile.
2519
a48847ee
LM
25202015-08-24 Luis Machado <lgustavo@codesourcery.com>
2521
2522 * gdb.opt/inline-bt.c: New volatile global z.
2523 * gdb.opt/inline-cmds.c: Likewise.
2524 * gdb.opt/inline-locals.c: Likewise.
2525 * gdb.opt/inline-markers.c: New extern global z.
2526 (marker): Use z.
2527 (inline_fn): Likewise.
2528
0ebbc52b
PA
25292015-08-24 Pedro Alves <palves@redhat.com>
2530
2531 * config/m32r-stub.exp: Remove file.
2532 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2533 * gdb.base/call-rt-st.exp: Likewise.
2534 * gdb.base/call-strs.exp: Likewise.
2535 * gdb.base/default.exp: Remove references to h8300-*-hms and
2536 *-*-udi*.
2537 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2538
77c365df
AA
25392015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2540
2541 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2542 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2543 and "return" use KFAIL when GDB can not read/write the vector
2544 return value.
2545
4313b8c0
GB
25462015-08-21 Gary Benson <gbenson@redhat.com>
2547
2548 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2549
0e433b32
PA
25502015-08-20 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.server/solib-list.exp: No longer expect an interior stop in
2553 non-stop mode.
2554
221e1a37
PA
25552015-08-20 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.server/connect-stopped-target.c: New file.
2558 * gdb.server/connect-stopped-target.exp: New file.
2559
40e3ad0e
PA
25602015-08-20 Pedro Alves <palves@redhat.com>
2561
2562 * gdb.dwarf2/comp-unit-lang.exp: New file.
2563 * gdb.dwarf2/comp-unit-lang.c: New file.
2564
af39b327
PMR
25652015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2566
2567 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2568 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2569
7d45c7c3 25702015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2571
7d45c7c3
KB
2572 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2573 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2574
4d6cceb4
DE
25752015-08-18 Doug Evans <dje@google.com>
2576 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2577
2578 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2579 skip_python_tests. New arg prompt_regexp.
2580 (skip_python_tests): New function.
2581 * lib/mi-support.exp (mi_skip_python_tests): New function.
2582 * gdb.python/py-mi-objfile-gdb.py: New file.
2583 * gdb.python/py-mi-objfile.c: New file.
2584 * gdb.python/py-mi-objfile.exp: New file.
2585
ad89c2aa
KS
25862015-08-17 Keith Seitz <keiths@redhat.com>
2587
2588 * gdb.linespec/explicit.exp: Move strace test from here ...
2589 * gdb.trace/strace.exp: ... to here.
2590
e3ae3c43
PP
25912015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2592
2593 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2594 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2595
604b2636
DE
25962015-08-14 Doug Evans <xdje42@gmail.com>
2597
2598 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2599 inferior before selecting a new file.
2600
6ff0ba5f
DE
26012015-08-14 Doug Evans <xdje42@gmail.com>
2602
2603 * gdb.mi/mi-disassemble.exp: Update.
2604 * gdb.base/disasm-optim.S: New file.
2605 * gdb.base/disasm-optim.c: New file.
2606 * gdb.base/disasm-optim.h: New file.
2607 * gdb.base/disasm-optim.exp: New file.
2608
9ca98f92
KS
26092015-08-14 Keith Seitz <keiths@redhat.com>
2610
2611 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2612 "evaluated-by".
2613
52bbc560
JB
26142015-08-13 Joel Brobecker <brobecker@adacore.com>
2615
2616 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2617
5d8c3ed3
PMR
26182015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2619
2620 * gdb.ada/fun_renaming.exp: New testcase.
2621 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2622 * gdb.ada/fun_renaming/pack.adb: New file.
2623 * gdb.ada/fun_renaming/pack.ads: New file.
2624
ea8812bc
KS
26252015-08-12 Keith Seitz <keiths@redhat.com>
2626
2627 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2628 gdb_get_line_number.
2629
4dafcdeb
JB
26302015-08-12 Joel Brobecker <brobecker@adacore.com>
2631
2632 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2633 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2634 gdb.base/dso2dso.exp: New files.
2635
5ba32597
SDJ
26362015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2637 Pedro Alves <palves@redhat.com>
2638 Keith Seitz <keiths@redhat.com>
2639
2640 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2641 GDBFLAGS.
2642
b6dafabf
PP
26432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2644
2645 * gdb.base/gdbhistsize-history.exp
2646 (test_histsize_history_setting): Use save_vars.
2647 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2648 Use save_vars.
2649 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2650 * gdb.base/readline.exp: Use save_vars.
2651
abe8e607
PP
26522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2653
2654 * lib/gdb.exp (save_vars): New proc.
2655
629500fa
KS
26562015-08-11 Keith Seitz <keiths@redhat.com>
2657
2658 * gdb.base/help.exp: Update help_breakpoint_text.
2659
eb8c4e2e
KS
26602015-08-11 Keith Seitz <keiths@redhat.com>
2661
2662 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2663 (at toplevel): Call test_explicit_breakpoints.
2664 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2665 breakpoints.
2666 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2667 breakpoint conditions, "-cond".
2668
87f0e720
KS
26692015-08-11 Keith Seitz <keiths@redhat.com>
2670
2671 * gdb.linespec/3explicit.c: New file.
2672 * gdb.linespec/cpexplicit.cc: New file.
2673 * gdb.linespec/cpexplicit.exp: New file.
2674 * gdb.linespec/explicit.c: New file.
2675 * gdb.linespec/explicit.exp: New file.
2676 * gdb.linespec/explicit2.c: New file.
2677 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2678 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2679 before using in the matching pattern.
2680 Clarify that `prefix' is a regular expression.
2681
f00aae0f
KS
26822015-08-11 Keith Seitz <keiths@redhat.com>
2683
2684 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2685 test.
2686 Add tests for missing ",FMT" and ",".
2687
e27852be
DE
26882015-08-10 Doug Evans <dje@google.com>
2689 Keith Seitz <keiths@redhat.com>
2690
2691 PR gdb/17960
2692 * gdb.base/completion.exp: Add location completer tests.
2693
7f03bd92
PA
26942015-08-07 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2697 tests here.
2698 (top level): Run do_test with and without displaced stepping.
2699
3fc8eb30
PA
27002015-08-07 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.base/valgrind-disp-step.c: New file.
2703 * gdb.base/valgrind-disp-step.exp: New file.
2704
d4569d7b
PA
27052015-08-07 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2708 Delete function.
2709 (main): Add alarm. Run an infinite loop instead of calling
2710 wait_threads.
2711 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2712 comment.
2713 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2714 Delete function.
2715 (main): Add alarm. Run an infinite loop instead of calling
2716 wait_threads.
2717 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2718 comment.
2719
e1316e60
PA
27202015-08-07 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.base/checkpoint-ns.exp: New file.
2723 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2724 standard_testfile.
2725
da8c46d2
MM
27262015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2727
2728 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2729 * gdb.btrace/instruction_history.exp: Update.
2730 * gdb.btrace/tsx.exp: New.
2731 * gdb.btrace/tsx.c: New.
2732
de1c2c52
PA
27332015-08-06 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2736 increase timeout.
2737 * gdb.reverse/until-precsave.exp: Bump timeouts.
2738
782e0bf4
PA
27392015-08-06 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2742
83e97ed0
PA
27432015-08-06 Pedro Alves <palves@redhat.com>
2744
2745 PR gdb/18749
2746 * gdb.threads/process-dies-while-handling-bp.c: New file.
2747 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2748
863d01bd
PA
27492015-08-06 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2752 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2753
0a39bb32
PA
27542015-08-05 Pedro Alves <palves@redhat.com>
2755
2756 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2757 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2758
ee2d2b10
SL
27592015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2760
2761 * gdb.base/bp-permanent.exp: Report test as unsupported if
2762 the target cannot stop at the permanent breakpoint.
2763
4e1bdb00
DE
27642015-08-03 Doug Evans <dje@google.com>
2765
2766 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2767 10000.
2768
3d338901
DE
27692015-08-03 Doug Evans <dje@google.com>
2770
2771 * Makefile.in (workers/%.worker, build-perf): New rule.
2772 (GDB_PERFTEST_MODE): New variable.
2773 (check-perf): Use it.
2774 (clean): Clean up gdb.perf parallel build subdirs.
2775 * lib/build-piece.exp: New file.
2776 * lib/gdb.exp (make_gdb_parallel_path): New function
2777 (standard_output_file, standard_temp_file): Call it.
2778 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2779 of $GDB_PARALLEL.
2780 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2781
af061d3e
DE
27822015-08-03 Doug Evans <dje@google.com>
2783
8e1afc81 2784 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2785 (LOG_FILE_NAME): New global.
2786 (TextReporter.__init__): Initialize self.txt_sum.
2787 (TextReporter.report): Add support for multiple data-points.
2788 Move report to perftest.sum, put raw data in perftest.log.
2789 (TextReporter.start): Open sum and log files.
2790 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2791 * gdb.perf/lib/perftest/testresult.py
2792 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2793
2c8c5d37
PA
27942015-07-31 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2797 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2798 kill_wait_spawned_process instead of explicit "kill -9".
2799 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2800 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2801 kill_wait_spawned_process.
2802 * gdb.base/attach-twice.exp: Likewise.
2803 * gdb.base/attach.exp: Likewise.
2804 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2805 gdb_test_multiple.
2806 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2807 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2808 kill_wait_spawned_process.
2809 * gdb.base/valgrind-infcall.exp: Likewise.
2810 * gdb.multi/multi-attach.exp: Likewise.
2811 * gdb.python/py-prompt.exp: Likewise.
2812 * gdb.python/py-sync-interp.exp: Likewise.
2813 * gdb.server/ext-attach.exp: Likewise.
2814 * gdb.threads/attach-into-signal.exp (corefunc): Use
2815 spawn_wait_for_attach, spawn_id_get_pid and
2816 kill_wait_spawned_process.
2817 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2818 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2819 spawn_id_get_pid and kill_wait_spawned_process.
2820 * gdb.threads/attach-stopped.exp (corefunc): Use
2821 spawn_wait_for_attach, spawn_id_get_pid and
2822 kill_wait_spawned_process.
2823 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2824 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2825 kill_wait_spawned_process instead of explicit "kill -9".
2826 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2827 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2828 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2829 processes. Don't map cygwin/windows pids here. Now returns a
2830 spawn id list.
2831
032a0fca
SL
28322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2833
2834 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2835 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2836 correct patch.
2837
61a934ca
SL
28382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2839
2840 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2841
4bc4d428
SL
28422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2843
2844 Reapply:
2845 2014-05-21 Mark Wielaard <mjw@redhat.com>
2846
2847 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2848
998d452a
PA
28492015-07-30 Pedro Alves <palves@redhat.com>
2850
2851 * linux-low.c (handle_extended_wait): Set the child's last
2852 reported status to TARGET_WAITKIND_STOPPED.
2853
69dde7dc
PA
28542015-07-30 Pedro Alves <palves@redhat.com>
2855
2856 PR threads/18600
2857 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2858 only shows inferior 1.
2859
4dd63d48
PA
28602015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2861 Pedro Alves <palves@redhat.com>
2862
2863 PR threads/18600
2864 * gdb.threads/fork-plus-threads.c: New file.
2865 * gdb.threads/fork-plus-threads.exp: New file.
2866
d618e4c5
PP
28672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2868
2869 * gdb.base/batch-preserve-term-settings.exp
2870 (test_terminal_settings_preserved_after_cli_exit): Use
2871 send_quit_command.
2872
1eef6428
PA
28732015-07-29 Pedro Alves <palves@redhat.com>
2874 Don Breazeal <donb@codesourcery.com>
2875
2876 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2877 output from both inferior_spawn_id and gdb_spawn_id.
2878
7da5b897
SDJ
28792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2880
2881 * gdb.threads/attach-into-signal.exp (corefunc): Use
2882 with_test_prefix on nested loops, uniquefying the test messages.
2883
dac804df
SDJ
28842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2885
2886 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2887 commit.
2888
06265e53
PP
28892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2890
2891 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2892 New proc.
2893 (test_terminal_settings_preserved_after_sigterm): New test.
2894
18206ca3
PP
28952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2896
2897 * gdb.base/batch-preserve-term-settings.exp
2898 (test_terminal_settings_preserved_after_cli_exit): New test.
2899
90074d11
PP
29002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2901
2902 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2903 manipulation of saved_gdbflags.
2904 (test_terminal_settings_preserved): Remove global declaration of
2905 the unused variable pagination_prompt. Remove manipulation of
2906 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2907 GDBFLAGS.
2908
eb1a7902
PA
29092015-07-29 Pedro Alves <palves@redhat.com>
2910
2911 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2912
8b75dd3b
PA
29132015-07-29 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2916 at the top.
2917
dedad4e3
PA
29182015-07-29 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2921 (main): Call gdb_unbuffer_output.
2922 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2923 (main): Call gdb_unbuffer_output.
2924 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2925 (main): Call gdb_unbuffer_output.
2926 * gdb.base/call-strs.exp: Adjust to step over the
2927 gdb_unbuffer_output call.
2928 * gdb.base/catch-gdb-caused-signals.c: Include
2929 "../lib/unbuffer_output.c".
2930 (main): Call gdb_unbuffer_output.
2931 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2932 (main): Call gdb_unbuffer_output.
2933 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2934 (main): Call gdb_unbuffer_output.
2935 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2936 (main): Call gdb_unbuffer_output.
2937 * gdb.base/shlib-call.exp: Adjust to step over the
2938 gdb_unbuffer_output call.
2939 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2940 (main): Call gdb_unbuffer_output.
2941 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2942 (main): Call gdb_unbuffer_output.
2943 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2944 (main): Rename to ...
2945 (test): ... this.
2946 (main): Reimplement.
2947 * gdb.base/varargs.exp: Run to test instead of to main.
2948 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2949 (main): Call gdb_unbuffer_output.
2950
58789a91
PA
29512015-07-29 Pedro Alves <palves@redhat.com>
2952
2953 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2954 factore out from mi_continue_dprintf. For call-style dprintfs,
2955 expect dprintf output out of $inferior_spawn_id.
2956 (mi_continue_dprintf): Use mi_expect_dprintf.
2957 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2958 (main): Call gdb_unbuffer_output.
2959
e8376742
PA
29602015-07-29 Pedro Alves <palves@redhat.com>
2961
2962 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2963 (default_mi_gdb_start): Set inferior_spawn_id instead of
2964 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2965 gdb_spawn_id.
2966 (mi_gdb_test): Always expect inferior output from both
2967 $inferior_spawn_id and $gdb_spawn_id.
2968
08280010
PA
29692015-07-29 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2972 send_inferior and $inferior_spawn_id.
2973
4d30e432
PA
29742015-07-29 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.gdb/complaints.exp (test_initial_complaints)
2977 (test_serial_complaints, test_short_complaints): Use
2978 gdb_test_stdio.
2979 (test_empty_complaint): Handle $inferior_spawn_id !=
2980 $gdb_spawn_id.
2981
0d30a335
PA
29822015-07-29 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/varargs.exp: Use gdb_test_stdio.
2985
39413b29
PA
29862015-07-29 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2989
7cb000a9
PA
29902015-07-29 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2993
d7b8ac82
PA
29942015-07-29 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2997 parameter into two new parameters, "inf_result" and "gdb_result".
2998 Expect inferior output and gdb output from $inferior_spawn_id and
2999 $gdb_spawn_id, respectively. Adjust all callers.
3000
789c3a0c
PA
30012015-07-29 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3004 of gdb_test_sequence.
3005
77e760c3
PA
30062015-07-29 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3009 (saw_spurious_output): Expect inferior output from
3010 $inferior_spawn_id. Use gdb_test_stdio.
3011
8396d2cd
PA
30122015-07-29 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/dprintf.exp: Use standard_testfile. Change
3015 prepare_for_testing call.
3016 (srcfile): Don't set.
3017 (restart): New procedure.
3018 (test_dprintf): New procecure, use to continue over dprintfs.
3019 (test_call, test_agent): New procedures, tests moved here.
3020 Restart gdb and recreate dprintfs. Adjust expected output.
3021
2051d61f
PA
30222015-07-29 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3025
452397af
PA
30262015-07-29 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3029
8aed9555
PA
30302015-07-29 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3033 gdb_test_stdio.
3034
188a61b4
PA
30352015-07-29 Pedro Alves <palves@redhat.com>
3036
3037 * lib/gdb.exp (gdb_test_stdio): New procedure.
3038
12264a45
PA
30392015-07-29 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3042
23ffc893
PA
30432015-07-29 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.base/call-signal-resume.exp: Remove check for
3046 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3047 * gdb.base/unwindonsignal.exp: Likewise.
3048 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3049 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3050
65566918
PA
30512015-07-29 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/siginfo-addr.c (pass): New function.
3054 (handler): Call it iff si_addr is correct.
3055 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3056 Set a breakpoint at "pass" and continue to it.
3057
d60a9221
SDJ
30582015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3059
3060 * gdb.python/py-objfile.exp: Make some tests have unique names.
3061 * gdb.python/py-pp-registration.exp: Likewise.
3062
bde40b8f
PA
30632015-07-28 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3066
13e1dec8
SM
30672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3068
3069 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3070
da33c9a7
SM
30712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3072
3073 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3074
077836f7
PP
30752015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3076
3077 * gdb.base/gdb-sigterm-2.exp: New test.
3078
b8cc7b2e
DE
30792015-07-25 Doug Evans <xdje42@gmail.com>
3080
3081 Revert:
3082 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3083 (workers/%.worker, build-perf): New rule.
3084 (GDB_PERFTEST_MODE): New variable.
3085 (check-perf): Use it.
3086 (clean): Clean up gdb.perf parallel build subdirs.
3087 * lib/build-piece.exp: New file.
3088 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3089 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3090 name.
3091 (standard_temp_file): Ditto.
3092 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3093 of $GDB_PARALLEL.
3094
c8bd4544
DE
30952015-07-24 Doug Evans <dje@google.com>
3096
3097 * gdb.perf/lib/perftest/utils.py: New file.
3098 * gdb.perf/gm-hello.cc: New file.
3099 * gdb.perf/gm-pervasive-typedef.cc: New file.
3100 * gdb.perf/gm-pervasive-typedef.h: New file.
3101 * gdb.perf/gm-std.cc: New file.
3102 * gdb.perf/gm-std.h: New file.
3103 * gdb.perf/gm-use-cerr.cc: New file.
3104 * gdb.perf/gm-utils.h: New file.
3105 * gdb.perf/gmonster-null-lookup.py: New file.
3106 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3107 * gdb.perf/gmonster-print-cerr.py: New file.
3108 * gdb.perf/gmonster-ptype-string.py: New file.
3109 * gdb.perf/gmonster-runto-main.py: New file.
3110 * gdb.perf/gmonster-select-file.py: New file.
3111 * gdb.perf/gmonster1-null-lookup.exp: New file.
3112 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3113 * gdb.perf/gmonster1-print-cerr.exp: New file.
3114 * gdb.perf/gmonster1-ptype-string.exp: New file.
3115 * gdb.perf/gmonster1-runto-main.exp: New file.
3116 * gdb.perf/gmonster1-select-file.exp: New file.
3117 * gdb.perf/gmonster1.cc: New file.
3118 * gdb.perf/gmonster1.exp: New file.
3119 * gdb.perf/gmonster2-null-lookup.exp: New file.
3120 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3121 * gdb.perf/gmonster2-print-cerr.exp: New file.
3122 * gdb.perf/gmonster2-ptype-string.exp: New file.
3123 * gdb.perf/gmonster2-runto-main.exp: New file.
3124 * gdb.perf/gmonster2-select-file.exp: New file.
3125 * gdb.perf/gmonster2.cc: New file.
3126 * gdb.perf/gmonster2.exp: New file.
3127
6eab34f3
DE
31282015-07-24 Doug Evans <dje@google.com>
3129
3130 * gdb.perf/README: New file.
3131 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3132 * lib/gen-perf-test.exp: New file.
3133
63738bfd
DE
31342015-07-24 Doug Evans <dje@google.com>
3135
3136 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3137 (PerfTest::startup): New function.
3138 (PerfTest::run): Return result of calling body.
3139 (PerfTest::assemble): Rewrite.
3140 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3141 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3142 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3143 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3144 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3145
7b606f95
DE
31462015-07-24 Doug Evans <dje@google.com>
3147
3148 * lib/gdb.exp (clean_restart): Make executable optional.
3149
a97b16b8
DE
31502015-07-24 Doug Evans <dje@google.com>
3151
3152 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3153 compiler_info references.
3154 * gdb.cp/temargs.exp: Ditto.
3155 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3156 (get_compiler_info): Early exit if already computed. Set compiler_info
3157 to "unknown" if there was a problem.
3158 (test_compiler_info): Add function comment. Call get_compiler_info.
3159
35baa57f
DE
31602015-07-24 Doug Evans <dje@google.com>
3161
3162 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3163 (workers/%.worker, build-perf): New rule.
3164 (GDB_PERFTEST_MODE): New variable.
3165 (check-perf): Use it.
3166 (clean): Clean up gdb.perf parallel build subdirs.
3167 * lib/build-piece.exp: New file.
3168 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3169 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3170 name.
3171 (standard_temp_file): Ditto.
3172 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3173 of $GDB_PARALLEL.
3174
6ebea266
DE
31752015-07-24 Doug Evans <dje@google.com>
3176
3177 * lib/future.exp (gdb_default_target_compile): New option
3178 "early_flags".
3179 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3180 --as-needed.
3181
1e76a7e9
SDJ
31822015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3183
3184 * gdb.base/catch-syscall.exp: Call gdb_exit before
3185 gdb_skip_xml_test.
3186
5068630a
PA
31872015-07-24 Pedro Alves <palves@redhat.com>
3188
3189 * gdb.python/py-events.exp: Accept output between the stop event
3190 and the prompt.
3191 * gdb.python/py-evsignal.exp: Likewise.
3192 * gdb.python/py-evthreads.exp: Likewise.
3193
77598427
PA
31942015-07-24 Pedro Alves <palves@redhat.com>
3195
3196 PR gdb/18717
3197 * gdb.threads/non-ldr-exit.c: New file.
3198 * gdb.threads/non-ldr-exit.exp: New file.
3199
11e6c98f
YQ
32002015-07-24 Yao Qi <yao.qi@linaro.org>
3201
3202 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3203 restarting process.
3204
51aee833
YQ
32052015-07-24 Yao Qi <yao.qi@linaro.org>
3206
3207 * gdb.server/ext-restart.exp: New file.
3208
8cfe207c
YQ
32092015-07-24 Yao Qi <yao.qi@linaro.org>
3210
3211 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3212 argument options.
3213 * gdb.server/ext-wrapper.exp: New file.
3214
cc12ce38
DE
32152015-07-23 Doug Evans <dje@google.com>
3216
3217 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3218 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3219
d0d84780
PMR
32202015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3221
3222 * gdb.ada/var_arr_typedef.exp: New testcase.
3223 * gdb.ada/var_arr_typedef/pack.adb: New file.
3224 * gdb.ada/var_arr_typedef/pack.ads: New file.
3225 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3226
8b558f79
JB
32272015-07-20 Joel Brobecker <brobecker@adacore.com>
3228
3229 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3230
775a3298
JK
32312015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 * gdb.arch/i386-biarch-core.exp: Replace istarget
3234 by "complete set gnutarget". Remove expectation for the "core-file"
3235 command.
3236
db1ff28b
JK
32372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 Revert the previous commit:
3240 Tests for validate symbol file using build-id.
3241
0a94970d
JK
32422015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3243
3244 Tests for validate symbol file using build-id.
3245 * gdb.base/solib-mismatch-lib.c: New file.
3246 * gdb.base/solib-mismatch-libmod.c: New file.
3247 * gdb.base/solib-mismatch.c: New file.
3248 * gdb.base/solib-mismatch.exp: New file.
3249
03346981
SL
32502015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3251
3252 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3253 nios2-*-linux*.
3254 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3255 * gdb.base/siginfo.exp: Likewise.
3256 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3257
42422cc7
PL
32582015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3259
3260 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3261 Move it to ...
3262 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3263 ... here.
3264 * gdb.trace/range-stepping.exp: Check that the target supports
3265 range stepping.
3266
cfa68bae
JK
32672015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3270
8ffdba26
PA
32712015-07-14 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.base/killed-outside.exp: New file.
3274 * gdb.base/killed-outside.c: New file.
3275
218a5a11
JK
32762015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3277
3278 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3279 (n at main): New.
3280 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3281
e03ed3c6
AA
32822015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3283
3284 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3285 infcall tests instead of setting up for KFAIL.
3286
485668e5
MM
32872015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3288
3289 * gdb.btrace/record_goto-step.exp: New.
3290
08464196
JK
32912015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 PR compile/18484
3294 * gdb.compile/compile.c (struct struct_type): Add volatile to
3295 selffield's type.
3296 * gdb.compile/compile.exp
3297 (compile code struct_object.selffield = &struct_object): Skip further
3298 struct_object tests if this one xfails.
3299
bcf5c1d9
RC
33002015-07-08 Robert O'Callahan <robert@ocallahan.org>
3301
3302 PR exp/18617
3303 * gdb.trace/ax.exp: Add test.
3304
4931af25
YQ
33052015-07-07 Yao Qi <yao.qi@linaro.org>
3306
3307 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3308 instead of istarget "aarch64*-*-*".
3309 * gdb.arch/aarch64-fp.exp: Likewise.
3310 * gdb.base/float.exp: Likewise.
3311 * gdb.reverse/aarch64.exp: Likewise.
3312 * lib/gdb.exp (is_aarch64_target): New proc.
3313
9fcf688e
YQ
33142015-07-07 Yao Qi <yao.qi@linaro.org>
3315
3316 * lib/gdb.exp (is_aarch32_target): New proc.
3317 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3318 instead of "istarget "arm*-*-*"".
3319 * gdb.arch/arm-disp-step.exp: Likewise.
3320 * gdb.arch/thumb-bx-pc.exp: Likewise.
3321 * gdb.arch/thumb-prologue.exp: Likewise.
3322 * gdb.arch/thumb-singlestep.exp: Likewise.
3323 * gdb.base/disp-step-syscall.exp: Likewise.
3324 * gdb.base/float.exp: Likewise.
3325
fbd8d50d
YQ
33262015-07-07 Yao Qi <yao.qi@linaro.org>
3327
3328 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3329 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3330
71be1fdc
YQ
33312015-07-07 Yao Qi <yao.qi@linaro.org>
3332
3333 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3334 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3335 if it exists.
3336 * gdb.multi/multi-arch.exp: Likewise.
3337
3e221d36
SM
33382015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3339
3340 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3341 print.
3342
d441430b
YQ
33432015-07-07 Yao Qi <yao.qi@linaro.org>
3344
3345 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3346
06f810bd
MG
33472015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3348
3349 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3350 '[' and ']' characters.
3351
5e61e7c0
IB
33522015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3353
3354 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3355
28bf096c
PA
33562015-06-29 Pedro Alves <palves@redhat.com>
3357
3358 PR threads/18127
3359 * gdb.threads/hand-call-new-thread.c: New file.
3360 * gdb.threads/hand-call-new-thread.c: New file.
3361
ee93cd5e
KS
33622015-06-26 Keith Seitz <keiths@redhat.com>
3363 Doug Evans <dje@google.com>
3364
3365 PR 16253
3366 * gdb.cp/var-tag-2.cc: New file.
3367 * gdb.cp/var-tag-3.cc: New file.
3368 * gdb.cp/var-tag-4.cc: New file.
3369 * gdb.cp/var-tag.cc: New file.
3370 * gdb.cp/var-tag.exp: New file.
3371
fc637f04
PP
33722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3373
3374 * gdb.base/history-duplicates.exp: New test.
3375
2e52ae68
PP
33762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3377
3378 * gdb.base/completion.exp: Test the completion of the "focus"
3379 command.
3380
6e22494e
JK
33812015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3382
3383 * gdb.arch/amd64-prologue-skip.S: New file.
3384 * gdb.arch/amd64-prologue-skip.exp: New file.
3385
bf7b9cd9
SM
33862015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3387
3388 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3389 is_address_zero_readable check.
3390
201e8dfd
PB
33912015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3392
3393 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3394 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3395
5cd867b4
YQ
33962015-06-24 Yao Qi <yao.qi@linaro.org>
3397
3398 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3399 linux targets.
3400
4d7be007
YQ
34012015-06-24 Yao Qi <yao.qi@linaro.org>
3402
3403 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3404 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3405 * gdb.base/siginfo-thread.exp: Likewise.
3406
07fcd301
YQ
34072015-06-22 Yao Qi <yao.qi@linaro.org>
3408
3409 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3410
52042a00
YQ
34112015-06-22 Yao Qi <yao.qi@linaro.org>
3412
3413 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3414 aarch64*-*-*.
3415 (skip_hw_watchpoint_tests): Likewise.
3416
74bd41ce
PP
34172015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3418
3419 * gdb.base/gdbinit-history.exp: Test the interaction between
3420 setting GDBHISTSIZE and setting the history size via .gdbinit.
3421
bc460514
PP
34222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3423
3424 PR gdb/16999
3425 * gdb.base/gdbhistsize-history.exp: New test.
3426
b58c513b
PP
34272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3428
3429 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3430 with GDBHISTSIZE.
3431 * gdb.base/readline.exp: Likewise.
3432
92046791
YQ
34332015-06-17 Yao Qi <yao.qi@linaro.org>
3434
3435 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3436 line.
3437
2093d2d3
PP
34382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3439
3440 * gdb.base/gdbinit-history.exp: Add test case to check that
3441 an unlimited history file does not get truncated on exit.
3442
e6c693af
AA
34432015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3444
3445 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3446 (VECTOR): New macro. Use it...
3447 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3448 ...for these typedefs.
3449 (int8, char1, int1, double1): New typedefs.
3450 (struct just_int2, struct two_int2): New structures.
3451 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3452 (add_structvecs, add_singlevecs): New functions.
3453 (main): Call add_some_intvecs twice.
3454 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3455 the compile and exit upon failure. Try compiling for the "native"
3456 architecture. Test inferior function calls with vector arguments
3457 and vector return value handling with "finish" and "return".
3458
c74f7d1c
JT
34592015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3460
3461 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3462 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3463 PE file.
3464 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3465
98aa42ee
AT
34662015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3467
3468 PR breakpoints/16465
3469 * gdb.mi/mi-dprintf-pending.c: New file.
3470 * gdb.mi/mi-dprintf-pending.exp: New test.
3471 * gdb.mi/mi-dprintf-pendshr.c: New file.
3472
7d73c23c 34732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3474 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3475
3476 * gdb.arch/i386-mpx-map.c: New file.
3477 * gdb.arch/i386-mpx-map.exp: New File.
3478
34792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3480
3481 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3482 * gdb.arch/i386-mpx.exp: Indentation fixed.
3483
34842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3485
3486 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3487 function and improved indentation.
3488 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3489 gdb_test_multiple. Added additional tests to skip the test.
3490
34912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3492
3493 * gdb.arch/i386-avx512.c: Change path in include file.
3494 * gdb.arch/i386-avx512.exp: Change include dir path
3495 compilation flag.
3496 * gdb.arch/i386-mpx.c: Change path in include file.
3497 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3498 flag.
3499
d5eba19a
JK
35002015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3501
3502 * gdb.compile/compile-print.exp (compile print *vararray@3)
3503 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3504
7f361056
JK
35052015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3506
3507 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3508 (do not keep jit in memory): ... this.
3509 (expect 5): Change it to ...
3510 (expect no 5): ... this.
3511
3b462ec2
SM
35122015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3513
3514 PR gdb/15564
3515 * gdb.mi/mi-detach.exp: New file.
3516
e0619de6
JK
35172015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 PR symtab/18392
3520 * gdb.arch/amd64-tailcall-self.S: New file.
3521 * gdb.arch/amd64-tailcall-self.c: New file.
3522 * gdb.arch/amd64-tailcall-self.exp: New file.
3523
e970cb34
DB
35242015-05-28 Don Breazeal <donb@codesourcery.com>
3525
3526 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3527 tests for remote targets by checking is_target_gdbserver.
3528
b2e2f908
DE
35292015-05-27 Doug Evans <dje@google.com>
3530
3531 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3532 * gdb.dwarf2/opaque-type-lookup.c: New file.
3533 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3534
82c7be31
DE
35352015-05-26 Doug Evans <dje@google.com>
3536
3537 * gdb.cp/iostream.cc: New file.
3538 * gdb.cp/iostream.exp: New file.
3539
b4f54984
DE
35402015-05-26 Doug Evans <dje@google.com>
3541
3542 * gdb.dwarf2/dw2-op-call.exp: Update.
3543 * gdb.dwarf2/dw4-sig-types.exp: Update.
3544 * gdb.dwarf2/implptr.exp: Update.
3545 * gdb.mi/mi-cmd-param-changed.exp: Update.
3546
4ea6efe9
DE
35472015-05-26 Doug Evans <dje@google.com>
3548
3549 * gdb.python/py-lazy-string.c: New file.
3550 * gdb.python/py-lazy-string.exp: New file.
3551 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3552 (main): Update. Add estring3.
3553 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3554 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3555
f6bb7db3
YQ
35562015-05-26 Omair Javaid <omair.javaid@linaro.org>
3557 Yao Qi <yao.qi@linaro.org>
3558
3559 * gdb.reverse/aarch64.c: New.
3560 * gdb.reverse/aarch64.exp: New.
3561
a81bfbd0
OJ
35622015-05-26 Omair Javaid <omair.javaid@linaro.org>
3563
3564 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3565 (supports_reverse): Likewise.
3566
158bf1b4
PP
35672015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3568
3569 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3570 Use with_test_prefix.
3571
a0145030
AB
35722015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3573
3574 * gdb.base/completion.exp: Add test for completion of layout
3575 names.
3576
ebe3b578
AB
35772015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 * lib/gdb.exp (skip_tui_tests): New proc.
3580 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3581
84204ed7
PA
35822015-05-19 Pedro Alves <palves@redhat.com>
3583
3584 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3585 Save the whole env array instead of just HOME. Unset HISTSIZE in
3586 the environment while testing. Restore whole environment
3587 afterwards.
3588
37442ce1
DE
35892015-05-16 Doug Evans <xdje42@gmail.com>
3590
3591 * gdb.guile/scm-ports.c: New file.
3592 * gdb.guile/scm-ports.exp: Add memory port tests.
3593
36de76f9
JK
35942015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3595
3596 * gdb.compile/compile-print.c: New file.
3597 * gdb.compile/compile-print.exp: New file.
3598
3a9558c4
JK
35992015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 * gdb.compile/compile-ops.exp: Cast param to void.
3602 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3603 (compile code struct_object.selffield = &struct_object): Add xfail.
3604
aa715135
JG
36052015-05-15 Joel Brobecker <brobecker@adacore.com>
3606
3607 * gdb.ada/arr_enum_with_gap: New testcase.
3608
931e5bc3
JG
36092015-05-15 Joel Brobecker <brobecker@adacore.com>
3610
3611 * gdb.ada/byte_packed_arr: New testcase.
3612
9cd4d857
JB
36132015-05-15 Joel Brobecker <brobecker@adacore.com>
3614
3615 * gdb.ada/pckd_neg: New testcase.
3616
ebfd00d2
PP
36172015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3618
3619 PR gdb/17820
3620 * gdb.base/gdbinit-history.exp: New test.
3621 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3622 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3623
4c082a81
SC
36242015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3625
3626 * gdb.python/py-xmethods.cc: Enhance test case.
3627 * gdb.python/py-xmethods.exp: New tests.
3628 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3629 function.
3630 (B_indexoper): Likewise.
3631 (global_dm_list) : Add new xmethod worker functions.
3632
f7797074
SDJ
36332015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3634
3635 * gdb.base/coredump-filter.exp: Correctly unset
3636 "coredump_var_addr" array.
3637
a4674e4e
PA
36382015-05-08 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.server/non-existing-program.exp: Unset spawn_id.
3641
df2eb078
SC
36422015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3643
3644 PR python/18291
3645 * gdb.python/py-xmethods.exp: Add tests.
3646
422349a3
YQ
36472015-05-08 Yao Qi <yao.qi@linaro.org>
3648
3649 PR gdb/18208
3650 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3651 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3652 function set_coredump_filter, and remove remote_exec call.
3653 Remove argument ipid. Callers update.
3654 (top level): Don't get inferior's PID.
3655
63fc80ce
AA
36562015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3657
3658 * gdb.base/watch_thread_num.exp: Skip test on targets without
3659 access watchpoints.
3660
80ad801e
PA
36612015-05-06 Pedro Alves <palves@redhat.com>
3662
3663 PR server/18081
3664 * gdb.server/non-existing-program.exp: New file.
3665
0fa7fe50
JB
36662015-05-05 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3669
3ea89b92
PMR
36702015-05-05 Joel Brobecker <brobecker@adacore.com>
3671
3672 * gdb.ada/out_of_line_in_inlined: New testcase.
3673
87b8eff0
JB
36742015-05-05 Joel Brobecker <brobecker@adacore.com>
3675
3676 * gdb.ada/var_rec_arr: New testcase.
3677
5fccc635
YQ
36782015-04-30 Yao Qi <yao.qi@linaro.org>
3679
3680 * gdb.base/break-idempotent.exp: If
3681 skip_hw_watchpoint_multi_tests returns true, skip the tests
3682 on "rwatch" and "awatch".
3683
42d38f42
YQ
36842015-04-30 Yao Qi <yao.qi@linaro.org>
3685
3686 * gdb.base/relativedebug.exp: Invoke gdb command
3687 "info sharedlibrary", and if libc.so doesn't have debug info,
3688 skip the test.
3689
2ce1cdbf
DE
36902015-04-29 Doug Evans <dje@google.com>
3691
3692 * gdb.python/py-xmethods.exp: Add ptype tests.
3693 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3694 get_result_type method.
3695
f24a38c5
LM
36962015-04-29 Luis Machado <lgustavo@codesourcery.com>
3697
3698 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3699 the target does not support hardware watchpoints.
3700
ecbf2b3c
LM
37012015-04-29 Luis Machado <lgustavo@codesourcery.com>
3702
3703 * gdb.base/break-always.exp: Abort testing if writing to memory
3704 causes an error.
3705
34f5f757
DE
37062015-04-28 Doug Evans <dje@google.com>
3707
3708 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3709 * gdb.python/py-pp-registration.exp: ... here. New file.
3710 * gdb.python/py-pp-registration.c: New file.
3711 * gdb.python/py-pp-registration.py: New file.
3712
69b4374a
DE
37132015-04-28 Doug Evans <dje@google.com>
3714
3715 * gdb.python/py-bad-printers.c: New file.
3716 * gdb.python/py-bad-printers.py: New file.
3717 * gdb.python/py-bad-printers.exp: New file.
3718
59fb7612
SS
37192015-04-28 Sasha Smundak <asmundak@google.com>
3720
3721 * gdb.python/py-type.exp: New test.
3722
2631b16a
AW
37232015-04-28 Andy Wingo <wingo@igalia.com>
3724
3725 * gdb.python/py-parameter.exp:
3726 * gdb.guile/scm-parameter.exp: Escape the path that we are
3727 matching against, as it might contain characters that are special
3728 to regular expressions.
3729
460efde1
JB
37302015-04-27 Joel Brobecker <brobecker@adacore.com>
3731
3732 * gdb.ada/rec_comp: New testcase.
3733
2d369d8e
SDJ
37342015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3735
3736 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3737 before using it.
3738
cf75d6c3
AB
37392015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3740
3741 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3742 new tests for verilog output.
3743
8dbe7ca5
YQ
37442015-04-24 Yao Qi <yao.qi@linaro.org>
3745
3746 * boards/remote-gdbserver-on-localhost.exp: New file.
3747
4ef9fb2f
PA
37482015-04-23 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3751 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3752 "end of file", remove $inferior_spawn_id from the indirect list.
3753
0a803169
PA
37542015-04-23 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3757
749ef8f8
PA
37582015-04-23 Pedro Alves <palves@redhat.com>
3759
3760 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3761 on $any_spawn_id instead of only on $gdb_spawn_id.
3762
8aae4344
PM
37632015-04-21 Pierre Muller <muller@sourceware.org>
3764
3765 PR pascal/17815
3766 * lib/pascal.exp (gpc_compile): Add new option "class".
3767 (fpc_compile): Likewise.
3768 * gdb.pascal/case-insensitive-symbols.pas: New file.
3769 * gdb.pascal/case-insensitive-symbols.exp: New file.
3770
1586c8fb
GB
37712015-04-20 Gary Benson <gbenson@redhat.com>
3772
3773 * gdb.base/attach.exp: Fix three extended remote failures.
3774
1b6e6f5c
GB
37752015-04-17 Gary Benson <gbenson@redhat.com>
3776
3777 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3778 the main executable over the remote protocol.
3779
e797481d
PA
37802015-04-16 Pedro Alves <palves@redhat.com>
3781
3782 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3783 a new gdbserver if gdbserver_reconnect_p is set.
3784
1ca99c42
PA
37852015-04-16 Pedro Alves <palves@redhat.com>
3786
3787 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3788 is set, don't exit gdbserver.
3789
af9fd6f8
AA
37902015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3791
3792 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3793 appropriate .insn, such that an older assembler can be used.
3794 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3795 the z/Architecture instruction set on 31-bit targets as well.
3796
04ff1e61
AA
37972015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3798
3799 * gdb.go/handcall.exp: Remove all logic related to the first
3800 breakpoint and rely on go_runto_main instead.
3801 * gdb.go/strings.exp: Likewise.
3802 * gdb.go/unsafe.exp: Likewise.
3803 * gdb.go/hello.exp: Likewise. Also rename the remaining
3804 breakpoint marker to "breakpoint 1".
3805 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3806 * gdb.go/strings.go: Likewise.
3807 * gdb.go/unsafe.go: Likewise.
3808 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3809 "set breakpoint 2 here" and rename the remaining breakpoint marker
3810 to "breakpoint 1".
3811
40d2f8d6
SM
38122015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3813
3814 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3815 if itertools.imap is not present.
3816 * gdb.python/py-objfile.exp: Add parentheses.
3817 * gdb.python/py-type.exp: Same.
3818 * gdb.python/py-unwind-maint.py: Same.
3819
8cbc97c6
YQ
38202015-04-15 Yao Qi <yao.qi@linaro.org>
3821
3822 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3823 of ":$ptr_size" and set its form explicitly.
3824
45fd756c
YQ
38252015-04-15 Pedro Alves <palves@redhat.com>
3826 Yao Qi <yao.qi@linaro.org>
3827
3828 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3829 timeout by factor of 4.
3830 (test_regular_watch): Likewise.
3831 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3832 * gdb.reverse/sigall-reverse.exp: Likewise.
3833 * gdb.reverse/until-precsave.exp: Likewise.
3834 * lib/gdb.exp (with_timeout_factor): New proc.
3835 (gdb_expect): Move some code to ...
3836 (get_largest_timeout): ... here. New procedure.
3837
9e811bc3
LM
38382015-04-14 Luis Machado <lgustavo@codesourcery.com>
3839
3840 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3841
0ff6fcb2
LM
38422015-04-13 Luis Machado <lgustavo@codesourcery.com>
3843
3844 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3845 to write to the .text section.
3846
7578d5f7
LM
38472015-04-13 Luis Machado <lgustavo@codesourcery.com>
3848
3849 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3850 Handle the case of targets that do not provide PID information.
3851
2efe15c4
YQ
38522015-04-13 Yao Qi <yao.qi@linaro.org>
3853
3854 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3855 and use expect instead of gdb_expect.
3856
8cd8f2f8
SDJ
38572015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3858
3859 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3860 "coredump_var_addr" to avoid naming conflict with other testcases.
3861
9ee41772
PA
38622015-04-10 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3865 gdb_test_sequence and gdb_assert.
3866
07473109
PA
38672015-04-10 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3870 test messages that don't include the breakpoint address.
3871
de3db44c
YQ
38722015-04-10 Yao Qi <yao.qi@linaro.org>
3873
3874 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3875 false for some offset and width combinations which aren't
3876 supported by linux kernel.
3877
c79d856c
PA
38782015-04-10 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3881 procedure, factored out from ...
3882 (top level): ... here. Add "set displaced-stepping" testing axis.
3883 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3884 parameter "displaced". Use it.
3885 (top level): Use foreach and add "set displaced-stepping" testing
3886 axis.
3887
ebc90b50
PA
38882015-04-10 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3891 Remove comment.
3892 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3893 both the address of the instruction that triggers the watchpoint
3894 and the address of the instruction immediately after, and use
3895 those addresses for the test. Fix comment.
3896
8f572e5c
PA
38972015-04-10 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/sigstep.exp (breakpoint_to_handler)
3900 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3901 Test "backtrace" in handler.
3902 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3903 (top level): Add new "displaced" test axis to
3904 breakpoint_to_handler, breakpoint_to_handler_entry and
3905 breakpoint_over_handler.
3906
8d707a12
PA
39072015-04-10 Pedro Alves <palves@redhat.com>
3908
3909 PR gdb/18216
3910 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3911
ef713951
YQ
39122015-04-10 Yao Qi <yao.qi@linaro.org>
3913
3914 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3915 (test_add_rn_pc): New function.
3916 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3917 (top level): Invoke test_add_rn_pc.
3918
906d60cf
PA
39192015-04-10 Pedro Alves <palves@redhat.com>
3920
3921 PR gdb/13858
3922 * gdb.base/step-over-no-symbols.exp: New file.
3923
f2983cc3
AW
39242015-04-09 Andy Wingo <wingo@igalia.com>
3925
3926 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3927 after the Python tests.
3928
6d62641c
SDJ
39292015-04-08 Keith Seitz <keiths@redhat.com>
3930
3931 PR python/16699
3932 * gdb.python/py-completion.exp: New tests for completion.
3933 * gdb.python/py-completion.py (CompleteLimit1): New class.
3934 (CompleteLimit2): Likewise.
3935 (CompleteLimit3): Likewise.
3936 (CompleteLimit4): Likewise.
3937 (CompleteLimit5): Likewise.
3938 (CompleteLimit6): Likewise.
3939 (CompleteLimit7): Likewise.
3940
f3770638
PA
39412015-04-08 Pedro Alves <palves@redhat.com>
3942
3943 PR gdb/18214
3944 PR gdb/18216
3945 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3946 function.
3947 (main): Install it as SIGUSR1 handler.
3948 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3949 parameter. Always use "setup" as prefix. Toggle "set
3950 displaced-stepping" off/on depending on global. Don't switch to
3951 thread 1 here.
3952 (top level): Add displaced stepping "off/on" test axis. Update
3953 "setup" calls. Wrap each subtest with with_test_prefix. Test
3954 continuing with a queued signal in each thread.
3955
4496bed7
PA
39562015-04-08 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3959 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3960 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3961 Return early if running to main fails.
3962 * gdb.trace/while-stepping.exp: Likewise.
3963
b97fde92
PA
39642015-04-07 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3967 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3968 interact with inferior program.
3969
f71c18e7
PA
39702015-04-07 Pedro Alves <palves@redhat.com>
3971
3972 * lib/gdb.exp (inferior_spawn_id): New global.
3973 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3974 spawn id after processing the user code.
3975 (default_gdb_start): Set inferior_spawn_id.
3976 (send_inferior): New procedure.
3977 * lib/gdbserver-support.exp (gdbserver_start): Set
3978 inferior_spawn_id.
3979 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3980
6423214f
PA
39812015-04-07 Pedro Alves <palves@redhat.com>
3982
3983 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3984 * lib/gdbserver-support.exp (gdbserver_start): Make
3985 $server_spawn_id global.
3986 (gdbserver_start): Don't wait for gdbserver's spawn id with
3987 expect_background.
3988 (close_gdbserver): New procedure.
3989 (gdb_exit): Rename the default version and reimplement.
3990
71c0ee8c
PA
39912015-04-07 Pedro Alves <palves@redhat.com>
3992
72f4393d 3993 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3994 append the substituted item, not the original item.
3995
203bc29b
PA
39962015-04-07 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3999 gdb_expect.
4000
508a3ddf
PA
40012015-04-07 Pedro Alves <palves@redhat.com>
4002
4003 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4004 output appearing once only.
4005
9f6dbe2b
PA
40062015-04-07 Pedro Alves <palves@redhat.com>
4007
4008 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4009 that doesn't expect anything. Return early if running to main
4010 fails.
4011
337532fa
YQ
40122015-04-07 Yao Qi <yao.qi@linaro.org>
4013
4014 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4015 (child_function): Call alarm.
4016 (main): Move call to alarm into the loop.
4017 * gdb.threads/non-stop-fair-events.exp: Build program with
4018 -DTIMEOUT=$timeout.
4019
01b622d4
DE
40202015-04-06 Doug Evans <xdje42@gmail.com>
4021
4022 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4023 Fix dest parameter to board_info.
4024 (fpc_compile): Ditto.
4025 (gdb_compile_pascal): Rename dest arg to destfile.
4026
961f4160
PMR
40272015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4028
4029 * gdb.ada/funcall_ref.exp: New file.
4030 * gdb.ada/funcall_ref/foo.adb: New file.
4031
cafda597
YQ
40322015-04-02 Yao Qi <yao.qi@linaro.org>
4033
4034 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4035 is remote.
4036
fed040c6
GB
40372015-04-02 Gary Benson <gbenson@redhat.com>
4038
4039 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4040
d11916aa
SS
40412015-04-01 Sasha Smundak <asmundak@google.com>
4042
4043 * gdb.python/py-unwind-maint.c: New file.
4044 * gdb.python/py-unwind-maint.exp: New test.
4045 * gdb.python/py-unwind-maint.py: New file.
4046 * gdb.python/py-unwind.c: New file.
4047 * gdb.python/py-unwind.exp: New test.
4048 * gdb.python/py-unwind.py: New test.
4049
a1471180
PA
40502015-04-01 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4053 to fail instead of non-existent $test.
4054
0bbeccb1
PA
40552015-04-01 Pedro Alves <palves@redhat.com>
4056
4057 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4058 GDBFLAGS if not empty.
4059
3c724c8c
PMR
40602015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4061
4062 * gdb.ada/complete.exp: Remove "multi_line".
4063 * gdb.ada/info_exc.exp: Remove "multi_line".
4064 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4065 * gdb.ada/ptype_field.exp: Remove "multi_line".
4066 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4067 * gdb.ada/tagged.exp: Remove "multi_line".
4068 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4069 [multi_line ...]
4070 * gdb.btrace/delta.exp: Likewise.
4071 * gdb.btrace/exception.exp: Likewise.
4072 * gdb.btrace/function_call_history.exp: Likewise.
4073 * gdb.btrace/instruction_history.exp: Likewise.
4074 * gdb.btrace/nohist.exp: Likewise.
4075 * gdb.btrace/record_goto.exp: Likewise.
4076 * gdb.btrace/segv.exp: Likewise.
4077 * gdb.btrace/stepi.exp: Likewise.
4078 * gdb.btrace/tailcall.exp: Likewise.
4079 * gdb.btrace/unknown_functions.exp: Likewise.
4080 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4081 * lib/gdb.exp: Add the "multi_line" helper.
4082
4eec2deb
PA
40832015-04-01 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.threads/tid-reuse.c: New file.
4086 * gdb.threads/tid-reuse.exp: New file.
4087
df8411da
SDJ
40882015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 PR corefiles/16092
4091 * gdb.base/coredump-filter.c: New file.
4092 * gdb.base/coredump-filter.exp: Likewise.
4093
6ef37366
PM
40942015-03-27 Petr Machata <pmachata@redhat.com>
4095
4096 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4097 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4098 (Dwarf::assemble): Initialize them.
4099 (Dwarf::lines): New function.
4100
7ec911b0
JT
41012015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4102
4103 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4104 SYMBOL_PREFIX for x86_64-*-cygwin.
4105
ff908ebf
AW
41062015-03-26 Andy Wingo <wingo@igalia.com>
4107
4108 PR symtab/18148
4109 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4110 const_value but not a location.
4111 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4112 location defined in non-main CUs are visible.
4113
6d5f0679
YQ
41142015-03-26 Yao Qi <yao.qi@linaro.org>
4115
4116 PR testsuite/18139
4117 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4118 Add a line number entry for the same line.
4119 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4120 Add a line number entry for the same line.
4121
2898689b
YQ
41222015-03-26 Yao Qi <yao.qi@linaro.org>
4123
4124 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4125 .int 0.
4126 (func): Likewise. Add .Lfunc_1 label.
4127 Use .Lfunc_1 label.
4128 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4129 .int 0.
4130 (func): Likewise.
4131 Use .Lfunc_1 label.
4132
85180498
YQ
41332015-03-26 Yao Qi <yao.qi@linaro.org>
4134
4135 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4136 Call gdb_compile instead to compile each .s files without debug
4137 information.
4138
8aa08a8d
YQ
41392015-03-26 Yao Qi <yao.qi@linaro.org>
4140
4141 * gdb.base/savedregs.exp (process_saved_regs): Make
4142 "Saved registers:" optional in the pattern.
4143
66849923
MM
41442015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4145
4146 * gdb.btrace/next.exp: Merged into step.exp.
4147 * gdb.btrace/finish.exp: Merged into step.exp.
4148 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4149 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4150 "record goto" and checking the exact replay position.
4151 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4152 check for "Recording format" in "info record" output.
4153 * gdb.btrace/record_goto.exp: Choose test file based on target.
4154 * gdb.btrace/x86-record_goto.S: Renamed into ...
4155 * gdb.btrace/x86_64-record_goto.S: ... this.
4156 * gdb.btrace/i686-record_goto.S: New.
4157 * gdb.btrace/x86-tailcall.S: Renamed into ...
4158 * gdb.btrace/x86_64-tailcall.S: ... this.
4159 * gdb.btrace/i686-tailcall.S: New.
4160 * gdb.btrace/x86-tailcall.c: Renamed into ...
4161 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4162 separate statements. Update test.
4163 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4164 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4165 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4166 * gdb.btrace/tailcall.exp: Choose test file based on target.
4167 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4168
11cc1b74
MM
41692015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4170
4171 * gdb.btrace/exception.exp: Increase BTS buffer size.
4172
a25d8bf9
PA
41732015-03-24 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4176
856e7dd6
PA
41772015-03-24 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.threads/schedlock.exp (test_step): No longer expect that
4180 "set scheduler-locking step" with "next" over a function call runs
4181 threads unlocked.
4182
ad235a41
AT
41832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4184
4185 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4186
15630549
AT
41872015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4188
4189 PR breakpoints/16466
4190 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4191 * gdb.mi/mi-pending.c (thread_func): New function.
4192 (int main): Add threading support required.
4193 * gdb.mi/mi-pending.exp: Add tests for this issue.
4194 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4195 (pendfunc2): Remove stdio dependency.
4196 * gdb.mi/mi-pendshr2.c: New file.
4197
693dca06
KS
41982015-03-23 Keith Seitz <keiths@redhat.com>
4199
4200 * gdb.linespec/keywords.c: New file.
4201 * gdb.linespec/keywords.exp: New file.
4202
7e993ebf
KS
42032015-03-23 Keith Seitz <keiths@redhat.com>
4204
4205 PR gdb/18021
4206 * gdb.dwarf2/staticvirtual.exp: New test.
4207
bc23328c
JK
42082015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4211 * README: Remove HP-UX and gdb.hp.
4212 (configuration):
4213 * configure: Regenerate.
4214 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4215 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4216 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4217 gdb.hp/gdb.defects/Makefile.
4218 * gdb.hp/Makefile.in: File deleted.
4219 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4220 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4221 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4222 * gdb.hp/gdb.aCC/run.c: File deleted.
4223 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4224 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4225 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4226 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4227 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4228 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4229 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4230 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4231 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4232 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4233 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4234 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4235 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4236 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4237 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4238 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4239 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4240 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4241 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4242 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4243 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4244 * gdb.hp/gdb.compat/average.c: File deleted.
4245 * gdb.hp/gdb.compat/sum.c: File deleted.
4246 * gdb.hp/gdb.compat/xdb.c: File deleted.
4247 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4248 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4249 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4250 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4251 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4252 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4253 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4254 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4255 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4256 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4257 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4258 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4259 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4260 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4261 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4262 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4263 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4264 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4265 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4266 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4267 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4268 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4269 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4270 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4271 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4272 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4273 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4274 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4275 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4276 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4277 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4278 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4279 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4280 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4281 * gdb.hp/tools/odump: File deleted.
4282
8bf3b159
PA
42832015-03-19 Pedro Alves <palves@redhat.com>
4284
4285 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4286 (saw_thread_3): New globals.
4287 (top level): Increment them when an event for the corresponding
4288 thread is seen.
4289 (no thread starvation): New test.
4290
eb54c8bf
PA
42912015-03-19 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.threads/continue-pending-status.c: New file.
4294 * gdb.threads/continue-pending-status.exp: New file.
4295
32d2e5d6
PA
42962015-03-18 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4299 Use gdb_is_target_remote instead of is_remote. Use
4300 gdb_test_multiple instead of gdb_expect. Exit early if
4301 gdb_test_multiple hits its internal matches. Tighten stepi tests
4302 expected output. Fail on exit with any signal, instead of just
4303 SIGILL.
4304
f68f11b7
YQ
43052015-03-18 Yao Qi <yao.qi@linaro.org>
4306
4307 PR tdep/18107
4308 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4309 variable.
4310 * gdb.base/catch-syscall.exp: Don't skip it on
4311 aarch64*-*-linux* target. Remove elements in all_syscalls.
4312 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4313 target.
4314 (setup_all_syscalls): New proc.
4315
ca5fd19b
YQ
43162015-03-16 Yao Qi <yao.qi@linaro.org>
4317
4318 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4319 (top level): Skip tests if valid_addr_p returns false for
4320 $cmd1 or $cmd2.
4321
85642ba0
AW
43222015-03-11 Andy Wingo <wingo@igalia.com>
4323
4324 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4325
e03f9645
YQ
43262015-03-11 Yao Qi <yao.qi@linaro.org>
4327
4328 * gdb.base/catch-syscall.exp: Fix typo in comments.
4329
5d0962b2
YQ
43302015-03-11 Yao Qi <yao.qi@linaro.org>
4331
4332 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4333
b2df3cef
PA
43342015-03-09 Pedro Alves <palves@redhat.com>
4335
4336 * dg-extract-results.py: Delete.
4337
ef878e53
PA
43382015-03-09 Pedro Alves <palves@redhat.com>
4339
4340 Merge dg-extract-results.sh from GCC upstream (r218843).
4341
4342 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4343 * dg-extract-results.sh: Use --text with grep to avoid issues with
4344 binary files. Fall back to cat -v, if that doesn't work.
4345
9494d219
PA
43462015-03-05 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4349
a8d9763a
SM
43502015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4351
4352 * lib/mi-support.exp (mi_expect_interrupt): Accept
4353 alternative event for when in all-stop mode.
4354
be9957b8
PA
43552015-03-04 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4358
d57be0f4 43592015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4360
4361 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4362
c214c7cf
AA
43632015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4364
4365 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4366 regexps for GDB's current line display, accept a hex address
4367 preceding the line number.
4368
6d74a497
AA
43692015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4370
4371 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4372 the 'arch1' variable for "s390*-linux*" targets.
4373
511aee7c
PA
43742015-03-04 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4377 (main): Pass missing retval argument to pthread_join call.
4378
95e50b27
PA
43792015-03-02 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4382 (top level): Call do_test with non-stop as well.
4383
28054d69
PA
43842015-03-02 Pedro Alves <palves@redhat.com>
4385
4386 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4387 -1.
4388
4fa5d7b4
AA
43892015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4390
4391 * gdb.arch/s390-vregs.exp: New test.
4392 * gdb.arch/s390-vregs.S: New file.
4393
97c18565
PA
43942015-02-27 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4397 call to catch_command_errors.
4398 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4399 catch_command_errors.
4400
a37bfa30
PA
44012015-02-27 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4404 "true" for boolean result.
4405 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4406 prototype of main.
4407
6f98576f
PA
44082015-02-27 Pedro Alves <palves@redhat.com>
4409
4410 * lib/unbuffer_output.c: New file.
4411 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4412 (main): Call gdb_unbuffer_output.
4413
eba5ab56
YQ
44142015-02-27 Yao Qi <yao.qi@linaro.org>
4415
4416 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4417 target.
4418
0def5aaa
DE
44192015-02-26 Doug Evans <dje@google.com>
4420
4421 * gdb.cp/class2.cc (Dbase, D): New classes.
4422 (main): New local delta.
4423 * gdb.cp/class2.exp: Test printing delta.
4424 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4425 (dynbar): New global.
4426 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4427
081a1c2c
JK
44282015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 * gdb.compile/compile-ifunc.c: New file.
4431 * gdb.compile/compile-ifunc.exp: New file.
4432
2f41223f
AT
44332015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4434
4435 * gdb.base/structs.exp: Check for correct struct on finish.
4436
03eddd80
YQ
44372015-02-26 Yao Qi <yao.qi@linaro.org>
4438
4439 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4440 is zero.
4441
80c57053
JK
44422015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * gdb.arch/cordic.ko.bz2: New file.
4445 * gdb.arch/cordic.ko.debug.bz2: New file.
4446 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4447
21613c12
YQ
44482015-02-25 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4451 aarch64*-*-* target.
4452
d8b901ed
PA
44532015-02-23 Pedro Alves <palves@redhat.com>
4454
4455 * lib/gdb.exp (delete_breakpoints): Rewrite using
4456 gdb_test_multiple.
4457
e5b85ead
PA
44582015-02-23 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/info-os.c: Include stdlib.h.
4461
85c3a371
DE
44622015-02-22 Doug Evans <xdje42@gmail.com>
4463
4464 PR symtab/17855
4465 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4466 is read after symbols have been re-read.
4467 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4468 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4469
96553a0c
DE
44702015-02-21 Doug Evans <dje@google.com>
4471
4472 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4473
97a0c697
JK
44742015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 PR corefiles/17808
4477 * gdb.arch/i386-biarch-core.core.bz2: New file.
4478 * gdb.arch/i386-biarch-core.exp: New file.
4479
a47cd6e9
PA
44802015-02-21 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4483 runto_main fails.
4484
c5facdc4
PA
44852015-02-20 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4488 info probes.
4489
2db9a427
PA
44902015-02-20 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4493
60fb7e9e
PA
44942015-02-20 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4497 clean_restart before gdb_target_supports_trace.
4498
5c5019c2
PA
44992015-02-20 Pedro Alves <palves@redhat.com>
4500
4501 PR threads/18006
4502 * gdb.threads/clone-thread_db.c: New file.
4503 * gdb.threads/clone-thread_db.exp: New file.
4504
c9587f88
AT
45052015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4506
4507 PR breakpoints/16812
4508 * gdb.base/catch-gdb-caused-signals.c: New file.
4509 * gdb.base/catch-gdb-caused-signals.exp: New file.
4510
f6a88844
JM
45112015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4512
4513 * configure: Regenerated.
4514 * configure.ac: Use GDB_AC_TRANSFORM.
4515 * aclocal.m4: sinclude ../transform.m4.
4516
497c491b
JM
45172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4518
4519 * lib/dtrace.exp: New file.
4520 * gdb.base/dtrace-probe.exp: Likewise.
4521 * gdb.base/dtrace-probe.d: Likewise.
4522 * gdb.base/dtrace-probe.c: Likewise.
4523 * lib/pdtrace.in: Likewise.
4524 * configure.ac: Output variables with the transformed names of
4525 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4526 * configure: Regenerated.
4527
03e98035
JM
45282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4529
4530 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4531 expected message when trying to access $_probe_* convenience
4532 variables while not on a probe.
4533
63cc30e9
JK
45342015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4535
4536 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4537
0703599a
PA
45382015-02-11 Pedro Alves <pedro@codesourcery.com>
4539
4540 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4541 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4542
7e60a48e
DE
45432015-02-10 Doug Evans <xdje42@gmail.com>
4544
4545 * lib/gdb.exp (gdb_load): Always return a result.
4546
01b088bc
PA
45472015-02-10 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.threads/signal-sigtrap.c: New file.
4550 * gdb.threads/signal-sigtrap.exp: New file.
4551
b05ec7a5
AT
45522015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4553
4554 * gdb.trace/no-attach-trace.c: New file.
4555 * gdb.trace/no-attach-trace.exp: New file.
4556
a2c2acaf
MW
45572015-02-09 Mark Wielaard <mjw@redhat.com>
4558
4559 * gdb.dwarf2/atomic.c: New file.
4560 * gdb.dwarf2/atomic-type.exp: Likewise.
4561
31fd9caa
MM
45622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4563
4564 * gdb.btrace/buffer-size.exp: Update "info record" output.
4565 * gdb.btrace/delta.exp: Update "info record" output.
4566 * gdb.btrace/enable.exp: Update "info record" output.
4567 * gdb.btrace/finish.exp: Update "info record" output.
4568 * gdb.btrace/instruction_history.exp: Update "info record" output.
4569 * gdb.btrace/next.exp: Update "info record" output.
4570 * gdb.btrace/nexti.exp: Update "info record" output.
4571 * gdb.btrace/step.exp: Update "info record" output.
4572 * gdb.btrace/stepi.exp: Update "info record" output.
4573 * gdb.btrace/nohist.exp: Update "info record" output.
4574
d33501a5
MM
45752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4576
4577 * gdb.btrace/buffer-size: New.
4578
f4abbc16
MM
45792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4580
4581 * gdb.btrace/delta.exp: Update "info record" output.
4582 * gdb.btrace/enable.exp: Update "info record" output.
4583 * gdb.btrace/finish.exp: Update "info record" output.
4584 * gdb.btrace/instruction_history.exp: Update "info record" output.
4585 * gdb.btrace/next.exp: Update "info record" output.
4586 * gdb.btrace/nexti.exp: Update "info record" output.
4587 * gdb.btrace/step.exp: Update "info record" output.
4588 * gdb.btrace/stepi.exp: Update "info record" output.
4589 * gdb.btrace/nohist.exp: Update "info record" output.
4590
b9d61307
SM
45912015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4592
4593 PR gdb/15678
4594 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4595
e584fdbc
PA
45962015-02-06 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4599 macro.
4600 (seconds_left, again): New globals.
4601 (main): Wait seconds_left in a 1-second sleep loop instead of
4602 sleeping 180 seconds. If 'again' is set, reset the seconds
4603 counter.
4604 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4605 'again' in the inferior before detaching. Print the seconds left.
4606 (options): New global.
4607 (top level): Build program with -DTIMEOUT=$timeout.
4608
77f41761
PA
46092015-02-06 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4612 determine how many seconds to pass to 'alarm'.
4613 * gdb.base/gdb-sigterm.exp (top level): Build program with
4614 -DTIMEOUT=$timeout.
4615 (do_test): Return success/failure indication. Add more verbose
4616 logging. Don't fail if 200 single steps are seen. Instead, fail
4617 when the test times out.
4618 (passes): New global.
4619 (top level): Break the testing loop if testing fails on any
4620 iteration. Use gdb_assert.
4621
b9394193
DB
46222015-02-04 Don Breazeal <donb@codesourcery.com>
4623
4624 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4625 and initialize them.
4626 (ipc_cleanup): New function.
4627 (main): Don't declare shmid, semid, and msqid. Add a call to
4628 atexit so that we call ipc_cleanup on exit.
4629
42d9e528
PA
46302015-02-04 Pedro Alves <palves@redhat.com>
4631
4632 * boards/native-extended-gdbserver.exp: Remove any target variant
4633 specifications from the board name before clearing the isremote
4634 flag from board_info.
4635
ae6ae975
DE
46362015-01-31 Doug Evans <xdje42@gmail.com>
4637
4638 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4639
cfb069a8
GB
46402015-01-31 Gary Benson <gbenson@redhat.com>
4641
4642 * gdb.base/completion.exp: Disable completion limiting for
4643 existing tests. Add new tests to check completion limiting.
4644 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4645
5dd31d79
DE
46462015-01-31 Doug Evans <xdje42@gmail.com>
4647
4648 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4649
9f050062
DE
46502015-01-31 Doug Evans <xdje42@gmail.com>
4651
4652 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4653 entries. Duplicate file section script entries.
4654 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4655 inlined entries. Add test for safe-path rejection.
4656 * gdb.python/py-section-script.c: Add duplicate inlined section script
4657 entries. Duplicate file section script entries.
4658 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4659 inlined entries. Add test for safe-path rejection.
4660
df25ebbd
JB
46612015-01-29 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.ada/disc_arr_bound: New testcase.
4664
4a0ca9ec
JB
46652015-01-29 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.ada/mi_var_array: New testcase.
4668
3a8b707a
DE
46692015-01-27 Doug Evans <dje@google.com>
4670
4671 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4672 Add test for objfile.filename, objfile.username after objfile
4673 has been unloaded.
4674
f8313f6e
JB
46752015-01-26 Joel Brobecker <brobecker@adacore.com>
4676
4677 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4678 the second test to print the name attribute of value
4679 returned by the call to gdb.lookup_type, and adjust
4680 the expected output accordingly.
4681
37bc665e
MW
46822015-01-25 Mark Wielaard <mjw@redhat.com>
4683
4684 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4685 * gdb.base/disp-step-fork.c: Include unistd.h.
4686 * gdb.base/siginfo-obj.c: Include stdio.h.
4687 * gdb.base/siginfo-thread.c: Likewise.
4688 * gdb.mi/non-stop.c: Include unistd.h.
4689 * gdb.mi/nsthrexec.c: Include stdio.h.
4690 * gdb.mi/pthreads.c: Include unistd.h.
4691 * gdb.modula2/unbounded1.c (main): Declare returns int.
4692 * gdb.reverse/consecutive-reverse.c: Likewise.
4693 * gdb.threads/create-fail.c: Include unistd.h.
4694 * gdb.threads/killed.c: Likewise.
4695 * gdb.threads/linux-dp.c: Likewise.
4696 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4697 * gdb.threads/non-ldr-exc-2.c: Likewise.
4698 * gdb.threads/non-ldr-exc-3.c: Likewise.
4699 * gdb.threads/non-ldr-exc-4.c: Likewise.
4700 * gdb.threads/pthreads.c: Include unistd.h.
4701 (main): Declare returns int.
4702 * gdb.threads/tls-main.c (foo): New declaration.
4703 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4704
f7e5394d
SM
47052015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4706
4707 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4708 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4709
743649fd
MW
47102015-01-15 Mark Wielaard <mjw@redhat.com>
4711
4712 * gdb.base/noreturn-return.c: New file.
4713 * gdb.base/noreturn-return.exp: New file.
4714 * gdb.base/noreturn-finish.c: New file.
4715 * gdb.base/noreturn-finish.exp: New file.
4716
198297aa
PA
47172015-01-23 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.threads/continue-pending-after-query.c: New file.
4720 * gdb.threads/continue-pending-after-query.exp: New file.
4721
717cf30c
AG
47222015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4723 Simon Marchi <simon.marchi@ericsson.com>
4724
4725 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4726 * gdb.base/valgrind-db-attach.exp: Same.
4727 * gdb.base/valgrind-infcall.exp: Same.
4728 * lib/mi-support.exp (default_mi_gdb_start): Same.
4729 * lib/prompt.exp (default_prompt_gdb_start): Same.
4730 * lib/gdb.exp (default_gdb_spawn): Same.
4731 (gdb_interact): New.
4732
4733
4b62a76e
JK
47342015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.compile/compile.exp (pointer to jit function): New test.
4737
b4cdae6f
WW
47382015-01-17 Wei-cheng Wang <cole945@gmail.com>
4739
4740 * lib/gdb.exp (supports_process_record): Return true for
4741 powerpc*-*-linux*.
4742 (supports_reverse): Likewise.
4743
d221e7ef
DB
47442015-01-15 Don Breazeal <donb@codesourcery.com>
4745
4746 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4747 instead of checking whether the target board is remote and
4748 use spawn_wait_for_attach instead of exec/sleep.
4749 * gdb.base/attach-twice.exp: Likewise.
4750
bafffb51
JB
47512015-01-15 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.ada/var_arr_attrs: New testcase.
4754
5589af0e
PA
47552015-01-14 Pedro Alves <palves@redhat.com>
4756 Joel Brobecker <brobecker@adacore.com>
4757
4758 PR gdb/17525
4759 * gdb.base/bp-cmds-execution-x-script.c: New file.
4760 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4761 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4762
6c400b59
PA
47632015-01-14 Pedro Alves <palves@redhat.com>
4764
4765 PR cli/17828
4766 * gdb.base/batch-preserve-term-settings.c: New file.
4767 * gdb.base/batch-preserve-term-settings.exp: New file.
4768
e02c96a7
DE
47692015-01-13 Doug Evans <dje@google.com>
4770
4771 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4772 binary.
4773
576fd14c
JB
47742015-01-13 Joel Brobecker <brobecker@adacore.com>
4775
4776 * Makefile.in (clean mostlyclean): Do not delete *.py.
4777
04dccad0
JB
47782015-01-13 Joel Brobecker <brobecker@adacore.com>
4779
4780 * gdb.python/py-lookup-type.exp: New file.
4781
3d230f71
PA
47822015-01-12 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4785 restore GDBFLAGS before returning.
4786
7e67715d
JK
47872015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4790 is_amd64_regs_target and is_x86_like_target.
4791
f2e0d4b4
DE
47922015-01-11 Doug Evans <xdje42@gmail.com>
4793
4794 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4795 is given without an explicit form.
4796 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4797 attributes.
4798 * gdb.dwarf/corrupt.exp: Ditto.
4799 * gdb.dwarf2/enum-type.exp: Ditto.
4800 * gdb.trace/entry-values.exp: Ditto.
4801 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4802
439250fb
DE
48032015-01-11 Doug Evans <xdje42@gmail.com>
4804
4805 PR gdb/15830
4806 * gdb.base/maint.exp: Remove references to "maint demangle".
4807 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4808 Add tests for explicitly specifying language to demangle.
4809 * gdb.dlang/demangle.exp: Ditto.
4810
ede9f622
PA
48112015-01-09 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.threads/non-stop-fair-events.c: New file.
4814 * gdb.threads/non-stop-fair-events.exp: New file.
4815
a7b796db
PA
48162015-01-09 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4819 the global scope. Set a breakpoint after all threads are started
4820 rather than stepping over two source lines. Expect the prompt.
4821 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4822 global.
4823 (NUM): Now 15.
4824 (main): Use threads_started_barrier to wait for all threads to
4825 start. Main thread no longer calls thread_function. Exit after
4826 180 seconds.
4827 (loop): New function.
4828 (thread_function): Wait on threads_started_barrier barrier. Call
4829 'loop' at each iteration.
4830 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4831 threads have started, instead of hardcoding number of "next"
4832 steps. Use an access watchpoint instead of a write watchpoint.
4833
9665ffdd
PA
48342015-01-09 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4837 (thread_func): Wait on barrier.
4838 (main): Wait for all threads to start before stopping GDB.
4839 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4840 global.
4841 (thread1_func, thread2_func): Wait on barrier.
4842 (main): Wait for all threads to start before stopping GDB.
4843 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4844 New global.
4845 (thread1_func, thread2_func): Wait on barrier.
4846 (main): Wait for all threads to start before stopping GDB.
4847
c945a99f
PA
48482015-01-09 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.threads/attach-many-short-lived-threads.c: New file.
4851 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4852
c1a747c1
PA
48532014-01-09 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4856 instead of to thread 2.
4857 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4858 Add barrier around each pthread_create call instead of around all
4859 calls.
4860 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4861 Set a break on thread_function and have the child threads hit it
4862 one at at a time.
4863
60b3033e
PA
48642015-01-09 Pedro Alves <palves@redhat.com>
4865
4866 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4867 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4868 false.
4869 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4870 checking whether the target board is remote.
4871 * gdb.multi/multi-attach.exp: Likewise.
4872 * gdb.python/py-sync-interp.exp: Likewise.
4873 * gdb.server/ext-attach.exp: Likewise.
4874 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4875 tests that need to attach, instead of checking whether the target
4876 board is remote at the top of the file.
4877
acc018ac
YQ
48782015-01-08 Yao Qi <yao@codesourcery.com>
4879
4880 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4881
50a18af8
JK
48822015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4883
4884 Fix testcase compilation.
4885 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4886
8503d6e1
JB
48872015-01-06 Joel Brobecker <brobecker@adacore.com>
4888
4889 * gdb.python/py-type.exp: Add a couple test about empty
4890 array creation, and negative-length array creation.
4891
cc73dbcc
DE
48922015-01-02 Doug Evans <xdje42@gmail.com>
4893
4894 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4895
0300bbc7
DE
48962015-01-02 Doug Evans <dje@google.com>
4897
4898 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4899
9d85a0ec
YQ
49002014-12-29 Yao Qi <yao@codesourcery.com>
4901
4902 * gdb.trace/entry-values.exp: Update comments. Rename variable
4903 bar_call_foo to returned_from_foo.
4904
87186c6a
MMN
49052014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4906
4907 PR gdb/17394
4908 * gdb.linespec/break-asm-file.c: New file.
4909 * gdb.linespec/break-asm-file.exp: New file.
4910 * gdb.linespec/break-asm-file0.s: New file.
4911 * gdb.linespec/break-asm-file1.s: New file.
4912
1bab7383
YQ
49132014-12-18 Nigel Stephens <nigel@mips.com>
4914 Maciej W. Rozycki <macro@codesourcery.com>
4915
4916 * gdb.base/float.exp: Handle the new output from "info float" on
4917 MIPS targets.
4918
1bc1068a
JK
49192014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 Fix MinGW compilation.
4922 * gdb.compile/compile-ops.exp: Update untested message if
4923 !skip_compile_feature_tests.
4924 * gdb.compile/compile-setjmp.exp: Likewise.
4925 * gdb.compile/compile-tls.exp: Likewise.
4926 * gdb.compile/compile.exp: Likewise.
4927 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4928 supported on this host".
4929
b6615d10
DE
49302014-12-16 Doug Evans <xdje42@gmail.com>
4931
4932 * boards/stabs.exp: New file.
4933
25dda427
AA
49342014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4935
4936 * gdb.base/completion.exp: Adjust to format changes of "maint
4937 print user-registers".
4938
bf330350
CU
49392014-12-16 Catalin Udma <catalin.udma@freescale.com>
4940
4941 PR server/17457
4942 * gdb.arch/aarch64-fp.c: New file.
4943 * gdb.arch/aarch64-fp.exp: New file.
4944
395cf596
SDJ
49452014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4946
4947 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4948 r210637, r210913, r211666, r215400, r215817).
4949
4950 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4951 * dg-extract-results.py: New file.
4952 * dg-extract-results.sh: Use it if the environment seems
4953 suitable.
4954
4955 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4956
4957 * dg-extract-results.py (parse_run): Handle warnings that
4958 are printed before a test harness is run.
4959
4960 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4961
4962 * dg-extract-results.py (Named): Remove __cmp__ method.
4963 (output_variation): Use a key to sort variation.harnesses.
4964
4965 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4966
4967 * dg-extract-results.py: For Python 3, force sys.stdout to
4968 handle surrogate escape sequences.
4969 (safe_open): New function.
4970 (output_segment, main): Use it.
4971
4972 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4973
4974 * dg-extract-results.py (Prog.result_re): Include options
4975 in test name.
4976
4977 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4978
4979 * dg-extract-results.py (output_variation): Always sort if
4980 do_sum.
4981
e882ef3c
SM
49822014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4983
4984 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4985 as long as we get pagination notifications.
4986
4992aa20
JM
49872014-12-15 Jason Merrill <jason@redhat.com>
4988
4989 * Makefile.in (check-gdb.%): Restore.
4990 * README: Mention it.
4991
c1b5a1a6
JB
49922014-12-13 Joel Brobecker <brobecker@adacore.com>
4993
4994 * gdb.ada/str_uninit: New testcase.
4995
5537b577
JK
49962014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4997
4998 PR symtab/17642
4999 * gdb.base/vla-stub-define.c: New file.
5000 * gdb.base/vla-stub.c: New file.
5001 * gdb.base/vla-stub.exp: New file.
5002
bb2ec1b3
TT
50032014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5004 Jan Kratochvil <jan.kratochvil@redhat.com>
5005 Tom Tromey <tromey@redhat.com>
5006
5007 * configure.ac: Add gdb.compile/.
5008 * configure: Regenerate.
5009 * gdb.compile/Makefile.in: New file.
5010 * gdb.compile/compile-ops.exp: New file.
5011 * gdb.compile/compile-ops.c: New file.
5012 * gdb.compile/compile-tls.c: New file.
5013 * gdb.compile/compile-tls.exp: New file.
5014 * gdb.compile/compile-constvar.S: New file.
5015 * gdb.compile/compile-constvar.c: New file.
5016 * gdb.compile/compile-mod.c: New file.
5017 * gdb.compile/compile-nodebug.c: New file.
5018 * gdb.compile/compile-setjmp-mod.c: New file.
5019 * gdb.compile/compile-setjmp.c: New file.
5020 * gdb.compile/compile-setjmp.exp: New file.
5021 * gdb.compile/compile-shlib.c: New file.
5022 * gdb.compile/compile.c: New file.
5023 * gdb.compile/compile.exp: New file.
5024 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5025
4ff709eb
TT
50262014-12-12 Tom Tromey <tromey@redhat.com>
5027
5028 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5029 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5030
6dddd6a5
DE
50312014-12-12 Doug Evans <dje@google.com>
5032
5033 * lib/gdb-python.exp (get_python_valueof): New function.
5034 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5035
71c24708
AA
50362014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5037
5038 * gdb.base/completion.exp: Add test for completion of "info
5039 registers ".
5040
3e29f34a
MR
50412014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5042
5043 * gdb.base/func-ptrs.c: New file.
5044 * gdb.base/func-ptrs.exp: New file.
5045
fc126975
SM
50462014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5047
5048 PR breakpoints/17012
5049 * gdb.base/dprintf-detach.c: New file.
5050 * gdb.base/dprintf-detach.exp: New file.
5051
0a46d518
SM
50522014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5053
5054 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5055 * lib/gdb.exp (target_is_gdbserver): New procedure.
5056
a0be3e44
DE
50572014-12-08 Doug Evans <dje@google.com>
5058
5059 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5060
df1b803a
YQ
50612014-12-05 Yao Qi <yao@codesourcery.com>
5062
5063 * gdb.guile/scm-error.exp: Remove the third argument to
5064 gdb_remote_download.
5065 * gdb.guile/scm-frame-args.exp: Likewise.
5066 * gdb.guile/scm-section-script.exp: Likewise.
5067
ddb9f679
YQ
50682014-12-05 Yao Qi <yao@codesourcery.com>
5069
5070 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5071
86e4ed39
DE
50722014-12-04 Doug Evans <dje@google.com>
5073
5074 * gdb.python/py-objfile.exp: Add tests for
5075 objfile.add_separate_debug_file.
5076
7c50a931
DE
50772014-12-04 Doug Evans <dje@google.com>
5078
5079 * lib/gdb.exp (get_build_id): New function.
5080 (build_id_debug_filename_get): Rewrite to use it.
5081 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5082
621661e3
MR
50832014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5084
5085 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5086 `method(long)', not just 0x0.
5087 * gdb.cp/nsalias.exp: Align code labels to 4.
5088 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5089 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5090 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5091 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5092 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5093 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5094
29f0c3b7
DE
50952014-12-02 Doug Evans <dje@google.com>
5096
e1e061e7 5097 PR symtab/17602
29f0c3b7 5098 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5099 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5100 * gdb.cp/anon-ns.exp: Update.
5101
162078c8
NB
51022014-12-02 Nick Bull <nicholaspbull@gmail.com>
5103
5104 * gdb.python/py-events.py (inferior_call_handler): New.
5105 (register_changed_handler, memory_changed_handler): New.
5106 (test_events.invoke): Register new handlers.
5107 * gdb.python/py-events.exp: Add tests for inferior call,
5108 memory_changed and register_changed events.
5109
fdb09caf
AA
51102014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5111
5112 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5113 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5114 if the linker doesn't understand this.
5115
55cfb2c4
SM
51162014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5117
5118 * gdb.python/python.exp: Change expected reply to help().
5119
9e8cd6df
YQ
51202014-12-01 Yao Qi <yao@codesourcery.com>
5121
5122 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5123 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5124 * configure: Re-generated.
5125
6c659fc2
SC
51262014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5127
5128 * gdb.cp/chained-calls.cc: New file.
5129 * gdb.cp/chained-calls.exp: New file.
5130 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5131
d7fc3181
SM
51322014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5133
5134 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5135 * gdb.dwarf2/symtab-producer.exp: Same.
5136 * gdb.gdb/python-interrupts.exp: Same.
5137 * gdb.gdb/python-selftest.exp: Same.
5138 * gdb.python/py-linetable.exp: Same.
5139 * gdb.python/py-type.exp: Same.
5140 * gdb.python/py-value-cc.exp: Same.
5141 * gdb.python/py-value.exp: Same.
5142
10e79639
YQ
51432014-11-28 Yao Qi <yao@codesourcery.com>
5144
5145 * gdb.base/break-probes.exp: Match library name prefixed with
5146 sysroot.
5147
f28a0564
SM
51482014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5149
5150 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5151 test expected output. Add parentheses for the call to print.
5152 Remove L suffix from integers.
5153
3fe1ce1d
DE
51542014-11-26 Doug Evans <dje@google.com>
5155
5156 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5157
84429e27
YQ
51582014-11-22 Yao Qi <yao@codesourcery.com>
5159
5160 * gdb.trace/entry-values.c: Remove asms.
5161 (foo): Add foo_label.
5162 (bar): Add bar_label.
5163 * gdb.trace/entry-values.exp: Remove code computing foo's
5164 length and bar's length.
5165 (Dwarf::assemble): Invoke function_range for bar and use
5166 MACRO_AT_func for foo.
5167
26741859
YQ
51682014-11-22 Yao Qi <yao@codesourcery.com>
5169
5170 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5171 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5172 Use .Lgcc43_procstart instead of gcc43.
5173
45e44d27
JB
51742014-11-21 Joel Brobecker <brobecker@adacore.com>
5175
5176 * gdb.ada/n_arr_bound: New testcase.
5177
458c8db8
SDJ
51782014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 PR breakpoints/10737
5181 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5182 test_catch_syscall_multi_arch.
5183 (test_catch_syscall_multi_arch): New function.
5184
43f3e411
DE
51852014-11-20 Doug Evans <xdje42@gmail.com>
5186
5187 * gdb.base/maint.exp: Update expected output.
5188
0d7b2549
AA
51892014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5190
5191 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5192 4-byte instruction on S390.
5193
8908fca5
JB
51942014-11-19 Joel Brobecker <brobecker@adacore.com>
5195
5196 * gdb.ada/arr_arr: New testcase.
5197
4a46959e
JB
51982014-11-19 Joel Brobecker <brobecker@adacore.com>
5199
5200 * gdb.ada/pkd_arr_elem: New Testcase.
5201
470e2f4e
LM
52022014-11-18 Luis Machado <lgustavo@codesourcery.com>
5203
5204 * gdb.reverse/break-precsave: Expect completion message for
5205 core file reads.
5206 * gdb.reverse/consecutive-precsave.exp: Likewise.
5207 * gdb.reverse/finish-precsave.exp: Likewise.
5208 * gdb.reverse/i386-precsave.exp: Likewise.
5209 * gdb.reverse/machinestate-precsave.exp: Likewise.
5210 * gdb.reverse/sigall-precsave.exp: Likewise.
5211 * gdb.reverse/solib-precsave.exp: Likewise.
5212 * gdb.reverse/step-precsave.exp: Likewise.
5213 * gdb.reverse/until-precsave.exp: Likewise.
5214 * gdb.reverse/watch-precsave.exp: Likewise.
5215
a267f3ad
AA
52162014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5217
5218 * gdb.base/bp-permanent.c: Include unistd.h.
5219 * gdb.python/py-framefilter-mi.c (main): Add return type.
5220 * gdb.python/py-framefilter.c (main): Likewise.
5221 * gdb.trace/actions-changed.c (main): Likewise.
5222
12084a9a
AA
52232014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5224
5225 * gdb.mi/until.c: Add eye-catchers.
5226 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5227 line numbers.
5228
dc7e1a77
AA
52292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5230
5231 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5232 function header variants in break1.c.
5233 * gdb.base/ena-dis-br.exp: Likewise.
5234 * gdb.base/hbreak2.exp: Likewise.
5235 * gdb.reverse/until-precsave.exp: Drop references to removed
5236 non-prototype function header variants in ur1.c.
5237 * gdb.reverse/until-reverse.exp: Likewise.
5238
41c77605
PM
52392014-11-17 Petr Machata <pmachata@redhat.com>
5240
5241 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5242 ${_cu_offset_size} bytes abbrev offset.
5243
34248c3a
DE
52442014-11-15 Doug Evans <xdje42@gmail.com>
5245
5246 PR symtab/17559
5247 * gdb.base/line-symtabs.exp: New file.
5248 * gdb.base/line-symtabs.c: New file.
5249 * gdb.base/line-symtabs.h: New file.
5250
646da059
YQ
52512014-11-14 Yao Qi <yao@codesourcery.com>
5252
5253 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5254 (func): Add label func_label.
5255 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5256 Replace low_pc and high_pc with MACRO_AT_range.
5257 Replace name, low_pc and high_pc with MACRO_AT_func.
5258
9301ebe6
YQ
52592014-11-14 Yao Qi <yao@codesourcery.com>
5260
5261 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5262 Replace name, low_pc and high_pc with MACRO_AT_func.
5263
f166b542
YQ
52642014-11-14 Yao Qi <yao@codesourcery.com>
5265
5266 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5267 produce debug information.
5268 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5269
0f6e71e3
YQ
52702014-11-14 Yao Qi <yao@codesourcery.com>
5271
5272 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5273 object and get function length.
5274 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5275 with MACRO_AT_func.
5276 (top-level): Replace gdb_compile and clean_restart with
5277 prepare_for_testing.
5278 * gdb.dwarf2/main.c (main): Add label main_label.
5279
876c4df9
YQ
52802014-11-14 Yao Qi <yao@codesourcery.com>
5281
5282 * lib/dwarf.exp (function_range): New procedure.
5283 (Dwarf::_handle_macro_at_func): New procedure.
5284 (Dwarf::_handle_macro_at_range): New procedure.
5285 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5286
02ad9cf1
YQ
52872014-11-14 Yao Qi <yao@codesourcery.com>
5288
5289 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5290 (_handle_attribute): New procedure.
5291
a59add0c
AA
52922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5293
5294 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5295 * gdb.base/call-sc.c (zed): Likewise.
5296 * gdb.base/checkpoint.c (main): Likewise.
5297 * gdb.base/dump.c (main): Likewise.
5298 * gdb.base/gcore.c (main): Likewise.
5299 * gdb.base/huge.c (main): Likewise.
5300 * gdb.base/multi-forks.c (main): Likewise.
5301 * gdb.base/pr10179-a.c (main): Likewise.
5302 * gdb.base/savedregs.c (main): Likewise.
5303 * gdb.base/sigaltstack.c (main): Likewise.
5304 * gdb.base/siginfo.c (main): Likewise.
5305 * gdb.base/structs.c (zed): Likewise.
5306 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5307 * gdb.mi/mi-syn-frame.c (main): Likewise.
5308 * gdb.mi/until.c (foo, main): Likewise.
5309 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5310 * gdb.base/solib-weak.c (foo): Declare.
5311 * gdb.base/attach-twice.c: Include stdio.h.
5312 * gdb.base/weaklib1.c: Likewise.
5313 * gdb.base/weaklib2.c: Likewise.
5314 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5315 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5316 unistd.h.
5317 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5318 * gdb.mi/mi-exit-code.c: Likewise.
5319 * gdb.base/break-interp-lib.c: Include string.h.
5320 * gdb.base/coremaker.c: Likewise.
5321 * gdb.base/testenv.c: Likewise.
5322 * gdb.python/py-finish-breakpoint.c: Likewise.
5323 * gdb.base/inferior-died.c: Include sys/wait.h.
5324 * gdb.base/fileio.c: Include time.h.
5325 * gdb.base/async-shell.c: Include unistd.h.
5326 * gdb.base/dprintf-non-stop.c: Likewise.
5327 * gdb.base/info-os.c: Likewise.
5328 * gdb.mi/mi-console.c: Likewise.
5329 * gdb.mi/watch-nonstop.c: Likewise.
5330 * gdb.python/py-events.c: Likewise.
5331 * gdb.base/async.c (baz): Move up before its invocation.
5332 * gdb.base/code_elim2.c (my_global_func): Likewise.
5333 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5334 * gdb.base/advance.c (func2): Likewise.
5335
3b5d5997
AA
53362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5337
5338 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5339 variant.
5340 * gdb.base/annota3.c: Likewise.
5341 * gdb.base/async.c: Likewise.
5342 * gdb.base/average.c: Likewise.
5343 * gdb.base/call-ar-st.c: Likewise.
5344 * gdb.base/call-rt-st.c: Likewise.
5345 * gdb.base/call-sc.c: Likewise.
5346 * gdb.base/call-strs.c: Likewise.
5347 * gdb.base/ending-run.c: Likewise.
5348 * gdb.base/execd-prog.c: Likewise.
5349 * gdb.base/exprs.c: Likewise.
5350 * gdb.base/foll-exec.c: Likewise.
5351 * gdb.base/foll-fork.c: Likewise.
5352 * gdb.base/foll-vfork.c: Likewise.
5353 * gdb.base/funcargs.c: Likewise.
5354 * gdb.base/gcore.c: Likewise.
5355 * gdb.base/jump.c: Likewise.
5356 * gdb.base/langs0.c: Likewise.
5357 * gdb.base/langs1.c: Likewise.
5358 * gdb.base/langs2.c: Likewise.
5359 * gdb.base/mips_pro.c: Likewise.
5360 * gdb.base/nodebug.c: Likewise.
5361 * gdb.base/opaque0.c: Likewise.
5362 * gdb.base/opaque1.c: Likewise.
5363 * gdb.base/recurse.c: Likewise.
5364 * gdb.base/run.c: Likewise.
5365 * gdb.base/scope0.c: Likewise.
5366 * gdb.base/scope1.c: Likewise.
5367 * gdb.base/setshow.c: Likewise.
5368 * gdb.base/setvar.c: Likewise.
5369 * gdb.base/shmain.c: Likewise.
5370 * gdb.base/shr1.c: Likewise.
5371 * gdb.base/shr2.c: Likewise.
5372 * gdb.base/sigall.c: Likewise.
5373 * gdb.base/signals.c: Likewise.
5374 * gdb.base/so-indr-cl.c: Likewise.
5375 * gdb.base/solib2.c: Likewise.
5376 * gdb.base/structs.c: Likewise.
5377 * gdb.base/sum.c: Likewise.
5378 * gdb.base/vforked-prog.c: Likewise.
5379 * gdb.base/watchpoint.c: Likewise.
5380 * gdb.reverse/shr2.c: Likewise.
5381 * gdb.reverse/until-reverse.c: Likewise.
5382 * gdb.reverse/ur1.c: Likewise.
5383 * gdb.reverse/watch-reverse.c: Likewise.
5384
066a77c5
AA
53852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5386
5387 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5388 variant.
5389 * gdb.base/sepdebug.exp: Drop references to removed code.
5390
4f204ea5
AA
53912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5392
5393 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5394 variant. Preserve original line numbering.
5395 * gdb.base/list1.c: Likewise.
5396
3b377a3a
AA
53972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5398
5399 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5400 variant.
5401 * gdb.base/break1.c: Likewise.
5402 * gdb.base/break.exp: Drop references to removed code.
5403
e444df73
AA
54042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5405
5406 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5407 variant.
5408
8008f2a7
AA
54092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5410
5411 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5412
a5a06887
AA
54132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5414
5415 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5416 logic into perform_all_tests() and invoke it with and without
5417 function header prototypes.
5418 (do_function_calls): Remove conditional XFAIL for PR 5318.
5419 (rerun_and_prepare): Remove duplicate code.
5420 (perform_all_tests): New. Main logic moved here.
5421
44dba9b9
AA
54222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5423
5424 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5425 code guarded by #ifdef NO_PROTOTYPES.
5426 (t_double_many_args): Likewise.
5427 (DEF_FUNC_MANY_ARGS_1): Likewise.
5428 (DEF_FUNC_VALUES_1): Likewise.
5429 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5430 guarded by #ifdef PROTOTYPES.
5431
d1fbcd56
AA
54322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5433
5434 * gdb.mi/mi-console.c: Add eye-catcher.
5435 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5436 instead of literal line number.
5437
b0e59b8f
AA
54382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5439
5440 * gdb.base/shr2.c: Add eye-catcher.
5441 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5442 line number.
5443
78f98cca
AA
54442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5445
5446 * gdb.base/jump.c: Add eye-catchers.
5447 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5448 numbers.
5449
58fa2af0
AA
54502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5451
5452 * gdb.base/execd-prog.c: Add eye-catchers.
5453 * gdb.base/foll-exec.c: Likewise.
5454 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5455 line numbers.
5456
04e5059b
AA
54572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5458
5459 * gdb.base/ending-run.c: Add eye-catchers.
5460 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5461 literal line numbers.
5462
dbfdb174
AA
54632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5464
5465 * gdb.base/call-rt-st.c: Add eye-catchers.
5466 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5467 literal line numbers.
5468
888a2ade
AA
54692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5470
5471 * gdb.base/call-ar-st.c: Add eye-catchers.
5472 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5473 literal line numbers.
5474
6acc2dde
AA
54752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5476
5477 * gdb.base/average.c: Add eye-catchers.
5478 * gdb.base/sum.c: Likewise.
5479 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5480 regexps dynamically.
5481
9ecfcd1d
AA
54822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5483
5484 * gdb.base/solib1.c: Add eye-catchers.
5485 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5486 literal line numbers.
5487
78708b7c
PA
54882014-11-12 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5491 leader has exited.
5492
af48d08f
PA
54932014-11-12 Pedro Alves <palves@redhat.com>
5494
5495 * gdb.arch/i386-bp_permanent.c: New file.
5496 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5497 (srcfile): Set to i386-bp_permanent.c.
5498 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5499 that stepi does not execute the 'leave' instruction, instead of
5500 testing it does execute.
5501 * gdb.base/bp-permanent.c: New file.
5502 * gdb.base/bp-permanent.exp: New file.
5503
af3768e9
DE
55042014-11-10 Doug Evans <xdje42@gmail.com>
5505
5506 PR symtab/17564
5507 * gdb.base/symtab-search-order.exp: New file.
5508 * gdb.base/symtab-search-order.c: New file.
5509 * gdb.base/symtab-search-order-1.c: New file.
5510 * gdb.base/symtab-search-order-shlib-1.c: New file.
5511
9de00a4a
PA
55122014-11-07 Pedro Alves <palves@redhat.com>
5513
5514 PR gdb/17511
5515 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5516 i?86-*-linux*.
5517
e0f52461
SC
55182014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5519
5520 PR c++/17494
5521 * gdb.cp/pr17494.cc: New file.
5522 * gdb.cp/pr17494.exp: New file.
5523
6ce8c980
YQ
55242014-11-02 Yao Qi <yao@codesourcery.com>
5525
5526 * gdb.python/python.exp: Get working directory and match the
5527 output of "set extended-prompt \\w " with it.
5528
02be9a71
DE
55292014-10-30 Doug Evans <dje@google.com>
5530
5531 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5532 in objfiles.
5533 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5534 in progspaces.
5535
3bdff46b
LM
55362014-10-30 Janis Johnson <janisjo@codesourcery.com>
5537
5538 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5539 * gdb.base/realname-expand.exp: Likewise.
5540 * gdb.linespec/macro-relative.exp: Likewise.
5541
ab917dfb
PA
55422014-10-29 Pedro Alves <palves@redhat.com>
5543
5544 PR gdb/17408
5545 * gdb.threads/schedlock.c (some_function): New function.
5546 (call_function): New global.
5547 (MAYBE_CALL_SOME_FUNCTION): New macro.
5548 (thread_function): Call it.
5549 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5550 and use it instead of a global counter. Adjust all callers.
5551 (get_current_thread): Use "find current thread" for test message
5552 here rather than having all callers pass down the same string.
5553 (goto_loop): New procedure, factored out from ...
5554 (my_continue): ... this.
5555 (step_ten_loops): Change parameter from test message to command to
5556 use. Adjust.
5557 (list_count): Delete global.
5558 (check_result): New procedure, factored out from duplicate top
5559 level code.
5560 (continue tests): Wrap in with_test_prefix.
5561 (test_step): New procedure, factored out from duplicate top level
5562 code.
5563 (top level): Test "step" in combination with all scheduler-locking
5564 modes. Test "next" in combination with all scheduler-locking
5565 modes, and in combination with stepping over a function call or
5566 not.
5567 * gdb.threads/next-bp-other-thread.c: New file.
5568 * gdb.threads/next-bp-other-thread.exp: New file.
5569
d3d4baed
PA
55702014-10-29 Pedro Alves <palves@redhat.com>
5571
5572 PR python/17372
5573 * gdb.python/python.exp: Test a multi-line command that spawns
5574 interactive Python.
5575 * gdb.base/multi-line-starts-subshell.exp: New file.
5576
563e8d85
YQ
55772014-10-29 Yao Qi <yao@codesourcery.com>
5578
5579 * gdb.base/fileio.exp: Make directories on host.
5580
0ea4d52e
YQ
55812014-10-29 Yao Qi <yao@codesourcery.com>
5582
5583 * gdb.base/fileio.c (test_write): Close the file.
5584
7f5ef605
PA
55852014-10-28 Pedro Alves <palves@redhat.com>
5586
5587 PR gdb/12623
5588 * gdb.base/sigstep.c (no_handler): New global.
5589 (main): If 'no_handler is true, set the signal handlers to
5590 SIG_IGN.
5591 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5592 with_sw_watch and no_handler parameters. Handle them.
5593 (top level) <stepping over handler when stopped at a breakpoint
5594 test>: Add a test axis for testing with a software watchpoint, and
5595 another for testing with the signal handler set to SIG_IGN.
5596 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5597 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5598
abbdbd03
PA
55992014-10-28 Pedro Alves <palves@redhat.com>
5600
5601 PR gdb/17511
5602 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5603 * gdb.base/sigstep.exp (other_handler_location): New global.
5604 (advance): Support stepping into the signal handler, and running
5605 commands while in the handler.
5606 (in_handler_map): New global.
5607 (top level): In the advance test, add combinations for getting
5608 into the handler with stepping commands, and for running commands
5609 in the handler. Add comment descripting the advancei tests.
5610
1df4399f
PA
56112014-10-28 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.base/sigstep.exp: Use build_executable instead of
5614 prepare_for_testing.
5615 (top level): Move code that starts GDB, runs to main and creates a
5616 display to ...
5617 (restart): ... this new procedure.
5618 (top level): Move backtrace from signal handler test to ...
5619 (validate_backtrace): ... this new procedure.
5620 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5621 with_test_prefix. Always restart GDB.
5622 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5623 with_test_prefix. Always restart GDB. No need to delete
5624 breakpoints after the test.
5625 (test_skip_handler): Remove prefix parameter.
5626 (skip_over_handler, breakpoint_to_handler)
5627 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5628 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5629 restart GDB. No need to delete breakpoints after the test.
5630 (top level): Use foreach to call the test procedures with
5631 different commands.
5632
a5b6e449
PA
56332014-10-28 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5636 instead of GNATS numbers.
5637 * gdb.base/sigbpt.exp: Likewise.
5638 * gdb.base/siginfo.exp: Likewise.
5639 * gdb.base/sigstep.exp: Likewise.
5640
e5f8a7cc
PA
56412014-10-27 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.base/sigstep.c (dummy): New global.
5644 (main): Issue a couple writes to the new global.
5645 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5646 procedures.
5647 (skip_over_handler): Use test_skip_handler.
5648 (top level): Call skip_over_handler for stepi and nexti too.
5649 (breakpoint_over_handler): Use test_skip_handler.
5650 (top level): Call breakpoint_over_handler for stepi and nexti too.
5651
763905a3
YQ
56522014-10-27 Yao Qi <yao@codesourcery.com>
5653
5654 * gdb.trace/tfile.c (adjust_function_address)
5655 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5656 function descriptor.
5657
6f259a23
DB
56582014-10-24 Don Breazeal <donb@codesourcery.com>
5659
5660 * gdb.base/foll-fork.exp (test_follow_fork,
5661 catch_fork_child_follow): Check for updated fork messages emitted
5662 from infrun.c.
5663 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5664 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5665 vfork_and_exec_child_follow_through_step): Check for updated vfork
5666 messages emitted from infrun.c.
5667
09dd9a69
PA
56682014-10-24 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/corefile.exp: Remove references to ultrix.
5671 * gdb.base/interrupt.exp: Likewise.
5672 * gdb.base/whatis.exp: Likewise.
5673 * gdb.gdb/selftest.exp: Likewise.
5674 * gdb.threads/manythreads.exp: Likewise.
5675 * gdb.threads/print-threads.exp: Likewise.
5676 * gdb.threads/pthreads.exp:: Likewise.
5677 * gdb.threads/schedlock.exp: Likewise.
5678
3433cfa5
SC
56792014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5680
5681 * gdb.cp/non-trivial-retval.cc: Add a test case.
5682 * gdb.cp/non-trivial-retval.exp: Add a test.
5683
092f880b
YQ
56842014-10-20 Yao Qi <yao@codesourcery.com>
5685
5686 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5687 * gdb.python/py-objfile-script-gdb.py: New file.
5688 * gdb.python/py-objfile-script.exp: Update reference to
5689 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5690 of remote_download. Remove the dest file.
5691
acbdb7f3
YQ
56922014-10-20 Yao Qi <yao@codesourcery.com>
5693
5694 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5695 * gdb.base/step-line.exp: Likewise.
5696 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5697 * gdb.dwarf2/dw2-basic.exp: Likewise.
5698 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5699 * gdb.dwarf2/dw2-filename.exp: Likewise.
5700 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5701 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5702 * gdb.dwarf2/dw2-producer.exp: Likewise.
5703 * gdb.dwarf2/mac-fileno.exp: Likewise.
5704 * gdb.python/py-frame-args.exp: Likewise.
5705 * gdb.python/py-framefilter.exp: Likewise.
5706 * gdb.python/py-mi.exp: Likewise.
5707 * gdb.python/py-objfile-script.exp: Likewise
5708 * gdb.python/py-pp-integral.exp: Likewise.
5709 * gdb.python/py-pp-re-notag.exp: Likewise.
5710 * gdb.python/py-prettyprint.exp: Likewise.
5711 * gdb.python/py-section-script.exp: Likewise.
5712 * gdb.python/py-typeprint.exp: Likewise.
5713 * gdb.python/py-xmethods.exp: Likewise.
5714 * gdb.stabs/weird.exp: Likewise.
5715 * gdb.xml/tdesc-regs.exp: Likewise.
5716
bd286a29
KCY
57172014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5718
5719 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5720 (out_cu): Use addr_len for the size of addresses.
5721 (out_line): Likewise. Size DW_LNE_set_address instruction
5722 according to addr_len.
5723 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5724 (FUNC): Add START_INSNS to definition.
5725
673dc4a0
YQ
57262014-10-18 Yao Qi <yao@codesourcery.com>
5727
5728 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5729 gdb_has_argv0 return true.
5730 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5731 check [target_info exists noargs], check [gdb_has_argv0]
5732 instead.
5733 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5734 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5735 procedures.
5736
4ffbba72
DE
57372014-10-17 Doug Evans <dje@google.com>
5738
5739 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5740 event.
5741 * gdb.python/py-events.py: Add clear_objfiles event.
5742
d096d8c1
DE
57432014-10-17 Doug Evans <dje@google.com>
5744
5745 * gdb.python/py-objfile.exp: Test progspace attribute.
5746
a80db015
LM
57472014-10-17 Luis Machado <lgustavo@codesourcery.com>
5748
5749 * gdb.guile/scm-breakpoint.exp: Do not assume any
5750 directory separators when matching source file paths.
5751 * gdb.python/py-breakpoint.exp: Likewise.
5752 * gdb.reverse/break-precsave.exp: Likewise.
5753 * gdb.reverse/break-reverse.exp: Likewise.
5754 * gdb.reverse/consecutive-precsave.exp: Likewise.
5755 * gdb.reverse/finish-precsave.exp: Likewise.
5756 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5757 * gdb.reverse/finish-reverse.exp: Likewise.
5758 * gdb.reverse/i386-precsave.exp: Likewise.
5759 * gdb.reverse/i387-env-reverse.exp: Likewise.
5760 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5761 * gdb.reverse/machinestate-precsave.exp: Likewise.
5762 * gdb.reverse/machinestate.exp: Likewise.
5763 * gdb.reverse/sigall-precsave.exp: Likewise.
5764 * gdb.reverse/solib-precsave.exp: Likewise.
5765 * gdb.reverse/step-precsave.exp: Likewise.
5766 * gdb.reverse/until-precsave.exp: Likewise.
5767 * gdb.reverse/watch-precsave.exp: Likewise.
5768 * gdb.reverse/watch-reverse.exp: Likewise.
5769
b22089ab
YQ
57702014-10-17 Yao Qi <yao@codesourcery.com>
5771
5772 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5773 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5774
6c4486e6
PA
57752014-10-17 Pedro Alves <palves@redhat.com>
5776
5777 PR gdb/17471
5778 * gdb.base/bg-execution-repeat.c: New file.
5779 * gdb.base/bg-execution-repeat.exp: New file.
5780
0ff33695
PA
57812014-10-17 Pedro Alves <palves@redhat.com>
5782
5783 PR gdb/17300
5784 * gdb.base/continue-all-already-running.c: New file.
5785 * gdb.base/continue-all-already-running.exp: New file.
5786
6fdebc3d
PA
57872014-10-17 Pedro Alves <palves@redhat.com>
5788
5789 PR gdb/17472
5790 * gdb.base/annota-input-while-running.c: New file.
5791 * gdb.base/annota-input-while-running.exp: New file.
5792
32a8097b
PA
57932014-10-17 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/callfuncs.exp: emove references to osf.
5796 * gdb.base/sigall.exp: Likewise.
5797 * gdb.gdb/selftest.exp: Likewise.
5798 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5799 * gdb.mi/non-stop.c: Likewise.
5800 * gdb.mi/pthreads.c: Likewise.
5801 * gdb.reverse/sigall-precsave.exp: Likewise.
5802 * gdb.reverse/sigall-reverse.exp: Likewise.
5803 * gdb.threads/pthreads.c: Likewise.
5804 * gdb.threads/pthreads.exp: Likewise.
5805
7a3517ff
YQ
58062014-10-17 Yao Qi <yao@codesourcery.com>
5807
5808 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5809 check 'target_info exists noargs'.
5810 (test_command_prompt_position): Likewise.
5811 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5812 Remove "set args".
5813 (progvar_simple_while_test): Likewise.
5814 (progvar_complex_if_while_test): Likewise.
5815 (if_while_breakpoint_command_test): Likewise.
5816 (infrun_breakpoint_command_test): Likewise.
5817 (breakpoint_command_test): Likewise.
5818 (watchpoint_command_test): Likewise.
5819 (bp_deleted_in_command_test): Likewise.
5820 (temporary_breakpoint_commands): Likewise.
5821
bb99c472
YQ
58222014-10-16 Yao Qi <yao@codesourcery.com>
5823
5824 * gdb.base/remotetimeout.exp: Remove noargs checking.
5825
7c16b83e
PA
58262014-10-15 Pedro Alves <palves@redhat.com>
5827
5828 PR breakpoints/9649
5829 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5830 * gdb.base/breakpoint-in-ro-region.exp
5831 (probe_target_hardware_step): New procedure.
5832 (top level): Probe hardware stepping and hardware breakpoint
5833 support. Test stepping through a read-only region, with both
5834 "breakpoint auto-hw" on and off and both "always-inserted" on and
5835 off.
5836
35a49624
IB
58372014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5838
5839 * gdb.dlang/demangle.exp: Update for demangling changes.
5840
2d1c107c
SC
58412014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5842
5843 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5844 * gdb.cp/non-trivial-retval.exp: Add new tests.
5845
778811d5
SC
58462014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5847
5848 PR c++/13403
5849 PR c++/15154
5850 * gdb.cp/non-trivial-retval.cc: New file.
5851 * gdb.cp/non-trivial-retval.exp: New file.
5852
10c5f0a8
YQ
58532014-10-15 Yao Qi <yao@codesourcery.com>
5854
5855 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5856 remote host.
5857
65d7b369
YQ
58582014-10-15 Yao Qi <yao@codesourcery.com>
5859
5860 * gdb.python/py-symbol.exp: Match file base name if host is
5861 remote, otherwise match file name with dir name.
5862 * gdb.python/py-symtab.exp: Likewise.
5863 * gdb.python/python.exp: Likewise.
5864
46dc1394
YQ
58652014-10-15 Yao Qi <yao@codesourcery.com>
5866
5867 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5868 pattern.
5869 * gdb.python/py-symtab.exp: Likewise.
5870 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5871 locationn.
5872
c40cc657
JB
58732014-10-14 Joel Brobecker <brobecker@adacore.com>
5874
5875 * gdb.ada/addr_arith: New testcase.
5876
2abf49e1
MR
58772014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5878
5879 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5880 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5881 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5882 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5883
f7088df3
SDJ
58842014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5885
5886 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5887 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5888 * gdb.arch/stap-eval-lang-ada.exp: New file.
5889
4dc06805
YQ
58902014-10-14 Yao Qi <yao@codesourcery.com>
5891
5892 * gdb.mi/mi-var-child.c (nothing1): New function.
5893 (nothing2): New function.
5894 (do_children_tests): Set function pointers by nothing1 and
5895 nothing2.
5896 * gdb.mi/mi-var-child.exp: Step over new added statements.
5897 Update test to match the new output.
5898 * gdb.mi/var-cmd.c (nothing1): New function.
5899 (nothing2): New function.
5900 (do_children_tests): Set function pointers by nothing1 and
5901 nothing2.
5902 * gdb.mi/mi-var-display.exp: Update test to match output.
5903 Step to the line specified by $line_dct_nothing.
5904 Increase the number of lines to step.
5905
46a93de2
YQ
59062014-10-14 Yao Qi <yao@codesourcery.com>
5907
5908 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5909 tests.
5910 * gdb.mi/mi2-var-child.exp: Likewise.
5911
14ea52ee
DE
59122014-10-13 Doug Evans <dje@google.com>
5913
5914 * gdb.python/py-objfile.exp: Change name of file name test.
5915
e5c6e92b
DE
59162014-10-13 Doug Evans <dje@google.com>
5917
5918 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5919 from the start of the CU.
5920
c780cc2f
JK
59212014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5922 Yao Qi <yao@codesourcery.com>
5923
5924 Fix "save breakpoints" for "catch" command.
5925 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5926 Remove -nonewline. Match also the added "main" line.
5927
99894e11
JK
59282014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5929
5930 Fix "save breakpoints" for "disable $bpnum" command.
5931 * gdb.base/save-bp.c (main): Add label.
5932 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5933
6e1ac5a3
JK
59342014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5935
5936 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5937
754dd2b0
YQ
59382014-10-11 Yao Qi <yao@codesourcery.com>
5939
5940 * gdb.server/server-kill.exp: Execute command
5941 "set remote trace-status-packet on" before "tstatus".
5942
f90183d7
YQ
59432014-10-11 Yao Qi <yao@codesourcery.com>
5944
5945 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5946 (main): Call getppid.
5947 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5948 and continue to it. Read variable "server_pid".
5949
bf40a607
YQ
59502014-10-11 Yao Qi <yao@codesourcery.com>
5951
5952 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5953
052ca370
YQ
59542014-10-11 Yao Qi <yao@codesourcery.com>
5955
5956 * gdb.threads/thread-find.exp: Don't execute command
5957 "info threads".
5958 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5959 * gdb.threads/linux-dp.exp: Don't check the condition
5960 $threads_created equals to zero.
5961
3831839c
PA
59622014-10-10 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.base/bigcore.exp: Remove references to IRIX.
5965 * gdb.base/funcargs.exp: Likewise.
5966 * gdb.base/interrupt.exp: Likewise.
5967 * gdb.base/mips_pro.exp: Likewise.
5968 * gdb.base/nodebug.exp: Likewise.
5969 * gdb.base/setvar.exp: Likewise.
5970 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5971
8b9a549d
PA
59722014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5973 Pedro Alves <palves@redhat.com>
5974
5975 PR symtab/14466
5976 * gdb.base/vdso-warning.c: New file.
5977 * gdb.base/vdso-warning.exp: New file.
5978
d48ba5e8
DE
59792014-10-02 Doug Evans <dje@google.com>
5980
5981 * gdb.base/structs.c (main): Don't run forever.
5982
2278c276
PA
59832014-10-02 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5986 (top level) <stop threads 1, stop threads 2>: Use it.
5987
b57bacec
PA
59882014-10-02 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.threads/break-while-running.exp (test): Add new
5991 'update_thread_list' argument. Skip "info threads" if false.
5992 (top level): Add new 'update_thread_list' axis.
5993
13fd3ff3
PA
59942014-10-02 Pedro Alves <palves@redhat.com>
5995
5996 PR breakpoints/17431
5997 * gdb.base/execl-update-breakpoints.c: New file.
5998 * gdb.base/execl-update-breakpoints.exp: New file.
5999
0fec99e8
PA
60002014-10-01 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/breakpoint-in-ro-region.c: New file.
6003 * gdb.base/breakpoint-in-ro-region.exp: New file.
6004
2ddf4301
SM
60052014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6006
6007 * gdb.mi/mi-exit-code.exp: New file.
6008 * gdb.mi/mi-exit-code.c: New file.
6009
6a5f3f43
YQ
60102014-09-30 Yao Qi <yao@codesourcery.com>
6011
6012 * lib/prelink-support.exp (build_executable_own_libs): Error if
6013 the target isn't native.
6014
345bcc73
YQ
60152014-09-30 Yao Qi <yao@codesourcery.com>
6016
6017 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6018 false.
6019
a25a5a45
PA
60202014-09-22 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.threads/break-while-running.exp: New file.
6023 * gdb.threads/break-while-running.c: New file.
6024
00ba3162
YQ
60252014-09-19 Yao Qi <yao@codesourcery.com>
6026
6027 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6028 Invoke test. Restart GDB with --readnow and invoke test again.
6029
c3b7b696
YQ
60302014-09-19 Yao Qi <yao@codesourcery.com>
6031
6032 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6033 proc set_breakpoint_on_gcd_function. Invoke
6034 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6035 invoke set_breakpoint_on_gcd_function again.
6036
2b4fd423
DE
60372014-09-18 Doug Evans <dje@google.com>
6038
6039 * gdb.dwarf2/symtab-producer.exp: New file.
6040
a5947601
SDJ
60412014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6042
6043 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6044 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6045 * gdb.base/global-var-nested-by-dso.c: Likewise.
6046 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6047
91c19059
SDJ
60482014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6049 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/watch-bitfields.exp: Pass string other than test file
6052 name to prepare_for_testing.
6053 (watch): New procedure.
6054 (expect_watchpoint): Use with_test_prefix.
6055 (top level): Factor out tests to ...
6056 (test_watch_location, test_regular_watch): ... these new
6057 procedures, and use with_test_prefix and gdb_continue_to_end.
6058
bb9d5f81
PP
60592014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6060
6061 PR breakpoints/12526
6062 * gdb.base/watch-bitfields.exp: New file.
6063 * gdb.base/watch-bitfields.c: New file.
6064
635856f5
PA
60652014-09-16 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6068 software and hardware addresses, not software address against
6069 itself.
6070
7280ceea
PA
60712014-09-16 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6074 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6075
428b16bd
PA
60762014-09-16 Pedro Alves <palves@redhat.com>
6077
6078 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6079 files.
6080 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6081 "*-*-vxworks*" throughout.
6082 * gdb.base/break.exp: Likewise.
6083 * gdb.base/default.exp: Likewise.
6084 * gdb.base/scope.exp: Likewise.
6085 * gdb.base/sepdebug.exp: Likewise.
6086 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6087 throughout.
6088 * gdb.base/run.c: Likewise.
6089 * gdb.base/sepdebug.c: Likewise.
6090 * gdb.hp/gdb.aCC/run.c: Likewise.
6091 * gdb.reverse/until-reverse.c: Likewise.
6092 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6093
666d413c
YQ
60942014-09-16 Yao Qi <yao@codesourcery.com>
6095
6096 * boards/local-remote-host-native.exp: New file.
6097
57cbd724
DE
60982014-09-14 Doug Evans <xdje42@gmail.com>
6099
6100 * gdb.threads/queue-signal.c (thread_count): New variable.
6101 (thread_count_mutex, thread_count_condvar): New variables.
6102 (incr_thread_count, wait_all_threads_running): New functions.
6103 (main): Wait for all threads to be in their thread functions.
6104
81219e53
DE
61052014-09-13 Doug Evans <xdje42@gmail.com>
6106
6107 * gdb.threads/queue-signal.c: New file.
6108 * gdb.threads/queue-signal.exp: New file.
6109
3714cea7
DE
61102014-09-13 Doug Evans <xdje42@gmail.com>
6111
6112 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6113 be consistent with what default_gdb_init uses.
6114 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6115 the plain text of the prompt. Add some logging printfs.
6116 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6117
fa43b1d7
PA
61182014-09-12 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6121 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6122 * gdb.arch/i386-size-overlap.exp: Likewise.
6123 * gdb.arch/i386-size.exp: Likewise.
6124 * gdb.arch/i386-unwind.exp: Likewise.
6125 * gdb.base/a2-run.exp: Likewise.
6126 * gdb.base/break.exp: Likewise.
6127 * gdb.base/charset.exp: Likewise.
6128 * gdb.base/chng-syms.exp: Likewise.
6129 * gdb.base/commands.exp: Likewise.
6130 * gdb.base/dbx.exp: Likewise.
6131 * gdb.base/find.exp: Likewise.
6132 * gdb.base/funcargs.exp: Likewise.
6133 * gdb.base/jit-simple.exp: Likewise.
6134 * gdb.base/reread.exp: Likewise.
6135 * gdb.base/sepdebug.exp: Likewise.
6136 * gdb.base/step-bt.exp: Likewise.
6137 * gdb.cp/mb-inline.exp: Likewise.
6138 * gdb.cp/mb-templates.exp: Likewise.
6139 * gdb.objc/basicclass.exp: Likewise.
6140 * gdb.threads/killed.exp: Likewise.
6141
9d9bf2df
EBM
61422014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6143
6144 PR tdep/17379
6145 * gdb.arch/powerpc-stackless.S: New file.
6146 * gdb.arch/powerpc-stackless.exp: New file.
6147
1cf2f1b0
JK
61482014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.base/attach.c: Include unistd.h.
6151 (main): Call alarm. Add label postloop.
6152 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6153 gdb_breakpoint, gdb_continue_to_breakpoint.
6154 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6155
98880d46
PA
61562014-09-11 Pedro Alves <palves@redhat.com>
6157
6158 PR gdb/17347
6159 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6160 * gdb.base/attach.exp (test_command_line_attach_run): New
6161 procedure.
6162 (top level): Call it.
6163
4c92ff2c
PA
61642014-09-11 Pedro Alves <palves@redhat.com>
6165
6166 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6167 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6168 (do_command_attach_tests): Use spawn_wait_for_attach.
6169 * gdb.base/solib-overlap.exp: Likewise.
6170 * gdb.multi/multi-attach.exp: Likewise.
6171 * gdb.python/py-prompt.exp: Likewise.
6172 * gdb.python/py-sync-interp.exp: Likewise.
6173 * gdb.server/ext-attach.exp: Likewise.
6174
3adc1a7d
GKB
61752014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6176
6177 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6178 command in testcase. Simplify testcase.
6179
96334934
JB
61802014-09-10 Joel Brobecker <brobecker@adacore.com>
6181
6182 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6183
eb479039
JB
61842014-09-10 Joel Brobecker <brobecker@adacore.com>
6185
6186 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6187
deede10c
JB
61882014-09-10 Joel Brobecker <brobecker@adacore.com>
6189
6190 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6191
7828a5f5
JB
61922014-09-10 Joel Brobecker <brobecker@adacore.com>
6193
6194 * gdb.dwarf2/dynarr-ptr.c: New file.
6195 * gdb.dwarf2/dynarr-ptr.exp: New file.
6196
33aeebcf
MR
61972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6198
6199 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6200 of 30 rather than hardcoding 120 for a slow test case. Take the
6201 `gdb,timeout' target setting into account for this calculation.
6202 Don't extend the timeout for the test cases that don't need it.
6203
7b415901
MR
62042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6205
6206 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6207 a factor of 2 for a slow test case. Take the `gdb,timeout'
6208 target setting into account for this calculation.
6209 * gdb.reverse/until-precsave.exp: Increase the timeout by
6210 a factor of 15 and 3 respectively rather than adding 120
6211 for a pair of slow test cases. Take the `gdb,timeout'
6212 target setting into account for this calculation.
6213
4a40f85a
MR
62142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6215
6216 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6217 timeout, don't pass one down to gdb_expect.
6218 (gdb_expect): Rework timeout selection.
6219
09635af7
MR
62202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6221
6222 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6223 exception on timeout.
6224 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6225 (gdbserver_start_extended): Catch any `gdbserver_start' error
6226 exceptions.
6227 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6228 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6229 `gdbserver_gdb_load' error exceptions.
6230
2bdd10b7
MR
62312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6232
6233 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6234 120 on waiting for the TCP socket to open.
6235
316935f0
DE
62362014-09-09 Doug Evans <xdje42@gmail.com>
6237
6238 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6239 _caller_matches, _any_caller_is, _any_caller_matches.
6240
83740597
DE
62412014-09-09 Doug Evans <xdje42@gmail.com>
6242
6243 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6244
4c122fc3
YQ
62452014-09-09 Yao Qi <yao@codesourcery.com>
6246
6247 * gdb.mi/mi-var-display.exp: Set print symbol off.
6248
a9f116cb
GKB
62492014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6250
6251 PR gdb/17035
6252 * gdb.base/commands.exp: Add tests to verify user-defined
6253 commands with empty bodies.
6254 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6255 python commands in `show user command`.
6256 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6257 scheme commands in `show user command`.
6258
c75bd3a2
JK
62592014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 PR python/17355
6262 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6263 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6264 * gdb.python/py-framefilter-invalidarg.exp: New file.
6265 * gdb.python/py-framefilter-invalidarg.py: New file.
6266
faa42425
DE
62672014-09-06 Doug Evans <xdje42@gmail.com>
6268
6269 PR 15276
6270 * gdb.python/py-caller-is.c: New file.
6271 * gdb.python/py-caller-is.exp: New file.
6272
474ca4f6
SDJ
62732014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6274
6275 PR gdb/17235
6276 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6277 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6278
eb0b0463
SDJ
62792014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6280
6281 PR fortran/17237
6282 * gdb.fortran/print-formatted.exp: New file.
6283 * gdb.fortran/print-formatted.f90: Likewise.
6284
5f3b99cf
SS
62852014-09-03 Sasha Smundak <asmundak@google.com>
6286
6287 * gdb.python/py-frame.exp: Test Frame.read_register.
6288
7d793aa9
SDJ
62892014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6290
6291 PR python/16699
6292 * gdb.python/py-completion.exp: New file.
6293 * gdb.python/py-completion.py: Likewise.
6294
fb0576e9
DE
62952014-08-28 Doug Evans <dje@google.com>
6296
6297 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6298 eax,etc. are live with values set by gdb and thus the compiler can't
6299 use them.
6300 * gdb.arch/i386-pseudo.c (main): Ditto.
6301
ee92b0dd
DE
63022014-08-27 Doug Evans <dje@google.com>
6303
6304 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6305
6649db35
DE
63062014-08-25 Doug Evans <dje@google.com>
6307
6308 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6309 (main): Ditto.
6310
564b7600
DE
63112014-08-25 Doug Evans <dje@google.com>
6312
6313 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6314
3881fb67
YQ
63152014-08-24 Yao Qi <yao@codesourcery.com>
6316
6317 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6318 symbol off.
6319 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6320
a05a36a5
DE
63212014-08-22 Doug Evans <dje@google.com>
6322
6323 PR 17276
6324 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6325 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6326 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6327
7c343b48
YQ
63282014-08-22 Yao Qi <yao@codesourcery.com>
6329
6330 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6331 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6332 * gdb.python/python.exp: Likewise. Use .py file on the host
6333 instead of the build.
6334
22fd09ae
JK
63352014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6336
6337 * gdb.threads/gcore-stale-thread.c: New file.
6338 * gdb.threads/gcore-stale-thread.exp: New file.
6339
a8454a7c
PA
63402014-08-21 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6343 * gdb.base/gcore-relro-pie.exp: Likewise.
6344 * gdb.base/gcore-relro.exp: Likewise.
6345 * gdb.base/gcore.exp: Likewise.
6346 * gdb.base/print-symbol-loading.exp: Likewise.
6347 * gdb.threads/gcore-thread.exp: Likewise.
6348 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6349
2a31c623
PA
63502014-08-20 Pedro Alves <palves@redhat.com>
6351 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6354 configure.
6355 (EXPECT): Handle READ1 being set.
6356 (all): Depend on EXTRA_RULES.
6357 (check-read1, expect-read1, read1.so, read1): New rules.
6358 * README (Testsuite Parameters): Document the READ1 make variable.
6359 (Race detection): New section.
6360 * configure: Regenerate.
6361 * configure.ac: If build==host==target, and running under a
6362 GNU/glibc system, add read1 to the extra Makefile rules.
6363 (EXTRA_RULES): AC_SUBST it.
6364 * lib/read1.c: New file.
6365
d36430db
JB
63662014-08-20 Joel Brobecker <brobecker@adacore.com>
6367
6368 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6369 the handling of variables declared as a typedef to an array
6370 which a DW_AT_data_location attribute.
6371
9a0dc9e3
PA
63722014-08-19 Andrew Burgess <aburgess@broadcom.com>
6373 Pedro Alves <palves@redhat.com>
6374
6375 PR symtab/14604
6376 PR symtab/14605
6377 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6378 gdb_test.
6379
0718a8da
PA
63802014-08-19 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6383
13b448cd
YQ
63842014-08-19 Yao Qi <yao@codesourcery.com>
6385
6386 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6387 right line.
6388
1cbf5077
DB
63892014-08-18 David Blaikie <dblaikie@gmail.com>
6390
6391 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6392
bf0fae19
JB
63932014-08-18 Joel Brobecker <brobecker@adacore.com>
6394
6395 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6396 attribute in array range.
6397
3c8c5dcc
JB
63982014-08-18 Joel Brobecker <brobecker@adacore.com>
6399
6400 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6401
e66d4446
SC
64022014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6403
6404 PR c++/17132
6405 * gdb.cp/pr17132.cc: New file.
6406 * gdb.cp/pr17132.exp: New file.
6407
940df408
SC
64082014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6409
6410 * gdb.python/py-xmethods.py (A_getarrayind)
6411 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6412 Use 'print' with function call syntax.
6413 (E_method_matcher.match): Fix tab vs space indentation mixup.
6414
ebcc6c3a
YQ
64152014-08-15 Yao Qi <yao@codesourcery.com>
6416
6417 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6418 false.
6419
775e0f04
YQ
64202014-08-15 Yao Qi <yao@codesourcery.com>
6421
6422 * gdb.cp/casts.exp: Set print symbol off.
6423 * gdb.cp/class2.exp: Likewise.
6424 * gdb.cp/overload.exp: Likewise.
6425 * gdb.cp/templates.exp: Likewise.
6426
d769e349
DE
64272014-08-11 Doug Evans <dje@google.com>
6428
6429 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6430 (test_load_shlib): Update.
6431
20c6f1e1
YQ
64322014-08-09 Yao Qi <yao@codesourcery.com>
6433
6434 * gdb.base/display.exp: Invoke is_address_zero_readable.
6435 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6436 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6437 * gdb.base/hbreak-unmapped.exp: Return if
6438 is_address_zero_readable returns true.
6439 * gdb.base/signest.exp: Likewise.
6440 * gdb.base/signull.exp: Likewise.
6441 * gdb.base/sigbpt.exp: Likewise.
6442 * gdb.guile/scm-disasm.exp: Do the test if
6443 is_address_zero_readable returns false.
6444 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6445 * gdb.python/py-arch.exp: Likewise.
6446 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6447 * lib/gdb.exp (is_address_zero_readable): New proc.
6448
5792e8e3
YQ
64492014-08-09 Yao Qi <yao@codesourcery.com>
6450
6451 PR testsuite/13443
6452 * gdb.mi/mi-var-display.exp: Make test messages unique.
6453
3cecbbbe
TT
64542014-08-04 Tom Tromey <tromey@redhat.com>
6455
6456 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6457 target 0".
6458
00b51ff5
TT
64592014-08-04 Tom Tromey <tromey@redhat.com>
6460
6461 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6462 "target_resume".
6463
6908c509
JB
64642014-08-01 Joel Brobecker <brobecker@adacore.com>
6465
6466 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6467 inner_vla_struct_object_size.
6468 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6469 as xfail.
6470
cc6563d2
PA
64712014-07-30 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6474 comment.
6475
7e09a223
YQ
64762014-07-29 Yao Qi <yao@codesourcery.com>
6477
6478 PR gdb/17206
6479 * gdb.base/until-nodebug.exp: New.
6480
7ebdbe92
DE
64812014-07-28 Doug Evans <xdje42@gmail.com>
6482
6483 PR guile/17203
6484 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6485 previously existing parameter, and previously ambiguously spelled
6486 parameter.
6487
fdb1adc6
WN
64882014-07-28 Will Newton <will.newton@linaro.org>
6489
6490 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6491
186fcde0
DE
64922014-07-26 Ludovic Courtès <ludo@gnu.org>
6493 Doug Evans <xdje42@gmail.com>
6494
6495 PR guile/17146
6496 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6497
70509625
PA
64982014-07-25 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.threads/signal-command-handle-nopass.c: New file.
6501 * gdb.threads/signal-command-handle-nopass.exp: New file.
6502 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6503 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6504 * gdb.threads/signal-delivered-right-thread.c: New file.
6505 * gdb.threads/signal-delivered-right-thread.exp: New file.
6506
c3f814a1
PA
65072014-07-25 Pedro Alves <palves@redhat.com>
6508
6509 * gdb.base/double-prompt-target-event-error.exp
6510 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6511 match.
6512 (cancel_pagination_in_target_event): Rework double prompt
6513 detection.
6514 * gdb.base/paginate-after-ctrl-c-running.exp
6515 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6516 <return>' match.
6517 * gdb.base/paginate-bg-execution.exp
6518 (test_bg_execution_pagination_return)
6519 (test_bg_execution_pagination_cancel): Remove '-notransfer
6520 <return>' matches.
6521 * gdb.base/paginate-execution-startup.exp
6522 (test_fg_execution_pagination_return)
6523 (test_fg_execution_pagination_cancel): Remove '-notransfer
6524 <return>' matches.
6525 * gdb.base/paginate-inferior-exit.exp
6526 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6527 match.
6528 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6529 * lib/gdb.exp (pagination_prompt): Run text through
6530 string_to_regexp.
6531 (gdb_test_multiple): Match $pagination_prompt instead of
6532 "<return>".
6533 (string_to_regexp): Move to lib/gdb-utils.exp.
6534
e214cf6c
JK
65352014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6536
6537 * gdb.arch/amd64-entry-value-paramref.S: New file.
6538 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6539 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6540 * gdb.arch/amd64-optimout-repeat.S: New file.
6541 * gdb.arch/amd64-optimout-repeat.c: New file.
6542 * gdb.arch/amd64-optimout-repeat.exp: New file.
6543
17d0c5c8
JK
65442014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6545
6546 PR gdb/17170
6547 * gdb.base/statistics.exp: New file.
6548
b8b8facf
DE
65492014-07-17 Doug Evans <dje@google.com>
6550
74b49205 6551 PR gdb/17170
b8b8facf
DE
6552 * gdb.base/maint.exp: Update testing of per-command stats.
6553
1b5d0ab3
PA
65542014-07-16 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6557 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6558 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6559 (tfile_write_buf): New functions.
6560 (add_memory_block): Rewrite using the above.
6561 (adjust_function_address): New function.
6562 (FUNCTION_ADDRESS): New macro.
6563 (write_basic_trace_file): Remove short_x local, and use
6564 tfile_write_16. Change type of func_addr local to unsigned long
6565 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6566 here. Cast argument of add_memory_block to char pointer.
6567 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6568 (main): Remove parameters.
6569 * gdb.trace/tfile.exp: Remove nowarnings.
6570
4d974e88
SM
65712014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6572
6573 * gdb.base/debug-expr.exp: Test string evaluation with
6574 "debug expression" on.
6575
41e99568
PA
65762014-07-15 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.base/reread.exp: Use clean_restart.
6579
487d9753
PL
65802014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6581
6582 * gdb.arch/avr-flash-qualifer.c: New.
6583 * gdb.arch/avr-flash-qualifer.exp: New.
6584
cc1c52ad
PA
65852014-07-14 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6588 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6589
1e973570
PA
65902014-07-14 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.base/double-prompt-target-event-error.c: New file.
6593 * gdb.base/double-prompt-target-event-error.exp: New file.
6594
93d6eb10
PA
65952014-07-14 Pedro Alves <palves@redhat.com>
6596
6597 PR gdb/17072
6598 * gdb.base/paginate-inferior-exit.c: New file.
6599 * gdb.base/paginate-inferior-exit.exp: New file.
6600
0017922d
PA
66012014-07-14 Pedro Alves <palves@redhat.com>
6602
6603 PR gdb/17072
6604 * gdb.base/paginate-bg-execution.c: New file.
6605 * gdb.base/paginate-bg-execution.exp: New file.
6606
94696ad3
PA
66072014-07-14 Pedro Alves <palves@redhat.com>
6608
6609 PR gdb/17072
6610 * gdb.base/paginate-execution-startup.c: New file.
6611 * gdb.base/paginate-execution-startup.exp: New file.
6612 * lib/gdb.exp (pagination_prompt): New global.
6613 (default_gdb_spawn): New procedure, factored out from
6614 default_gdb_spawn.
6615 (default_gdb_start): Adjust to call default_gdb_spawn.
6616 (gdb_spawn): New procedure.
6617
bd293940
PA
66182014-07-14 Pedro Alves <palves@redhat.com>
6619
6620 * lib/gdb.exp (gdb_assert): New procedure.
6621 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6622
c933f875
PA
66232014-07-14 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/execution-termios.c: New file.
6626 * gdb.base/execution-termios.exp: New file.
6627
d98b7a16
TT
66282014-07-14 Tom Tromey <tromey@redhat.com>
6629
6630 * gdb.cp/vla-cxx.cc: New file.
6631 * gdb.cp/vla-cxx.exp: New file.
6632
548740d6
TT
66332014-07-14 Tom Tromey <tromey@redhat.com>
6634
6635 * gdb.reverse/rerun-prec.c: New file.
6636 * gdb.reverse/rerun-prec.exp: New file.
6637
a25eb028
MR
66382014-07-12 Maciej W. Rozycki <macro@mips.com>
6639 Maciej W. Rozycki <macro@codesourcery.com>
6640
6641 * lib/gdb-utils.exp: New file.
6642 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6643 inline `gdb_init_command' processing.
6644 (gdb_start_cmd): Likewise.
6645 * lib/mi-support.exp (mi_run_cmd): Likewise.
6646 * README: Document `gdb_init_command' and `gdb_init_commands'.
6647
218c2655
JK
66482014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6649
6650 Fix false FAIL running under a very long directory name.
6651 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6652 and "set print elements 10000". Twice.
6653
5401fde3
YQ
66542014-07-11 Yao Qi <yao@codesourcery.com>
6655
6656 * gdb.base/exprs.exp: "set print symbol off".
6657
e76126e8
PA
66582014-07-11 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.threads/kill.c: New file.
6661 * gdb.threads/kill.exp: New file.
6662
2d6f0de6
YQ
66632014-07-10 Yao Qi <yao@codesourcery.com>
6664
6665 * gdb.trace/tfile.c (write_basic_trace_file)
6666 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6667 address written to trace file.
6668
7180e04a
PA
66692014-07-09 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.base/attach-wait-input.exp: New file.
6672 * gdb.base/attach-wait-input.c: New file.
6673
9a9a7608
AB
66742014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6675
6676 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6677 setting up test structures.
6678 (main): Call new test function.
6679 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6680 test function, continue into test function and walk test
6681 structures.
6682
161ac41e
YQ
66832014-07-02 Yao Qi <yao@codesourcery.com>
6684
6685 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6686 'bar_start' at the beginning of functions 'foo' and 'bar'
6687 respectively.
6688 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6689 instead of 'foo' and 'bar'.
6690
1f267ae3
MM
66912014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6692
6693 * gdb.btrace/segv.exp: New.
6694 * gdb.btrace/segv.c: New.
6695
2b239efb
LM
66962014-07-02 Luis Machado <lgustavo@codesourcery.com>
6697
6698 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6699 instruction.
6700
cf363f18
MW
67012014-06-30 Mark Wielaard <mjw@redhat.com>
6702
6703 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6704 vulture, vilify, villar): New volatile array constants.
6705 (vindictive, vegetation): New const volatile array constants.
6706 * gdb.base/volatile.exp: Test volatile and const volatile array
6707 types.
6708
aebf9d24
AA
67092014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6710
6711 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6712 target lacks support for awatch, rwatch, or hbreak.
6713
b67a2c6f
YQ
67142014-06-27 Yao Qi <yao@codesourcery.com>
6715
6716 * gdb.multi/dummy-frame-restore.exp: New.
6717 * gdb.multi/dummy-frame-restore.c: New.
6718
aef92902
MM
67192014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6720
6721 * gdb.btrace/gcore.exp: New.
6722
8e9db26e
PA
67232014-06-23 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/watchpoint-reuse-slot.c: New file.
6726 * gdb.base/watchpoint-reuse-slot.exp: New file.
6727
70afc5b7
SC
67282014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6729
6730 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6731 progspace's filename in 'info', 'enable' and 'disable' command
6732 tests.
6733
b972bd9c
JK
67342014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6735
6736 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6737 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6738 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6739
125f8a3d
GB
67402014-06-20 Gary Benson <gbenson@redhat.com>
6741
6742 * gdb.arch/i386-avx.exp: Fix include file location.
6743 * gdb.arch/i386-sse.exp: Likewise.
6744
3ed9baed
IB
67452014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6746
6747 * gdb.dlang/expression.exp: New file.
6748
034f788c
PA
67492014-06-19 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6752 out from ...
6753 (top level): ... here. Iterate running tests under different
6754 scheduler-locking settings.
6755
45371d0c
LM
67562014-06-18 Luis Machado <lgustavo@codesourcery.com>
6757
6758 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6759 to DW_FORM_addr and use non-zero addresses.
6760
5d376983
SC
67612014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6762
6763 PR gdb/17017
6764 * gdb.python/py-xmethods.cc: Add global function call counters and
6765 increment them in their respective functions. Remove "cout"
6766 statements.
6767 * gdb.python/py-xmethods.exp: Make tests check the global function
6768 call counters instead of depending on inferior IO.
6769
a1aa2221
LM
67702014-06-18 Don Breazeal <donb@codesourcery.com>
6771
6772 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6773 Deleted procedure.
6774 (explicit_fork_parent_follow): Deleted procedure.
6775 (explicit_fork_child_follow): Deleted procedure.
6776 (test_follow_fork): New procedure.
6777 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6778 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6779 procedure calls.
6780
0fc05997
YQ
67812014-06-17 Yao Qi <yao@codesourcery.com>
6782
6783 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6784 CP1252.
6785
70795c52
LM
67862014-06-17 Luis Machado <lgustavo@codesourcery.com>
6787
6788 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6789 Initialize ptr and S explicitly.
6790 (skip_type_update_when_not_use_rtti_test): Likewise.
6791
6be47f0c
KS
67922014-06-16 Keith Seitz <keiths@redhat.com>
6793
6794 PR mi/15863
6795 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6796 the inferior is started.
6797
d03de421
PA
67982014-06-16 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.base/break-main-file-remove-fail.c: New file.
6801 * gdb.base/break-main-file-remove-fail.exp: New file.
6802 * gdb.base/break-unload-file.exp: Use build_executable instead of
6803 prepare_for_testing.
6804 (test_break): New parameter "initial_load". Handle it.
6805 (top level): Add initial_load cmdline/file axis.
6806
f9579b99
TT
68072014-06-12 Tom Tromey <tromey@redhat.com>
6808
6809 * gdb.base/completion.exp: Don't use directory name in test.
6810
3657956b
GB
68112014-06-09 Gary Benson <gbenson@redhat.com>
6812
6813 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6814 separate the always-available ANSI-standard signals from the
6815 signals that require checking.
6816 (main): Likewise.
6817 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6818 Likewise.
6819 (main): Likewise.
6820
4186eb54
KS
68212014-06-07 Keith Seitz <keiths@redhat.com>
6822
6823 Revert:
6824 PR c++/16253
6825 * gdb.cp/var-tag.cc: New file.
6826 * gdb.cp/var-tag.exp: New file.
6827 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6828 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6829 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6830 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6831
25326a28 68322014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6833
6834 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6835
829155c9
PA
68362014-06-06 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6839 in target debug output instead of looking at RSP packets,
6840 disabling the test on any target that uses hardware stepping.
6841 Update comments.
6842
61c8d22e
PA
68432014-06-06 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.base/break-unload-file.exp: Fix typo.
6846
d9a47287
YQ
68472014-06-06 Yao Qi <yao@codesourcery.com>
6848
6849 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6850 from "jit_function" to "^jit_function".
6851
e5e01dbf
YQ
68522014-06-06 Yao Qi <yao@codesourcery.com>
6853
6854 * gdb.base/async.c (foo): Add one statement.
6855 * gdb.base/async.exp: Get the next instruction address and
6856 match the output of "nexti" by instruction address. Match
6857 the hex address in the output of "finish".
6858
73ba372c
GB
68592014-06-06 Gary Benson <gbenson@redhat.com>
6860
6861 * gdb.base/call-signals.c: Remove preprocessor conditionals
6862 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6863 SIGSEGV and SIGTERM.
6864 * gdb.base/sigall.c: Likewise.
6865 * gdb.base/unwindonsignal.c: Likewise.
6866 * gdb.reverse/sigall-reverse.c: Likewise.
6867
831517df
YQ
68682014-06-06 Yao Qi <yao@codesourcery.com>
6869
6870 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6871 readable, skip the test.
6872
b8b91e98
YQ
68732014-06-06 Yao Qi <yao@codesourcery.com>
6874
6875 * gdb.threads/staticthreads.c (thread_function): Move the line
6876 setting breakpoint on forward.
6877 * gdb.threads/staticthreads.exp: Update comments.
6878
fb934770
LC
68792014-06-05 Ludovic Courtès <ludo@gnu.org>
6880
6881 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6882 "history-append! type error".
6883
6ef284bd
SM
68842014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6885
6886 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6887 erroneous dprintf expected input.
6888
a872e241
DE
68892014-06-04 Doug Evans <xdje42@gmail.com>
6890
6891 * gdb.guile/scm-generics.exp: Delete.
6892
16f691fb
DE
68932014-06-04 Doug Evans <xdje42@gmail.com>
6894
6895 * gdb.guile/scm-breakpoint.exp: Update.
6896 Add tests for breakpoint registration.
6897
012370f6
TT
68982014-06-04 Tom Tromey <tromey@redhat.com>
6899
6900 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6901 VLA-in-union.
6902 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6903 inner_vla_struct, vla_union types. Initialize objects of those
6904 types and compute their sizes.
6905
9f5a4cef
HZ
69062014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6907 Hui Zhu <hui@codesourcery.com>
6908
6909 * gdb.base/fileio.exp: Add test for shell not available as well as
6910 available.
6911 * gdb.base/fileio.c (test_system): Check for shell twice.
6912
90a45c4d
YQ
69132014-06-04 Yao Qi <yao@codesourcery.com>
6914
6915 * gdb.base/auto-connect-native-target.exp: Remove redundant
6916 space from the regexp pattern.
6917
70017e41
YQ
69182014-06-04 Yao Qi <yao@codesourcery.com>
6919
6920 * gdb.base/default.exp: Replace "child" with "native" in
6921 regexp pattern.
6922
883964a7
SC
69232014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6924
6925 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6926 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6927 * gdb.python/py-xmethods.py: Python script supporting the
6928 new testcase and tests.
6929
ef370185
JB
69302014-06-03 Joel Brobecker <brobecker@adacore.com>
6931 Pedro Alves <palves@redhat.com>
6932
6933 PR breakpoints/17000
6934 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6935 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6936
1e2ccb61
BM
69372014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6938
6939 * gdb.base/subst.exp: Add tests to verify partial path matching
6940 output.
6941
c6ec5ab2
PA
69422014-06-03 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6945 target that doesn't use software single-stepping.
6946
835c559f
PA
69472014-06-03 Pedro Alves <palves@redhat.com>
6948
6949 PR breakpoints/17000
6950 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6951 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6952
06eb1586
DE
69532014-06-02 Doug Evans <xdje42@gmail.com>
6954
6955 * gdb.guile/scm-parameter.exp: New file.
6956
e698b8c4
DE
69572014-06-02 Doug Evans <xdje42@gmail.com>
6958
6959 * gdb.guile/scm-cmd.c: New file.
6960 * gdb.guile/scm-cmd.exp: New file.
6961
ded03782
DE
69622014-06-02 Doug Evans <xdje42@gmail.com>
6963
6964 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6965 pretty-printer lookup.
6966 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6967 (make-pp_s-printer): Call it.
6968 (make-pretty-printer-from-dict): New function.
6969 (lookup-pretty-printer-maker-from-dict): New function.
6970 (*pretty-printer*): Simplify.
6971 (make-objfile-pp_s-printer): New function.
6972 (install-objfile-pretty-printers!): New function.
6973 (make-progspace-pp_s-printer): New function.
6974 (install-progspace-pretty-printers!): New function.
6975 * gdb.guile/scm-progspace.c: New file.
6976 * gdb.guile/scm-progspace.exp: New file.
6977
41fac0cf
PA
69782014-06-02 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/dprintf-bp-same-addr.c: New file.
6981 * gdb.base/dprintf-bp-same-addr.exp: New file.
6982
96ae5695
EBM
69832014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6984
6985 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6986 * gdb.arch/powerpc-power.s: Likewise.
6987
da02b3a8
JB
69882014-06-02 Joel Brobecker <brobecker@adacore.com>
6989
6990 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6991
c72b2e7b
YQ
69922014-06-01 Yao Qi <yao@codesourcery.com>
6993
6994 * gdb.base/watchpoint.exp (test_watch_location): Check null
6995 pointer can be dereferenced. If not, do the test, otherwise
6996 skip it.
6997
53e8a631
AB
69982014-05-30 Andrew Burgess <aburgess@broadcom.com>
6999
7000 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7001 results.
7002 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7003
938f0e2f
AB
70042014-05-30 Andrew Burgess <aburgess@broadcom.com>
7005
7006 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7007 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7008 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7009 * gdb.arch/amd64-invalid-stack-top.c: New file.
7010 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7011
9ba6657a
PA
70122014-05-30 Pedro Alves <palves@redhat.com>
7013
7014 PR breakpoints/17000
7015 * gdb.base/sss-bp-on-user-bp.c: New file.
7016 * gdb.base/sss-bp-on-user-bp.exp: New file.
7017
522c09bf
DB
70182014-05-30 David Blaikie <dblaikie@gmail.com>
7019
7020 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7021 gnu_inline semantics via attribute.
7022 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7023 source explicitly specifies the required semantics.
7024
bf4ef81e
MR
70252014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7026
7027 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7028
329ea579
PA
70292014-05-29 Pedro Alves <palves@redhat.com>
7030 Tom Tromey <tromey@redhat.com>
7031
7032 * gdb.base/async-shell.exp: Don't enable target-async.
7033 * gdb.base/async.exp
7034 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7035 parameter. Adjust.
7036 (top level): Don't test with "target-async".
7037 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7038 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7039 * gdb.base/inferior-died.exp: Don't enable target-async.
7040 * gdb.base/interrupt-noterm.exp: Likewise.
7041 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7042 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7043 * gdb.mi/mi-nonstop.exp: Likewise.
7044 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7045 * gdb.mi/mi-nsintrall.exp: Likewise.
7046 * gdb.mi/mi-nsmoribund.exp: Likewise.
7047 * gdb.mi/mi-nsthrexec.exp: Likewise.
7048 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7049 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7050 * gdb.python/py-evsignal.exp: Don't enable target-async.
7051 * gdb.python/py-evthreads.exp: Likewise.
7052 * gdb.python/py-prompt.exp: Likewise.
7053 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7054 * gdb.server/solib-list.exp: Don't enable target-async.
7055 * gdb.threads/thread-specific-bp.exp: Likewise.
7056 * lib/mi-support.exp: Adjust to use mi-async.
7057
fd664c91
PA
70582014-05-29 Pedro Alves <palves@redhat.com>
7059
7060 PR gdb/13860
7061 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7062 reason, even in sync mode.
7063
251bde03
PA
70642014-05-29 Pedro Alves <palves@redhat.com>
7065 Hui Zhu <hui@codesourcery.com>
7066
7067 PR PR15693
7068 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7069 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7070 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7071 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7072
7f3c0343
JB
70732014-05-28 Joel Brobecker <brobecker@adacore.com>
7074
7075 * config/monitor.exp (gdb_target_monitor): Replace use of
7076 "set remotebaud" by "set serial baud".
7077
b2715b27
AW
70782014-05-26 Andy Wingo <wingo@igalia.com>
7079
7080 * gdb.guile/scm-breakpoint.exp:
7081 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7082 properties instead of gdb-object-properties.
7083
498a4489
YQ
70842014-05-26 Yao Qi <yao@codesourcery.com>
7085
7086 * gdb.server/no-thread-db.exp: Specify source file name
7087 explicitly when setting a breakpoint.
7088
589fdceb
MM
70892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7090
7091 * gdb.btrace/vdso.c: New.
7092 * gdb.btrace/vdso.exp: New.
7093
e9089e05
MM
70942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7095
7096 * gdb.base/gcore.exp (capture_command_output): Move ...
7097 * lib/gdb.exp (capture_command_output): ... here.
7098
67b5c0c1
MM
70992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7100
7101 * gdb.btrace/data.exp: Test memory access during btrace replay.
7102
a2199296
SM
71032014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7104
7105 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7106
17b2616c
PA
71072014-05-21 Pedro Alves <palves@redhat.com>
7108
7109 PR gdb/13860
7110 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7111 (top level): Test that output related to execution commands is
7112 sent to the console with CLI commands, but not with MI commands.
7113 Test that breakpoint events are always mirrored to the console.
7114 Also expect the new source line to be output after a "next" in
7115 async mode too. Make it a pass/fail test.
7116 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7117 output.
7118 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7119
5166082f
PA
71202014-05-21 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7123 Use them to test variations of "list" after reaching a breakpoint.
7124 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7125 Test "list" with listsize 10 after reaching a breakpoint.
7126 * gdb.python/python.exp (decode_line current location line
7127 number): Adjust expected line number.
7128
2f25d70f
SM
71292014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7132 behavior for $args, pass it directly to "run".
7133
ff604a67
MR
71342014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7135
7136 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7137 30000 to 65536.
7138
6a3cb8e8
PA
71392014-05-21 Pedro Alves <palves@redhat.com>
7140
7141 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7142 auto-connect-native-target off".
7143 * gdb.base/auto-connect-native-target.c: New file.
7144 * gdb.base/auto-connect-native-target.exp: New file.
7145
4ebfc96e
PA
71462014-05-21 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.base/default.exp: Test "target native" instead of "target
7149 child".
7150
36d46afb
MW
71512014-05-21 Mark Wielaard <mjw@redhat.com>
7152
7153 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7154
5876f503
JK
71552014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 Fix TLS access for -static -pthread.
7158 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7159 <HAVE_TLS> (thread_function, main): Initialize it.
7160 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7161 Add clean_restart.
7162 <$have_tls != "">: Check TLSVAR.
7163
0256a6ac
PA
71642014-05-21 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/dcache-line-read-error.c: New.
7167 * gdb.base/dcache-line-read-error.exp: New.
7168
936d2992
PA
71692014-05-20 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.base/compare-sections.c: New file.
7172 * gdb.base/compare-sections.exp: New file.
7173
802e8e6d
PA
71742014-05-20 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/break-idempotent.c: New file.
7177 * gdb.base/break-idempotent.exp: New file.
7178
e59fa00f
MM
71792014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7180
7181 * gdb.btrace/nohist.exp: New.
7182
8b696e31
YQ
71832014-05-20 Yao Qi <yao@codesourcery.com>
7184
7185 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7186 gdb.reverse directory and gdb_reverse_timeout exists in board
7187 setting.
7188 * README: Document gdb_reverse_timeout.
7189
73c9764f
YQ
71902014-05-20 Yao Qi <yao@codesourcery.com>
7191
7192 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7193 'test_file_name'. Treat args as a string instead of a list.
7194 (gdb_init): Rename argument 'args' by 'test_file_name'.
7195
f1f4348a
JK
71962014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7197
7198 * gdb.arch/powerpc-power.exp: New file.
7199 * gdb.arch/powerpc-power.s: New file.
7200
0dbe70ce
DE
72012014-05-16 Doug Evans <dje@google.com>
7202
7203 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7204 * gdb.base/completion.exp: Check that all expected files exist
7205 before doing file completion.
0dbe70ce 7206
8d551b02
DE
72072014-05-16 Doug Evans <dje@google.com>
7208
7209 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7210 Update.
7211 (do_syscall_tests_without_xml): Update.
7212
73eb7709
PA
72132014-05-16 Pedro Alves <palves@redhat.com>
7214
7215 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7216 instead of "unknown output after running".
7217
3fae92fc
YQ
72182014-05-16 Yao Qi <yao@codesourcery.com>
7219
7220 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7221 file1.txt from host at the end.
7222 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7223
c2b2ccc5
DE
72242014-05-15 Doug Evans <dje@google.com>
7225
7226 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7227 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7228 loading file. Add test for TU lookup.
7229
8c217a4b
SM
72302014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7231
7232 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7233 calling "-exec-arguments" or "set args" before running the
7234 inferior.
7235
3deb39c6
SM
72362014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 * lib/mi-support.exp (mi_expect_stop): Expect message for
7239 inferiors that exit with non-zero exit code.
7240
71a79f8c
YQ
72412014-05-14 Yao Qi <yao@codesourcery.com>
7242
7243 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7244 match absolute path on remote host.
7245 (test_file_list_exec_source_files): Remove "/" from the
7246 pattern.
7247
f23fcd46
YQ
72482014-05-14 Yao Qi <yao@codesourcery.com>
7249
7250 * boards/local-remote-host-notty.exp (${board}_file): New
7251 proc.
7252
9404b58f
KM
72532014-05-07 Kyle McMartin <kyle@redhat.com>
7254
7255 Pushed by Joel Brobecker <brobecker@adacore.com>.
7256 * gdb.arch/aarch64-atomic-inst.c: New file.
7257 * gdb.arch/aarch64-atomic-inst.exp: New file.
7258
5e45f04c
YQ
72592014-05-07 Yao Qi <yao@codesourcery.com>
7260
7261 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7262 in current context" too.
7263
c888a17d
KS
72642014-05-05 Keith Seitz <keiths@redhat.com>
7265
7266 * gdb.linespec/ls-dollar.exp: Add test for linespec
7267 file:convenience_variable.
7268
290a839c
YQ
72692014-05-05 Yao Qi <yao@codesourcery.com>
7270
7271 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7272 traceframes into tfile and ctf trace files. Read data from
7273 trace file and test collected data.
7274 (gdb_collect_locals_test): Likewise.
7275 (gdb_unavailable_registers_test): Likewise.
7276 (gdb_unavailable_floats): Likewise.
7277 (gdb_collect_globals_test): Likewise.
7278 (top-level): Append "ctf" to trace_file_targets if GDB
7279 supports.
7280
b5262cd0
YQ
72812014-05-05 Yao Qi <yao@codesourcery.com>
7282
7283 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7284 code to ...
7285 (gdb_collect_args_test_1): ... it. New proc.
7286 (gdb_collect_locals_test): Move some code to ...
7287 (gdb_collect_locals_test_1): ... it. New proc.
7288 (gdb_unavailable_registers_test): Move some code to ...
7289 (gdb_unavailable_registers_test_1): ... it. New proc.
7290 (gdb_unavailable_floats): Move some code to ...
7291 (gdb_unavailable_floats_1): ... it. New proc.
7292
30a1e6cc
SDJ
72932014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7294
7295 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7296 probes to test for bitness recognition.
7297 * gdb.arch/amd64-stap-optional-prefix.exp
7298 (test_probe_value_without_reg): New procedure.
7299 Add code to test for different kinds of bitness.
7300
f33da99a
SDJ
73012014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7302
7303 PR breakpoints/16889
7304 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7305 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7306
5b80f00d
PA
73072014-05-01 Pedro Alves <palves@redhat.com>
7308
7309 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7310 gdb_file_cmd if no file is specified.
7311 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7312 last_loaded_file to set the remote exec-file.
7313
f8c2a73c
PA
73142014-05-01 Pedro Alves <palves@redhat.com>
7315
7316 * boards/local-remote-host.exp: New file.
7317
be6e8ac7
PA
73182014-05-01 Pedro Alves <palves@redhat.com>
7319
7320 * boards/local-remote-host.exp: Rename to ...
7321 * boards/local-remote-host-notty.exp: ... this.
7322
cac0dc8f
JB
73232014-04-28 Joel Brobecker <brobecker@adacore.com>
7324
7325 * gdb.ada/dyn_arrayidx: New testcase.
7326
9730e6cc
YQ
73272014-04-26 Yao Qi <yao@codesourcery.com>
7328
7329 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7330 and compute the length of function main. Save it in
7331 $main_length.
7332 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7333 (top-level): Use gdb_compile to compile objects into
7334 executable and restart GDB. Remove invocation to
7335 prepare_for_testing.
7336
7ae1a6a6
PA
73372014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7338 Pedro Alves <palves@redhat.com>
7339
7340 PR server/16255
7341 * gdb.multi/multi-attach.c: New file.
7342 * gdb.multi/multi-attach.exp: New file.
7343
4082afcc
PA
73442014-04-25 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7347 user.
7348 (top level): Test that "set remote conditional-breakpoints-packet
7349 off" works as intended.
7350 * gdb.base/dprintf.exp: Test that "set remote
7351 breakpoint-commands-packet off" works as intended.
7352 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7353 New function.
7354 (top level): Call it.
7355 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7356 remote fast-tracepoints-packet off" works as intended.
7357 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7358 * lib/gdb.exp (gdb_is_target_remote): ... here.
7359
2abc3f8d
DB
73602014-04-24 David Blaikie <dblaikie@gmail.com>
7361
7362 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7363 ensure clang would not discard them.
7364 * gdb.base/gdbvars.c: Ditto.
7365 * gdb.base/memattr.c: Ditto.
7366 * gdb.base/whatis.c: Ditto.
7367 * gdb.python/py-prettyprint.c: Ditto.
7368 * gdb.trace/actions.c: Ditto.
7369 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7370 ensure clang would not discard it.
7371
bfd39632
DB
73722014-04-24 David Blaikie <dblaikie@gmail.com>
7373
7374 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7375 clang to emit the full definition of type required by the test
7376 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7377
22842ff6
DB
73782014-04-24 David Blaikie <dblaikie@gmail.com>
7379
7380 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7381 coax Clang into emitting the definition of the type.
7382 * gdb.cp/pr10728-x.h (y): Ditto.
7383 * gdb.cp/pr10728-y.cc (y): Ditto.
7384
c2e827ad
DB
73852014-04-24 David Blaikie <dblaikie@gmail.com>
7386
7387 * gdb.base/label.exp: XFAIL label related tests under Clang.
7388 * gdb.cp/cplabel.exp: Ditto.
7389 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7390 under Clang those using labels.
7391
4c2d33e7
YQ
73922014-04-25 Yao Qi <yao@codesourcery.com>
7393
7394 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7395 double_label.
7396 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7397 partial_label and double_label.
7398
56083b99
DB
73992014-04-24 David Blaikie <dblaikie@gmail.com>
7400
7401 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7402
25d4e99d
DB
74032014-04-24 David Blaikie <dblaikie@gmail.com>
7404
7405 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7406 of the function to work across GCC and Clang.
7407 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7408 pointer types (const void ** const V void **).
7409
01f9f808
MS
74102014-04-24 Michael Sturm <michael.sturm@mintel.com>
7411 Walfred Tedeschi <walfred.tedeschi@intel.com>
7412
7413 * Makefile.in (EXECUTABLES): Added i386-avx512.
7414 * gdb.arch/i386-avx512.c: New file.
7415 * gdb.arch/i386-avx512.exp: Likewise.
7416
4b48d439
KS
74172014-04-23 Keith Seitz <keiths@redhat.com>
7418
7419 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7420 (mi_make_breakpoint_table): New procedure.
7421 (mi_create_breakpoint): Use mi_make_breakpoint
7422 and return the result.
7423 (mi_make_breakpoint): New procedure.
7424 (mi_build_kv_pairs): New procedure.
7425
7426 * gdb.mi/mi-break.exp: Remove unused globals,
7427 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7428 All callers updated.
7429 * gdb.mi/mi-dprintf.exp: Use variable to track command
7430 number.
7431 Update all callers of mi_create_breakpoint and use
7432 mi_make_breakpoint_table.
7433 Remove any unused global variables.
7434 * gdb.mi/mi-nonstop.exp: Likewise.
7435 * gdb.mi/mi-nsintrall.exp: Likewise.
7436 * gdb.mi/mi-nsmoribund.exp: Likewise.
7437 * gdb.mi/mi-nsthrexec.exp: Likewise.
7438 * gdb.mi/mi-reverse.exp: Likewise.
7439 * gdb.mi/mi-simplerun.exp: Likewise.
7440 * gdb.mi/mi-stepn.exp: Likewise.
7441 * gdb.mi/mi-syn-frame.exp: Likewise.
7442 * gdb.mi/mi-until.exp: Likewise.
7443 * gdb.mi/mi-var-cp.exp: Likewise.
7444 * gdb.mi/mi-var-display.exp: Likewise.
7445 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7446 * gdb.mi/mi2-var-child.exp: Likewise.
7447 * gdb.mi/mi-vla-c99.exp: Likewise.
7448 * lib/mi-support.exp: Likewise.
7449
7450 From Ian Lance Taylor <iant@cygnus.com>:
7451 * lib/gdb.exp (parse_args): New procedure.
7452
08351840
PA
74532014-04-23 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.base/break-unload-file.c: New file.
7456 * gdb.base/break-unload-file.exp: New file.
7457 * gdb.base/sym-file-lib.c (baz): New function.
7458 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7459 field.
7460 (load): Store the segment's mapped size.
7461 (unload): New function.
7462 (unload_shlib): New function.
7463 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7464 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7465 set a breakpoint at baz, and call it.
7466 * gdb.base/sym-file.exp: New tests for stale breakpoint
7467 instructions.
7468
076855f9
PA
74692014-04-23 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7472 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7473 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7474 * gdb.base/hbreak-unmapped.c: New file.
7475 * gdb.base/hbreak-unmapped.exp: New file.
7476 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7477 * lib/gdb.exp (gdb_is_target_remote): ... here.
7478
483805cf
PA
74792014-04-22 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.base/consecutive-step-over.c: New file.
7482 * gdb.base/consecutive-step-over.exp: New file.
7483
06d97543
PA
74842014-04-22 Pedro Alves <palves@redhat.com>
7485
7486 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7487 instead of send_gdb/gdb_expect.
7488
b4429ea2
YQ
74892014-04-22 Yao Qi <yao@codesourcery.com>
7490
7491 * lib/trace-support.exp (generate_tracefile): New procedure.
7492 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7493 return 0.
7494 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7495 if generate_tracefile returns 1.
7496
51d48146
PA
74972014-04-18 Tom Tromey <palves@redhat.com>
7498 Pedro alves <tromey@redhat.com>
7499
7500 PR backtrace/15558
7501 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7502 with a backtrace limit.
7503 * gdb.python/py-frame-inline.exp: Test running to an inline
7504 function with a backtrace limit, and printing the newest frame.
7505 * gdb.python/py-frame-inline.c (main): Call f.
7506
bd1dce5f
MS
75072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7508
7509 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7510
40d1a503
MS
75112014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7512
7513 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7514 Drop prefix from unsupported source file path.
7515
389b98f7
YQ
75162014-04-17 Yao Qi <yao@codesourcery.com>
7517
7518 * lib/gdb.exp (with_target_charset): New proc.
7519 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7520 with_target_charset.
7521 (test_print_strings): Likewise.
7522 (test_repeat_bytes): Likewise.
7523 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7524 for some tests.
7525
22869d73
KS
75262014-04-16 Keith Seitz <keiths@redhat.com>
7527
7528 PR gdb/15827
7529 * gdb.dwarf2/corrupt.c: New file.
7530 * gdb.dwarf2/corrupt.exp: New file.
7531
c4f87ca6
KS
75322014-04-16 Keith Seitz <keiths@redhat.com>
7533
7534 PR c++/16597
7535 * gdb.cp/namelessclass.cc: New file.
7536 * gdb.cp/namelessclass.exp: New file.
7537 * gdb.cp/namelessclass.S: New file.
7538
ab19de87
DE
75392014-04-16 Doug Evans <dje@google.com>
7540
7541 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7542 Add comment.
7543 (gdbserver_default_get_comm_port): New function.
7544 (gdbserver_start): Check if board file provided
7545 "gdbserver,get_comm_port" and use it if so.
7546 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7547 (gdb,socketport): Set to "stdio".
7548 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7549 (stdio_gdbserver_template): Delete.
7550 (${board}_get_remote_address): Update.
7551 (${board}_build_remote_cmd): Delete.
7552 (${board}_get_comm_port): New function.
7553 (${board}_spawn): Update.
7554 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7555 Delete.
7556 (${board}_get_remote_address): Update.
7557 (${board}_get_comm_port): New function.
7558
fc98a809
AB
75592014-04-16 Andrew Burgess <aburgess@broadcom.com>
7560
7561 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7562 appearing in any order.
7563
87fd9e6e
DE
75642014-04-15 Doug Evans <dje@google.com>
7565
7566 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7567 uninitialized value of "description".
7568
099fc3ea
KS
75692014-04-15 Keith Seitz <keiths@redhat.com>
7570
7571 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7572 Remove unused globals.
7573 (test_running_the_program): Likewise.
7574 (test_controlled_execution): Likewise.
7575 (test_controlling_breakpoints): Likewise.
7576 (test_program_termination): Likewise.
7577
5da151d4
KS
75782014-04-15 Keith Seitz <keiths@redhat.com>
7579
7580 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7581 unused globals.
7582 (test_rbreak_creation_and_listing): Likewise.
7583 (test_ignore_count): Likewise.
7584 (test_error): Likewise.
7585
35e5d2f0
PA
75862014-04-15 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7589 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7590 sym-file-loader.c.
7591 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7592 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7593 to sym-file-loader.c.
7594 (struct library): Forward declare.
7595 (load_shlib, lookup_function): Change prototypes.
7596 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7597 (translate_offset): Remove declarations.
7598 (get_text_addr): New declaration.
7599 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7600 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7601 sym-file-loader.h.
7602 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7603 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7604 here from sym-file-loader.h.
7605 (struct library): New structure.
7606 (load_shlib, lookup_function): Change prototypes and adjust to
7607 work with a struct library.
7608 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7609 (translate_offset): Make static.
7610 (get_text_addr): New function.
7611 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7612
eb4c1710
PA
76132014-04-15 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7616
2d1baf52
PA
76172014-04-15 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/sym-file-loader.c: Include <limits.h>.
7620 (SELF_LINK): New define.
7621 (get_origin): New function.
7622 (load_shlib): Use it.
7623 * gdb.base/sym-file.exp: Don't early return if the target is
7624 remote. Use runto_main, and issue fail is that fails. Use
7625 gdb_load_shlibs.
7626 (shlib_name): Delete.
7627 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7628
7dd6df01
PA
76292014-04-15 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/sym-file.exp: Remove regex characters from test
7632 message. Don't refer to breakpoint numbers in test messages.
7633
b50c8614
KS
76342014-04-14 Keith Seitz <keiths@redhat.com>
7635
7636 PR c++/16253
7637 * gdb.cp/var-tag.cc: New file.
7638 * gdb.cp/var-tag.exp: New file.
7639 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7640 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7641 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7642 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7643
3d567982
TT
76442014-04-14 Tom Tromey <tromey@redhat.com>
7645
7646 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7647 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7648 type.
7649 * gdb.cp/enum-class.exp: New file.
7650 * gdb.cp/enum-class.cc: New file.
7651
0626fc76
TT
76522014-04-14 Tom Tromey <tromey@redhat.com>
7653
7654 * gdb.dwarf2/enum-type.exp: New file.
7655
dca325b3
SA
76562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7657
7658 * gdb.mi/mi-vla-c99.exp: New file.
7659 * gdb.mi/vla.c: New file.
7660
5854b38a
SA
76612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7662
7663 * gdb.base/vla-datatypes.c: New file.
7664 * gdb.base/vla-datatypes.exp: New file.
7665
463bb957
SA
76662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7667
7668 * gdb.base/vla-ptr.c: New file.
7669 * gdb.base/vla-ptr.exp: New file.
7670
3dd170be
SA
76712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7672
7673 * gdb.dwarf2/count.exp: New file.
7674
5ecaaa66
SA
76752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7676
7677 * gdb.base/vla-sideeffect.c: New file.
7678 * gdb.base/vla-sideeffect.exp: New file.
7679
41f1ada5
DB
76802014-04-14 David Blaikie <dblaikie@gmail.com>
7681
7682 * gdb.mi/non-stop.c: Add return value for non-void function return
7683 statement.
7684 * gdb.threads/staticthreads.c: Ditto.
7685
0be03e84
DE
76862014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7687 Doug Evans <xdje42@gmail.com>
7688
7689 * gdb.guile/scm-value.c: Improve test case.
7690 * gdb.guile/scm-value.exp: Add new test.
7691
f180a1fb
DB
76922014-04-11 David Blaikie <dblaikie@gmail.com>
7693
7694 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7695 override Clang's default.
7696
6b662e19
JB
76972014-04-11 Joel Brobecker <brobecker@adacore.com>
7698
7699 Revert the following changes (regressions):
7700
7701 * gdb.base/vla-sideeffect.c: New file.
7702 * gdb.base/vla-sideeffect.exp: New file.
7703
7704 * gdb.dwarf2/count.exp: New file.
7705
7706 * gdb.base/vla-multi.c: New file.
7707 * gdb.base/vla-multi.exp: New file.
7708
7709 * gdb.base/vla-ptr.c: New file.
7710 * gdb.base/vla-ptr.exp: New file.
7711
7712 * gdb.base/vla-datatypes.c: New file.
7713 * gdb.base/vla-datatypes.exp: New file.
7714
7715 * gdb.mi/mi-vla-c99.exp: New file.
7716 * gdb.mi/vla.c: New file.
7717
245a5f0b
KS
77182014-04-11 Keith Seitz <keiths@redhat.com>
7719
7720 PR c++/16675
7721 * gdb.cp/cpsizeof.exp: New file.
7722 * gdb.cp/cpsizeof.cc: New file.
7723
58a84dcf
SA
77242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7725
191a8a90
JB
7726 * gdb.mi/mi-vla-c99.exp: New file.
7727 * gdb.mi/vla.c: New file.
58a84dcf 7728
c8655f75
SA
77292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7730
7731 * gdb.base/vla-datatypes.c: New file.
7732 * gdb.base/vla-datatypes.exp: New file.
7733
024e13b4
SA
77342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7735
7736 * gdb.base/vla-ptr.c: New file.
7737 * gdb.base/vla-ptr.exp: New file.
7738
1a237e0e
SA
77392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7740
7741 * gdb.base/vla-multi.c: New file.
7742 * gdb.base/vla-multi.exp: New file.
7743
504f3432
SA
77442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7745
7746 * gdb.dwarf2/count.exp: New file.
7747
3bce8237
SA
77482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7749
191a8a90
JB
7750 * gdb.base/vla-sideeffect.c: New file.
7751 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7752
322f9c21
YQ
77532014-04-11 Yao Qi <yao@codesourcery.com>
7754
7755 * gdb.base/completion.exp: Check file exists before running tests
7756 on file completion.
7757
d708bcd1
PA
77582014-04-10 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/cond-eval-mode.c: New file.
7761 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7762 prepare_for_testing to build the new file. Check result of
7763 runto_main.
7764 (test_break, test_watch): New procedures.
7765 (top level): Use them.
7766
ae1d2761
PM
77672014-04-08 Pierre Muller <muller@sourceware.org>
7768
7769 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7770 Ctrl-V use for mingw hosts.
7771
7af389b8
SC
77722014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7773
7774 * gdb.python/py-value.c: Improve test case.
7775 * gdb.python/py-value.exp: Add new test.
7776
5e703181
DE
77772014-04-07 David Blaikie <dblaikie@gmail.com>
7778
7779 * lib/compiler.c: Identify the clang compiler.
7780 * lib/compiler.cc: Ditto.
7781
9810b410
YQ
77822014-04-03 Yao Qi <yao@codesourcery.com>
7783
7784 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7785
98d1b8dc
AB
77862014-04-01 Anton Blanchard <anton@samba.org>
7787
7788 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7789 messages unique.
7790
3114cea1
AB
77912014-04-01 Anton Blanchard <anton@samba.org>
7792
7793 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7794 prepare_for_testing.
7795
62f7182c
AB
77962014-04-01 Anton Blanchard <anton@samba.org>
7797
7798 * gdb.arch/ppc64-atomic-inst.c: Remove.
7799 * gdb.arch/ppc64-atomic-inst.S: New file.
7800 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7801
770e7fc7
DE
78022014-03-31 Doug Evans <dje@google.com>
7803
7804 * gdb.base/print-symbol-loading-lib.c: New file.
7805 * gdb.base/print-symbol-loading-main.c: New file.
7806 * gdb.base/print-symbol-loading.exp: New file.
7807
46e2bafa
YQ
78082014-03-31 Yao Qi <yao@codesourcery.com>
7809
7810 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7811
8776cfe9
JB
78122014-03-28 Joel Brobecker <brobecker@adacore.com>
7813
7814 * gdb.ada/mi_dyn_arr: New testcase.
7815
5d1ef361
DE
78162014-03-27 Doug Evans <dje@google.com>
7817
7818 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7819
b5bee914
YQ
78202014-03-27 Yao Qi <yao@codesourcery.com>
7821
7822 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7823 if target is nios2-*-*.
7824
0d4d0e77
YQ
78252014-03-26 Yao Qi <yao@codesourcery.com>
7826
7827 * lib/gdb.exp (readline_is_used): New proc.
7828 * gdb.base/completion.exp: Move tests on command complete up.
7829 Skip the rest of tests if readline is not used.
7830 * gdb.ada/complete.exp: Skp the test if readline is not
7831 used.
7832 * gdb.base/filesym.exp: Likewise.
7833 * gdb.base/macscp.exp: Likewise.
7834 * gdb.base/readline-ask.exp: Likewise.
7835 * gdb.base/readline.exp: Likewise.
7836 * gdb.python/py-cmd.exp: Likewise.
7837 * gdb.trace/tfile.exp: Likewise.
7838
29361eee
YQ
78392014-03-26 Yao Qi <yao@codesourcery.com>
7840
7841 * gdb.base/macscp.exp: Fix code format issues.
7842
bc9a5525
UW
78432014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7844
7845 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7846 * gdb.asm/powerpc64le.inc: New file.
7847
d3839ede
PA
78482014-03-25 Pedro Alves <palves@redhat.com>
7849 Doug Evans <dje@google.com>
7850
7851 * gdb.base/source-execution.c: New file.
7852 * gdb.base/source-execution.exp: New file.
7853 * gdb.base/source-execution.gdb: New file.
7854
01672a57
DE
78552014-03-24 Doug Evans <dje@google.com>
7856
7857 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7858 using fission.
7859
88bbeca9
HZ
78602014-03-24 Hui Zhu <hui@codesourcery.com>
7861 Pedro Alves <palves@redhat.com>
7862
7863 PR breakpoints/16101
7864 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7865 test pass/fail messages. Detect missing support for dprintf when
7866 breakpoints are actually inserted.
7867 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7868 breakpoints are actually inserted.
7869 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7870 fails.
7871
d2348791
JK
78722014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7873
7874 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7875
feef67ab
DE
78762014-03-22 Doug Evans <xdje42@gmail.com>
7877
7878 * gdb.python/python.exp (python not supported): Verify multi-line
7879 python command issues an error.
25d743f9 7880 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7881 guile command issues an error.
feef67ab 7882
ecebef6a
MR
78832014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7884
7885 * gdb.threads/thread-specific.exp: Handle the lack of usable
7886 $this_breakpoint and $this_thread.
7887
ccdd1909
HZ
78882014-03-21 Hui Zhu <hui@codesourcery.com>
7889
7890 * gdb.base/attach.exp (do_command_attach_tests): New.
7891
beb460e8
PA
78922014-03-20 Tom Tromey <tromey@redhat.com>
7893 Pedro Alves <palves@redhat.com>
7894
7895 PR cli/15718
7896 * gdb.base/condbreak-call-false.c: New file.
7897 * gdb.base/condbreak-call-false.exp: New file.
7898
40acf43a
PA
78992014-03-20 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7902 Delete.
7903 (block_signals, unblock_signals): Delete.
7904 (child_function_2, main): Remove references to deleted variable
7905 and functions.
7906
9f5e1e02
PA
79072014-03-20 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7910 Use pthread_kill to signal thread 2.
7911 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7912 Adjust to make the test send itself a signal rather than using the
7913 host's "kill" command.
7914
99619bea
PA
79152014-03-20 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.threads/multiple-step-overs.c: New file.
7918 * gdb.threads/multiple-step-overs.exp: New file.
7919 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7920 Adjust expected infrun debug output.
7921
2adfaa28
PA
79222014-03-20 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7925 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7926
31e77af2
PA
79272014-03-20 Pedro Alves <palves@redhat.com>
7928
7929 PR breakpoints/7143
7930 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7931 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7932 of gdb_test_multiple.
7933 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7934 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7935
b9f437de
PA
79362014-03-20 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7939 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7940
05adc73e
PA
79412014-03-19 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/async.exp: Remove early return.
7944
6048b950
PA
79452014-03-19 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7948
8bcfb00a
PA
79492014-03-19 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/async.exp (test_background): Expect \r\n after
7952 "completed." in the fail pattern.
7953
884e37dc
PA
79542014-03-19 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.base/async.exp (test_background): New procedure.
7957 Use it for all background execution command tests.
7958
148e57e2
PA
79592014-03-19 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.base/async.exp: Use prepare_for_testing.
7962
f48088c7
PA
79632014-03-19 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7966 the same line.
7967
e2f6c966
PA
79682014-03-19 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/async.c (main): Add "jump here" and "until here" line
7971 marker comments.
7972 * gdb.base/async.exp (jump_here): New global.
7973 (jump& test): Use it.
7974 (until_here): New global.
7975 (until& test): Use it.
7976
c30568d4
PA
79772014-03-19 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.base/async.exp: Don't frob gdb_protocol.
7980
0172b6a7
DE
79812014-03-18 Doug Evans <xdje42@gmail.com>
7982
7983 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7984 Fix spelling of exec-done-display.
7985
06c868a8
JK
79862014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 PR gdb/15358
7989 * gdb.base/gdb-sigterm.c: New file.
7990 * gdb.base/gdb-sigterm.exp: New file.
7991
0c7e1a46
PA
79922014-03-18 Pedro Alves <palves@redhat.com>
7993
7994 PR gdb/13860
7995 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7996 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7997 solib-event.
7998
f7c77d93
JB
79992014-03-17 Joel Brobecker <brobecker@adacore.com>
8000
8001 * gdb.ada/pckd_arr_ren: New testcase.
8002
5a1e8c7a
DE
80032014-03-13 Doug Evans <xdje42@gmail.com>
8004
8005 PR guile/16612
8006 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8007 collect after discarding symbols.
8008
350e1a76
DE
80092014-03-13 Ludovic Courtès <ludo@gnu.org>
8010 Doug Evans <xdje42@gmail.com>
8011
8012 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8013 to history survives a gc.
8014
a69900ae
PA
80152014-03-13 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/default.exp: Don't test "target procfs".
8018
5db9f0bd
PA
80192014-03-13 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/default.exp: Update "target child" and "target procfs"
8022 tests to not expect "Unix".
8023
b3ccfe11
TT
80242014-03-12 Tom Tromey <tromey@redhat.com>
8025
8026 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8027 New procs. Add target-async tests.
8028 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8029 Add target-async tests.
8030
646f4417
AA
80312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8032
8033 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8034 'func_start' and 'func_end' for the beginning and end of the
8035 function code, respectively.
8036 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8037 'func_end' instead of 'func' and 'main'.
8038
288c211f
AA
80392014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8040
8041 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8042 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8043 generate the debug info assembler source.
8044
e0c0f156
AA
80452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8046
8047 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8048 * gdb.dwarf2/arr-subrange.exp: Likewise.
8049 * gdb.dwarf2/dwz.exp: Likewise.
8050 * gdb.dwarf2/method-ptr.exp: Likewise.
8051 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8052 * gdb.dwarf2/subrange.exp: Likewise.
8053 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8054 * gdb.dwarf2/implptrpiece.exp: Likewise.
8055 * gdb.dwarf2/nostaticblock.exp: Likewise.
8056
0e5c4555
AA
80572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8058
8059 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8060 directory to absolute path name arguments.
8061
5ec18f2b
JG
80622014-03-10 Joel Brobecker <brobecker@adacore.com>
8063
8064 * gdb.ada/tagged_access: New testcase.
8065
847fc4f2
MM
80662014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8067
8068 * gdb.btrace/data.exp: Update expected output.
8069
cc3da688
YQ
80702014-03-06 Yao Qi <yao@codesourcery.com>
8071
8072 * gdb.trace/pr16508.exp: New file.
8073
0f26cec1
PA
80742014-03-05 Pedro Alves <palves@redhat.com>
8075
8076 PR gdb/16575
8077 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8078 procedure.
8079 (top level): Adjust to use it. Add tests that exercise breakpoint
8080 interaction with the code-cache.
8081
7a5a839f
LC
80822014-02-26 Ludovic Courtès <ludo@gnu.org>
8083
8084 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8085 test for 'history-append!'.
8086
31aa7e4e
JB
80872014-02-26 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8090 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8091 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8092 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8093 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8094 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8095
1b588015
JB
80962014-02-26 Joel Brobecker <brobecker@adacore.com>
8097
8098 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8099 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8100 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8101
55426c9d
JB
81022014-02-26 Joel Brobecker <brobecker@adacore.com>
8103
8104 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8105
dc53a7ad
JB
81062014-02-26 Joel Brobecker <brobecker@adacore.com>
8107
8108 * gdb.dwarf2/arr-stride.c: New file.
8109 * gdb.dwarf2/arr-stride.exp: New file.
8110
12ab52e9
PA
81112014-02-26 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8114 that won't ever trigger. Make sure that GDB reports the correct
8115 breakpoint that caused the stop.
8116
849c862e
JK
81172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8118
8119 PR gdb/16626
8120 * gdb.base/auto-load-script: New file.
8121 * gdb.base/auto-load.c: New file.
8122 * gdb.base/auto-load.exp: New file.
8123
71b7d793
JK
8124 PR gdb/16626
8125 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8126
e2f0d509
JK
81272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8128
8129 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8130 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8131
50cc37c8
DE
81322014-02-24 Doug Evans <dje@google.com>
8133
8134 * lib/gdb.exp (run_on_host): Log error output if program fails.
8135
ea4758f2
PA
81362014-02-21 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.threads/step-after-sr-lock.c: Rename to ...
8139 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8140 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8141 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8142 ... this.
8143
d7b30f67
SDJ
81442014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8145
8146 PR tdep/16397
8147 * gdb.arch/amd64-stap-special-operands.exp: New file.
8148 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8149 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8150 * gdb.arch/amd64-stap-triplet.S: Likewise.
8151 * gdb.arch/amd64-stap-triplet.c: Likewise.
8152
83deb43f
JB
81532014-02-20 Joel Brobecker <brobecker@adacore.com>
8154
8155 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8156 in .section pseudo-op.
8157
adde2bff
DE
81582014-02-20 lin zuojian <manjian2006@gmail.com>
8159 Joel Brobecker <brobecker@adacore.com>
8160 Doug Evans <xdje42@gmail.com>
8161
8162 PR symtab/16581
8163 * gdb.dwarf2/dw2-icycle.S: New file.
8164 * gdb.dwarf2/dw2-icycle.c: New file.
8165 * gdb.dwarf2/dw2-icycle.exp: New file.
8166
f7bd0f78
SC
81672014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8168
8169 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8170 operations on gdb.Value objects.
8171 * gdb.python/py-value-cc.exp: Add new test to test operations on
8172 gdb.Value objects.
8173
c17ef0d5
DE
81742014-02-18 Doug Evans <dje@google.com>
8175
8176 * Makefile.in (TESTS): New variable.
8177 (expanded_tests, expanded_tests_or_none): New variables
8178 (check-single): Pass $(expanded_tests_or_none) to runtest.
8179 (check-parallel): Only run tests in $(TESTS) if non-empty.
8180 (check/no-matching-tests-found): New rule.
8181 * README: Document TESTS makefile variable.
8182
5dd3176f
DE
81832014-02-18 Doug Evans <dje@google.com>
8184
8185 * Makefile.in (check-parallel): rm -rf outputs temp.
8186
0b10be4f
JK
81872014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8188
8189 Fix "ERROR: no fileid for" in the testsuite.
8190 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8191
85f224e7
DE
81922014-02-12 Doug Evans <dje@google.com>
8193
8194 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8195 (MISCELLANEOUS): New variable.
8196 (clean): rm -rf $(MISCELLANEOUS).
8197 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8198 dwp live in the same directory as symlinks, with each symlink pointed
8199 to a differently named file in a different directory.
8200
149b30ff
DE
82012014-02-11 Doug Evans <dje@google.com>
8202
8203 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8204 of Tcl file commands.
8205
1dfdac32
MK
82062014-02-10 Mark Kettenis <kettenis@gnu.org>
8207
8208 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8209 "kill -SIGUSR1 -1".
8210
aa4fb036
JB
82112014-02-10 Joel Brobecker <brobecker@adacore.com>
8212
8213 * gdb.ada/tick_length_array_enum_idx: New testcase.
8214
ed3ef339
DE
82152014-02-10 Doug Evans <xdje42@gmail.com>
8216
8217 * configure.ac (AC_OUTPUT): Add gdb.guile.
8218 * configure: Regenerate.
8219 * lib/gdb-guile.exp: New file.
8220 * lib/gdb.exp (get_target_charset): New function.
8221 * gdb.base/help.exp: Update expected output from "apropos apropos".
8222 * gdb.guile/Makefile.in: New file.
8223 * gdb.guile/guile.exp: New file.
8224 * gdb.guile/scm-arch.c: New file.
8225 * gdb.guile/scm-arch.exp: New file.
8226 * gdb.guile/scm-block.c: New file.
8227 * gdb.guile/scm-block.exp: New file.
8228 * gdb.guile/scm-breakpoint.c: New file.
8229 * gdb.guile/scm-breakpoint.exp: New file.
8230 * gdb.guile/scm-disasm.c: New file.
8231 * gdb.guile/scm-disasm.exp: New file.
8232 * gdb.guile/scm-equal.c: New file.
8233 * gdb.guile/scm-equal.exp: New file.
8234 * gdb.guile/scm-error.exp: New file.
8235 * gdb.guile/scm-error.scm: New file.
8236 * gdb.guile/scm-frame-args.c: New file.
8237 * gdb.guile/scm-frame-args.exp: New file.
8238 * gdb.guile/scm-frame-args.scm: New file.
8239 * gdb.guile/scm-frame-inline.c: New file.
8240 * gdb.guile/scm-frame-inline.exp: New file.
8241 * gdb.guile/scm-frame.c: New file.
8242 * gdb.guile/scm-frame.exp: New file.
8243 * gdb.guile/scm-generics.exp: New file.
8244 * gdb.guile/scm-gsmob.exp: New file.
8245 * gdb.guile/scm-iterator.c: New file.
8246 * gdb.guile/scm-iterator.exp: New file.
8247 * gdb.guile/scm-math.c: New file.
8248 * gdb.guile/scm-math.exp: New file.
8249 * gdb.guile/scm-objfile-script-gdb.in: New file.
8250 * gdb.guile/scm-objfile-script.c: New file.
8251 * gdb.guile/scm-objfile-script.exp: New file.
8252 * gdb.guile/scm-objfile.c: New file.
8253 * gdb.guile/scm-objfile.exp: New file.
8254 * gdb.guile/scm-ports.exp: New file.
8255 * gdb.guile/scm-pretty-print.c: New file.
8256 * gdb.guile/scm-pretty-print.exp: New file.
8257 * gdb.guile/scm-pretty-print.scm: New file.
8258 * gdb.guile/scm-section-script.c: New file.
8259 * gdb.guile/scm-section-script.exp: New file.
8260 * gdb.guile/scm-section-script.scm: New file.
8261 * gdb.guile/scm-symbol.c: New file.
8262 * gdb.guile/scm-symbol.exp: New file.
8263 * gdb.guile/scm-symtab-2.c: New file.
8264 * gdb.guile/scm-symtab.c: New file.
8265 * gdb.guile/scm-symtab.exp: New file.
8266 * gdb.guile/scm-type.c: New file.
8267 * gdb.guile/scm-type.exp: New file.
8268 * gdb.guile/scm-value-cc.cc: New file.
8269 * gdb.guile/scm-value-cc.exp: New file.
8270 * gdb.guile/scm-value.c: New file.
8271 * gdb.guile/scm-value.exp: New file.
8272 * gdb.guile/source2.scm: New file.
8273 * gdb.guile/types-module.cc: New file.
8274 * gdb.guile/types-module.exp: New file.
8275
7026a7c1
YQ
82762014-02-10 Yao Qi <yao@codesourcery.com>
8277
8278 PR testsuite/16543
8279 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8280 * configure: Regenerated.
8281 * Makefile.in: New file.
8282
6c466447
AS
82832014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8284
8285 * gdb.python/py-framefilter.exp: Fix typo.
8286
6e854735
YQ
82872014-02-08 Yao Qi <yao@codesourcery.com>
8288
8289 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8290 that no =breakpoint-modified is emitted when breakpoints are
8291 modified through MI commands.
8292
d137e6dc
PA
82932014-02-07 Pedro Alves <pedro@codesourcery.com>
8294 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.threads/step-after-sr-lock.c: New file.
8297 * gdb.threads/step-after-sr-lock.exp: New file.
8298
b5ee5a50
PA
82992014-02-07 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8302
3c77faf3
JK
83032014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8304
8305 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8306 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8307
6dddc817
DE
83082014-02-06 Doug Evans <xdje42@gmail.com>
8309
8310 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8311 output.
8312
8313 * gdb.gdb/python-interrupts.exp: New file.
8314
de7b2893
YQ
83152014-02-05 Yao Qi <yao@codesourcery.com>
8316
8317 * gdb.trace/report.exp (use_collected_data): Test the output
8318 of "info threads" and "info inferiors".
8319
66d032ac
YQ
83202014-02-05 Yao Qi <yao@codesourcery.com>
8321
8322 Revert this patch:
8323
8324 2013-05-24 Yao Qi <yao@codesourcery.com>
8325
8326 * gdb.trace/tfile.exp: Test inferior and thread.
8327
591a12a1
UW
83282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8329
8330 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8331 on a function.
8332 * gdb.base/step-bt.c: Call hello via function pointer to make
8333 sure its first instruction is executed on powerpc64le-linux.
8334
0ff3e01f
UW
83352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8336
8337 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8338
084ee545
UW
83392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8340
8341 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8342 of the test patterns for use on little-endian systems.
8343
6ed14ff3
UW
83442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8345
8346 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8347 (decimal_vector): Fix for little-endian.
8348
401e27fd
JM
83492014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8350
8351 * gdb.arch/sparc-sysstep.exp: New file.
8352 * gdb.arch/sparc-sysstep.c: Likewise.
8353
8354 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8355
8b924729
EBM
83562014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8357
8358 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8359
fb151210
JB
83602014-01-23 Tom Tromey <tromey@redhat.com>
8361
8362 * gdb.ada/array_char_idx: New testcase.
8363
0740f8d8
TT
83642014-01-23 Tom Tromey <tromey@redhat.com>
8365
8366 PR python/16487:
8367 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8368 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8369 classes.
8370
21909fa1
TT
83712014-01-23 Tom Tromey <tromey@redhat.com>
8372
8373 PR python/16491:
8374 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8375 string from an inferior frame.
8376 * gdb.python/py-framefilter-mi.exp: Update.
8377
87ce2a04
DE
83782014-01-22 Doug Evans <dje@google.com>
8379
8380 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8381
237b092b
AA
83822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8383
8384 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8385
d674a709
AA
83862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8387
8388 * gdb.trace/entry-values.exp: Remove excess space character from
8389 regex patterns. Handle s390 call instruction.
8390
20fa3390
AA
83912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8392
8393 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8394 define "*_start" label. Make "name" static.
8395 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8396 ${name} by references to ${name}_start.
8397
78466714
AA
83982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8399
8400 * gdb.base/info-macros.exp: Remove "debug" from the compile
8401 options.
8402
ec9f644a
IB
84032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8404
8405 * gdb.dlang/demangle.exp: New file.
8406
94b1b47e
IB
84072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8408
8409 * gdb.dlang/primitive-types.exp: New file.
8410
7f420862
IB
84112014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8412
8413 * configure.ac: Create gdb.dlang/Makefile.
8414 * configure: Regenerate.
8415 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8416 * gdb.dlang/Makefile.in: New file.
8417 * lib/d-support.exp: New file.
8418 * lib/gdb.exp (skip_d_tests): New proc.
8419
52834460
MM
84202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8421
8422 * gdb.btrace/delta.exp: Check reverse stepi.
8423 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8424 * gdb.btrace/finish.exp: New.
8425 * gdb.btrace/next.exp: New.
8426 * gdb.btrace/nexti.exp: New.
8427 * gdb.btrace/record_goto.c: Add comments.
8428 * gdb.btrace/step.exp: New.
8429 * gdb.btrace/stepi.exp: New.
8430 * gdb.btrace/multi-thread-step.c: New.
8431 * gdb.btrace/multi-thread-step.exp: New.
8432 * gdb.btrace/rn-dl-bind.c: New.
8433 * gdb.btrace/rn-dl-bind.exp: New.
8434 * gdb.btrace/data.c: New.
8435 * gdb.btrace/data.exp: New.
8436 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8437
6e07b1d2
MM
84382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8439
8440 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8441 * gdb.btrace/exception.exp: Update.
8442 * gdb.btrace/instruction_history.exp: Update.
8443 * gdb.btrace/record_goto.exp: Update.
8444 * gdb.btrace/tailcall.exp: Update.
8445 * gdb.btrace/unknown_functions.exp: Update.
8446 * gdb.btrace/delta.exp: New.
8447
0b722aec
MM
84482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8449
8450 * gdb.btrace/record_goto.exp: Add backtrace test.
8451 * gdb.btrace/tailcall.exp: Add backtrace test.
8452
066ce621
MM
84532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8454
8455 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8456 * gdb.btrace/record_goto.c: New.
8457 * gdb.btrace/record_goto.exp: New.
8458 * gdb.btrace/x86-record_goto.S: New.
8459
0688d04e
MM
84602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8461
8462 * gdb.btrace/function_call_history.exp: Update tests.
8463 * gdb.btrace/instruction_history.exp: Update tests.
8464
8710b709
MM
84652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8466
8467 * gdb.btrace/function_call_history.exp: Fix expected field
8468 order for "record function-call-history".
8469 Add new tests for "record function-call-history /c".
8470 * gdb.btrace/exception.cc: New.
8471 * gdb.btrace/exception.exp: New.
8472 * gdb.btrace/tailcall.exp: New.
8473 * gdb.btrace/x86-tailcall.S: New.
8474 * gdb.btrace/x86-tailcall.c: New.
8475 * gdb.btrace/unknown_functions.c: New.
8476 * gdb.btrace/unknown_functions.exp: New.
8477 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8478
5de9129b
MM
84792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8480
8481 * gdb.btrace/instruction_history.exp: Update.
8482 * gdb.btrace/function_call_history.exp: Update.
8483
23a7fe75
MM
84842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8485
8486 * gdb.btrace/function_call_history.exp: Fix expected function
8487 trace.
8488 * gdb.btrace/instruction_history.exp: Initialize traced.
8489 Remove traced_functions.
8490
724c7dd8
MM
84912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8492
8493 * gdb.btrace/function_call_history.exp: Update
8494 * gdb.btrace/instruction_history.exp: Update.
8495
6d78d93b
MM
84962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8497
8498 * gdb.btrace/enable.exp: Update expected text.
8499
93a360cc
OJ
85002014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8501
8502 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8503 bytes.
8504
3772b53f
MR
85052014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8506
8507 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8508
596662fa
OJ
85092014-01-15 Omair Javaid <omair.javaid@linaro.org>
8510
8511 * lib/gdb.exp (supports_process_record): Return true for
8512 arm*-linux*. (supports_reverse): Likewise.
8513
b5b08fb4
SC
85142014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8515
8516 PR python/15464
8517 PR python/16113
8518 * gdb.python/py-type.c: Enhance test case.
8519 * gdb.python/py-value-cc.cc: Likewise
8520 * gdb.python/py-type.exp: Add new tests.
8521 * gdb.python/py-value-cc.exp: Likewise
8522
52d7fb13
AA
85232014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8524 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8527 Make "name" extern.
8528 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8529 references to ${name}_start by references to ${name}.
8530
a2cd8cfe
JB
85312014-01-10 Joel Brobecker <brobecker@adacore.com>
8532
8533 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8534
4e23fced
JB
85352014-01-10 Joel Brobecker <brobecker@adacore.com>
8536
8537 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8538
c6a9e42c
PA
85392014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8540 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8543 mi_gdb_target_load.
c6a9e42c 8544
b7ea362b
PA
85452014-01-08 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.threads/reconnect-signal.c: New file.
8548 * gdb.threads/reconnect-signal.exp: New file.
8549
5e3f4fab
EBM
85502014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8551
8552 * gdb.base/source-dir.exp: New file.
8553
79301218
JB
85542014-01-07 Joel Brobecker <brobecker@adacore.com>
8555
8556 * gdb.ada/mi_interface: New testcase.
8557
8e355c5d
JB
85582014-01-07 Joel Brobecker <brobecker@adacore.com>
8559
8560 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8561 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8562 gdb.ada/pp-rec-component/pck.ads: New files.
8563
c0d48811
JB
85642014-01-07 Joel Brobecker <brobecker@adacore.com>
8565
8566 * gdb.python/py-pp-integral.c: New file.
8567 * gdb.python/py-pp-integral.py: New file.
8568 * gdb.python/py-pp-integral.exp: New file.
8569
17b609c3 8570For older changes see ChangeLog-1993-2013.
c906108c 8571\f
8d8cb839
EZ
8572;; Local Variables:
8573;; mode: change-log
8574;; left-margin: 8
8575;; fill-column: 74
8576;; version-control: never
8577;; End:
902f2ccb 8578
618f726f 8579 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8580 Copying and distribution of this file, with or without modification,
8581 are permitted provided the copyright notice and this notice are preserved.