]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Make mi-break.exp always expect breakpoint commands output on the main UI
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ef274d26
PA
12016-06-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4 breakpoint command's output on the main UI.
5 (test_break): New procedure, factored out from calls in the top
6 level.
7 (top level): Use foreach_with_prefix to test MI as main UI and as
8 separate UI.
9
468afe6c
PA
102016-06-21 Pedro Alves <palves@redhat.com>
11
12 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13 (test_awatch_creation_and_listing)
14 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15 Remove 'type' parameter.
16 (test_watchpoint_all): New parameter mi_mode. Remove
17 with_test_prefix.
18 (top level): Use foreach_with_prefix, and add main/separate UI MI
19 testing axis.
20
51f77c37
PA
212016-06-21 Pedro Alves <palves@redhat.com>
22
23 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
24 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
25 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
26 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
27 (gdb_main_spawn_id, mi_spawn_id): Declare and
28 comment.
29 (mi_create_inferior_pty): New procedure,
30 factored out from default_mi_gdb_start.
31 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
32 procedures.
33 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
34 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
35 Use mi_create_inferior_pty.
36 (mi_gdb_start): Use eval to pass down args list.
37
8980e177
PA
382016-06-21 Pedro Alves <palves@redhat.com>
39
40 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
41 * gdb.opt/inline-cmds.exp: Add MI tests.
42
f38d3ad1
PA
432016-06-21 Pedro Alves <palves@redhat.com>
44
45 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
46
45db7c09
PA
472016-06-21 Pedro Alves <palves@redhat.com>
48
49 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
50 (top level): Use it instead of mi_execute_to.
51
5a069ab3
PA
522016-06-21 Pedro Alves <palves@redhat.com>
53
54 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
55 (cont_handler_str): New.
56 (signal_stop_handler): Set stop_handler_str instead of printing to
57 stdout.
58 (continue_handler): Set cont_handler_str instead of printing to
59 stdout.
60 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
61 mi_send_resuming_command. Print stop_handler_str and
62 cont_handler_str instead of expecting the python events print
63 directly.
64
2838cc1d
SD
652016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
66
67 * gdb.base/jit-reader.exp: New file.
68 * gdb.base/jithost.c: New file.
69 * gdb.base/jithost.h: New file.
70 * gdb.base/jitreader.c : New file.
71 * gdb.base/jit-protocol.h: New file.
72
21a77091
YQ
732016-06-17 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
76 parameters follow_fork and detach_on_fork. Set follow-fork-mode
77 and detach-on-fork. Adjust tests.
78 (top level): Invoke break_cond_on_syscall with combinations of
79 syscall, follow-fork-mode and detach-on-fork.
80
f50bf8e5
YQ
812016-06-17 Yao Qi <yao.qi@linaro.org>
82
83 * gdb.base/step-over-exit.c: New.
84 * gdb.base/step-over-exit.exp: New.
85
a28d8e50
YTL
862016-06-17 Yan-Ting Lin <currygt52@gmail.com>
87
88 * gdb.base/float.exp: Add target check for nds32*-*-*.
89 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
90
cad8e26d
AB
912016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
94 for unsupported target features.
95 * gdb.base/call-rt-st.exp: Likewise.
96 * gdb.base/call-sc.exp: Likewise.
97 * gdb.base/call-signal-resume.exp: Likewise.
98 * gdb.base/call-strs.exp: Likewise.
99 * gdb.base/callexit.exp: Likewise.
100 * gdb.base/callfuncs.exp: Likewise.
101 * gdb.base/nodebug.exp: Likewise.
102 * gdb.base/printcmds.exp: Likewise.
103 * gdb.base/ptype.exp: Likewise.
104 * gdb.base/structs.exp: Likewise.
105 * gdb.base/unwindonsignal.exp: Likewise.
106 * gdb.cp/gdb2495.exp: Likewise.
107 * gdb.cp/templates.exp: Likewise.
108 * gdb.cp/virtfunc.exp: Likewise.
109 * gdb.threads/hand-call-in-threads.exp: Likewise.
110 * gdb.threads/interrupted-hand-call.exp: Likewise.
111 * gdb.threads/thread-unwindonsignal.exp: Likewise.
112
347dc102
TT
1132016-06-10 Tom Tromey <tom@tromey.com>
114
115 PR rust/20110:
116 * gdb.rust/expr.exp: Add test for integer constant larger than
117 i32.
118
5e13cf25
BH
1192016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
120
121 * gdb.fortran/nested-funcs.exp: New.
122 * gdb.fortran/nested-funcs.f90: New.
123
bb556f1f
TK
1242016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
125
126 * gdb.base/examine-backward.c: New file.
127 * gdb.base/examine-backward.exp: New file.
128
38b022b4
SM
1292016-06-06 Simon Marchi <simon.marchi@ericsson.com>
130
131 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
132 matching.
133
1b40ec05
TT
1342016-06-02 Tom Tromey <tom@tromey.com>
135
136 PR python/18984:
137 * gdb.python/py-shared.exp: Add solib_name test.
138
193bd378
SM
1392016-06-02 Simon Marchi <simon.marchi@ericsson.com>
140
141 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
142
3326303b
MG
1432016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
144
145 PR c++/19893
146 * gdb.dwarf2/implref.exp: Rename to...
147 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
148 * gdb.dwarf2/implref-array.c: New file.
149 * gdb.dwarf2/implref-array.exp: Likewise.
150 * gdb.dwarf2/implref-global.c: Likewise.
151 * gdb.dwarf2/implref-global.exp: Likewise.
152 * gdb.dwarf2/implref-struct.c: Likewise.
153 * gdb.dwarf2/implref-struct.exp: Likewise.
154
825c8ef2
AT
1552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
156
157 * gdb.trace/trace-condition.exp: Add 64bit tests.
158
2320162a
AT
1592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
160
161 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
162 bits types.
163 (main): Adapt to 8 to 64 bits types.
164 * gdb.trace/trace-condition.exp: Add new tests.
165
a7818233
AT
1662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
167
168 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
169
0d336466
AT
1702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
171
172 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
173 Move condition tests...
174 * gdb.trace/trace-condition.exp: Here.
175
7faeb45a
AT
1762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
177
178 * gdb.trace/trace-condition.exp: Add counter-case tests.
179
e385593e
JK
1802016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
181
182 PR c++/15231
183 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
184 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
185
744608cc
PA
1862016-05-27 Pedro Alves <palves@redhat.com>
187
188 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
189 New procedure.
190 (top level): Call it, and bail out of DejaGnu is known to be bad.
191
ac775bf4
AB
1922016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * gdb.base/whatis.c: Extend the test case.
195 * gdb.base/whatis.exp: Add additional tests.
196
2bbad2ea
BH
1972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
198
199* gdb.fortran/type.f90: Add pointer variable.
200* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
201
8b70175d
BH
2022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
203
204 * gdb.fortran/vla-type.exp: Fix testcase name.
205
86d8a848
BH
2062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
207
208 * gdb.fortran/vla-type.exp: Access elements in nested structs.
209
e188eb36
BH
2102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
211
212 * gdb.fortran/type.f90: Add nested structures.
213 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
214 * gdb.fortran/derived-type.exp: Adapt expected output.
215 * gdb.fortran/vla-type.exp: Adapt expected output.
216
9b2db1fd
BH
2172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
218
219 * gdb.fortran/whatis_type.exp: Adapt expected output.
220
72b17055
BH
2212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
222
223 * gdb.fortran/print_type.exp: Fix expected output.
224 * gdb.fortran/whatis_type.exp: Fix expected output.
225
3cd81d8d
BH
2262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
227
228 * gdb.fortran/whatis_type.exp: Use multi_line.
229
ddae9462
TT
2302016-05-24 Tom Tromey <tom@tromey.com>
231
232 PR python/17386:
233 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
234 use value as an index.
235
1957f6b8
TT
2362016-05-23 Tom Tromey <tom@tromey.com>
237
238 PR python/17981:
239 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
240 no-breakpoint case.
241
026a9174
PA
2422016-05-24 Pedro Alves <palves@redhat.com>
243
244 PR gdb/19828
245 * gdb.threads/clone-attach-detach.c: New file.
246 * gdb.threads/clone-attach-detach.exp: New file.
247
e70a7231
FR
2482016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
249
250 * gdb.base/annota-input-while-running.exp: Fix syntax error.
251
0f6ed0e0
TT
2522016-05-23 Tom Tromey <tom@tromey.com>
253
254 PR python/19438, PR python/18393:
255 * gdb.python/py-progspace.exp: Add "dir" test.
256 * gdb.python/py-objfile.exp: Add "dir" test.
257
ffd19d61
YQ
2582016-05-23 Yao Qi <yao.qi@linaro.org>
259
260 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
261 * gdb.arch/thumb2-it.exp: Likewise.
262
9e8f9b05
SM
2632016-05-18 Simon Marchi <simon.marchi@ericsson.com>
264
265 * gdb.mi/mi-threads-interrupt.c: New file.
266 * gdb.mi/mi-threads-interrupt.exp: New file.
267
61c6156d
SM
2682016-05-17 Simon Marchi <simon.marchi@ericsson.com>
269
270 PR gdb/18077
271 * gdb.mi/mi-async-run.exp: New file.
272 * gdb.mi/mi-async-run.c: New file.
273
67218854
TT
2742016-05-17 Tom Tromey <tom@tromey.com>
275 Manish Goregaokar <manishsmail@gmail.com>
276
277 * lib/rust-support.exp: New file.
278 * lib/gdb.exp (skip_rust_tests): New proc.
279 (build_executable_from_specs): Handle rust.
280 * lib/future.exp (gdb_find_rustc): New proc.
281 (gdb_default_target_compile): Handle rust.
282 * gdb.rust/expr.exp: New file.
283 * gdb.rust/generics.exp: New file.
284 * gdb.rust/generics.rs: New file.
285 * gdb.rust/methods.exp: New file.
286 * gdb.rust/methods.rs: New file.
287 * gdb.rust/modules.exp: New file.
288 * gdb.rust/modules.rs: New file.
289 * gdb.rust/simple.exp: New file.
290 * gdb.rust/simple.rs: New file.
291
c44af4eb
TT
2922016-05-17 Tom Tromey <tom@tromey.com>
293
294 * gdb.base/default.exp (set language): Add rust.
295
dcd1f979
TT
2962016-05-17 Tom Tromey <tom@tromey.com>
297
298 * gdb.gdb/unittest.exp: New file.
299
155b7f57
YQ
3002016-05-16 Yao Qi <yao.qi@linaro.org>
301
302 * gdb.base/batch-preserve-term-settings.exp: Remove variable
303 shell_prompt. Update shell_prompt_re.
304
8ddd5a6c
DE
3052016-05-12 Doug Evans <dje@google.com>
306
307 PR symtab/19999
308 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
309 $options when building executable.
310 * gdb.dwarf2/fission-loclists-pie.S: New file.
311 * gdb.dwarf2/fission-loclists-pie.exp: New file.
312
02e370d9
SM
3132016-05-04 Simon Marchi <simon.marchi@ericsson.com>
314
315 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
316 of [is_remote target],
317
8929ad8b
SM
3182016-05-04 Simon Marchi <simon.marchi@ericsson.com>
319
320 * lib/gdb.exp (use_gdb_stub): New procedure.
321
6c447423
DE
3222016-05-03 Yunlian Jiang <yunlian@google.com>
323 Doug Evans <dje@google.com>
324
325 PR symtab/19914
326 * gdb.dwarf2/dwp-sepdebug.c: New file.
327 * gdb.dwarf2/dwp-sepdebug.exp: New file.
328
444e826c
SM
3292016-05-02 Simon Marchi <simon.marchi@ericsson.com>
330
331 * gdb.base/detach.exp: Remove is_remote check.
332
740feeaa
SM
3332016-05-02 Simon Marchi <simon.marchi@ericsson.com>
334
335 * gdb.base/annota-input-while-running.exp: Don't check for
336 [is_remote target]. Enable annotations after running to main.
337 Remove unused "set test..." line.
338
9080ac9d
SM
3392016-04-28 Simon Marchi <simon.marchi@ericsson.com>
340
341 * gdb.trace/trace-enable-disable.exp: New file.
342 * gdb.trace/trace-enable-disable.c: New file.
343
952ebca5
SM
3442016-04-28 Simon Marchi <simon.marchi@ericsson.com>
345
346 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
347 use it in info sharedlibrary test.
348 * gdb.trace/ftrace-lock.exp: Likewise.
349 * gdb.trace/ftrace.exp: Likewise.
350 * gdb.trace/range-stepping.exp: Likewise.
351 * gdb.trace/trace-break.exp: Likewise.
352 * gdb.trace/trace-condition.exp: Likewise.
353 * gdb.trace/trace-mt.exp: Likewise.
354
d9019901
SM
3552016-04-27 Simon Marchi <simon.marchi@ericsson.com>
356
357 * lib/gdb.exp (gdb_load_shlibs): Rename to...
358 (gdb_load_shlib): ... this.
359 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
360 gdb_load_shlib.
361 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
362 * gdb.base/ctxobj.exp: Likewise.
363 * gdb.base/dprintf-pending.exp: Likewise.
364 * gdb.base/dso2dso.exp: Likewise.
365 * gdb.base/fixsection.exp: Likewise.
366 * gdb.base/gcore-relro.exp: Likewise.
367 * gdb.base/gdb1555.exp: Likewise.
368 * gdb.base/global-var-nested-by-dso.exp: Likewise.
369 * gdb.base/gnu-ifunc.exp: Likewise.
370 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
371 * gdb.base/jit-so.exp (one_jit_test): Likewise.
372 * gdb.base/pending.exp: Likewise.
373 * gdb.base/print-file-var.exp: Likewise.
374 * gdb.base/print-symbol-loading.exp: Likewise.
375 * gdb.base/shlib-call.exp: Likewise.
376 * gdb.base/shreloc.exp: Likewise.
377 * gdb.base/so-impl-ld.exp: Likewise.
378 * gdb.base/solib-disc.exp: Likewise.
379 * gdb.base/solib-nodir.exp: Likewise.
380 * gdb.base/solib-overlap.exp: Likewise.
381 * gdb.base/solib-symbol.exp: Likewise.
382 * gdb.base/solib-weak.exp (do_test): Likewise.
383 * gdb.base/sym-file.exp: Likewise.
384 * gdb.base/symtab-search-order.exp: Likewise.
385 * gdb.base/type-opaque.exp: Likewise.
386 * gdb.base/unload.exp: Likewise.
387 * gdb.base/watchpoint-solib.exp: Likewise.
388 * gdb.compile/compile.exp: Likewise.
389 * gdb.cp/gdb2384.exp: Likewise.
390 * gdb.cp/infcall-dlopen.exp: Likewise.
391 * gdb.cp/re-set-overloaded.exp: Likewise.
392 * gdb.fortran/library-module.exp: Likewise.
393 * gdb.opt/solib-intra-step.exp: Likewise.
394 * gdb.python/py-finish-breakpoint.exp: Likewise.
395 * gdb.python/py-shared.exp: Likewise.
396 * gdb.reverse/solib-precsave.exp: Likewise.
397 * gdb.reverse/solib-reverse.exp: Likewise.
398 * gdb.server/solib-list.exp: Likewise.
399 * gdb.threads/dlopen-libpthread.exp: Likewise.
400 * gdb.threads/tls-shared.exp: Likewise.
401 * gdb.threads/tls-so_extern.exp: Likewise.
402 * gdb.trace/change-loc.exp: Likewise.
403 * gdb.trace/ftrace-lock.exp: Likewise.
404 * gdb.trace/ftrace.exp: Likewise.
405 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
406 * gdb.trace/pending.exp: Likewise.
407 * gdb.trace/range-stepping.exp: Likewise.
408 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
409 (strace_info_marker): Likewise.
410 (strace_probe_marker): Likewise.
411 (strace_trace_on_same_addr): Likewise.
412 (strace_trace_on_diff_addr): Likewise.
413 * gdb.trace/trace-break.exp: Likewise.
414 * gdb.trace/trace-condition.exp: Likewise.
415 * gdb.trace/trace-mt.exp: Likewise.
416
fca4cfd9
SM
4172016-04-27 Simon Marchi <simon.marchi@ericsson.com>
418
419 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
420 result of gdb_remote_download.
421 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
422 * gdb.base/dso2dso.exp: Likewise.
423 * gdb.base/global-var-nested-by-dso.exp: Likewise.
424 * gdb.base/print-file-var.exp: Likewise.
425 * gdb.base/shlib-call.exp: Likewise.
426 * gdb.base/shreloc.exp: Likewise.
427 * gdb.base/solib-overlap.exp: Likewise.
428 * gdb.base/solib-weak.exp (do_test): Likewise.
429 * gdb.base/unload.exp: Likewise.
430
11cf4ffb
YQ
4312016-04-27 Yao Qi <yao.qi@linaro.org>
432
433 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
434 exists.
435
3e2e34f8
KB
4362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
437
438 * vla-type.exp: Print structure from toplevel.
439
8f07e298
BH
4402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
441
442 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
443 of dynamic types.
444 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
445 of dynamic types.
446
9920b434
BH
4472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
448
449 * gdb.fortran/vla-type.f90: New file.
450 * gdb.fortran/vla-type.exp: New file.
451
f3abeff5
YQ
4522016-04-25 Yao Qi <yao.qi@linaro.org>
453
454 * gdb.base/branch-to-self.c: New file.
455 * gdb.base/branch-to-self.exp: New file.
456
0a5d52f0
YQ
4572016-04-22 Yao Qi <yao.qi@linaro.org>
458
459 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
460 more after $hex.
461
495346f6
YQ
4622016-04-22 Yao Qi <yao.qi@linaro.org>
463
464 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
465 * gdb.base/annota3.exp: Likewise.
466
4a7e075c
YQ
4672016-04-22 Yao Qi <yao.qi@linaro.org>
468
469 * gdb.reverse/step-precsave.exp: Do one step and test program
470 stops in "callee" and do multiple steps until program goes out
471 of "callee".
472 * gdb.reverse/step-reverse.exp: Likewise.
473
5b061e98
YQ
4742016-04-22 Yao Qi <yao.qi@linaro.org>
475
476 * gdb.trace/signal.exp: Also pass if
477 $tracepoint_hits($i) > $iterations.
478
5c5dc57f
YQ
4792016-04-22 Yao Qi <yao.qi@linaro.org>
480
481 * gdb.trace/signal.c: New file.
482 * gdb.trace/signal.exp: New file.
483
a55411b9
DE
4842016-04-19 Doug Evans <xdje42@gmail.com>
485
486 * gdb.base/bad-file.exp: New file.
487
a22df60a
MG
4882016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
489
490 * gdb.dwarf2/implref.exp: New file.
491
0c13f7e5
BH
4922016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
493
494 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
495 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
496 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
497 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
498 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
499 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
500 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
501 * lib/fortran.exp (fortran_int4): New procedure.
502 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
503 (fortran_logical4): Likewise.
504
9b9b09e9
BH
5052016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
506
507 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
508
a14d1f4d
BH
5092016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
510
511 * lib/compiler.c: Add Intel specific preprocessor macros.
512 * lib/compiler.cc: Likewise.
513
7d49b1d0
LM
5142016-04-13 Luis Machado <lgustavo@codesourcery.com>
515
516 * gdb.server/connect-with-no-symbol-file.c: New file.
517 * gdb.server/connect-with-no-symbol-file.exp: New file.
518
8392fa22
SM
5192016-04-13 Simon Marchi <simon.marchi@ericsson.com>
520
521 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
522
8c4c4aeb
SM
5232016-04-13 Simon Marchi <simon.marchi@ericsson.com>
524
525 * boards/gdbserver-base.exp (${board}_download): Copy source file to
526 standard output directory.
527
45e3745e
AT
5282016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
529
530 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
531
e26b7e41
MM
5322016-04-13 Markus Metzger <markus.t.metzger@intel.com>
533
534 * gdb.btrace/instruction_history.c (loop): Add declaration.
535
8ce09462
AT
5362016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
537
538 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
539
2e88a1ea
SM
5402016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
541
542 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
543 parentheses to print.
544 (continue_handler): Likewise.
545
f48e22e3
SM
5462016-04-08 Simon Marchi <simon.marchi@ericsson.com>
547
548 * gdb.server/solib-list.exp: Remove is_remote check.
549 Pass shlib= to gdb_compile. Don't link shared library with
550 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
551 Run binary filename through "readlink -f" on the target.
552
096be756
PA
5532016-04-08 Pedro Alves <palves@redhat.com>
554
555 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
556 interpreter filename as argument to gdbserver_spawn.
557 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
558 Return empty if $last_loaded_file does not exist.
559
06500533
JK
5602016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
563 * gdb.base/jit-main.c: Use exit after usage.
564
2d35e871
JK
5652016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
568 GDBHISTSIZE prior to the tests.
569 * gdb.base/gdbinit-history.exp: Likewise.
570
5712016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
572
573 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
574 instead of build_executable. Use gdb_load_shlibs.
575
c8064e7e
YQ
5762016-04-07 Yao Qi <yao.qi@linaro.org>
577
578 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
579 Execute "si" command.
580
bde47561
YQ
5812016-04-07 Yao Qi <yao.qi@linaro.org>
582
583 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
584 number instead of the comments on some line.
585
b16f8a3b
DB
5862016-04-06 Don Breazeal <donb@codesourcery.com>
587
588 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
589 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
590
c2f901df
SM
5912016-04-06 Simon Marchi <simon.marchi@ericsson.com>
592
593 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
594 standard_output_file. Remove unused binfile variable.
595
ac17fda0
CU
5962016-04-05 Catalin Udma <catalin.udma@freescale.com>
597
598 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
599 * gdb.python/py-mi-objfile.exp: Match "list main" output
600 in console format.
601
03a8c4df
SM
6022016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
603
604 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
605 absolute.
606
6e774b13
SM
6072016-04-05 Simon Marchi <simon.marchi@ericsson.com>
608
609 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
610 absolute.
611 * gdb.trace/ftrace.exp: Likewise.
612 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
613 targets as well.
614 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
615 (gdb_load_shlibs): Copy libraries to test directory when testing
616 natively. Only set solib-search-path if testing remotely.
617 * lib/mi-support.exp (mi_load_shlibs): Likewise.
618
7817ea46
SM
6192016-04-05 Simon Marchi <simon.marchi@ericsson.com>
620
621 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
622 gdb_download. Use it even if the target is not remote.
623 * gdb.base/jit.exp (compile_jit_test): Likewise.
624 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
625 output directory if the destination board is local, otherwise use
626 the standard remote_download from DejaGnu.
627 (gdb_download): Remove.
628 (gdb_load_shlibs): Use gdb_remote_download instead of
629 gdb_download.
630 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
631 Use gdb_remote_download instead of gdb_download. Use it even if
632 the target is not remote.
633 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
634 instead of gdb_download.
635
7beb7f68
SM
6362016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
637
638 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
639 (test_insert_delete_modify): Call mi_load_shlibs before trying to
640 run.
641
cc63428a
AV
6422016-04-01 Artemiy Volkov <artemiyv@acm.org>
643
644 PR gdb/19820
645 * gdb.base/printcmds.exp: Add artificial arrays tests.
646
64cdf930
PA
6472016-03-31 Pedro Alves <palves@redhat.com>
648
649 PR gdb/19858
650 * gdb.base/jit-main.c: Include unistd.h.
651 (ATTACH): Define to 0 if not already defined.
652 (wait_for_gdb, mypid): New globals.
653 (WAIT_FOR_GDB): New macro.
654 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
655 some breakpoint locations.
656 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
657 New procedures.
658 (one_jit_test): Add REATTACH parameter, and handle it. Use
659 continue_to_test_location.
660 (top level): Test attach, and adjusts calls to one_jit_test.
661
40dea8cb
PA
6622016-03-31 Pedro Alves <palves@redhat.com>
663
664 PR gdb/19858
665 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
666 BINSUFFIX parameter, and handle it.
667 (top level): Adjust calls compile_jit_test.
668
e7ea3ec7
CU
6692016-03-31 Catalin Udma <catalin.udma@freescale.com>
670
671 PR python/19743
672 * gdb.python/py-mi-events-gdb.py: New file.
673 * gdb.python/py-mi-events.c: New file.
674 * gdb.python/py-mi-events.exp: New file.
675
e6359af3
YQ
6762016-03-30 Yao Qi <yao.qi@linaro.org>
677
678 * gdb.reverse/until-precsave.exp: Match function name only.
679 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
680 Move malloc to a condition block.
681 * gdb.reverse/until-reverse.exp: Match function name only.
682
a4105d04
MK
6832016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
684
685 * gdb.trace/ftrace.exp: Set arg0exp for s390.
686 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
687 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
688 variable for GPR 0 instead of assuming it is register 0.
689 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
690 * lib/trace-support.exp: Add s390 registers.
691
bfa6adb9
YQ
6922016-03-29 Yao Qi <yao.qi@linaro.org>
693
694 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
695
1e6697ea
YQ
6962016-03-24 Yao Qi <yao.qi@linaro.org>
697
698 * gdb.reverse/break-reverse.exp: Add quotation mark in the
699 test message.
700
64bcd522
AA
7012016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
702
703 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
704 maintaining separate logic for constructing the output path.
705
7868401b
DB
7062016-03-16 Don Breazeal <donb@codesourcery.com>
707
708 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
709 Retry fork and waitpid on interrupted system call errors.
710 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
711 Use with_timeout_factor to increase timeout by factor of 10.
712
1cafadb4
DB
7132016-03-15 Don Breazeal <donb@codesourcery.com>
714
715 * gdb.cp/scope-err.cc: New test program.
716 * gdb.cp/scope-err.exp: New test script.
717 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
718 lines and "set breakpoint here" comment.
719 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
720 Fixed some whitespace and format issues.
721 * gdb.mi/mi-linespec-err-cp.cc: New test program.
722 * gdb.mi/mi-linespec-err-cp.exp: New test script.
723
81516450
DE
7242016-03-15 Doug Evans <dje@google.com>
725
726 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
727 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
728 All callers updated. Add tests for enums, mixed flags register.
729
aa52b601
DE
7302016-03-15 Doug Evans <dje@google.com>
731
732 * gdb.base/skip.c (main): Call test_skip_file_and_function.
733 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
734
fa4ff313
SM
7352016-03-14 Simon Marchi <simon.marchi@ericsson.com>
736
737 * gdb.base/default.exp: Add $_as_string to the list of expected
738 convenience functions.
739
f2403c39
AB
7402016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * gdb.base/maint.exp: New tests for 'maint info line-table'.
743
f2f3ccb9
SM
7442016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
745
746 * gdb.python/py-as-string.exp: New file.
747 * gdb.python/py-as-string.c: New file.
748
00dbd492
PA
7492016-03-09 Pedro Alves <palves@redhat.com>
750
751 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
752 signal" -> "Thread NN received signal" output change.
753 * gdb.threads/ia64-sigill.exp: Likewise.
754 * gdb.threads/linux-dp.exp: Likewise.
755 * gdb.threads/manythreads.exp: Likewise.
756 * gdb.threads/pending-step.exp: Likewise.
757 * gdb.threads/print-threads.exp: Likewise.
758 * gdb.threads/sigstep-threads.exp: Likewise.
759 * gdb.threads/staticthreads.exp: Likewise.
760 * gdb.threads/tls.exp: Likewise.
761
1e6697ea
YQ
7622016-03-09 Pedro Alves <palves@redhat.com>
763
764 * gdb.base/command-line-input.exp: New file.
765
b04fd3be
MK
7662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
767
768 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
769 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
770 * gdb.trace/pending.exp: Accept leading dot before function name.
771 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
772 * lib/trace-support.exp: Set registers for ppc.
773
98fa59e9
MK
7742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
775
776 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
777 use it for disassembly; accept .main in addition to main in backtrace.
778
f77198c8
MK
7792016-03-09 Wei-cheng Wang <cole945@gmail.com>
780 Marcin Kościelnicki <koriakin@0x04.net>
781
782 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
783 (gdb_recursion_test_ptr): New global variable.
784 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
785 gdb_recursion_test.
786 (gdb_c_test): Ditto.
787
ba84e0da
MK
7882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
789
790 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
791 ordering.
792
4366d36e
MK
7932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
794
795 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
796 (bar): Add bar_start_lbl label.
797 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
798 of foo/bar for emitting DWARF and tracing.
799
5eb264df
SDJ
8002016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
801
802 * analyze-racy-logs.py: Set executable bit.
803
fb6a751f
SDJ
8042016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
805
806 * Makefile.in (DEFAULT_RACY_ITER): New variable.
807 (CHECK_TARGET_TMP): Likewise.
808 (check-single-racy): New rule.
809 (check-parallel-racy): Likewise.
810 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
811 (do-check-parallel-racy): New rule.
812 (check-racy/%.exp): Likewise.
813 * README (Racy testcases): New section.
814 * analyze-racy-logs.py: New file.
815
bdf7e230
DE
8162016-03-03 Doug Evans <dje@google.com>
817
818 * gdb.base/skip.exp: Use with_test_prefix.
819
4719d415
YQ
8202016-03-03 Yao Qi <yao.qi@linaro.org>
821
822 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
823 Invoke step_over_syscall "clone" and break_cond_on_syscall
824 "clone".
825 * gdb.base/step-over-clone.c: New file.
826
ea507862
YQ
8272016-03-03 Yao Qi <yao.qi@linaro.org>
828
829 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
830 code format.
831
8fc8cbda
YQ
8322016-03-03 Yao Qi <yao.qi@linaro.org>
833
834 * gdb.base/disp-step-fork.c: Rename to ...
835 * gdb.base/step-over-fork.c: ... it. New file.
836 * gdb.base/disp-step-vfork.c: Rename to ...
837 * gdb.base/step-over-vfork.c: ... it. New file.
838 * gdb.base/disp-step-syscall.exp: Rename to ...
839 * gdb.base/step-over-syscall.exp: ... it. New file.
840 (disp_step_cross_syscall): Rename to ...
841 (step_over_syscall): ... it.
842
92fa70b0
YQ
8432016-03-03 Yao Qi <yao.qi@linaro.org>
844
845 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
846 If target supports condition evaluation on target, invoke
847 break_cond_on_syscall for fork and vfork.
848
e197ad3c
YQ
8492016-03-03 Yao Qi <yao.qi@linaro.org>
850
851 * gdb.base/disp-step-syscall.exp: Don't invoke
852 support_displaced_stepping.
853 (disp_step_cross_syscall): Test with displaced stepping off and
854 on if supported.
855
0b47da9f
YQ
8562016-03-03 Yao Qi <yao.qi@linaro.org>
857
858 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
859 proc.
860 (setup): New proc.
861 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
862 and setup.
863
065ab6dc
BH
8642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
865
866 * gdb.fortran/vla-history.exp: Remove breakpoint.
867
07e448ad 8682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
869
870 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
871
9ac2d526 8722016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
873
874 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
875
17807369
BH
8762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
877
878 * gdb.mi/vla.f90: Nullify pointer after declaration.
879
86e501af
PA
8802016-03-01 Pedro Alves <palves@redhat.com>
881
882 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
883
1e903e32
PA
8842016-03-01 Pedro Alves <palves@redhat.com>
885
886 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
887 before anything else.
888 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
889 _GNU_SOURCE here.
890 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
891 before anything else.
892 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
893
6ccb54e2
PA
8942016-03-01 Pedro Alves <palves@redhat.com>
895
896 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
897
30ca9da1
YQ
8982016-03-01 Yao Qi <yao.qi@linaro.org>
899
900 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
901 prepare_for_testing.
902
dc856b38
YQ
9032016-03-01 Yao Qi <yao.qi@linaro.org>
904
905 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
906
4a932159
AA
9072016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
908
909 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
910 manually constructing the output path.
911
f2489477
AA
9122016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
913
914 * gdb.arch/s390-stackless.S: New.
915 * gdb.arch/s390-stackless.exp: New.
916
38899f16
IB
9172016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
918
919 * gdb.dlang/circular.c: New file.
920 * gdb.dlang/circular.exp: New file.
921
9fde51ed
YQ
9222016-02-26 Yao Qi <yao.qi@linaro.org>
923
924 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
925 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
926 (testcases): Update.
927
ce90fefe
YQ
9282016-02-26 Yao Qi <yao.qi@linaro.org>
929
930 * gdb.reverse/aarch64.c: Rename to ...
931 * gdb.reverse/insn-reverse.c: ... it.
932 * gdb.reverse/aarch64.exp: Rename to ...
933 * gdb.reverse/insn-reverse.exp: ... it.
934
3263bceb
YQ
9352016-02-26 Yao Qi <yao.qi@linaro.org>
936
937 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
938 (testcase_ftype): New.
939 (testcases): New array.
940 (n_testcases): New.
941 (main): Call each element in testcases.
942 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
943 (read_testcase): New.
944 Do the tests in a loop.
945
6cb59ff1
YQ
9462016-02-25 Yao Qi <yao.qi@linaro.org>
947
948 * gdb.base/branches.c: Remove.
949
ae91f625
MK
9502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
951
952 PR gdb/13808
953 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
954
678b48b7
MK
9552016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
956
957 * gdb.trace/ftrace.exp: Remove unnecessary target check.
958
7337a6f2
MK
9592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
960
961 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
962 change x86_64 call_insn to 'callq'.
963
861ca91f
AT
9642016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
965
966 * gdb.trace/tfile-avx.c: Move to...
967 * gdb.trace/tracefile-pseudo-reg.c: Here.
968 * gdb.trace/tfile-avx.exp: Move to...
969 * gdb.trace/tracefile-pseudo-reg.exp: Here.
970
bf74e428
GB
9712016-02-24 Gary Benson <gbenson@redhat.com>
972
973 * gdb.base/attach-pie-noexec.exp: Do not expect an error
974 message on attach.
975
cce0e923
DE
9762016-02-23 Doug Evans <dje@google.com>
977
978 * gdb.base/skip.c (test_skip): New function.
979 (end_test_skip_file_and_function): New function.
980 (test_skip_file_and_function): New function.
981 * gdb.base/skip1.c (test_skip): New function.
982 (skip1_test_skip_file_and_function): New function.
983 * gdb.base/skip.exp: Add tests for new skip options.
984 * gdb.base/skip-solib.exp: Update expected output.
985 * gdb.perf/skip-command.cc: New file.
986 * gdb.perf/skip-command.exp: New file.
987 * gdb.perf/skip-command.py: New file.
988
4000e47e
MK
9892016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
990
991 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
992 info registers pattern.
993
24f75ead
IB
9942016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
995
996 * lib/future.exp: Add D support.
997 (gdb_find_gdc): New proc.
998 (gdb_default_target_compile): Add D support.
999
fbb7bcbe
WW
10002016-02-18 Wei-cheng Wang <cole945@gmail.com>
1001
1002 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1003 user+system time.
1004 (trace_speed_test): Determine the iteration count for a time
1005 between 15..30 seconds.
1006
012b3a21
WT
10072016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1008
1009 * gdb.arch/i386-mpx-sigsegv.c: New file.
1010 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1011 * gdb.arch/i386-mpx-simple_segv.c: New file.
1012 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1013
2d5189bd
YQ
10142016-02-18 Yao Qi <yao.qi@linaro.org>
1015
1016 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1017 Don't call setup_kfail.
1018
40fb20d0
YQ
10192016-02-18 Yao Qi <yao.qi@linaro.org>
1020
1021 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1022 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1023
21b1f8d2
DE
10242016-02-16 Doug Evans <dje@google.com>
1025
1026 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1027 * gdb.base/skip1.c: Ditto.
1028 * gdb.base/skip.exp: Whitespace cleanup.
1029
4041ed77
DB
10302016-02-16 Don Breazeal <donb@codesourcery.com>
1031
1032 PR remote/19496
1033 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1034 Remove kfail for PR remote/19496.
1035
c4ef31bf
SM
10362016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1037
1038 * lib/gdb.exp (standard_temp_file): Return a path specific to
1039 the runtest invocation.
1040
266b65b3
SM
10412016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1042
1043 * gdb.trace/save-trace.exp: Change relative path to be in the
1044 standard output directory.
1045
a7a0a6a9
JK
10462016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1047
1048 * gdb.arch/i386-prologue.c: Add missing prototypes.
1049
c99dbb42
JK
10502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1053 * gdb.arch/i386-prologue.exp: Likewise.
1054 * gdb.arch/i386-size.exp: Likewise.
1055
aa480355
SM
10562016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1057
1058 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1059 define object file path.
1060 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1061 file path.
1062 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1063 standard_output_file to define binfile.
1064
ba881f50
JK
10652016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1066
1067 Fix compatibility with recent gfortran-5.3.1.
1068 * gdb.fortran/vla-history.exp (print vla1 allocated)
1069 (print vla2 allocated, print $2, print $3): Remove
1070 (print $4): Rename to ...
1071 (print $2): ... here.
1072 (print $9): Rename to ...
1073 (print $5): ... here.
1074 (print $10): Rename to ...
1075 (print $6): ... here.
1076 * gdb.fortran/vla.f90: Add pvla initialization.
1077
e9fb005c
JK
10782016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1079
1080 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1081 New test.
1082 * gdb.fortran/vla-value-sub.exp: Likewise.
1083
e44e00ff
MK
10842016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1085
1086 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1087
97e94151
SM
10882016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1089
1090 * i386-biarch-core.exp: Define corefile using
1091 standard_output_file.
1092
01113bc1
YQ
10932016-02-12 Yao Qi <yao.qi@linaro.org>
1094
1095 * gdb.arch/arm-single-step-kernel-helper.c: New.
1096 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1097
33b4777c
MM
10982016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1099
1100 * gdb.btrace/tailcall-only.exp: New.
1101 * gdb.btrace/tailcall-only.c: New.
1102 * gdb.btrace/x86_64-tailcall-only.S: New.
1103 * gdb.btrace/i686-tailcall-only.S: New.
1104
acc23c11
PA
11052016-02-11 Pedro Alves <palves@redhat.com>
1106
1107 * README (Parallel testing): Add missing double quotes.
1108
e352bf0a
PA
11092016-02-11 Pedro Alves <palves@redhat.com>
1110
1111 * README (Parallel testing): New section.
1112 (GDB_PARALLEL): Rewrite.
1113 (FORCE_PARALLEL): Document.
1114
9f5fed78
MK
11152016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1116
1117 * gdb.trace/tfile-avx.c: New test.
1118 * gdb.trace/tfile-avx.exp: New test.
1119
9ef9e6a6
KS
11202016-02-09 Keith Seitz <keiths@redhat.com>
1121
1122 PR breakpoints/19546
1123 * gdb.base/infcall-exec.c: New file.
1124 * gdb.base/infcall-exec2.c: New file.
1125 * gdb.base/infcall-exec.exp: New file.
1126
a96e36da
KS
11272016-02-09 Keith Seitz <keiths@redhat.com>
1128
1129 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1130 (toplevel): Call test_bkpt_address.
1131
9f61929f
KS
11322016-02-09 Keith Seitz <keiths@redhat.com>
1133
1134 PR python/19506
1135 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1136 (toplevel): Call test_bkpt_address.
1137
1e94266c
SM
11382016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1139
1140 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1141 to AC_OUTPUT.
1142 * configure: Regenerate.
1143
2a7f3dff
PA
11442016-02-09 Pedro Alves <palves@redhat.com>
1145
1146 PR breakpoints/19548
1147 * gdb.base/execl-update-breakpoints.c (some_function): New
1148 function.
1149 (main): Call it.
1150 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1151 Tighten expected GDB output.
1152
2151ccc5
SM
11532016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1154
1155 * Makefile.in (ALL_SUBDIRS): Remove.
1156 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1157 (distclean maintainer-clean realclean): Likewise.
1158 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1159 * configure: Regenerate.
1160 * gdb.ada/Makefile.in: Delete.
1161 * gdb.arch/Makefile.in: Likewise.
1162 * gdb.asm/Makefile.in: Likewise.
1163 * gdb.base/Makefile.in: Likewise.
1164 * gdb.btrace/Makefile.in: Likewise.
1165 * gdb.cell/Makefile.in: Likewise.
1166 * gdb.compile/Makefile.in: Likewise.
1167 * gdb.cp/Makefile.in: Likewise.
1168 * gdb.disasm/Makefile.in: Likewise.
1169 * gdb.dlang/Makefile.in: Likewise.
1170 * gdb.dwarf2/Makefile.in: Likewise.
1171 * gdb.fortran/Makefile.in: Likewise.
1172 * gdb.gdb/Makefile.in: Likewise.
1173 * gdb.go/Makefile.in: Likewise.
1174 * gdb.guile/Makefile.in: Likewise.
1175 * gdb.java/Makefile.in: Likewise.
1176 * gdb.linespec/Makefile.in: Likewise.
1177 * gdb.mi/Makefile.in: Likewise.
1178 * gdb.modula2/Makefile.in: Likewise.
1179 * gdb.multi/Makefile.in: Likewise.
1180 * gdb.objc/Makefile.in: Likewise.
1181 * gdb.opencl/Makefile.in: Likewise.
1182 * gdb.opt/Makefile.in: Likewise.
1183 * gdb.pascal/Makefile.in: Likewise.
1184 * gdb.perf/Makefile.in: Likewise.
1185 * gdb.python/Makefile.in: Likewise.
1186 * gdb.reverse/Makefile.in: Likewise.
1187 * gdb.server/Makefile.in: Likewise.
1188 * gdb.stabs/Makefile.in: Likewise.
1189 * gdb.threads/Makefile.in: Likewise.
1190 * gdb.trace/Makefile.in: Likewise.
1191 * gdb.xml/Makefile.in: Likewise.
1192 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1193 GDB_PARALLEL.
1194 (standard_output_file): Remove check for GDB_PARALLEL, always
1195 return path in outputs/$subdir/$testname.
1196
437277d4
SM
11972016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1198
1199 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1200 (site.exp): Assign abs_srcdir to tcl's srcdir.
1201
31d913c7
YQ
12022016-02-04 Yao Qi <yao.qi@linaro.org>
1203
1204 * gdb.base/foll-exec-mode.c: Include limits.h.
1205 (main): Add parameters argc and argv. Get directory from
1206 argv[0].
1207 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1208 compilation.
1209 * gdb.base/foll-exec.c: Include limits.h.
1210 (main): Add parameters argc and argv.
1211 Get directory from argv[0].
1212 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1213 Adjust tests on the number of lines as source code changed.
1214 * gdb.base/foll-vfork-exit.c: Include limits.h.
1215 (main): Add one line of statement before vfork.
1216 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1217 (main): Add parameters argc and argv. Get directory from
1218 argv[0].
1219 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1220 (setup_gdb): Set tbreak to skip some source lines.
1221 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1222 (main): Add parameters argc and argv. Get directory from
1223 argv[0].
1224 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1225 compilation.
1226 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1227 (main): Add parameters argc and argv. Get directory from
1228 argv[0].
1229 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1230 compilation.
1231
9482b9fb
DE
12322016-02-01 Doug Evans <dje@google.com>
1233
1234 * gdb.base/skip.exp: Clean up multiple references to same test name.
1235
6b2e4f10
PA
12362016-02-01 Pedro Alves <palves@redhat.com>
1237
ccb6afd6 1238 PR remote/19496
6b2e4f10
PA
1239 * gdb.threads/forking-threads-plus-breakpoint.exp
1240 (displaced_stepping_supported): New global.
1241 (probe_displaced_stepping_support): New procedure.
1242 (do_test): Add 'displaced' parameter, and use it.
1243 (top level): Check for displaced stepping support. Add displaced
1244 stepping on/off testing axis.
1245
37a8db1a
AB
12462016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1249 pointer. Don't perform further tests on the unassociated pointer
1250 if the first test fails.
1251
5fdf6324
AB
12522016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.base/max-value-size.c: New file.
1255 * gdb.base/max-value-size.exp: New file.
1256 * gdb.base/huge.exp: Disable max-value-size for this test.
1257
935c6144
IB
12582016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1259
1260 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1261
7fe8399d
YQ
12622016-01-28 Yao Qi <yao.qi@linaro.org>
1263
1264 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1265
a2077e25
PA
12662016-01-25 Pedro Alves <palves@redhat.com>
1267
1268 PR threads/19461
1269 * gdb.base/fork-running-state.c: New file.
1270 * gdb.base/fork-running-state.exp: New file.
1271
1d2736d4
PA
12722016-01-25 Pedro Alves <palves@redhat.com>
1273
1274 PR gdb/19494
1275 * gdb.base/catch-fork-kill.c: New file.
1276 * gdb.base/catch-fork-kill.exp: New file.
1277
f1da4b11
PA
12782016-01-25 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1281 Delete, moved to lib/gdb.exp.
1282 * gdb.threads/forking-threads-plus-breakpoint.exp
1283 (foreach_with_prefix): Likewise.
1284 * gdb.threads/process-dies-while-handling-bp.exp
1285 (foreach_with_prefix): Likewise.
1286 * lib/gdb.exp (foreach_with_prefix): New procedure.
1287
45f38546
MK
12882016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1289
1290 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1291 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1292
dc29a1ce
MK
12932016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1294
1295 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1296 endian targets.
1297
092127d7
JK
12982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1299 Pedro Alves <palves@redhat.com>
1300
1301 Fix testsuite compatibility with Guile.
1302 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1303 number.
1304
31d765d3
JK
13052016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 Fix testsuite compatibility with Guile.
1308 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1309 (thread 1): New test for backtrace through signal handler.
1310
1ac78c04
YQ
13112016-01-22 Yao Qi <yao.qi@linaro.org>
1312
1313 PR testsuite/19491
1314 * gdb.base/multi-forks.c: Include
1315 ../lib/unbuffer_output.c
1316 (main): Call gdb_unbuffer_output.
1317
4f5946a8
DE
13182016-01-21 Doug Evans <dje@google.com>
1319
1320 * lib/ada.exp (gdb_compile_ada): Fix typo.
1321
305e13e6
JB
13222016-01-21 Joel Brobecker <brobecker@adacore.com>
1323
1324 * gdb.base/break-fun-addr.exp: New file.
1325 * gdb.base/break-fun-addr1.c: New file.
1326 * gdb.base/break-fun-addr2.c: New file.
1327
5f5dfff6
SM
13282016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1329
1330 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1331 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1332 enum flag values.
1333
fd356fa2
AA
13342016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1335
1336 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1337 when GDB can not set the vector return value. Add more comments
1338 for clarification.
1339
9df22175
AT
13402016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1341
1342 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1343 command.
1344
41d1845e
SM
13452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1346
1347 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1348
01ac6840
SM
13492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1350
1351 * Makefile.in (check-single): Pass --status to runtest.
1352 (check/%.exp): Likewise.
1353
13542016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1355
1356 * Makefile.in (check-parallel): Propagate return code from make
1357 do-check-parallel.
1358
bd0a71fa
MK
13592016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1360
1361 * gdb.trace/ftrace.exp: Fix expected message on continue.
1362 * gdb.trace/pending.exp: Fix expected message on continue.
1363 * gdb.trace/trace-break.exp: Fix expected message on continue.
1364
8bcbad33
SM
13652016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1366
1367 * lib/gdb.exp (gdb_test): Remove unused global references.
1368
f303dbd6
PA
13692016-01-18 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.base/async-shell.exp: Adjust expected output.
1372 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1373 * gdb.base/siginfo-thread.exp: Adjust expected output.
1374 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1375 * gdb.java/jnpe.exp: Adjust expected output.
1376 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1377 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1378 * gdb.threads/leader-exit.exp: Adjust expected output.
1379 * gdb.threads/manythreads.exp: Adjust expected output.
1380 * gdb.threads/pthreads.exp: Adjust expected output.
1381 * gdb.threads/schedlock.exp: Adjust expected output.
1382 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1383 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1384 expected output.
1385 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1386 output.
1387 * gdb.threads/sigthread.exp: Adjust expected output.
1388 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1389
b2789696
YQ
13902016-01-18 Yao Qi <yao.qi@linaro.org>
1391
1392 * gdb.guile/scm-section-script.c: Replace @progbits with
1393 %progbits.
1394 * gdb.python/py-section-script.c: Likewise.
1395
71ef29a8
PA
13962016-01-15 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.multi/tids.exp: Test star wildcard ranges.
1399
3f5b7598
PA
14002016-01-15 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1403 command from "thread apply" invocation.
1404 (thr_apply_info_thr_invalid): Default the expected output to the
1405 input tid list.
1406 (top level): Add tests that use convenience variables. Add tests
1407 for "thread apply" with a valid TID list, but missing the command.
1408
663f6d42
PA
14092016-01-13 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.base/default.exp: Expect $_gthread as well.
1412 * gdb.multi/tids.exp: Test $_gthread.
1413 * gdb.threads/thread-specific.exp: Test $_gthread.
1414
c84f6bbf
PA
14152016-01-13 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.multi/tids.exp: Test "info threads -gid".
1418
22a02324
PA
14192016-01-13 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1422 Breakpoint.thread.
1423 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1424
5d5658a1
PA
14252016-01-07 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.base/break.exp: Adjust to output changes.
1428 * gdb.base/hbreak2.exp: Likewise.
1429 * gdb.base/sepdebug.exp: Likewise.
1430 * gdb.base/watch_thread_num.exp: Likewise.
1431 * gdb.linespec/keywords.exp: Likewise.
1432 * gdb.multi/info-threads.exp: Likewise.
1433 * gdb.threads/thread-find.exp: Likewise.
1434 * gdb.multi/tids.c: New file.
1435 * gdb.multi/tids.exp: New file.
1436
84654457
PA
14372016-01-13 Pedro Alves <palves@redhat.com>
1438
1439 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1440
e3940304
PA
14412016-01-13 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.base/default.exp: Expect $_inferior as well.
1444 * gdb.multi/base.exp: Test $_inferior.
1445
a911d87a
PA
14462016-01-13 Pedro Alves <palves@redhat.com>
1447
1448 PR breakpoints/19388
1449 * gdb.base/catch-signal-siginfo-cond.c: New file.
1450 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1451
82075af2
JS
14522016-01-12 Josh Stone <jistone@redhat.com>
1453 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1454
1455 * gdb.base/catch-syscall.c (do_execve): New variable.
1456 (main): Conditionally trigger an execve.
1457 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1458 (test_catch_syscall_execve): New, check entry/return across execve.
1459 (do_syscall_tests): Call test_catch_syscall_execve.
1460
e46eeedd
PA
14612016-01-12 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.base/random-signal.exp (do_test): New procedure, with body
1464 of testcase moved in.
1465
01d8c27e
JK
14662016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1467 Pedro Alves <palves@redhat.com>
1468
1469 * gdb.base/funcargs.exp (finish from indirectly called function):
1470 Reintroduce the case for 'First'.
1471
9a706302
JK
14722016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1473 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1476 (tcatch_vfork_then_child_follow_exec)
1477 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1478 identification.
1479
c0ecb95f
JK
14802016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1483 and repeats to unlimited.
1484 * gdb.python/py-value.exp: Likewise.
1485 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1486 and repeats to unlimited.
1487
6cfc1fcb
JK
14882016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1491 and reordering the functions.
1492 * gdb.multi/hangout.c: Likewise.
1493 * gdb.multi/hello.c: Likewise.
1494
582a1b00
SM
14952016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1496
1497 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1498 absolute.
1499 (SingleStatisticTestResult.report): Use dict.keys instead of
1500 dict.iterkeys.
1501
79bc59cb
PA
15022016-01-06 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1505
43368e1d
MM
15062016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1507
1508 * gdb.btrace/dlopen.exp: New.
1509 * gdb.btrace/dlopen.c: New.
1510 * gdb.btrace/dlopen-dso.c: New.
1511
79fad5b8
SL
15122015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1513
1514 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1515 PATTERN argument is optional.
1516
ab8314b3
JB
15172015-12-24 Joel Brobecker <brobecker@adacore.com>
1518
1519 * lib/ada.exp (target_compile_ada_from_dir): New function.
1520 (gdb_compile_ada): Reimplement avoiding the use of project files.
1521 * gdb.ada/gnat_ada.gpr: Delete.
1522 * gdb.ada/cond_lang.exp: Adjust test to make path before
1523 filename optional.
1524 * gdb.ada/small_reg_param.exp: Likewise.
1525
fe33faff
SM
15262015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1527
1528 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1529
6d265cb4
TP
15302015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1531
1532 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1533 case.
1534
10125099
SM
15352015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1536
1537 * gdb.base/break.exp: Remove dead code.
1538 * gdb.base/sepdebug.exp: Likewise.
1539
3ca22649
SM
15402015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1541
1542 * gdb.asm/asm-source.exp: Remove HP-UX references.
1543 * gdb.base/annota1.exp: Likewise.
1544 * gdb.base/annota3.exp: Likewise.
1545 * gdb.base/attach.exp: Likewise.
1546 * gdb.base/bigcore.exp: Likewise.
1547 * gdb.base/break.exp: Likewise.
1548 * gdb.base/call-ar-st.exp: Likewise.
1549 * gdb.base/callfuncs.exp: Likewise.
1550 * gdb.base/catch-fork-static.exp: Likewise.
1551 * gdb.base/display.exp: Likewise.
1552 * gdb.base/foll-exec-mode.exp: Likewise.
1553 * gdb.base/foll-exec.exp: Likewise.
1554 * gdb.base/foll-fork.exp: Likewise.
1555 * gdb.base/foll-vfork.exp: Likewise.
1556 * gdb.base/funcargs.exp: Likewise.
1557 * gdb.base/hbreak2.exp: Likewise.
1558 * gdb.base/inferior-died.exp: Likewise.
1559 * gdb.base/interrupt.exp: Likewise.
1560 * gdb.base/multi-forks.exp: Likewise.
1561 * gdb.base/nodebug.exp: Likewise.
1562 * gdb.base/sepdebug.exp: Likewise.
1563 * gdb.base/solib1.c: Likewise.
1564 * gdb.base/step-test.exp: Likewise.
1565 * gdb.mi/non-stop.c: Likewise.
1566 * gdb.mi/pthreads.c: Likewise.
1567 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1568 * gdb.threads/pthreads.c: Likewise.
1569 * gdb.threads/staticthreads.exp: Likewise.
1570 * lib/future.exp: Likewise.
1571 * lib/gdb.exp: Likewise.
1572 * gdb.base/so-indr-cl.c: Remove.
1573 * gdb.base/so-indr-cl.exp: Likewise.
1574 * gdb.base/solib.c: Likewise.
1575 * gdb.base/solib.exp: Likewise.
1576 * gdb.base/solib2.c: Likewise.
1577
b6304613
SM
15782015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1579
1580 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1581 * gdb.base/call-ar-st.exp: Likewise.
1582 * gdb.base/callfuncs.exp: Likewise.
1583 * gdb.base/condbreak.exp: Likewise.
1584 * gdb.base/constvars.exp: Likewise.
1585 * gdb.base/hbreak2.exp: Likewise.
1586 * gdb.base/langs.exp: Likewise.
1587 * gdb.base/list.exp: Likewise.
1588 * gdb.base/long_long.exp: Likewise.
1589 * gdb.base/ptype.exp: Likewise.
1590 * gdb.base/scope.exp: Likewise.
1591 * gdb.base/signals.exp: Likewise.
1592 * gdb.base/so-impl-ld.exp: Likewise.
1593 * gdb.base/varargs.exp: Likewise.
1594 * gdb.base/volatile.exp: Likewise.
1595 * gdb.base/whatis.exp: Likewise.
1596 * gdb.cp/cplusfuncs.exp: Likewise.
1597 * gdb.cp/inherit.exp: Likewise.
1598 * gdb.cp/local.exp: Likewise.
1599 * gdb.cp/member-ptr.exp: Likewise.
1600 * gdb.cp/method.exp: Likewise.
1601 * gdb.cp/overload.exp: Likewise.
1602 * gdb.cp/templates.exp: Likewise.
1603 * gdb.stabs/weird.exp: Likewise.
1604 * lib/compiler.c: Likewise.
1605 * lib/compiler.cc: Likewise.
1606 * lib/cp-support.exp: Likewise.
1607 * lib/gdb.exp: Likewise.
1608
bf401b07
SM
16092015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1610
1611 * configure.ac: Remove HP-UX case.
1612 * configure: Regenerate.
1613
aff9c0f8
SM
16142015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 * lib/gdb.exp (gdb_compile): Add function doc.
1617
a6904d5a
PA
16182015-12-17 Pedro Alves <palves@redhat.com>
1619
1620 PR threads/19354
1621 * gdb.multi/info-threads.exp: New file.
1622
a22279dd
YQ
16232015-12-15 Yao Qi <yao.qi@linaro.org>
1624
1625 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1626 is aarch64*-*-*.
1627
0588c796
SL
16282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1629
1630 * gdb.base/history-duplicates.exp: Skip if no readline support.
1631
5d978e17
SL
16322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1633
1634 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1635
7e763b86
SL
16362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1637
1638 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1639
87a3a92c
SL
16402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1641
1642 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1643 ctrl-C if nointerrupts target property is set.
1644 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1645 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1646 * gdb.base/paginate-bg-execution.exp: Likewise.
1647 * gdb.base/paginate-execution-startup.exp: Likewise.
1648 * gdb.base/random-signal.exp: Likewise.
1649 * gdb.base/range-stepping.exp: Likewise.
1650 * gdb.cp/annota2.exp: Likewise.
1651 * gdb.cp/annota3.exp: Likewise.
1652 * gdb.gdb/selftest.exp: Likewise.
1653 * gdb.threads/continue-pending-status.exp: Likewise.
1654 * gdb.threads/leader-exit.exp: Likewise.
1655 * gdb.threads/manythreads.exp: Likewise.
1656 * gdb.threads/pthreads.exp: Likewise.
1657 * gdb.threads/schedlock.exp: Likewise.
1658 * gdb.threads/sigthread.exp: Likewise.
1659
a8f077dc
DB
16602015-12-11 Don Breazeal <donb@codesourcery.com>
1661
1662 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1663 remote.
1664 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1665 * gdb.base/foll-exec.exp (main): Enable for target remote.
1666 * gdb.base/foll-fork.exp (main): Likewise.
1667 * gdb.base/foll-vfork.exp (main): Likewise.
1668 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1669 (proc continue_to_exit_bp_loc): Use clean_restart.
1670 * gdb.base/pie-execl.exp (main): Disable for target remote.
1671 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1672 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1673 * gdb.threads/execl.exp (main): Likewise.
1674 * gdb.threads/fork-child-threads.exp (main): Likewise.
1675 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1676 remote.
1677 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1678 remote.
1679 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1680 pid.tid style ptids, instead of just tid.
1681 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1682 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1683 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1684 ptids, instead of just tid.
1685
3b2464a8
AB
16862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.base/list.exp (test_list_forward): Add end of file error
1689 test.
1690 (test_repeat_list_command): Add end of file error test.
1691 (test_list_backwards): Add beginning of file error test.
1692
a0def019
AB
16932015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * gdb.base/list.exp (test_list_invalid_args): New function,
1696 defined, and called.
1697
5c000dff
AB
16982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.base/list.exp (test_list): Make test names unique.
1701
f1637ebe
YQ
17022015-12-11 Yao Qi <yao.qi@linaro.org>
1703
1704 * gdb.base/coremaker2.c: Remove.
1705
36d6fc0a
PA
17062015-12-10 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.multi/base.exp: Remove stale "spaces" references.
1709
762f7747
PA
17102015-12-10 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.multi/base.exp: Don't use nowarnings.
1713 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1714 * gdb.multi/hangout.c: Include stdio.h.
1715 * gdb.multi/hello.c: Include stdlib.h.
1716 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1717 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1718 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1719
28d2bfb9
AB
17202015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * gdb.dwarf2/dw2-ranges-base.c: New file.
1723 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1724 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1725 support additional line table, and debug ranges generation.
1726 (Dwarf::ranges): New function, generate .debug_ranges.
1727 (Dwarf::lines): Support generating simple line table programs.
1728 (Dwarf::assemble): Initialise new namespace variables.
1729
5fc2beac
KB
17302015-12-09 Kevin Buettner <kevinb@redhat.com>
1731
1732 * gdb.base/async.exp (proc test_background): Add case for
1733 asynchronous execution not supported.
1734
1c35a88f
LM
17352015-12-09 Luis Machado <lgustavo@codesourcery.com>
1736
1737 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1738 format and change test names to make them unique.
1739
b593e3d9
RK
17402015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1741 Pedro Alves <pedro@redhat.com>
1742
1743 PR gdb/18702
1744 Add checking of floatformats setup on x86_64 hosts.
1745 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1746 (smallval, bigval): New labels/constants.
1747 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1748 float" after loading bigval and smallval.
1749
d72413e6
PMR
17502015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1751
1752 * gdb.ada/fun_overload_menu.exp: New testcase.
1753 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1754
ece66d65
JS
17552015-12-04 Josh Stone <jistone@redhat.com>
1756
1757 * gdb.base/catch-fork-static.exp: New.
1758
41d0efca
YQ
17592015-12-03 Yao Qi <yao.qi@linaro.org>
1760
1761 * gdb.base/sizeof.c: Don't include stdio.h and
1762 ../lib/unbuffer_output.c.
1763 (main): New variable 'size' and 'value'. Remove printf and
1764 gdb_unbuffer_output. Assign return value to size and value.
1765 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1766 at the beginning.
1767 (check_sizeof): Check the result by printing variable 'size'.
1768 (check_valueof): Check the result by printing variable 'value'.
1769
99fd02d9
YQ
17702015-12-01 Yao Qi <yao.qi@linaro.org>
1771
1772 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1773 for aarch64*-*-linux* target.
1774
f2faf941
PA
17752015-11-30 Pedro Alves <palves@redhat.com>
1776
1777 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1778
04bf20c5
PA
17792015-11-30 Pedro Alves <palves@redhat.com>
1780
1781 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1782 Handle non-stop mode vCont replies.
1783
09df4675
PA
17842015-11-30 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1787 prepare_for_testing. Start gdb with "set non-stop on" appended to
1788 GDBFLAGS. Lax expected stop output.
1789
58b584af
YQ
17902015-11-27 Yao Qi <yao.qi@linaro.org>
1791
1792 * gdb.arch/arm-neon.exp: New.
1793 * gdb.arch/arm-neon.c: New.
1794
dfcb77a8
YQ
17952015-11-27 Yao Qi <yao.qi@linaro.org>
1796
1797 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1798
88e8ec1b
YQ
17992015-11-27 Yao Qi <yao.qi@linaro.org>
1800
1801 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1802 frames-invalid annotation.
1803
bfde72c2
YQ
18042015-11-27 Yao Qi <yao.qi@linaro.org>
1805
1806 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1807
f6512a69
SM
18082015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1809
1810 * gdb.threads/names.exp: New file.
1811 * gdb.threads/names.c: New file.
1812 * README: Mention gdb,no_thread_names.
1813
46a3515b
MM
18142015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1815
1816 PR 19297
1817 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1818 support" error.
1819
62147a22
PA
18202015-11-24 Pedro Alves <palves@redhat.com>
1821
1822 PR 17539
1823 * gdb.base/display.exp: Expect displays to be sorted in ascending
1824 order. Use multi_line.
1825 * gdb.base/solib-display.exp: Likewise.
1826
2f341b6e
PA
18272015-11-24 Pedro Alves <palves@redhat.com>
1828
1829 PR 17539
1830 * gdb.base/display.exp: Expect displays to be sorted in ascending
1831 order. Use multi_line.
1832 * gdb.base/solib-display.exp: Likewise.
1833
7e0aa6aa
PA
18342015-11-24 Pedro Alves <palves@redhat.com>
1835
1836 PR 17539
1837 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1838 threads in ascending order.
1839 * gdb.base/foll-fork.exp: Likewise.
1840 * gdb.base/foll-vfork.exp: Likewise.
1841 * gdb.base/multi-forks.exp: Likewise.
1842 * gdb.mi/mi-nonstop.exp: Likewise.
1843 * gdb.mi/mi-nsintrall.exp: Likewise.
1844 * gdb.multi/base.exp: Likewise.
1845 * gdb.multi/multi-arch.exp: Likewise.
1846 * gdb.python/py-inferior.exp: Likewise.
1847 * gdb.threads/break-while-running.exp: Likewise.
1848 * gdb.threads/execl.exp: Likewise.
1849 * gdb.threads/gcore-thread.exp: Likewise.
1850 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1851 * gdb.threads/kill.exp: Likewise.
1852 * gdb.threads/linux-dp.exp: Likewise.
1853 * gdb.threads/multiple-step-overs.exp: Likewise.
1854 * gdb.threads/next-bp-other-thread.exp: Likewise.
1855 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1856 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1857 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1858 * gdb.threads/thread-find.exp: Likewise.
1859 * gdb.threads/tls.exp: Likewise.
1860 * lib/mi-support.exp (mi_reverse_list): Delete.
1861 (mi_check_thread_states): No longer reverse list.
1862
2cc57ad8
PA
18632015-11-24 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1866 use lowercase.
1867
c93e8391
SM
18682015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1869
1870 * gdb.trace/actions.c: Include trace-common.h.
1871 (main): Add a location for a fast tracepoint.
1872 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1873 the normal tracepoints.
1874 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1875
045ccf91
SM
18762015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1877
1878 * save-trace.exp: Factor out code to these...
1879 (gdb_save_tracepoints): New.
1880 (gdb_load_tracepoints): New.
1881 (do_save_load_test): New.
1882
5506f9f6
KB
18832015-11-23 Kevin Buettner <kevinb@redhat.com>
1884
1885 * gdb.base/asmlabel.exp: New test.
1886 * gdb.base/asmlabel.c: New test case.
1887
16c3b12f
JB
18882015-11-23 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.base/wrong_frame_bt_full-main.c: New file.
1891 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1892 * gdb.base/wrong_frame_bt_full.exp: New file.
1893
155bfbd3
JB
18942015-11-23 Joel Brobecker <brobecker@adacore.com>
1895
1896 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1897
bb097445
JM
18982015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1899
206853a0 1900 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1901 pstate register when comparing registers values in
1902 sparc64-*-linux-gnu targets to avoid spurious differences.
1903
9c88ed8f
JM
19042015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1905
206853a0 1906 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1907
96161e25
SL
19082015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1909
1910 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1911 as type argument to gdb_compile.
1912 * gdb.base/nested-subp2.exp: Likewise.
1913 * gdb.base/nested-subp3.exp: Likewise.
1914
340c2830
DV
19152015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1916
1917 * lib/dwarf.exp (_note): Fix left shift of negative value.
1918 * gdb.trace/trace-condition.exp: Likewise.
1919
c1862d0f
YQ
19202015-11-13 Yao Qi <yao.qi@linaro.org>
1921
1922 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1923 comments about d10v.
1924 (test_scalar_returns): Likewise.
1925 * gdb.base/d10v.ld: Remove.
1926 * gdb.base/overlays.exp: Remove the target triplet checking for
1927 d10v-*-*.
1928 * gdb.base/structs.exp (test_struct_returns): Remove the
1929 comments about d10v.
1930 (test_struct_calls): Likewise.
1931
77ae9c19
YQ
19322015-11-13 Yao Qi <yao.qi@linaro.org>
1933
1934 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1935 * gdb.base/gnu_vector.c: Don't include stdio.h.
1936 (main): Don't print res and call add_some_intvecs.
1937
430e004e
MK
19382015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1939
1940 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1941 macro.
1942 (func5): Removed.
1943 (func4): Use FAST_TRACEPOINT_LABEL.
1944 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1945 macro.
1946 (func): Removed.
1947 (thread_function): Use FAST_TRACEPOINT_LABEL.
1948 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1949 (func): Remove.
1950 (marker): Use FAST_TRACEPOINT_LABEL.
1951 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1952 (pendfunc1): Remove.
1953 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1954 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1955 (foo): Remove.
1956 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1957 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1958 macro.
1959 (func): Remove.
1960 (marker): Use FAST_TRACEPOINT_LABEL.
1961 * gdb.trace/trace-common.h: New header.
1962 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1963 macro.
1964 (func): Remove.
1965 (marker): Use FAST_TRACEPOINT_LABEL.
1966 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1967 (func): Remove.
1968 (thread_function): Use FAST_TRACEPOINT_LABEL.
1969
6e7675a7
MK
19702015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1971
1972 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1973 in front.
1974 * gdb.trace/change-loc.exp: Use global pcreg definition.
1975 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1976 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1977 in front.
1978 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1979 * gdb.trace/pending.exp: Likewise.
1980 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1981 * gdb.trace/trace-break.exp: Likewise.
1982 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1983 in front.
1984 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1985 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1986 in front.
1987 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1988
dddc0e16
JB
19892015-11-09 Joel Brobecker <brobecker@adacore.com>
1990
1991 * gdb.ada/fin_fun_out: New testcase.
1992
c6f0b406
KB
19932015-11-07 Kevin Buettner <kevinb@redhat.com>
1994
1995 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1996 value associated with DW_AT_byte_size.
1997 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1998 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1999 DW_AT_upper_bound.
2000
f01dcfd9
KB
20012015-11-07 Kevin Buettner <kevinb@redhat.com>
2002
2003 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2004 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2005 version.
2006 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2007 gdb.dwarf2/dw2-canonicalize-type.exp,
2008 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2009 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2010 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2011 provided by gdb_target_symbol_prefix_flags_asm.
2012 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2013 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2014 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2015 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2016 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2017 macros where needed). Use this macro for symbols which require
2018 the prefix provided by SYMBOL_PREFIX.
2019
2223449a
KB
20202015-11-05 Kevin Buettner <kevinb@redhat.com>
2021
2022 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2023 New procs.
2024 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2025 representing expressions, of more than one list element.
2026 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2027 to prepend linker symbol prefix to f.
2028 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2029 table_1 and table_2.
2030 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2031 Likewise, for f and g.
2032 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2033 for ptr.
2034 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2035 for main.
2036 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2037 table_1_ptr and table_2_ptr.
2038
6f2f1a3a
JK
20392015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2040 Joel Brobecker <brobecker@adacore.com>
2041
2042 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2043
566c56c9
MK
20442015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2045
2046 * gdb.reverse/s390-mvcle.c: New test.
2047 * gdb.reverse/s390-mvcle.exp: New file.
2048 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2049
d5f0636b
MK
20502015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2051
2052 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2053
7ad8b86c
MK
20542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2055
2056 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2057 reaching marker2.
2058 * gdb.reverse/getresuid-reverse.exp: Likewise.
2059 * gdb.reverse/pipe-reverse.exp: Likewise.
2060 * gdb.reverse/readv-reverse.exp: Likewise.
2061 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2062 * gdb.reverse/time-reverse.exp: Likewise.
2063 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2064
4081c0f1
YQ
20652015-10-30 Yao Qi <yao.qi@linaro.org>
2066
2067 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2068 (empty_cycle): Remove.
2069 (main): Don't call empty_cycle. Don't use watch_count_done.
2070 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2071 empty_cycle. Rewrite the code counting HW watchpoints.
2072
452b4ba5
MK
20732015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2074
2075 * gdb.reverse/fstatat-reverse.c: New test.
2076 * gdb.reverse/fstatat-reverse.exp: New file.
2077 * gdb.reverse/getresuid-reverse.c: New test.
2078 * gdb.reverse/getresuid-reverse.exp: New file.
2079 * gdb.reverse/pipe-reverse.c: New test.
2080 * gdb.reverse/pipe-reverse.exp: New file.
2081 * gdb.reverse/readv-reverse.c: New test.
2082 * gdb.reverse/readv-reverse.exp: New file.
2083 * gdb.reverse/recvmsg-reverse.c: New test.
2084 * gdb.reverse/recvmsg-reverse.exp: New file.
2085 * gdb.reverse/time-reverse.c: New test.
2086 * gdb.reverse/time-reverse.exp: New file.
2087 * gdb.reverse/waitpid-reverse.c: New test.
2088 * gdb.reverse/waitpid-reverse.exp: New file.
2089
5e2e7507
JK
20902015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2091
2092 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2093
0fde2c53
DE
20942015-10-26 Doug Evans <dje@google.com>
2095
2096 PR symtab/17391
2097 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2098 * gdb.dwarf2/bad-regnum.c: New file.
2099 * gdb.dwarf2/bad-regnum.exp: New file.
2100
1a70ae97
DE
21012015-10-26 Doug Evans <dje@google.com>
2102
2103 PR python/18938
2104 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2105 file.
2106
27dc26ab
JK
21072015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2110 for a change by "Mention language in compile error message".
2111
bed91f4d
SM
21122015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2113
2114 PR python/18073
2115 * gdb.python/py-type.c (C::a_method): New.
2116 (C::a_const_method): New.
2117 (C::a_static_method): New.
2118 (a_function): New.
2119 * gdb.python/py-type.exp (test_fields): Test getting fields
2120 from function and method.
2121
3f2f83dd
KB
21222015-10-21 Keven Boell <keven.boell@intel.com>
2123
2124 * gdb.fortran/vla-alloc-assoc.exp: New file.
2125 * gdb.fortran/vla-datatypes.exp: New file.
2126 * gdb.fortran/vla-datatypes.f90: New file.
2127 * gdb.fortran/vla-history.exp: New file.
2128 * gdb.fortran/vla-ptype-sub.exp: New file.
2129 * gdb.fortran/vla-ptype.exp: New file.
2130 * gdb.fortran/vla-sizeof.exp: New file.
2131 * gdb.fortran/vla-sub.f90: New file.
2132 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2133 * gdb.fortran/vla-value-sub-finish.exp: New file.
2134 * gdb.fortran/vla-value-sub.exp: New file.
2135 * gdb.fortran/vla-value.exp: New file.
2136 * gdb.fortran/vla-ptr-info.exp: New file.
2137 * gdb.mi/mi-vla-fortran.exp: New file.
2138 * gdb.mi/vla.f90: New file.
2139
27145d50
SL
21402015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2141
2142 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2143 of hardwired timeout value.
2144
5f3ff4f8
JK
21452015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2146 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2149 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2150
bfd09d20
JS
21512015-10-19 Josh Stone <jistone@redhat.com>
2152
2153 * gdb.base/catch-syscall.c: Include <sched.h>.
2154 (unknown_syscall): New variable.
2155 (main): Trigger a vfork and an unknown syscall.
2156 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2157 (unknown_syscall_number): Likewise.
2158 (check_call_to_syscall): Accept an optional syscall pattern.
2159 (check_return_from_syscall): Likewise.
2160 (check_continue): Likewise.
2161 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2162 (test_catch_syscall_skipping_return): New test toggling off 'catch
2163 syscall' to step over the syscall return, then toggling back on.
2164 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2165 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2166 (do_syscall_tests): Call test_catch_syscall_without_args and
2167 test_catch_syscall_mid_vfork.
2168 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2169 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2170
b32b93c6
AS
21712015-10-19 Andrew Stubbs <ams@codesourcery.com>
2172
2173 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2174 print g_vE): Add new pass patterns.
2175 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2176 print various symbol names for vptr fields.
2177
9d622bda
AB
21782015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2179
2180 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2181 results.
2182
0fd8ac1c
YQ
21832015-10-12 Yao Qi <yao.qi@linaro.org>
2184
2185 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2186
34240514
YQ
21872015-10-12 Yao Qi <yao.qi@linaro.org>
2188
2189 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2190 is aarch64*-*-linux*.
2191
8240f442
YQ
21922015-10-12 Yao Qi <yao.qi@linaro.org>
2193
2194 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2195 (can_relocate_bcond_true): ... it.
2196 (can_relocate_bcond_false): New function.
2197 (foo): Likewise.
2198 (can_relocate_bl): Likewise.
2199 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2200 can_relocate_bl.
2201
2520f728
PMR
22022015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2203
2204 * gdb.base/nested-addr.c: New file.
2205 * gdb.base/nested-addr.exp: New testcase.
2206
abcef95a
MM
22072015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2208
2209 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2210 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2211 its output. Ignore the output of "record goto begin" and instead
2212 check that GDB is replaying.
2213
145e3ddb
PA
22142015-10-09 Pedro Alves <palves@redhat.com>
2215
2216 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2217 (top level): Use it in the run with no args test.
2218
d5d8c4e1
IB
22192015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2220
2221 * gdb.dlang/properties.exp: New file.
2222
06e635ef
SL
22232015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2224
2225 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2226 whether or not address 0x1000 is mapped on the target.
2227
e019fd1d
SM
22282015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2229
2230 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2231 build.
2232
77ba2a67
MM
22332015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2234
2235 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2236 instruction-history test.
2237
c60eb31f
DE
22382015-09-28 Doug Evans <dje@google.com>
2239
2240 * gdb.base/gcore.c (array_func): Add reference to static_array.
2241
9a3c8263
SM
22422015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2243
2244 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2245 source line.
2246
9720e656
SL
22472015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2248
2249 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2250 short or char as base type.
2251
938d3bf2
SL
22522015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2253
2254 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2255 to allow any size enum.
2256
e6c2c623
PMR
22572015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2258
2259 * gdb.ada/array_ptr_renaming.exp: New testcase.
2260 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2261 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2262
06da0f77
PL
22632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2264
2265 * gdb.trace/ftrace-lock.c: New file.
2266 * gdb.trace/ftrace-lock.exp: New file.
2267
4f51c22a
PL
22682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2269
2270 * gdb.arch/insn-reloc.c: New file.
2271 * gdb.arch/ftrace-insn-reloc.exp: New file.
2272
7041adf4
PL
22732015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2274
2275 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2276 instruction.
2277 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2278 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2279 * gdb.trace/range-stepping.c: Likewise.
2280 * gdb.trace/trace-break.c: Likewise.
2281 * gdb.trace/trace-mt.c (thread_function): Likewise.
2282 * gdb.trace/ftrace.c (marker): Likewise.
2283 * gdb.trace/trace-condition.c (marker): Likewise.
2284 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2285 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2286 is_aarch64_target.
2287
015d2e7e
DE
22882015-09-18 Doug Evans <xdje42@gmail.com>
2289
2290 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2291 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2292
26b188a2
SL
22932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2294
2295 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2296 the breakpoint.
2297
79dc332b
SL
22982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2299
2300 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2301 the pending breakpoint. Remove timeout override for "Run till
2302 MI pending breakpoint on pendfunc3 on thread 2" test.
2303
f57929f2
SL
23042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2305
2306 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2307 filename pattern.
2308
3f469b17
SL
23092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2310
2311 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2312 in breakpoint filename pattern.
2313
515b89b3
SL
23142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2315
7800dbe4
SL
2316 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2317
23182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2319
515b89b3
SL
2320 * gdb.linespec/explicit.exp: Check for readline support for
2321 tab-completion tests. Fix obvious typo.
2322
d2939ba2
MM
23232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2324
2325 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2326 and replay.
2327
cbb55fa7
MM
23282015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2329
2330 * gdb.btrace/non-stop.c: New.
2331 * gdb.btrace/non-stop.exp: New.
2332
43691ca1
PL
23332015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2334 Yao Qi <yao.qi@linaro.org>
2335
2336 * gdb.trace/trace-condition.c: New file.
2337 * gdb.trace/trace-condition.exp: New file.
2338
d78908cf
WW
23392015-09-16 Wei-cheng Wang <cole945@gmail.com>
2340
2341 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2342 for testing bytecode compilation.
2343
1ed415e2
PA
23442015-09-16 Pedro Alves <palves@redhat.com>
2345 Sandra Loosemore <sandra@codesourcery.com>
2346
2347 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2348 (SECONDS): Redefine.
2349 (main): Call pthread_kill and alarm early.
2350 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2351 support.
2352 (test): If the target can't hardware step and doesn't support
2353 displaced stepping, increase the timeout.
2354
d136eff5
PA
23552015-09-16 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2358 (enable_debug): New procedures.
2359 (test): Use them. Bail out if waiting for threads fails.
2360 (top level): Bail out if a test fails.
2361
991f019c
YQ
23622015-09-16 Yao Qi <yao.qi@linaro.org>
2363
2364 * gdb.asm/asm-source.exp: Set asm-arch for
2365 aarch64*-*-* target.
2366 * gdb.asm/aarch64.inc: New file.
2367
bfca584f
PMR
23682015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2369
2370 * gdb.ada/array_of_variable_length.exp: New testcase.
2371 * gdb.ada/array_of_variable_length/foo.adb: New file.
2372 * gdb.ada/array_of_variable_length/pck.adb: New file.
2373 * gdb.ada/array_of_variable_length/pck.ads: New file.
2374
b326e587
DE
23752015-09-15 Doug Evans <dje@google.com>
2376
2377 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2378 of function static local variable.
2379
5382cfab
PW
23802015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2381
2382 * gdb.threads/tls-so_extern.exp: New test file.
2383 * gdb.threads/tls-so_extern.c: New test file.
2384 * gdb.threads/tls-so_extern_main.c: New test file.
2385
141c5cc4
JK
23862015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 * gdb.opt/solib-intra-step-lib.c: New file.
2389 * gdb.opt/solib-intra-step-main.c: New file.
2390 * gdb.opt/solib-intra-step.exp: New file.
2391
d15dcecd
PA
23922015-09-15 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2395 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2396
4c2f2a79
PA
23972015-09-14 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.base/hook-stop-continue.c: Delete.
2400 * gdb.base/hook-stop-continue.exp: Delete.
2401 * gdb.base/hook-stop-frame.c: Delete.
2402 * gdb.base/hook-stop-frame.exp: Delete.
2403 * gdb.base/hook-stop.c: New file.
2404 * gdb.base/hook-stop.exp: New file.
2405
919e6dbe
PMR
24062015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2407
2408 * gdb.ada/access_to_packed_array.exp: New testcase.
2409 * gdb.ada/access_to_packed_array/foo.adb: New file.
2410 * gdb.ada/access_to_packed_array/pack.adb: New file.
2411 * gdb.ada/access_to_packed_array/pack.ads: New file.
2412
157280a4
MM
24132015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2414
2415 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2416 buffer size test.
2417
2fd33e94
DB
24182015-09-11 Don Breazeal <donb@codesourcery.com>
2419
2420 * gdb.base/foll-exec.c: Add copyright header. Fix
2421 formatting issues.
2422 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2423 (do_exec_tests): Use clean_restart in place of zap_session,
2424 and for test initialization. Fix formatting issues. Use
2425 fail in place of perror.
2426 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2427 an expect statement to match an expression with output from
2428 the program under debug.
2429 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2430 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2431 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2432 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2433 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2434
e70b6e8e
DE
24352015-09-09 Doug Evans <dje@google.com>
2436
2437 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2438
7a551a51
DE
24392015-09-09 Doug Evans <dje@google.com>
2440
2441 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2442
4c666f84
DE
24432015-09-09 Doug Evans <dje@google.com>
2444
2445 * gdb.base/savedregs.exp: Fix typo.
2446
243a9253
PA
24472015-09-09 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2450
c0fa8fbd
SL
24512015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2452
2453 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2454 command actually switches threads. Give up on remaining
2455 tests if target fails to stop at breakpoint.
2456
cd7c1778
PMR
24572015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2458
2459 * gdb.ada/funcall_char.exp: New testcase.
2460 * gdb.ada/funcall_char/foo.adb: New file.
2461
dc5c8746
PMR
24622015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2463
2464 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2465 expected outputs. Add two testcases for completing ambiguous
2466 functions.
2467 * gdb.ada/complete/aux_pck.adb: New file.
2468 * gdb.ada/complete/aux_pck.ads: New file.
2469 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2470 Ambiguous_Func functions.
2471 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2472 * gdb.ada/complete/pck.adb: Likewise.
2473
4e83a1e7
UW
24742015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2475
2476 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2477 failures to run the test program under GDB.
2478
8ce74153
LM
24792015-08-26 Luis Machado <lgustavo@codesourcery.com>
2480
2481 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2482 to C.
2483
e9756d52
PP
24842015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2485
2486 * gdb.base/run-after-attach.exp: New test file.
2487 * gdb.base/run-after-attach.c: New test file.
2488
8d37573b
DB
24892015-08-26 Don Breazeal <donb@codesourcery.com>
2490
2491 * gdb.base/foll-exec-2.c: New test program.
2492 * gdb.base/foll-exec-2.exp: New test.
2493
63e43d3a
PMR
24942015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2495
2496 * gdb.base/nested-subp1.exp: New file.
2497 * gdb.base/nested-subp1.c: New file.
2498 * gdb.base/nested-subp2.exp: New file.
2499 * gdb.base/nested-subp2.c: New file.
2500 * gdb.base/nested-subp3.exp: New file.
2501 * gdb.base/nested-subp3.c: New file.
2502
3d40fbb5
PA
25032015-08-24 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.server/connect-without-multi-process.c: New file.
2506 * gdb.server/connect-without-multi-process.exp: New file.
2507
4422ac93
LM
25082015-08-24 Luis Machado <lgustavo@codesourcery.com>
2509
2510 * gdb.opt/inline-markers.c: Make z int.
2511
91dddb86
LM
25122015-08-24 Luis Machado <lgustavo@codesourcery.com>
2513
2514 * gdb.opt/inline-markers.c: Make z volatile.
2515
a48847ee
LM
25162015-08-24 Luis Machado <lgustavo@codesourcery.com>
2517
2518 * gdb.opt/inline-bt.c: New volatile global z.
2519 * gdb.opt/inline-cmds.c: Likewise.
2520 * gdb.opt/inline-locals.c: Likewise.
2521 * gdb.opt/inline-markers.c: New extern global z.
2522 (marker): Use z.
2523 (inline_fn): Likewise.
2524
0ebbc52b
PA
25252015-08-24 Pedro Alves <palves@redhat.com>
2526
2527 * config/m32r-stub.exp: Remove file.
2528 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2529 * gdb.base/call-rt-st.exp: Likewise.
2530 * gdb.base/call-strs.exp: Likewise.
2531 * gdb.base/default.exp: Remove references to h8300-*-hms and
2532 *-*-udi*.
2533 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2534
77c365df
AA
25352015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2536
2537 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2538 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2539 and "return" use KFAIL when GDB can not read/write the vector
2540 return value.
2541
4313b8c0
GB
25422015-08-21 Gary Benson <gbenson@redhat.com>
2543
2544 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2545
0e433b32
PA
25462015-08-20 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.server/solib-list.exp: No longer expect an interior stop in
2549 non-stop mode.
2550
221e1a37
PA
25512015-08-20 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.server/connect-stopped-target.c: New file.
2554 * gdb.server/connect-stopped-target.exp: New file.
2555
40e3ad0e
PA
25562015-08-20 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.dwarf2/comp-unit-lang.exp: New file.
2559 * gdb.dwarf2/comp-unit-lang.c: New file.
2560
af39b327
PMR
25612015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2562
2563 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2564 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2565
7d45c7c3 25662015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2567
7d45c7c3
KB
2568 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2569 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2570
4d6cceb4
DE
25712015-08-18 Doug Evans <dje@google.com>
2572 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2573
2574 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2575 skip_python_tests. New arg prompt_regexp.
2576 (skip_python_tests): New function.
2577 * lib/mi-support.exp (mi_skip_python_tests): New function.
2578 * gdb.python/py-mi-objfile-gdb.py: New file.
2579 * gdb.python/py-mi-objfile.c: New file.
2580 * gdb.python/py-mi-objfile.exp: New file.
2581
ad89c2aa
KS
25822015-08-17 Keith Seitz <keiths@redhat.com>
2583
2584 * gdb.linespec/explicit.exp: Move strace test from here ...
2585 * gdb.trace/strace.exp: ... to here.
2586
e3ae3c43
PP
25872015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2588
2589 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2590 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2591
604b2636
DE
25922015-08-14 Doug Evans <xdje42@gmail.com>
2593
2594 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2595 inferior before selecting a new file.
2596
6ff0ba5f
DE
25972015-08-14 Doug Evans <xdje42@gmail.com>
2598
2599 * gdb.mi/mi-disassemble.exp: Update.
2600 * gdb.base/disasm-optim.S: New file.
2601 * gdb.base/disasm-optim.c: New file.
2602 * gdb.base/disasm-optim.h: New file.
2603 * gdb.base/disasm-optim.exp: New file.
2604
9ca98f92
KS
26052015-08-14 Keith Seitz <keiths@redhat.com>
2606
2607 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2608 "evaluated-by".
2609
52bbc560
JB
26102015-08-13 Joel Brobecker <brobecker@adacore.com>
2611
2612 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2613
5d8c3ed3
PMR
26142015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2615
2616 * gdb.ada/fun_renaming.exp: New testcase.
2617 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2618 * gdb.ada/fun_renaming/pack.adb: New file.
2619 * gdb.ada/fun_renaming/pack.ads: New file.
2620
ea8812bc
KS
26212015-08-12 Keith Seitz <keiths@redhat.com>
2622
2623 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2624 gdb_get_line_number.
2625
4dafcdeb
JB
26262015-08-12 Joel Brobecker <brobecker@adacore.com>
2627
2628 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2629 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2630 gdb.base/dso2dso.exp: New files.
2631
5ba32597
SDJ
26322015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2633 Pedro Alves <palves@redhat.com>
2634 Keith Seitz <keiths@redhat.com>
2635
2636 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2637 GDBFLAGS.
2638
b6dafabf
PP
26392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2640
2641 * gdb.base/gdbhistsize-history.exp
2642 (test_histsize_history_setting): Use save_vars.
2643 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2644 Use save_vars.
2645 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2646 * gdb.base/readline.exp: Use save_vars.
2647
abe8e607
PP
26482015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2649
2650 * lib/gdb.exp (save_vars): New proc.
2651
629500fa
KS
26522015-08-11 Keith Seitz <keiths@redhat.com>
2653
2654 * gdb.base/help.exp: Update help_breakpoint_text.
2655
eb8c4e2e
KS
26562015-08-11 Keith Seitz <keiths@redhat.com>
2657
2658 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2659 (at toplevel): Call test_explicit_breakpoints.
2660 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2661 breakpoints.
2662 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2663 breakpoint conditions, "-cond".
2664
87f0e720
KS
26652015-08-11 Keith Seitz <keiths@redhat.com>
2666
2667 * gdb.linespec/3explicit.c: New file.
2668 * gdb.linespec/cpexplicit.cc: New file.
2669 * gdb.linespec/cpexplicit.exp: New file.
2670 * gdb.linespec/explicit.c: New file.
2671 * gdb.linespec/explicit.exp: New file.
2672 * gdb.linespec/explicit2.c: New file.
2673 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2674 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2675 before using in the matching pattern.
2676 Clarify that `prefix' is a regular expression.
2677
f00aae0f
KS
26782015-08-11 Keith Seitz <keiths@redhat.com>
2679
2680 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2681 test.
2682 Add tests for missing ",FMT" and ",".
2683
e27852be
DE
26842015-08-10 Doug Evans <dje@google.com>
2685 Keith Seitz <keiths@redhat.com>
2686
2687 PR gdb/17960
2688 * gdb.base/completion.exp: Add location completer tests.
2689
7f03bd92
PA
26902015-08-07 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2693 tests here.
2694 (top level): Run do_test with and without displaced stepping.
2695
3fc8eb30
PA
26962015-08-07 Pedro Alves <palves@redhat.com>
2697
2698 * gdb.base/valgrind-disp-step.c: New file.
2699 * gdb.base/valgrind-disp-step.exp: New file.
2700
d4569d7b
PA
27012015-08-07 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2704 Delete function.
2705 (main): Add alarm. Run an infinite loop instead of calling
2706 wait_threads.
2707 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2708 comment.
2709 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2710 Delete function.
2711 (main): Add alarm. Run an infinite loop instead of calling
2712 wait_threads.
2713 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2714 comment.
2715
e1316e60
PA
27162015-08-07 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/checkpoint-ns.exp: New file.
2719 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2720 standard_testfile.
2721
da8c46d2
MM
27222015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2723
2724 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2725 * gdb.btrace/instruction_history.exp: Update.
2726 * gdb.btrace/tsx.exp: New.
2727 * gdb.btrace/tsx.c: New.
2728
de1c2c52
PA
27292015-08-06 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2732 increase timeout.
2733 * gdb.reverse/until-precsave.exp: Bump timeouts.
2734
782e0bf4
PA
27352015-08-06 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2738
83e97ed0
PA
27392015-08-06 Pedro Alves <palves@redhat.com>
2740
2741 PR gdb/18749
2742 * gdb.threads/process-dies-while-handling-bp.c: New file.
2743 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2744
863d01bd
PA
27452015-08-06 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2748 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2749
0a39bb32
PA
27502015-08-05 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2753 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2754
ee2d2b10
SL
27552015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2756
2757 * gdb.base/bp-permanent.exp: Report test as unsupported if
2758 the target cannot stop at the permanent breakpoint.
2759
4e1bdb00
DE
27602015-08-03 Doug Evans <dje@google.com>
2761
2762 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2763 10000.
2764
3d338901
DE
27652015-08-03 Doug Evans <dje@google.com>
2766
2767 * Makefile.in (workers/%.worker, build-perf): New rule.
2768 (GDB_PERFTEST_MODE): New variable.
2769 (check-perf): Use it.
2770 (clean): Clean up gdb.perf parallel build subdirs.
2771 * lib/build-piece.exp: New file.
2772 * lib/gdb.exp (make_gdb_parallel_path): New function
2773 (standard_output_file, standard_temp_file): Call it.
2774 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2775 of $GDB_PARALLEL.
2776 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2777
af061d3e
DE
27782015-08-03 Doug Evans <dje@google.com>
2779
8e1afc81 2780 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2781 (LOG_FILE_NAME): New global.
2782 (TextReporter.__init__): Initialize self.txt_sum.
2783 (TextReporter.report): Add support for multiple data-points.
2784 Move report to perftest.sum, put raw data in perftest.log.
2785 (TextReporter.start): Open sum and log files.
2786 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2787 * gdb.perf/lib/perftest/testresult.py
2788 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2789
2c8c5d37
PA
27902015-07-31 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2793 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2794 kill_wait_spawned_process instead of explicit "kill -9".
2795 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2796 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2797 kill_wait_spawned_process.
2798 * gdb.base/attach-twice.exp: Likewise.
2799 * gdb.base/attach.exp: Likewise.
2800 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2801 gdb_test_multiple.
2802 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2803 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2804 kill_wait_spawned_process.
2805 * gdb.base/valgrind-infcall.exp: Likewise.
2806 * gdb.multi/multi-attach.exp: Likewise.
2807 * gdb.python/py-prompt.exp: Likewise.
2808 * gdb.python/py-sync-interp.exp: Likewise.
2809 * gdb.server/ext-attach.exp: Likewise.
2810 * gdb.threads/attach-into-signal.exp (corefunc): Use
2811 spawn_wait_for_attach, spawn_id_get_pid and
2812 kill_wait_spawned_process.
2813 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2814 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2815 spawn_id_get_pid and kill_wait_spawned_process.
2816 * gdb.threads/attach-stopped.exp (corefunc): Use
2817 spawn_wait_for_attach, spawn_id_get_pid and
2818 kill_wait_spawned_process.
2819 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2820 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2821 kill_wait_spawned_process instead of explicit "kill -9".
2822 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2823 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2824 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2825 processes. Don't map cygwin/windows pids here. Now returns a
2826 spawn id list.
2827
032a0fca
SL
28282015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2829
2830 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2831 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2832 correct patch.
2833
61a934ca
SL
28342015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2835
2836 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2837
4bc4d428
SL
28382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2839
2840 Reapply:
2841 2014-05-21 Mark Wielaard <mjw@redhat.com>
2842
2843 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2844
998d452a
PA
28452015-07-30 Pedro Alves <palves@redhat.com>
2846
2847 * linux-low.c (handle_extended_wait): Set the child's last
2848 reported status to TARGET_WAITKIND_STOPPED.
2849
69dde7dc
PA
28502015-07-30 Pedro Alves <palves@redhat.com>
2851
2852 PR threads/18600
2853 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2854 only shows inferior 1.
2855
4dd63d48
PA
28562015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2857 Pedro Alves <palves@redhat.com>
2858
2859 PR threads/18600
2860 * gdb.threads/fork-plus-threads.c: New file.
2861 * gdb.threads/fork-plus-threads.exp: New file.
2862
d618e4c5
PP
28632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2864
2865 * gdb.base/batch-preserve-term-settings.exp
2866 (test_terminal_settings_preserved_after_cli_exit): Use
2867 send_quit_command.
2868
1eef6428
PA
28692015-07-29 Pedro Alves <palves@redhat.com>
2870 Don Breazeal <donb@codesourcery.com>
2871
2872 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2873 output from both inferior_spawn_id and gdb_spawn_id.
2874
7da5b897
SDJ
28752015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2876
2877 * gdb.threads/attach-into-signal.exp (corefunc): Use
2878 with_test_prefix on nested loops, uniquefying the test messages.
2879
dac804df
SDJ
28802015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2881
2882 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2883 commit.
2884
06265e53
PP
28852015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2886
2887 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2888 New proc.
2889 (test_terminal_settings_preserved_after_sigterm): New test.
2890
18206ca3
PP
28912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2892
2893 * gdb.base/batch-preserve-term-settings.exp
2894 (test_terminal_settings_preserved_after_cli_exit): New test.
2895
90074d11
PP
28962015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2897
2898 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2899 manipulation of saved_gdbflags.
2900 (test_terminal_settings_preserved): Remove global declaration of
2901 the unused variable pagination_prompt. Remove manipulation of
2902 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2903 GDBFLAGS.
2904
eb1a7902
PA
29052015-07-29 Pedro Alves <palves@redhat.com>
2906
2907 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2908
8b75dd3b
PA
29092015-07-29 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2912 at the top.
2913
dedad4e3
PA
29142015-07-29 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2917 (main): Call gdb_unbuffer_output.
2918 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2919 (main): Call gdb_unbuffer_output.
2920 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2921 (main): Call gdb_unbuffer_output.
2922 * gdb.base/call-strs.exp: Adjust to step over the
2923 gdb_unbuffer_output call.
2924 * gdb.base/catch-gdb-caused-signals.c: Include
2925 "../lib/unbuffer_output.c".
2926 (main): Call gdb_unbuffer_output.
2927 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2928 (main): Call gdb_unbuffer_output.
2929 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2930 (main): Call gdb_unbuffer_output.
2931 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2932 (main): Call gdb_unbuffer_output.
2933 * gdb.base/shlib-call.exp: Adjust to step over the
2934 gdb_unbuffer_output call.
2935 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2936 (main): Call gdb_unbuffer_output.
2937 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2938 (main): Call gdb_unbuffer_output.
2939 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2940 (main): Rename to ...
2941 (test): ... this.
2942 (main): Reimplement.
2943 * gdb.base/varargs.exp: Run to test instead of to main.
2944 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2945 (main): Call gdb_unbuffer_output.
2946
58789a91
PA
29472015-07-29 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2950 factore out from mi_continue_dprintf. For call-style dprintfs,
2951 expect dprintf output out of $inferior_spawn_id.
2952 (mi_continue_dprintf): Use mi_expect_dprintf.
2953 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2954 (main): Call gdb_unbuffer_output.
2955
e8376742
PA
29562015-07-29 Pedro Alves <palves@redhat.com>
2957
2958 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2959 (default_mi_gdb_start): Set inferior_spawn_id instead of
2960 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2961 gdb_spawn_id.
2962 (mi_gdb_test): Always expect inferior output from both
2963 $inferior_spawn_id and $gdb_spawn_id.
2964
08280010
PA
29652015-07-29 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2968 send_inferior and $inferior_spawn_id.
2969
4d30e432
PA
29702015-07-29 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.gdb/complaints.exp (test_initial_complaints)
2973 (test_serial_complaints, test_short_complaints): Use
2974 gdb_test_stdio.
2975 (test_empty_complaint): Handle $inferior_spawn_id !=
2976 $gdb_spawn_id.
2977
0d30a335
PA
29782015-07-29 Pedro Alves <palves@redhat.com>
2979
2980 * gdb.base/varargs.exp: Use gdb_test_stdio.
2981
39413b29
PA
29822015-07-29 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2985
7cb000a9
PA
29862015-07-29 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2989
d7b8ac82
PA
29902015-07-29 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2993 parameter into two new parameters, "inf_result" and "gdb_result".
2994 Expect inferior output and gdb output from $inferior_spawn_id and
2995 $gdb_spawn_id, respectively. Adjust all callers.
2996
789c3a0c
PA
29972015-07-29 Pedro Alves <palves@redhat.com>
2998
2999 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3000 of gdb_test_sequence.
3001
77e760c3
PA
30022015-07-29 Pedro Alves <palves@redhat.com>
3003
3004 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3005 (saw_spurious_output): Expect inferior output from
3006 $inferior_spawn_id. Use gdb_test_stdio.
3007
8396d2cd
PA
30082015-07-29 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/dprintf.exp: Use standard_testfile. Change
3011 prepare_for_testing call.
3012 (srcfile): Don't set.
3013 (restart): New procedure.
3014 (test_dprintf): New procecure, use to continue over dprintfs.
3015 (test_call, test_agent): New procedures, tests moved here.
3016 Restart gdb and recreate dprintfs. Adjust expected output.
3017
2051d61f
PA
30182015-07-29 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3021
452397af
PA
30222015-07-29 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3025
8aed9555
PA
30262015-07-29 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3029 gdb_test_stdio.
3030
188a61b4
PA
30312015-07-29 Pedro Alves <palves@redhat.com>
3032
3033 * lib/gdb.exp (gdb_test_stdio): New procedure.
3034
12264a45
PA
30352015-07-29 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3038
23ffc893
PA
30392015-07-29 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/call-signal-resume.exp: Remove check for
3042 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3043 * gdb.base/unwindonsignal.exp: Likewise.
3044 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3045 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3046
65566918
PA
30472015-07-29 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/siginfo-addr.c (pass): New function.
3050 (handler): Call it iff si_addr is correct.
3051 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3052 Set a breakpoint at "pass" and continue to it.
3053
d60a9221
SDJ
30542015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3055
3056 * gdb.python/py-objfile.exp: Make some tests have unique names.
3057 * gdb.python/py-pp-registration.exp: Likewise.
3058
bde40b8f
PA
30592015-07-28 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3062
13e1dec8
SM
30632015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3064
3065 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3066
da33c9a7
SM
30672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3068
3069 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3070
077836f7
PP
30712015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3072
3073 * gdb.base/gdb-sigterm-2.exp: New test.
3074
b8cc7b2e
DE
30752015-07-25 Doug Evans <xdje42@gmail.com>
3076
3077 Revert:
3078 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3079 (workers/%.worker, build-perf): New rule.
3080 (GDB_PERFTEST_MODE): New variable.
3081 (check-perf): Use it.
3082 (clean): Clean up gdb.perf parallel build subdirs.
3083 * lib/build-piece.exp: New file.
3084 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3085 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3086 name.
3087 (standard_temp_file): Ditto.
3088 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3089 of $GDB_PARALLEL.
3090
c8bd4544
DE
30912015-07-24 Doug Evans <dje@google.com>
3092
3093 * gdb.perf/lib/perftest/utils.py: New file.
3094 * gdb.perf/gm-hello.cc: New file.
3095 * gdb.perf/gm-pervasive-typedef.cc: New file.
3096 * gdb.perf/gm-pervasive-typedef.h: New file.
3097 * gdb.perf/gm-std.cc: New file.
3098 * gdb.perf/gm-std.h: New file.
3099 * gdb.perf/gm-use-cerr.cc: New file.
3100 * gdb.perf/gm-utils.h: New file.
3101 * gdb.perf/gmonster-null-lookup.py: New file.
3102 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3103 * gdb.perf/gmonster-print-cerr.py: New file.
3104 * gdb.perf/gmonster-ptype-string.py: New file.
3105 * gdb.perf/gmonster-runto-main.py: New file.
3106 * gdb.perf/gmonster-select-file.py: New file.
3107 * gdb.perf/gmonster1-null-lookup.exp: New file.
3108 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3109 * gdb.perf/gmonster1-print-cerr.exp: New file.
3110 * gdb.perf/gmonster1-ptype-string.exp: New file.
3111 * gdb.perf/gmonster1-runto-main.exp: New file.
3112 * gdb.perf/gmonster1-select-file.exp: New file.
3113 * gdb.perf/gmonster1.cc: New file.
3114 * gdb.perf/gmonster1.exp: New file.
3115 * gdb.perf/gmonster2-null-lookup.exp: New file.
3116 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3117 * gdb.perf/gmonster2-print-cerr.exp: New file.
3118 * gdb.perf/gmonster2-ptype-string.exp: New file.
3119 * gdb.perf/gmonster2-runto-main.exp: New file.
3120 * gdb.perf/gmonster2-select-file.exp: New file.
3121 * gdb.perf/gmonster2.cc: New file.
3122 * gdb.perf/gmonster2.exp: New file.
3123
6eab34f3
DE
31242015-07-24 Doug Evans <dje@google.com>
3125
3126 * gdb.perf/README: New file.
3127 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3128 * lib/gen-perf-test.exp: New file.
3129
63738bfd
DE
31302015-07-24 Doug Evans <dje@google.com>
3131
3132 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3133 (PerfTest::startup): New function.
3134 (PerfTest::run): Return result of calling body.
3135 (PerfTest::assemble): Rewrite.
3136 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3137 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3138 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3139 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3140 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3141
7b606f95
DE
31422015-07-24 Doug Evans <dje@google.com>
3143
3144 * lib/gdb.exp (clean_restart): Make executable optional.
3145
a97b16b8
DE
31462015-07-24 Doug Evans <dje@google.com>
3147
3148 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3149 compiler_info references.
3150 * gdb.cp/temargs.exp: Ditto.
3151 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3152 (get_compiler_info): Early exit if already computed. Set compiler_info
3153 to "unknown" if there was a problem.
3154 (test_compiler_info): Add function comment. Call get_compiler_info.
3155
35baa57f
DE
31562015-07-24 Doug Evans <dje@google.com>
3157
3158 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3159 (workers/%.worker, build-perf): New rule.
3160 (GDB_PERFTEST_MODE): New variable.
3161 (check-perf): Use it.
3162 (clean): Clean up gdb.perf parallel build subdirs.
3163 * lib/build-piece.exp: New file.
3164 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3165 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3166 name.
3167 (standard_temp_file): Ditto.
3168 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3169 of $GDB_PARALLEL.
3170
6ebea266
DE
31712015-07-24 Doug Evans <dje@google.com>
3172
3173 * lib/future.exp (gdb_default_target_compile): New option
3174 "early_flags".
3175 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3176 --as-needed.
3177
1e76a7e9
SDJ
31782015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3179
3180 * gdb.base/catch-syscall.exp: Call gdb_exit before
3181 gdb_skip_xml_test.
3182
5068630a
PA
31832015-07-24 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.python/py-events.exp: Accept output between the stop event
3186 and the prompt.
3187 * gdb.python/py-evsignal.exp: Likewise.
3188 * gdb.python/py-evthreads.exp: Likewise.
3189
77598427
PA
31902015-07-24 Pedro Alves <palves@redhat.com>
3191
3192 PR gdb/18717
3193 * gdb.threads/non-ldr-exit.c: New file.
3194 * gdb.threads/non-ldr-exit.exp: New file.
3195
11e6c98f
YQ
31962015-07-24 Yao Qi <yao.qi@linaro.org>
3197
3198 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3199 restarting process.
3200
51aee833
YQ
32012015-07-24 Yao Qi <yao.qi@linaro.org>
3202
3203 * gdb.server/ext-restart.exp: New file.
3204
8cfe207c
YQ
32052015-07-24 Yao Qi <yao.qi@linaro.org>
3206
3207 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3208 argument options.
3209 * gdb.server/ext-wrapper.exp: New file.
3210
cc12ce38
DE
32112015-07-23 Doug Evans <dje@google.com>
3212
3213 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3214 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3215
d0d84780
PMR
32162015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3217
3218 * gdb.ada/var_arr_typedef.exp: New testcase.
3219 * gdb.ada/var_arr_typedef/pack.adb: New file.
3220 * gdb.ada/var_arr_typedef/pack.ads: New file.
3221 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3222
8b558f79
JB
32232015-07-20 Joel Brobecker <brobecker@adacore.com>
3224
3225 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3226
775a3298
JK
32272015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3228
3229 * gdb.arch/i386-biarch-core.exp: Replace istarget
3230 by "complete set gnutarget". Remove expectation for the "core-file"
3231 command.
3232
db1ff28b
JK
32332015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3234
3235 Revert the previous commit:
3236 Tests for validate symbol file using build-id.
3237
0a94970d
JK
32382015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3239
3240 Tests for validate symbol file using build-id.
3241 * gdb.base/solib-mismatch-lib.c: New file.
3242 * gdb.base/solib-mismatch-libmod.c: New file.
3243 * gdb.base/solib-mismatch.c: New file.
3244 * gdb.base/solib-mismatch.exp: New file.
3245
03346981
SL
32462015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3247
3248 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3249 nios2-*-linux*.
3250 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3251 * gdb.base/siginfo.exp: Likewise.
3252 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3253
42422cc7
PL
32542015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3255
3256 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3257 Move it to ...
3258 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3259 ... here.
3260 * gdb.trace/range-stepping.exp: Check that the target supports
3261 range stepping.
3262
cfa68bae
JK
32632015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3264
3265 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3266
8ffdba26
PA
32672015-07-14 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.base/killed-outside.exp: New file.
3270 * gdb.base/killed-outside.c: New file.
3271
218a5a11
JK
32722015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3273
3274 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3275 (n at main): New.
3276 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3277
e03ed3c6
AA
32782015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3281 infcall tests instead of setting up for KFAIL.
3282
485668e5
MM
32832015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3284
3285 * gdb.btrace/record_goto-step.exp: New.
3286
08464196
JK
32872015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3288
3289 PR compile/18484
3290 * gdb.compile/compile.c (struct struct_type): Add volatile to
3291 selffield's type.
3292 * gdb.compile/compile.exp
3293 (compile code struct_object.selffield = &struct_object): Skip further
3294 struct_object tests if this one xfails.
3295
bcf5c1d9
RC
32962015-07-08 Robert O'Callahan <robert@ocallahan.org>
3297
3298 PR exp/18617
3299 * gdb.trace/ax.exp: Add test.
3300
4931af25
YQ
33012015-07-07 Yao Qi <yao.qi@linaro.org>
3302
3303 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3304 instead of istarget "aarch64*-*-*".
3305 * gdb.arch/aarch64-fp.exp: Likewise.
3306 * gdb.base/float.exp: Likewise.
3307 * gdb.reverse/aarch64.exp: Likewise.
3308 * lib/gdb.exp (is_aarch64_target): New proc.
3309
9fcf688e
YQ
33102015-07-07 Yao Qi <yao.qi@linaro.org>
3311
3312 * lib/gdb.exp (is_aarch32_target): New proc.
3313 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3314 instead of "istarget "arm*-*-*"".
3315 * gdb.arch/arm-disp-step.exp: Likewise.
3316 * gdb.arch/thumb-bx-pc.exp: Likewise.
3317 * gdb.arch/thumb-prologue.exp: Likewise.
3318 * gdb.arch/thumb-singlestep.exp: Likewise.
3319 * gdb.base/disp-step-syscall.exp: Likewise.
3320 * gdb.base/float.exp: Likewise.
3321
fbd8d50d
YQ
33222015-07-07 Yao Qi <yao.qi@linaro.org>
3323
3324 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3325 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3326
71be1fdc
YQ
33272015-07-07 Yao Qi <yao.qi@linaro.org>
3328
3329 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3330 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3331 if it exists.
3332 * gdb.multi/multi-arch.exp: Likewise.
3333
3e221d36
SM
33342015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3335
3336 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3337 print.
3338
d441430b
YQ
33392015-07-07 Yao Qi <yao.qi@linaro.org>
3340
3341 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3342
06f810bd
MG
33432015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3344
3345 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3346 '[' and ']' characters.
3347
5e61e7c0
IB
33482015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3349
3350 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3351
28bf096c
PA
33522015-06-29 Pedro Alves <palves@redhat.com>
3353
3354 PR threads/18127
3355 * gdb.threads/hand-call-new-thread.c: New file.
3356 * gdb.threads/hand-call-new-thread.c: New file.
3357
ee93cd5e
KS
33582015-06-26 Keith Seitz <keiths@redhat.com>
3359 Doug Evans <dje@google.com>
3360
3361 PR 16253
3362 * gdb.cp/var-tag-2.cc: New file.
3363 * gdb.cp/var-tag-3.cc: New file.
3364 * gdb.cp/var-tag-4.cc: New file.
3365 * gdb.cp/var-tag.cc: New file.
3366 * gdb.cp/var-tag.exp: New file.
3367
fc637f04
PP
33682015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3369
3370 * gdb.base/history-duplicates.exp: New test.
3371
2e52ae68
PP
33722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3373
3374 * gdb.base/completion.exp: Test the completion of the "focus"
3375 command.
3376
6e22494e
JK
33772015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3378
3379 * gdb.arch/amd64-prologue-skip.S: New file.
3380 * gdb.arch/amd64-prologue-skip.exp: New file.
3381
bf7b9cd9
SM
33822015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3383
3384 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3385 is_address_zero_readable check.
3386
201e8dfd
PB
33872015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3388
3389 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3390 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3391
5cd867b4
YQ
33922015-06-24 Yao Qi <yao.qi@linaro.org>
3393
3394 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3395 linux targets.
3396
4d7be007
YQ
33972015-06-24 Yao Qi <yao.qi@linaro.org>
3398
3399 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3400 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3401 * gdb.base/siginfo-thread.exp: Likewise.
3402
07fcd301
YQ
34032015-06-22 Yao Qi <yao.qi@linaro.org>
3404
3405 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3406
52042a00
YQ
34072015-06-22 Yao Qi <yao.qi@linaro.org>
3408
3409 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3410 aarch64*-*-*.
3411 (skip_hw_watchpoint_tests): Likewise.
3412
74bd41ce
PP
34132015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3414
3415 * gdb.base/gdbinit-history.exp: Test the interaction between
3416 setting GDBHISTSIZE and setting the history size via .gdbinit.
3417
bc460514
PP
34182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3419
3420 PR gdb/16999
3421 * gdb.base/gdbhistsize-history.exp: New test.
3422
b58c513b
PP
34232015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3424
3425 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3426 with GDBHISTSIZE.
3427 * gdb.base/readline.exp: Likewise.
3428
92046791
YQ
34292015-06-17 Yao Qi <yao.qi@linaro.org>
3430
3431 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3432 line.
3433
2093d2d3
PP
34342015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3435
3436 * gdb.base/gdbinit-history.exp: Add test case to check that
3437 an unlimited history file does not get truncated on exit.
3438
e6c693af
AA
34392015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3440
3441 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3442 (VECTOR): New macro. Use it...
3443 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3444 ...for these typedefs.
3445 (int8, char1, int1, double1): New typedefs.
3446 (struct just_int2, struct two_int2): New structures.
3447 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3448 (add_structvecs, add_singlevecs): New functions.
3449 (main): Call add_some_intvecs twice.
3450 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3451 the compile and exit upon failure. Try compiling for the "native"
3452 architecture. Test inferior function calls with vector arguments
3453 and vector return value handling with "finish" and "return".
3454
c74f7d1c
JT
34552015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3456
3457 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3458 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3459 PE file.
3460 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3461
98aa42ee
AT
34622015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3463
3464 PR breakpoints/16465
3465 * gdb.mi/mi-dprintf-pending.c: New file.
3466 * gdb.mi/mi-dprintf-pending.exp: New test.
3467 * gdb.mi/mi-dprintf-pendshr.c: New file.
3468
7d73c23c 34692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3470 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3471
3472 * gdb.arch/i386-mpx-map.c: New file.
3473 * gdb.arch/i386-mpx-map.exp: New File.
3474
34752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3476
3477 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3478 * gdb.arch/i386-mpx.exp: Indentation fixed.
3479
34802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3481
3482 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3483 function and improved indentation.
3484 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3485 gdb_test_multiple. Added additional tests to skip the test.
3486
34872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3488
3489 * gdb.arch/i386-avx512.c: Change path in include file.
3490 * gdb.arch/i386-avx512.exp: Change include dir path
3491 compilation flag.
3492 * gdb.arch/i386-mpx.c: Change path in include file.
3493 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3494 flag.
3495
d5eba19a
JK
34962015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3497
3498 * gdb.compile/compile-print.exp (compile print *vararray@3)
3499 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3500
7f361056
JK
35012015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3502
3503 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3504 (do not keep jit in memory): ... this.
3505 (expect 5): Change it to ...
3506 (expect no 5): ... this.
3507
3b462ec2
SM
35082015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3509
3510 PR gdb/15564
3511 * gdb.mi/mi-detach.exp: New file.
3512
e0619de6
JK
35132015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 PR symtab/18392
3516 * gdb.arch/amd64-tailcall-self.S: New file.
3517 * gdb.arch/amd64-tailcall-self.c: New file.
3518 * gdb.arch/amd64-tailcall-self.exp: New file.
3519
e970cb34
DB
35202015-05-28 Don Breazeal <donb@codesourcery.com>
3521
3522 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3523 tests for remote targets by checking is_target_gdbserver.
3524
b2e2f908
DE
35252015-05-27 Doug Evans <dje@google.com>
3526
3527 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3528 * gdb.dwarf2/opaque-type-lookup.c: New file.
3529 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3530
82c7be31
DE
35312015-05-26 Doug Evans <dje@google.com>
3532
3533 * gdb.cp/iostream.cc: New file.
3534 * gdb.cp/iostream.exp: New file.
3535
b4f54984
DE
35362015-05-26 Doug Evans <dje@google.com>
3537
3538 * gdb.dwarf2/dw2-op-call.exp: Update.
3539 * gdb.dwarf2/dw4-sig-types.exp: Update.
3540 * gdb.dwarf2/implptr.exp: Update.
3541 * gdb.mi/mi-cmd-param-changed.exp: Update.
3542
4ea6efe9
DE
35432015-05-26 Doug Evans <dje@google.com>
3544
3545 * gdb.python/py-lazy-string.c: New file.
3546 * gdb.python/py-lazy-string.exp: New file.
3547 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3548 (main): Update. Add estring3.
3549 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3550 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3551
f6bb7db3
YQ
35522015-05-26 Omair Javaid <omair.javaid@linaro.org>
3553 Yao Qi <yao.qi@linaro.org>
3554
3555 * gdb.reverse/aarch64.c: New.
3556 * gdb.reverse/aarch64.exp: New.
3557
a81bfbd0
OJ
35582015-05-26 Omair Javaid <omair.javaid@linaro.org>
3559
3560 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3561 (supports_reverse): Likewise.
3562
158bf1b4
PP
35632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3564
3565 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3566 Use with_test_prefix.
3567
a0145030
AB
35682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.base/completion.exp: Add test for completion of layout
3571 names.
3572
ebe3b578
AB
35732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * lib/gdb.exp (skip_tui_tests): New proc.
3576 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3577
84204ed7
PA
35782015-05-19 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3581 Save the whole env array instead of just HOME. Unset HISTSIZE in
3582 the environment while testing. Restore whole environment
3583 afterwards.
3584
37442ce1
DE
35852015-05-16 Doug Evans <xdje42@gmail.com>
3586
3587 * gdb.guile/scm-ports.c: New file.
3588 * gdb.guile/scm-ports.exp: Add memory port tests.
3589
36de76f9
JK
35902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3591
3592 * gdb.compile/compile-print.c: New file.
3593 * gdb.compile/compile-print.exp: New file.
3594
3a9558c4
JK
35952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * gdb.compile/compile-ops.exp: Cast param to void.
3598 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3599 (compile code struct_object.selffield = &struct_object): Add xfail.
3600
aa715135
JG
36012015-05-15 Joel Brobecker <brobecker@adacore.com>
3602
3603 * gdb.ada/arr_enum_with_gap: New testcase.
3604
931e5bc3
JG
36052015-05-15 Joel Brobecker <brobecker@adacore.com>
3606
3607 * gdb.ada/byte_packed_arr: New testcase.
3608
9cd4d857
JB
36092015-05-15 Joel Brobecker <brobecker@adacore.com>
3610
3611 * gdb.ada/pckd_neg: New testcase.
3612
ebfd00d2
PP
36132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3614
3615 PR gdb/17820
3616 * gdb.base/gdbinit-history.exp: New test.
3617 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3618 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3619
4c082a81
SC
36202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3621
3622 * gdb.python/py-xmethods.cc: Enhance test case.
3623 * gdb.python/py-xmethods.exp: New tests.
3624 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3625 function.
3626 (B_indexoper): Likewise.
3627 (global_dm_list) : Add new xmethod worker functions.
3628
f7797074
SDJ
36292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3630
3631 * gdb.base/coredump-filter.exp: Correctly unset
3632 "coredump_var_addr" array.
3633
a4674e4e
PA
36342015-05-08 Pedro Alves <palves@redhat.com>
3635
3636 * gdb.server/non-existing-program.exp: Unset spawn_id.
3637
df2eb078
SC
36382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3639
3640 PR python/18291
3641 * gdb.python/py-xmethods.exp: Add tests.
3642
422349a3
YQ
36432015-05-08 Yao Qi <yao.qi@linaro.org>
3644
3645 PR gdb/18208
3646 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3647 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3648 function set_coredump_filter, and remove remote_exec call.
3649 Remove argument ipid. Callers update.
3650 (top level): Don't get inferior's PID.
3651
63fc80ce
AA
36522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3653
3654 * gdb.base/watch_thread_num.exp: Skip test on targets without
3655 access watchpoints.
3656
80ad801e
PA
36572015-05-06 Pedro Alves <palves@redhat.com>
3658
3659 PR server/18081
3660 * gdb.server/non-existing-program.exp: New file.
3661
0fa7fe50
JB
36622015-05-05 Joel Brobecker <brobecker@adacore.com>
3663
3664 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3665
3ea89b92
PMR
36662015-05-05 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.ada/out_of_line_in_inlined: New testcase.
3669
87b8eff0
JB
36702015-05-05 Joel Brobecker <brobecker@adacore.com>
3671
3672 * gdb.ada/var_rec_arr: New testcase.
3673
5fccc635
YQ
36742015-04-30 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.base/break-idempotent.exp: If
3677 skip_hw_watchpoint_multi_tests returns true, skip the tests
3678 on "rwatch" and "awatch".
3679
42d38f42
YQ
36802015-04-30 Yao Qi <yao.qi@linaro.org>
3681
3682 * gdb.base/relativedebug.exp: Invoke gdb command
3683 "info sharedlibrary", and if libc.so doesn't have debug info,
3684 skip the test.
3685
2ce1cdbf
DE
36862015-04-29 Doug Evans <dje@google.com>
3687
3688 * gdb.python/py-xmethods.exp: Add ptype tests.
3689 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3690 get_result_type method.
3691
f24a38c5
LM
36922015-04-29 Luis Machado <lgustavo@codesourcery.com>
3693
3694 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3695 the target does not support hardware watchpoints.
3696
ecbf2b3c
LM
36972015-04-29 Luis Machado <lgustavo@codesourcery.com>
3698
3699 * gdb.base/break-always.exp: Abort testing if writing to memory
3700 causes an error.
3701
34f5f757
DE
37022015-04-28 Doug Evans <dje@google.com>
3703
3704 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3705 * gdb.python/py-pp-registration.exp: ... here. New file.
3706 * gdb.python/py-pp-registration.c: New file.
3707 * gdb.python/py-pp-registration.py: New file.
3708
69b4374a
DE
37092015-04-28 Doug Evans <dje@google.com>
3710
3711 * gdb.python/py-bad-printers.c: New file.
3712 * gdb.python/py-bad-printers.py: New file.
3713 * gdb.python/py-bad-printers.exp: New file.
3714
59fb7612
SS
37152015-04-28 Sasha Smundak <asmundak@google.com>
3716
3717 * gdb.python/py-type.exp: New test.
3718
2631b16a
AW
37192015-04-28 Andy Wingo <wingo@igalia.com>
3720
3721 * gdb.python/py-parameter.exp:
3722 * gdb.guile/scm-parameter.exp: Escape the path that we are
3723 matching against, as it might contain characters that are special
3724 to regular expressions.
3725
460efde1
JB
37262015-04-27 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.ada/rec_comp: New testcase.
3729
2d369d8e
SDJ
37302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3731
3732 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3733 before using it.
3734
cf75d6c3
AB
37352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3738 new tests for verilog output.
3739
8dbe7ca5
YQ
37402015-04-24 Yao Qi <yao.qi@linaro.org>
3741
3742 * boards/remote-gdbserver-on-localhost.exp: New file.
3743
4ef9fb2f
PA
37442015-04-23 Pedro Alves <palves@redhat.com>
3745
3746 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3747 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3748 "end of file", remove $inferior_spawn_id from the indirect list.
3749
0a803169
PA
37502015-04-23 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3753
749ef8f8
PA
37542015-04-23 Pedro Alves <palves@redhat.com>
3755
3756 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3757 on $any_spawn_id instead of only on $gdb_spawn_id.
3758
8aae4344
PM
37592015-04-21 Pierre Muller <muller@sourceware.org>
3760
3761 PR pascal/17815
3762 * lib/pascal.exp (gpc_compile): Add new option "class".
3763 (fpc_compile): Likewise.
3764 * gdb.pascal/case-insensitive-symbols.pas: New file.
3765 * gdb.pascal/case-insensitive-symbols.exp: New file.
3766
1586c8fb
GB
37672015-04-20 Gary Benson <gbenson@redhat.com>
3768
3769 * gdb.base/attach.exp: Fix three extended remote failures.
3770
1b6e6f5c
GB
37712015-04-17 Gary Benson <gbenson@redhat.com>
3772
3773 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3774 the main executable over the remote protocol.
3775
e797481d
PA
37762015-04-16 Pedro Alves <palves@redhat.com>
3777
3778 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3779 a new gdbserver if gdbserver_reconnect_p is set.
3780
1ca99c42
PA
37812015-04-16 Pedro Alves <palves@redhat.com>
3782
3783 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3784 is set, don't exit gdbserver.
3785
af9fd6f8
AA
37862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3787
3788 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3789 appropriate .insn, such that an older assembler can be used.
3790 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3791 the z/Architecture instruction set on 31-bit targets as well.
3792
04ff1e61
AA
37932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3794
3795 * gdb.go/handcall.exp: Remove all logic related to the first
3796 breakpoint and rely on go_runto_main instead.
3797 * gdb.go/strings.exp: Likewise.
3798 * gdb.go/unsafe.exp: Likewise.
3799 * gdb.go/hello.exp: Likewise. Also rename the remaining
3800 breakpoint marker to "breakpoint 1".
3801 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3802 * gdb.go/strings.go: Likewise.
3803 * gdb.go/unsafe.go: Likewise.
3804 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3805 "set breakpoint 2 here" and rename the remaining breakpoint marker
3806 to "breakpoint 1".
3807
40d2f8d6
SM
38082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3809
3810 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3811 if itertools.imap is not present.
3812 * gdb.python/py-objfile.exp: Add parentheses.
3813 * gdb.python/py-type.exp: Same.
3814 * gdb.python/py-unwind-maint.py: Same.
3815
8cbc97c6
YQ
38162015-04-15 Yao Qi <yao.qi@linaro.org>
3817
3818 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3819 of ":$ptr_size" and set its form explicitly.
3820
45fd756c
YQ
38212015-04-15 Pedro Alves <palves@redhat.com>
3822 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3825 timeout by factor of 4.
3826 (test_regular_watch): Likewise.
3827 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3828 * gdb.reverse/sigall-reverse.exp: Likewise.
3829 * gdb.reverse/until-precsave.exp: Likewise.
3830 * lib/gdb.exp (with_timeout_factor): New proc.
3831 (gdb_expect): Move some code to ...
3832 (get_largest_timeout): ... here. New procedure.
3833
9e811bc3
LM
38342015-04-14 Luis Machado <lgustavo@codesourcery.com>
3835
3836 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3837
0ff6fcb2
LM
38382015-04-13 Luis Machado <lgustavo@codesourcery.com>
3839
3840 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3841 to write to the .text section.
3842
7578d5f7
LM
38432015-04-13 Luis Machado <lgustavo@codesourcery.com>
3844
3845 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3846 Handle the case of targets that do not provide PID information.
3847
2efe15c4
YQ
38482015-04-13 Yao Qi <yao.qi@linaro.org>
3849
3850 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3851 and use expect instead of gdb_expect.
3852
8cd8f2f8
SDJ
38532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3854
3855 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3856 "coredump_var_addr" to avoid naming conflict with other testcases.
3857
9ee41772
PA
38582015-04-10 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3861 gdb_test_sequence and gdb_assert.
3862
07473109
PA
38632015-04-10 Pedro Alves <palves@redhat.com>
3864
3865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3866 test messages that don't include the breakpoint address.
3867
de3db44c
YQ
38682015-04-10 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3871 false for some offset and width combinations which aren't
3872 supported by linux kernel.
3873
c79d856c
PA
38742015-04-10 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3877 procedure, factored out from ...
3878 (top level): ... here. Add "set displaced-stepping" testing axis.
3879 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3880 parameter "displaced". Use it.
3881 (top level): Use foreach and add "set displaced-stepping" testing
3882 axis.
3883
ebc90b50
PA
38842015-04-10 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3887 Remove comment.
3888 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3889 both the address of the instruction that triggers the watchpoint
3890 and the address of the instruction immediately after, and use
3891 those addresses for the test. Fix comment.
3892
8f572e5c
PA
38932015-04-10 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/sigstep.exp (breakpoint_to_handler)
3896 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3897 Test "backtrace" in handler.
3898 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3899 (top level): Add new "displaced" test axis to
3900 breakpoint_to_handler, breakpoint_to_handler_entry and
3901 breakpoint_over_handler.
3902
8d707a12
PA
39032015-04-10 Pedro Alves <palves@redhat.com>
3904
3905 PR gdb/18216
3906 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3907
ef713951
YQ
39082015-04-10 Yao Qi <yao.qi@linaro.org>
3909
3910 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3911 (test_add_rn_pc): New function.
3912 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3913 (top level): Invoke test_add_rn_pc.
3914
906d60cf
PA
39152015-04-10 Pedro Alves <palves@redhat.com>
3916
3917 PR gdb/13858
3918 * gdb.base/step-over-no-symbols.exp: New file.
3919
f2983cc3
AW
39202015-04-09 Andy Wingo <wingo@igalia.com>
3921
3922 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3923 after the Python tests.
3924
6d62641c
SDJ
39252015-04-08 Keith Seitz <keiths@redhat.com>
3926
3927 PR python/16699
3928 * gdb.python/py-completion.exp: New tests for completion.
3929 * gdb.python/py-completion.py (CompleteLimit1): New class.
3930 (CompleteLimit2): Likewise.
3931 (CompleteLimit3): Likewise.
3932 (CompleteLimit4): Likewise.
3933 (CompleteLimit5): Likewise.
3934 (CompleteLimit6): Likewise.
3935 (CompleteLimit7): Likewise.
3936
f3770638
PA
39372015-04-08 Pedro Alves <palves@redhat.com>
3938
3939 PR gdb/18214
3940 PR gdb/18216
3941 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3942 function.
3943 (main): Install it as SIGUSR1 handler.
3944 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3945 parameter. Always use "setup" as prefix. Toggle "set
3946 displaced-stepping" off/on depending on global. Don't switch to
3947 thread 1 here.
3948 (top level): Add displaced stepping "off/on" test axis. Update
3949 "setup" calls. Wrap each subtest with with_test_prefix. Test
3950 continuing with a queued signal in each thread.
3951
4496bed7
PA
39522015-04-08 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3955 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3956 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3957 Return early if running to main fails.
3958 * gdb.trace/while-stepping.exp: Likewise.
3959
b97fde92
PA
39602015-04-07 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3963 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3964 interact with inferior program.
3965
f71c18e7
PA
39662015-04-07 Pedro Alves <palves@redhat.com>
3967
3968 * lib/gdb.exp (inferior_spawn_id): New global.
3969 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3970 spawn id after processing the user code.
3971 (default_gdb_start): Set inferior_spawn_id.
3972 (send_inferior): New procedure.
3973 * lib/gdbserver-support.exp (gdbserver_start): Set
3974 inferior_spawn_id.
3975 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3976
6423214f
PA
39772015-04-07 Pedro Alves <palves@redhat.com>
3978
3979 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3980 * lib/gdbserver-support.exp (gdbserver_start): Make
3981 $server_spawn_id global.
3982 (gdbserver_start): Don't wait for gdbserver's spawn id with
3983 expect_background.
3984 (close_gdbserver): New procedure.
3985 (gdb_exit): Rename the default version and reimplement.
3986
71c0ee8c
PA
39872015-04-07 Pedro Alves <palves@redhat.com>
3988
72f4393d 3989 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3990 append the substituted item, not the original item.
3991
203bc29b
PA
39922015-04-07 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3995 gdb_expect.
3996
508a3ddf
PA
39972015-04-07 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4000 output appearing once only.
4001
9f6dbe2b
PA
40022015-04-07 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4005 that doesn't expect anything. Return early if running to main
4006 fails.
4007
337532fa
YQ
40082015-04-07 Yao Qi <yao.qi@linaro.org>
4009
4010 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4011 (child_function): Call alarm.
4012 (main): Move call to alarm into the loop.
4013 * gdb.threads/non-stop-fair-events.exp: Build program with
4014 -DTIMEOUT=$timeout.
4015
01b622d4
DE
40162015-04-06 Doug Evans <xdje42@gmail.com>
4017
4018 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4019 Fix dest parameter to board_info.
4020 (fpc_compile): Ditto.
4021 (gdb_compile_pascal): Rename dest arg to destfile.
4022
961f4160
PMR
40232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4024
4025 * gdb.ada/funcall_ref.exp: New file.
4026 * gdb.ada/funcall_ref/foo.adb: New file.
4027
cafda597
YQ
40282015-04-02 Yao Qi <yao.qi@linaro.org>
4029
4030 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4031 is remote.
4032
fed040c6
GB
40332015-04-02 Gary Benson <gbenson@redhat.com>
4034
4035 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4036
d11916aa
SS
40372015-04-01 Sasha Smundak <asmundak@google.com>
4038
4039 * gdb.python/py-unwind-maint.c: New file.
4040 * gdb.python/py-unwind-maint.exp: New test.
4041 * gdb.python/py-unwind-maint.py: New file.
4042 * gdb.python/py-unwind.c: New file.
4043 * gdb.python/py-unwind.exp: New test.
4044 * gdb.python/py-unwind.py: New test.
4045
a1471180
PA
40462015-04-01 Pedro Alves <palves@redhat.com>
4047
4048 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4049 to fail instead of non-existent $test.
4050
0bbeccb1
PA
40512015-04-01 Pedro Alves <palves@redhat.com>
4052
4053 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4054 GDBFLAGS if not empty.
4055
3c724c8c
PMR
40562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4057
4058 * gdb.ada/complete.exp: Remove "multi_line".
4059 * gdb.ada/info_exc.exp: Remove "multi_line".
4060 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4061 * gdb.ada/ptype_field.exp: Remove "multi_line".
4062 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4063 * gdb.ada/tagged.exp: Remove "multi_line".
4064 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4065 [multi_line ...]
4066 * gdb.btrace/delta.exp: Likewise.
4067 * gdb.btrace/exception.exp: Likewise.
4068 * gdb.btrace/function_call_history.exp: Likewise.
4069 * gdb.btrace/instruction_history.exp: Likewise.
4070 * gdb.btrace/nohist.exp: Likewise.
4071 * gdb.btrace/record_goto.exp: Likewise.
4072 * gdb.btrace/segv.exp: Likewise.
4073 * gdb.btrace/stepi.exp: Likewise.
4074 * gdb.btrace/tailcall.exp: Likewise.
4075 * gdb.btrace/unknown_functions.exp: Likewise.
4076 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4077 * lib/gdb.exp: Add the "multi_line" helper.
4078
4eec2deb
PA
40792015-04-01 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.threads/tid-reuse.c: New file.
4082 * gdb.threads/tid-reuse.exp: New file.
4083
df8411da
SDJ
40842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4085
4086 PR corefiles/16092
4087 * gdb.base/coredump-filter.c: New file.
4088 * gdb.base/coredump-filter.exp: Likewise.
4089
6ef37366
PM
40902015-03-27 Petr Machata <pmachata@redhat.com>
4091
4092 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4093 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4094 (Dwarf::assemble): Initialize them.
4095 (Dwarf::lines): New function.
4096
7ec911b0
JT
40972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4098
4099 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4100 SYMBOL_PREFIX for x86_64-*-cygwin.
4101
ff908ebf
AW
41022015-03-26 Andy Wingo <wingo@igalia.com>
4103
4104 PR symtab/18148
4105 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4106 const_value but not a location.
4107 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4108 location defined in non-main CUs are visible.
4109
6d5f0679
YQ
41102015-03-26 Yao Qi <yao.qi@linaro.org>
4111
4112 PR testsuite/18139
4113 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4114 Add a line number entry for the same line.
4115 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4116 Add a line number entry for the same line.
4117
2898689b
YQ
41182015-03-26 Yao Qi <yao.qi@linaro.org>
4119
4120 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4121 .int 0.
4122 (func): Likewise. Add .Lfunc_1 label.
4123 Use .Lfunc_1 label.
4124 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4125 .int 0.
4126 (func): Likewise.
4127 Use .Lfunc_1 label.
4128
85180498
YQ
41292015-03-26 Yao Qi <yao.qi@linaro.org>
4130
4131 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4132 Call gdb_compile instead to compile each .s files without debug
4133 information.
4134
8aa08a8d
YQ
41352015-03-26 Yao Qi <yao.qi@linaro.org>
4136
4137 * gdb.base/savedregs.exp (process_saved_regs): Make
4138 "Saved registers:" optional in the pattern.
4139
66849923
MM
41402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4141
4142 * gdb.btrace/next.exp: Merged into step.exp.
4143 * gdb.btrace/finish.exp: Merged into step.exp.
4144 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4145 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4146 "record goto" and checking the exact replay position.
4147 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4148 check for "Recording format" in "info record" output.
4149 * gdb.btrace/record_goto.exp: Choose test file based on target.
4150 * gdb.btrace/x86-record_goto.S: Renamed into ...
4151 * gdb.btrace/x86_64-record_goto.S: ... this.
4152 * gdb.btrace/i686-record_goto.S: New.
4153 * gdb.btrace/x86-tailcall.S: Renamed into ...
4154 * gdb.btrace/x86_64-tailcall.S: ... this.
4155 * gdb.btrace/i686-tailcall.S: New.
4156 * gdb.btrace/x86-tailcall.c: Renamed into ...
4157 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4158 separate statements. Update test.
4159 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4160 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4161 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4162 * gdb.btrace/tailcall.exp: Choose test file based on target.
4163 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4164
11cc1b74
MM
41652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4166
4167 * gdb.btrace/exception.exp: Increase BTS buffer size.
4168
a25d8bf9
PA
41692015-03-24 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4172
856e7dd6
PA
41732015-03-24 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.threads/schedlock.exp (test_step): No longer expect that
4176 "set scheduler-locking step" with "next" over a function call runs
4177 threads unlocked.
4178
ad235a41
AT
41792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4180
4181 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4182
15630549
AT
41832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4184
4185 PR breakpoints/16466
4186 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4187 * gdb.mi/mi-pending.c (thread_func): New function.
4188 (int main): Add threading support required.
4189 * gdb.mi/mi-pending.exp: Add tests for this issue.
4190 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4191 (pendfunc2): Remove stdio dependency.
4192 * gdb.mi/mi-pendshr2.c: New file.
4193
693dca06
KS
41942015-03-23 Keith Seitz <keiths@redhat.com>
4195
4196 * gdb.linespec/keywords.c: New file.
4197 * gdb.linespec/keywords.exp: New file.
4198
7e993ebf
KS
41992015-03-23 Keith Seitz <keiths@redhat.com>
4200
4201 PR gdb/18021
4202 * gdb.dwarf2/staticvirtual.exp: New test.
4203
bc23328c
JK
42042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4207 * README: Remove HP-UX and gdb.hp.
4208 (configuration):
4209 * configure: Regenerate.
4210 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4211 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4212 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4213 gdb.hp/gdb.defects/Makefile.
4214 * gdb.hp/Makefile.in: File deleted.
4215 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4216 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4217 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4218 * gdb.hp/gdb.aCC/run.c: File deleted.
4219 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4220 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4221 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4222 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4223 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4224 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4225 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4226 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4227 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4228 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4229 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4230 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4231 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4232 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4233 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4234 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4235 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4236 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4237 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4238 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4239 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4240 * gdb.hp/gdb.compat/average.c: File deleted.
4241 * gdb.hp/gdb.compat/sum.c: File deleted.
4242 * gdb.hp/gdb.compat/xdb.c: File deleted.
4243 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4244 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4245 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4246 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4247 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4248 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4249 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4250 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4251 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4252 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4253 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4254 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4255 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4256 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4257 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4258 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4259 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4260 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4261 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4262 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4263 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4264 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4265 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4266 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4267 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4268 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4269 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4270 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4271 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4272 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4273 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4274 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4275 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4276 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4277 * gdb.hp/tools/odump: File deleted.
4278
8bf3b159
PA
42792015-03-19 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4282 (saw_thread_3): New globals.
4283 (top level): Increment them when an event for the corresponding
4284 thread is seen.
4285 (no thread starvation): New test.
4286
eb54c8bf
PA
42872015-03-19 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.threads/continue-pending-status.c: New file.
4290 * gdb.threads/continue-pending-status.exp: New file.
4291
32d2e5d6
PA
42922015-03-18 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4295 Use gdb_is_target_remote instead of is_remote. Use
4296 gdb_test_multiple instead of gdb_expect. Exit early if
4297 gdb_test_multiple hits its internal matches. Tighten stepi tests
4298 expected output. Fail on exit with any signal, instead of just
4299 SIGILL.
4300
f68f11b7
YQ
43012015-03-18 Yao Qi <yao.qi@linaro.org>
4302
4303 PR tdep/18107
4304 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4305 variable.
4306 * gdb.base/catch-syscall.exp: Don't skip it on
4307 aarch64*-*-linux* target. Remove elements in all_syscalls.
4308 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4309 target.
4310 (setup_all_syscalls): New proc.
4311
ca5fd19b
YQ
43122015-03-16 Yao Qi <yao.qi@linaro.org>
4313
4314 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4315 (top level): Skip tests if valid_addr_p returns false for
4316 $cmd1 or $cmd2.
4317
85642ba0
AW
43182015-03-11 Andy Wingo <wingo@igalia.com>
4319
4320 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4321
e03f9645
YQ
43222015-03-11 Yao Qi <yao.qi@linaro.org>
4323
4324 * gdb.base/catch-syscall.exp: Fix typo in comments.
4325
5d0962b2
YQ
43262015-03-11 Yao Qi <yao.qi@linaro.org>
4327
4328 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4329
b2df3cef
PA
43302015-03-09 Pedro Alves <palves@redhat.com>
4331
4332 * dg-extract-results.py: Delete.
4333
ef878e53
PA
43342015-03-09 Pedro Alves <palves@redhat.com>
4335
4336 Merge dg-extract-results.sh from GCC upstream (r218843).
4337
4338 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4339 * dg-extract-results.sh: Use --text with grep to avoid issues with
4340 binary files. Fall back to cat -v, if that doesn't work.
4341
9494d219
PA
43422015-03-05 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4345
a8d9763a
SM
43462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4347
4348 * lib/mi-support.exp (mi_expect_interrupt): Accept
4349 alternative event for when in all-stop mode.
4350
be9957b8
PA
43512015-03-04 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4354
d57be0f4 43552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4356
4357 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4358
c214c7cf
AA
43592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4360
4361 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4362 regexps for GDB's current line display, accept a hex address
4363 preceding the line number.
4364
6d74a497
AA
43652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4366
4367 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4368 the 'arch1' variable for "s390*-linux*" targets.
4369
511aee7c
PA
43702015-03-04 Pedro Alves <palves@redhat.com>
4371
4372 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4373 (main): Pass missing retval argument to pthread_join call.
4374
95e50b27
PA
43752015-03-02 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4378 (top level): Call do_test with non-stop as well.
4379
28054d69
PA
43802015-03-02 Pedro Alves <palves@redhat.com>
4381
4382 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4383 -1.
4384
4fa5d7b4
AA
43852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4386
4387 * gdb.arch/s390-vregs.exp: New test.
4388 * gdb.arch/s390-vregs.S: New file.
4389
97c18565
PA
43902015-02-27 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4393 call to catch_command_errors.
4394 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4395 catch_command_errors.
4396
a37bfa30
PA
43972015-02-27 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4400 "true" for boolean result.
4401 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4402 prototype of main.
4403
6f98576f
PA
44042015-02-27 Pedro Alves <palves@redhat.com>
4405
4406 * lib/unbuffer_output.c: New file.
4407 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4408 (main): Call gdb_unbuffer_output.
4409
eba5ab56
YQ
44102015-02-27 Yao Qi <yao.qi@linaro.org>
4411
4412 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4413 target.
4414
0def5aaa
DE
44152015-02-26 Doug Evans <dje@google.com>
4416
4417 * gdb.cp/class2.cc (Dbase, D): New classes.
4418 (main): New local delta.
4419 * gdb.cp/class2.exp: Test printing delta.
4420 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4421 (dynbar): New global.
4422 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4423
081a1c2c
JK
44242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4425
4426 * gdb.compile/compile-ifunc.c: New file.
4427 * gdb.compile/compile-ifunc.exp: New file.
4428
2f41223f
AT
44292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4430
4431 * gdb.base/structs.exp: Check for correct struct on finish.
4432
03eddd80
YQ
44332015-02-26 Yao Qi <yao.qi@linaro.org>
4434
4435 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4436 is zero.
4437
80c57053
JK
44382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 * gdb.arch/cordic.ko.bz2: New file.
4441 * gdb.arch/cordic.ko.debug.bz2: New file.
4442 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4443
21613c12
YQ
44442015-02-25 Yao Qi <yao.qi@linaro.org>
4445
4446 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4447 aarch64*-*-* target.
4448
d8b901ed
PA
44492015-02-23 Pedro Alves <palves@redhat.com>
4450
4451 * lib/gdb.exp (delete_breakpoints): Rewrite using
4452 gdb_test_multiple.
4453
e5b85ead
PA
44542015-02-23 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.base/info-os.c: Include stdlib.h.
4457
85c3a371
DE
44582015-02-22 Doug Evans <xdje42@gmail.com>
4459
4460 PR symtab/17855
4461 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4462 is read after symbols have been re-read.
4463 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4464 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4465
96553a0c
DE
44662015-02-21 Doug Evans <dje@google.com>
4467
4468 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4469
97a0c697
JK
44702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 PR corefiles/17808
4473 * gdb.arch/i386-biarch-core.core.bz2: New file.
4474 * gdb.arch/i386-biarch-core.exp: New file.
4475
a47cd6e9
PA
44762015-02-21 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4479 runto_main fails.
4480
c5facdc4
PA
44812015-02-20 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4484 info probes.
4485
2db9a427
PA
44862015-02-20 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4489
60fb7e9e
PA
44902015-02-20 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4493 clean_restart before gdb_target_supports_trace.
4494
5c5019c2
PA
44952015-02-20 Pedro Alves <palves@redhat.com>
4496
4497 PR threads/18006
4498 * gdb.threads/clone-thread_db.c: New file.
4499 * gdb.threads/clone-thread_db.exp: New file.
4500
c9587f88
AT
45012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4502
4503 PR breakpoints/16812
4504 * gdb.base/catch-gdb-caused-signals.c: New file.
4505 * gdb.base/catch-gdb-caused-signals.exp: New file.
4506
f6a88844
JM
45072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4508
4509 * configure: Regenerated.
4510 * configure.ac: Use GDB_AC_TRANSFORM.
4511 * aclocal.m4: sinclude ../transform.m4.
4512
497c491b
JM
45132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4514
4515 * lib/dtrace.exp: New file.
4516 * gdb.base/dtrace-probe.exp: Likewise.
4517 * gdb.base/dtrace-probe.d: Likewise.
4518 * gdb.base/dtrace-probe.c: Likewise.
4519 * lib/pdtrace.in: Likewise.
4520 * configure.ac: Output variables with the transformed names of
4521 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4522 * configure: Regenerated.
4523
03e98035
JM
45242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4525
4526 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4527 expected message when trying to access $_probe_* convenience
4528 variables while not on a probe.
4529
63cc30e9
JK
45302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4533
0703599a
PA
45342015-02-11 Pedro Alves <pedro@codesourcery.com>
4535
4536 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4537 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4538
7e60a48e
DE
45392015-02-10 Doug Evans <xdje42@gmail.com>
4540
4541 * lib/gdb.exp (gdb_load): Always return a result.
4542
01b088bc
PA
45432015-02-10 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.threads/signal-sigtrap.c: New file.
4546 * gdb.threads/signal-sigtrap.exp: New file.
4547
b05ec7a5
AT
45482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4549
4550 * gdb.trace/no-attach-trace.c: New file.
4551 * gdb.trace/no-attach-trace.exp: New file.
4552
a2c2acaf
MW
45532015-02-09 Mark Wielaard <mjw@redhat.com>
4554
4555 * gdb.dwarf2/atomic.c: New file.
4556 * gdb.dwarf2/atomic-type.exp: Likewise.
4557
31fd9caa
MM
45582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4559
4560 * gdb.btrace/buffer-size.exp: Update "info record" output.
4561 * gdb.btrace/delta.exp: Update "info record" output.
4562 * gdb.btrace/enable.exp: Update "info record" output.
4563 * gdb.btrace/finish.exp: Update "info record" output.
4564 * gdb.btrace/instruction_history.exp: Update "info record" output.
4565 * gdb.btrace/next.exp: Update "info record" output.
4566 * gdb.btrace/nexti.exp: Update "info record" output.
4567 * gdb.btrace/step.exp: Update "info record" output.
4568 * gdb.btrace/stepi.exp: Update "info record" output.
4569 * gdb.btrace/nohist.exp: Update "info record" output.
4570
d33501a5
MM
45712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4572
4573 * gdb.btrace/buffer-size: New.
4574
f4abbc16
MM
45752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4576
4577 * gdb.btrace/delta.exp: Update "info record" output.
4578 * gdb.btrace/enable.exp: Update "info record" output.
4579 * gdb.btrace/finish.exp: Update "info record" output.
4580 * gdb.btrace/instruction_history.exp: Update "info record" output.
4581 * gdb.btrace/next.exp: Update "info record" output.
4582 * gdb.btrace/nexti.exp: Update "info record" output.
4583 * gdb.btrace/step.exp: Update "info record" output.
4584 * gdb.btrace/stepi.exp: Update "info record" output.
4585 * gdb.btrace/nohist.exp: Update "info record" output.
4586
b9d61307
SM
45872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4588
4589 PR gdb/15678
4590 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4591
e584fdbc
PA
45922015-02-06 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4595 macro.
4596 (seconds_left, again): New globals.
4597 (main): Wait seconds_left in a 1-second sleep loop instead of
4598 sleeping 180 seconds. If 'again' is set, reset the seconds
4599 counter.
4600 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4601 'again' in the inferior before detaching. Print the seconds left.
4602 (options): New global.
4603 (top level): Build program with -DTIMEOUT=$timeout.
4604
77f41761
PA
46052015-02-06 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4608 determine how many seconds to pass to 'alarm'.
4609 * gdb.base/gdb-sigterm.exp (top level): Build program with
4610 -DTIMEOUT=$timeout.
4611 (do_test): Return success/failure indication. Add more verbose
4612 logging. Don't fail if 200 single steps are seen. Instead, fail
4613 when the test times out.
4614 (passes): New global.
4615 (top level): Break the testing loop if testing fails on any
4616 iteration. Use gdb_assert.
4617
b9394193
DB
46182015-02-04 Don Breazeal <donb@codesourcery.com>
4619
4620 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4621 and initialize them.
4622 (ipc_cleanup): New function.
4623 (main): Don't declare shmid, semid, and msqid. Add a call to
4624 atexit so that we call ipc_cleanup on exit.
4625
42d9e528
PA
46262015-02-04 Pedro Alves <palves@redhat.com>
4627
4628 * boards/native-extended-gdbserver.exp: Remove any target variant
4629 specifications from the board name before clearing the isremote
4630 flag from board_info.
4631
ae6ae975
DE
46322015-01-31 Doug Evans <xdje42@gmail.com>
4633
4634 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4635
cfb069a8
GB
46362015-01-31 Gary Benson <gbenson@redhat.com>
4637
4638 * gdb.base/completion.exp: Disable completion limiting for
4639 existing tests. Add new tests to check completion limiting.
4640 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4641
5dd31d79
DE
46422015-01-31 Doug Evans <xdje42@gmail.com>
4643
4644 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4645
9f050062
DE
46462015-01-31 Doug Evans <xdje42@gmail.com>
4647
4648 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4649 entries. Duplicate file section script entries.
4650 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4651 inlined entries. Add test for safe-path rejection.
4652 * gdb.python/py-section-script.c: Add duplicate inlined section script
4653 entries. Duplicate file section script entries.
4654 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4655 inlined entries. Add test for safe-path rejection.
4656
df25ebbd
JB
46572015-01-29 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.ada/disc_arr_bound: New testcase.
4660
4a0ca9ec
JB
46612015-01-29 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.ada/mi_var_array: New testcase.
4664
3a8b707a
DE
46652015-01-27 Doug Evans <dje@google.com>
4666
4667 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4668 Add test for objfile.filename, objfile.username after objfile
4669 has been unloaded.
4670
f8313f6e
JB
46712015-01-26 Joel Brobecker <brobecker@adacore.com>
4672
4673 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4674 the second test to print the name attribute of value
4675 returned by the call to gdb.lookup_type, and adjust
4676 the expected output accordingly.
4677
37bc665e
MW
46782015-01-25 Mark Wielaard <mjw@redhat.com>
4679
4680 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4681 * gdb.base/disp-step-fork.c: Include unistd.h.
4682 * gdb.base/siginfo-obj.c: Include stdio.h.
4683 * gdb.base/siginfo-thread.c: Likewise.
4684 * gdb.mi/non-stop.c: Include unistd.h.
4685 * gdb.mi/nsthrexec.c: Include stdio.h.
4686 * gdb.mi/pthreads.c: Include unistd.h.
4687 * gdb.modula2/unbounded1.c (main): Declare returns int.
4688 * gdb.reverse/consecutive-reverse.c: Likewise.
4689 * gdb.threads/create-fail.c: Include unistd.h.
4690 * gdb.threads/killed.c: Likewise.
4691 * gdb.threads/linux-dp.c: Likewise.
4692 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4693 * gdb.threads/non-ldr-exc-2.c: Likewise.
4694 * gdb.threads/non-ldr-exc-3.c: Likewise.
4695 * gdb.threads/non-ldr-exc-4.c: Likewise.
4696 * gdb.threads/pthreads.c: Include unistd.h.
4697 (main): Declare returns int.
4698 * gdb.threads/tls-main.c (foo): New declaration.
4699 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4700
f7e5394d
SM
47012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4702
4703 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4704 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4705
743649fd
MW
47062015-01-15 Mark Wielaard <mjw@redhat.com>
4707
4708 * gdb.base/noreturn-return.c: New file.
4709 * gdb.base/noreturn-return.exp: New file.
4710 * gdb.base/noreturn-finish.c: New file.
4711 * gdb.base/noreturn-finish.exp: New file.
4712
198297aa
PA
47132015-01-23 Pedro Alves <palves@redhat.com>
4714
4715 * gdb.threads/continue-pending-after-query.c: New file.
4716 * gdb.threads/continue-pending-after-query.exp: New file.
4717
717cf30c
AG
47182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4719 Simon Marchi <simon.marchi@ericsson.com>
4720
4721 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4722 * gdb.base/valgrind-db-attach.exp: Same.
4723 * gdb.base/valgrind-infcall.exp: Same.
4724 * lib/mi-support.exp (default_mi_gdb_start): Same.
4725 * lib/prompt.exp (default_prompt_gdb_start): Same.
4726 * lib/gdb.exp (default_gdb_spawn): Same.
4727 (gdb_interact): New.
4728
4729
4b62a76e
JK
47302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 * gdb.compile/compile.exp (pointer to jit function): New test.
4733
b4cdae6f
WW
47342015-01-17 Wei-cheng Wang <cole945@gmail.com>
4735
4736 * lib/gdb.exp (supports_process_record): Return true for
4737 powerpc*-*-linux*.
4738 (supports_reverse): Likewise.
4739
d221e7ef
DB
47402015-01-15 Don Breazeal <donb@codesourcery.com>
4741
4742 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4743 instead of checking whether the target board is remote and
4744 use spawn_wait_for_attach instead of exec/sleep.
4745 * gdb.base/attach-twice.exp: Likewise.
4746
bafffb51
JB
47472015-01-15 Joel Brobecker <brobecker@adacore.com>
4748
4749 * gdb.ada/var_arr_attrs: New testcase.
4750
5589af0e
PA
47512015-01-14 Pedro Alves <palves@redhat.com>
4752 Joel Brobecker <brobecker@adacore.com>
4753
4754 PR gdb/17525
4755 * gdb.base/bp-cmds-execution-x-script.c: New file.
4756 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4757 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4758
6c400b59
PA
47592015-01-14 Pedro Alves <palves@redhat.com>
4760
4761 PR cli/17828
4762 * gdb.base/batch-preserve-term-settings.c: New file.
4763 * gdb.base/batch-preserve-term-settings.exp: New file.
4764
e02c96a7
DE
47652015-01-13 Doug Evans <dje@google.com>
4766
4767 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4768 binary.
4769
576fd14c
JB
47702015-01-13 Joel Brobecker <brobecker@adacore.com>
4771
4772 * Makefile.in (clean mostlyclean): Do not delete *.py.
4773
04dccad0
JB
47742015-01-13 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.python/py-lookup-type.exp: New file.
4777
3d230f71
PA
47782015-01-12 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4781 restore GDBFLAGS before returning.
4782
7e67715d
JK
47832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4784
4785 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4786 is_amd64_regs_target and is_x86_like_target.
4787
f2e0d4b4
DE
47882015-01-11 Doug Evans <xdje42@gmail.com>
4789
4790 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4791 is given without an explicit form.
4792 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4793 attributes.
4794 * gdb.dwarf/corrupt.exp: Ditto.
4795 * gdb.dwarf2/enum-type.exp: Ditto.
4796 * gdb.trace/entry-values.exp: Ditto.
4797 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4798
439250fb
DE
47992015-01-11 Doug Evans <xdje42@gmail.com>
4800
4801 PR gdb/15830
4802 * gdb.base/maint.exp: Remove references to "maint demangle".
4803 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4804 Add tests for explicitly specifying language to demangle.
4805 * gdb.dlang/demangle.exp: Ditto.
4806
ede9f622
PA
48072015-01-09 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.threads/non-stop-fair-events.c: New file.
4810 * gdb.threads/non-stop-fair-events.exp: New file.
4811
a7b796db
PA
48122015-01-09 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4815 the global scope. Set a breakpoint after all threads are started
4816 rather than stepping over two source lines. Expect the prompt.
4817 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4818 global.
4819 (NUM): Now 15.
4820 (main): Use threads_started_barrier to wait for all threads to
4821 start. Main thread no longer calls thread_function. Exit after
4822 180 seconds.
4823 (loop): New function.
4824 (thread_function): Wait on threads_started_barrier barrier. Call
4825 'loop' at each iteration.
4826 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4827 threads have started, instead of hardcoding number of "next"
4828 steps. Use an access watchpoint instead of a write watchpoint.
4829
9665ffdd
PA
48302015-01-09 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4833 (thread_func): Wait on barrier.
4834 (main): Wait for all threads to start before stopping GDB.
4835 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4836 global.
4837 (thread1_func, thread2_func): Wait on barrier.
4838 (main): Wait for all threads to start before stopping GDB.
4839 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4840 New global.
4841 (thread1_func, thread2_func): Wait on barrier.
4842 (main): Wait for all threads to start before stopping GDB.
4843
c945a99f
PA
48442015-01-09 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.threads/attach-many-short-lived-threads.c: New file.
4847 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4848
c1a747c1
PA
48492014-01-09 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4852 instead of to thread 2.
4853 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4854 Add barrier around each pthread_create call instead of around all
4855 calls.
4856 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4857 Set a break on thread_function and have the child threads hit it
4858 one at at a time.
4859
60b3033e
PA
48602015-01-09 Pedro Alves <palves@redhat.com>
4861
4862 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4863 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4864 false.
4865 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4866 checking whether the target board is remote.
4867 * gdb.multi/multi-attach.exp: Likewise.
4868 * gdb.python/py-sync-interp.exp: Likewise.
4869 * gdb.server/ext-attach.exp: Likewise.
4870 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4871 tests that need to attach, instead of checking whether the target
4872 board is remote at the top of the file.
4873
acc018ac
YQ
48742015-01-08 Yao Qi <yao@codesourcery.com>
4875
4876 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4877
50a18af8
JK
48782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 Fix testcase compilation.
4881 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4882
8503d6e1
JB
48832015-01-06 Joel Brobecker <brobecker@adacore.com>
4884
4885 * gdb.python/py-type.exp: Add a couple test about empty
4886 array creation, and negative-length array creation.
4887
cc73dbcc
DE
48882015-01-02 Doug Evans <xdje42@gmail.com>
4889
4890 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4891
0300bbc7
DE
48922015-01-02 Doug Evans <dje@google.com>
4893
4894 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4895
9d85a0ec
YQ
48962014-12-29 Yao Qi <yao@codesourcery.com>
4897
4898 * gdb.trace/entry-values.exp: Update comments. Rename variable
4899 bar_call_foo to returned_from_foo.
4900
87186c6a
MMN
49012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4902
4903 PR gdb/17394
4904 * gdb.linespec/break-asm-file.c: New file.
4905 * gdb.linespec/break-asm-file.exp: New file.
4906 * gdb.linespec/break-asm-file0.s: New file.
4907 * gdb.linespec/break-asm-file1.s: New file.
4908
1bab7383
YQ
49092014-12-18 Nigel Stephens <nigel@mips.com>
4910 Maciej W. Rozycki <macro@codesourcery.com>
4911
4912 * gdb.base/float.exp: Handle the new output from "info float" on
4913 MIPS targets.
4914
1bc1068a
JK
49152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4916
4917 Fix MinGW compilation.
4918 * gdb.compile/compile-ops.exp: Update untested message if
4919 !skip_compile_feature_tests.
4920 * gdb.compile/compile-setjmp.exp: Likewise.
4921 * gdb.compile/compile-tls.exp: Likewise.
4922 * gdb.compile/compile.exp: Likewise.
4923 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4924 supported on this host".
4925
b6615d10
DE
49262014-12-16 Doug Evans <xdje42@gmail.com>
4927
4928 * boards/stabs.exp: New file.
4929
25dda427
AA
49302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4931
4932 * gdb.base/completion.exp: Adjust to format changes of "maint
4933 print user-registers".
4934
bf330350
CU
49352014-12-16 Catalin Udma <catalin.udma@freescale.com>
4936
4937 PR server/17457
4938 * gdb.arch/aarch64-fp.c: New file.
4939 * gdb.arch/aarch64-fp.exp: New file.
4940
395cf596
SDJ
49412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4942
4943 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4944 r210637, r210913, r211666, r215400, r215817).
4945
4946 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4947 * dg-extract-results.py: New file.
4948 * dg-extract-results.sh: Use it if the environment seems
4949 suitable.
4950
4951 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4952
4953 * dg-extract-results.py (parse_run): Handle warnings that
4954 are printed before a test harness is run.
4955
4956 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4957
4958 * dg-extract-results.py (Named): Remove __cmp__ method.
4959 (output_variation): Use a key to sort variation.harnesses.
4960
4961 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4962
4963 * dg-extract-results.py: For Python 3, force sys.stdout to
4964 handle surrogate escape sequences.
4965 (safe_open): New function.
4966 (output_segment, main): Use it.
4967
4968 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4969
4970 * dg-extract-results.py (Prog.result_re): Include options
4971 in test name.
4972
4973 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4974
4975 * dg-extract-results.py (output_variation): Always sort if
4976 do_sum.
4977
e882ef3c
SM
49782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4979
4980 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4981 as long as we get pagination notifications.
4982
4992aa20
JM
49832014-12-15 Jason Merrill <jason@redhat.com>
4984
4985 * Makefile.in (check-gdb.%): Restore.
4986 * README: Mention it.
4987
c1b5a1a6
JB
49882014-12-13 Joel Brobecker <brobecker@adacore.com>
4989
4990 * gdb.ada/str_uninit: New testcase.
4991
5537b577
JK
49922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 PR symtab/17642
4995 * gdb.base/vla-stub-define.c: New file.
4996 * gdb.base/vla-stub.c: New file.
4997 * gdb.base/vla-stub.exp: New file.
4998
bb2ec1b3
TT
49992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5000 Jan Kratochvil <jan.kratochvil@redhat.com>
5001 Tom Tromey <tromey@redhat.com>
5002
5003 * configure.ac: Add gdb.compile/.
5004 * configure: Regenerate.
5005 * gdb.compile/Makefile.in: New file.
5006 * gdb.compile/compile-ops.exp: New file.
5007 * gdb.compile/compile-ops.c: New file.
5008 * gdb.compile/compile-tls.c: New file.
5009 * gdb.compile/compile-tls.exp: New file.
5010 * gdb.compile/compile-constvar.S: New file.
5011 * gdb.compile/compile-constvar.c: New file.
5012 * gdb.compile/compile-mod.c: New file.
5013 * gdb.compile/compile-nodebug.c: New file.
5014 * gdb.compile/compile-setjmp-mod.c: New file.
5015 * gdb.compile/compile-setjmp.c: New file.
5016 * gdb.compile/compile-setjmp.exp: New file.
5017 * gdb.compile/compile-shlib.c: New file.
5018 * gdb.compile/compile.c: New file.
5019 * gdb.compile/compile.exp: New file.
5020 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5021
4ff709eb
TT
50222014-12-12 Tom Tromey <tromey@redhat.com>
5023
5024 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5025 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5026
6dddd6a5
DE
50272014-12-12 Doug Evans <dje@google.com>
5028
5029 * lib/gdb-python.exp (get_python_valueof): New function.
5030 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5031
71c24708
AA
50322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5033
5034 * gdb.base/completion.exp: Add test for completion of "info
5035 registers ".
5036
3e29f34a
MR
50372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5038
5039 * gdb.base/func-ptrs.c: New file.
5040 * gdb.base/func-ptrs.exp: New file.
5041
fc126975
SM
50422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5043
5044 PR breakpoints/17012
5045 * gdb.base/dprintf-detach.c: New file.
5046 * gdb.base/dprintf-detach.exp: New file.
5047
0a46d518
SM
50482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5049
5050 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5051 * lib/gdb.exp (target_is_gdbserver): New procedure.
5052
a0be3e44
DE
50532014-12-08 Doug Evans <dje@google.com>
5054
5055 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5056
df1b803a
YQ
50572014-12-05 Yao Qi <yao@codesourcery.com>
5058
5059 * gdb.guile/scm-error.exp: Remove the third argument to
5060 gdb_remote_download.
5061 * gdb.guile/scm-frame-args.exp: Likewise.
5062 * gdb.guile/scm-section-script.exp: Likewise.
5063
ddb9f679
YQ
50642014-12-05 Yao Qi <yao@codesourcery.com>
5065
5066 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5067
86e4ed39
DE
50682014-12-04 Doug Evans <dje@google.com>
5069
5070 * gdb.python/py-objfile.exp: Add tests for
5071 objfile.add_separate_debug_file.
5072
7c50a931
DE
50732014-12-04 Doug Evans <dje@google.com>
5074
5075 * lib/gdb.exp (get_build_id): New function.
5076 (build_id_debug_filename_get): Rewrite to use it.
5077 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5078
621661e3
MR
50792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5080
5081 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5082 `method(long)', not just 0x0.
5083 * gdb.cp/nsalias.exp: Align code labels to 4.
5084 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5085 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5086 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5087 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5088 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5089 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5090
29f0c3b7
DE
50912014-12-02 Doug Evans <dje@google.com>
5092
e1e061e7 5093 PR symtab/17602
29f0c3b7 5094 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5095 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5096 * gdb.cp/anon-ns.exp: Update.
5097
162078c8
NB
50982014-12-02 Nick Bull <nicholaspbull@gmail.com>
5099
5100 * gdb.python/py-events.py (inferior_call_handler): New.
5101 (register_changed_handler, memory_changed_handler): New.
5102 (test_events.invoke): Register new handlers.
5103 * gdb.python/py-events.exp: Add tests for inferior call,
5104 memory_changed and register_changed events.
5105
fdb09caf
AA
51062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5107
5108 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5109 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5110 if the linker doesn't understand this.
5111
55cfb2c4
SM
51122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5113
5114 * gdb.python/python.exp: Change expected reply to help().
5115
9e8cd6df
YQ
51162014-12-01 Yao Qi <yao@codesourcery.com>
5117
5118 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5119 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5120 * configure: Re-generated.
5121
6c659fc2
SC
51222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5123
5124 * gdb.cp/chained-calls.cc: New file.
5125 * gdb.cp/chained-calls.exp: New file.
5126 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5127
d7fc3181
SM
51282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5129
5130 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5131 * gdb.dwarf2/symtab-producer.exp: Same.
5132 * gdb.gdb/python-interrupts.exp: Same.
5133 * gdb.gdb/python-selftest.exp: Same.
5134 * gdb.python/py-linetable.exp: Same.
5135 * gdb.python/py-type.exp: Same.
5136 * gdb.python/py-value-cc.exp: Same.
5137 * gdb.python/py-value.exp: Same.
5138
10e79639
YQ
51392014-11-28 Yao Qi <yao@codesourcery.com>
5140
5141 * gdb.base/break-probes.exp: Match library name prefixed with
5142 sysroot.
5143
f28a0564
SM
51442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5145
5146 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5147 test expected output. Add parentheses for the call to print.
5148 Remove L suffix from integers.
5149
3fe1ce1d
DE
51502014-11-26 Doug Evans <dje@google.com>
5151
5152 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5153
84429e27
YQ
51542014-11-22 Yao Qi <yao@codesourcery.com>
5155
5156 * gdb.trace/entry-values.c: Remove asms.
5157 (foo): Add foo_label.
5158 (bar): Add bar_label.
5159 * gdb.trace/entry-values.exp: Remove code computing foo's
5160 length and bar's length.
5161 (Dwarf::assemble): Invoke function_range for bar and use
5162 MACRO_AT_func for foo.
5163
26741859
YQ
51642014-11-22 Yao Qi <yao@codesourcery.com>
5165
5166 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5167 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5168 Use .Lgcc43_procstart instead of gcc43.
5169
45e44d27
JB
51702014-11-21 Joel Brobecker <brobecker@adacore.com>
5171
5172 * gdb.ada/n_arr_bound: New testcase.
5173
458c8db8
SDJ
51742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5175
5176 PR breakpoints/10737
5177 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5178 test_catch_syscall_multi_arch.
5179 (test_catch_syscall_multi_arch): New function.
5180
43f3e411
DE
51812014-11-20 Doug Evans <xdje42@gmail.com>
5182
5183 * gdb.base/maint.exp: Update expected output.
5184
0d7b2549
AA
51852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5186
5187 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5188 4-byte instruction on S390.
5189
8908fca5
JB
51902014-11-19 Joel Brobecker <brobecker@adacore.com>
5191
5192 * gdb.ada/arr_arr: New testcase.
5193
4a46959e
JB
51942014-11-19 Joel Brobecker <brobecker@adacore.com>
5195
5196 * gdb.ada/pkd_arr_elem: New Testcase.
5197
470e2f4e
LM
51982014-11-18 Luis Machado <lgustavo@codesourcery.com>
5199
5200 * gdb.reverse/break-precsave: Expect completion message for
5201 core file reads.
5202 * gdb.reverse/consecutive-precsave.exp: Likewise.
5203 * gdb.reverse/finish-precsave.exp: Likewise.
5204 * gdb.reverse/i386-precsave.exp: Likewise.
5205 * gdb.reverse/machinestate-precsave.exp: Likewise.
5206 * gdb.reverse/sigall-precsave.exp: Likewise.
5207 * gdb.reverse/solib-precsave.exp: Likewise.
5208 * gdb.reverse/step-precsave.exp: Likewise.
5209 * gdb.reverse/until-precsave.exp: Likewise.
5210 * gdb.reverse/watch-precsave.exp: Likewise.
5211
a267f3ad
AA
52122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5213
5214 * gdb.base/bp-permanent.c: Include unistd.h.
5215 * gdb.python/py-framefilter-mi.c (main): Add return type.
5216 * gdb.python/py-framefilter.c (main): Likewise.
5217 * gdb.trace/actions-changed.c (main): Likewise.
5218
12084a9a
AA
52192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5220
5221 * gdb.mi/until.c: Add eye-catchers.
5222 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5223 line numbers.
5224
dc7e1a77
AA
52252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5226
5227 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5228 function header variants in break1.c.
5229 * gdb.base/ena-dis-br.exp: Likewise.
5230 * gdb.base/hbreak2.exp: Likewise.
5231 * gdb.reverse/until-precsave.exp: Drop references to removed
5232 non-prototype function header variants in ur1.c.
5233 * gdb.reverse/until-reverse.exp: Likewise.
5234
41c77605
PM
52352014-11-17 Petr Machata <pmachata@redhat.com>
5236
5237 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5238 ${_cu_offset_size} bytes abbrev offset.
5239
34248c3a
DE
52402014-11-15 Doug Evans <xdje42@gmail.com>
5241
5242 PR symtab/17559
5243 * gdb.base/line-symtabs.exp: New file.
5244 * gdb.base/line-symtabs.c: New file.
5245 * gdb.base/line-symtabs.h: New file.
5246
646da059
YQ
52472014-11-14 Yao Qi <yao@codesourcery.com>
5248
5249 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5250 (func): Add label func_label.
5251 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5252 Replace low_pc and high_pc with MACRO_AT_range.
5253 Replace name, low_pc and high_pc with MACRO_AT_func.
5254
9301ebe6
YQ
52552014-11-14 Yao Qi <yao@codesourcery.com>
5256
5257 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5258 Replace name, low_pc and high_pc with MACRO_AT_func.
5259
f166b542
YQ
52602014-11-14 Yao Qi <yao@codesourcery.com>
5261
5262 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5263 produce debug information.
5264 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5265
0f6e71e3
YQ
52662014-11-14 Yao Qi <yao@codesourcery.com>
5267
5268 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5269 object and get function length.
5270 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5271 with MACRO_AT_func.
5272 (top-level): Replace gdb_compile and clean_restart with
5273 prepare_for_testing.
5274 * gdb.dwarf2/main.c (main): Add label main_label.
5275
876c4df9
YQ
52762014-11-14 Yao Qi <yao@codesourcery.com>
5277
5278 * lib/dwarf.exp (function_range): New procedure.
5279 (Dwarf::_handle_macro_at_func): New procedure.
5280 (Dwarf::_handle_macro_at_range): New procedure.
5281 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5282
02ad9cf1
YQ
52832014-11-14 Yao Qi <yao@codesourcery.com>
5284
5285 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5286 (_handle_attribute): New procedure.
5287
a59add0c
AA
52882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5289
5290 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5291 * gdb.base/call-sc.c (zed): Likewise.
5292 * gdb.base/checkpoint.c (main): Likewise.
5293 * gdb.base/dump.c (main): Likewise.
5294 * gdb.base/gcore.c (main): Likewise.
5295 * gdb.base/huge.c (main): Likewise.
5296 * gdb.base/multi-forks.c (main): Likewise.
5297 * gdb.base/pr10179-a.c (main): Likewise.
5298 * gdb.base/savedregs.c (main): Likewise.
5299 * gdb.base/sigaltstack.c (main): Likewise.
5300 * gdb.base/siginfo.c (main): Likewise.
5301 * gdb.base/structs.c (zed): Likewise.
5302 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5303 * gdb.mi/mi-syn-frame.c (main): Likewise.
5304 * gdb.mi/until.c (foo, main): Likewise.
5305 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5306 * gdb.base/solib-weak.c (foo): Declare.
5307 * gdb.base/attach-twice.c: Include stdio.h.
5308 * gdb.base/weaklib1.c: Likewise.
5309 * gdb.base/weaklib2.c: Likewise.
5310 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5311 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5312 unistd.h.
5313 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5314 * gdb.mi/mi-exit-code.c: Likewise.
5315 * gdb.base/break-interp-lib.c: Include string.h.
5316 * gdb.base/coremaker.c: Likewise.
5317 * gdb.base/testenv.c: Likewise.
5318 * gdb.python/py-finish-breakpoint.c: Likewise.
5319 * gdb.base/inferior-died.c: Include sys/wait.h.
5320 * gdb.base/fileio.c: Include time.h.
5321 * gdb.base/async-shell.c: Include unistd.h.
5322 * gdb.base/dprintf-non-stop.c: Likewise.
5323 * gdb.base/info-os.c: Likewise.
5324 * gdb.mi/mi-console.c: Likewise.
5325 * gdb.mi/watch-nonstop.c: Likewise.
5326 * gdb.python/py-events.c: Likewise.
5327 * gdb.base/async.c (baz): Move up before its invocation.
5328 * gdb.base/code_elim2.c (my_global_func): Likewise.
5329 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5330 * gdb.base/advance.c (func2): Likewise.
5331
3b5d5997
AA
53322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5333
5334 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5335 variant.
5336 * gdb.base/annota3.c: Likewise.
5337 * gdb.base/async.c: Likewise.
5338 * gdb.base/average.c: Likewise.
5339 * gdb.base/call-ar-st.c: Likewise.
5340 * gdb.base/call-rt-st.c: Likewise.
5341 * gdb.base/call-sc.c: Likewise.
5342 * gdb.base/call-strs.c: Likewise.
5343 * gdb.base/ending-run.c: Likewise.
5344 * gdb.base/execd-prog.c: Likewise.
5345 * gdb.base/exprs.c: Likewise.
5346 * gdb.base/foll-exec.c: Likewise.
5347 * gdb.base/foll-fork.c: Likewise.
5348 * gdb.base/foll-vfork.c: Likewise.
5349 * gdb.base/funcargs.c: Likewise.
5350 * gdb.base/gcore.c: Likewise.
5351 * gdb.base/jump.c: Likewise.
5352 * gdb.base/langs0.c: Likewise.
5353 * gdb.base/langs1.c: Likewise.
5354 * gdb.base/langs2.c: Likewise.
5355 * gdb.base/mips_pro.c: Likewise.
5356 * gdb.base/nodebug.c: Likewise.
5357 * gdb.base/opaque0.c: Likewise.
5358 * gdb.base/opaque1.c: Likewise.
5359 * gdb.base/recurse.c: Likewise.
5360 * gdb.base/run.c: Likewise.
5361 * gdb.base/scope0.c: Likewise.
5362 * gdb.base/scope1.c: Likewise.
5363 * gdb.base/setshow.c: Likewise.
5364 * gdb.base/setvar.c: Likewise.
5365 * gdb.base/shmain.c: Likewise.
5366 * gdb.base/shr1.c: Likewise.
5367 * gdb.base/shr2.c: Likewise.
5368 * gdb.base/sigall.c: Likewise.
5369 * gdb.base/signals.c: Likewise.
5370 * gdb.base/so-indr-cl.c: Likewise.
5371 * gdb.base/solib2.c: Likewise.
5372 * gdb.base/structs.c: Likewise.
5373 * gdb.base/sum.c: Likewise.
5374 * gdb.base/vforked-prog.c: Likewise.
5375 * gdb.base/watchpoint.c: Likewise.
5376 * gdb.reverse/shr2.c: Likewise.
5377 * gdb.reverse/until-reverse.c: Likewise.
5378 * gdb.reverse/ur1.c: Likewise.
5379 * gdb.reverse/watch-reverse.c: Likewise.
5380
066a77c5
AA
53812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5382
5383 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5384 variant.
5385 * gdb.base/sepdebug.exp: Drop references to removed code.
5386
4f204ea5
AA
53872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5388
5389 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5390 variant. Preserve original line numbering.
5391 * gdb.base/list1.c: Likewise.
5392
3b377a3a
AA
53932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5394
5395 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5396 variant.
5397 * gdb.base/break1.c: Likewise.
5398 * gdb.base/break.exp: Drop references to removed code.
5399
e444df73
AA
54002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5401
5402 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5403 variant.
5404
8008f2a7
AA
54052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5406
5407 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5408
a5a06887
AA
54092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5410
5411 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5412 logic into perform_all_tests() and invoke it with and without
5413 function header prototypes.
5414 (do_function_calls): Remove conditional XFAIL for PR 5318.
5415 (rerun_and_prepare): Remove duplicate code.
5416 (perform_all_tests): New. Main logic moved here.
5417
44dba9b9
AA
54182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5419
5420 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5421 code guarded by #ifdef NO_PROTOTYPES.
5422 (t_double_many_args): Likewise.
5423 (DEF_FUNC_MANY_ARGS_1): Likewise.
5424 (DEF_FUNC_VALUES_1): Likewise.
5425 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5426 guarded by #ifdef PROTOTYPES.
5427
d1fbcd56
AA
54282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5429
5430 * gdb.mi/mi-console.c: Add eye-catcher.
5431 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5432 instead of literal line number.
5433
b0e59b8f
AA
54342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5435
5436 * gdb.base/shr2.c: Add eye-catcher.
5437 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5438 line number.
5439
78f98cca
AA
54402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5441
5442 * gdb.base/jump.c: Add eye-catchers.
5443 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5444 numbers.
5445
58fa2af0
AA
54462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5447
5448 * gdb.base/execd-prog.c: Add eye-catchers.
5449 * gdb.base/foll-exec.c: Likewise.
5450 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5451 line numbers.
5452
04e5059b
AA
54532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5454
5455 * gdb.base/ending-run.c: Add eye-catchers.
5456 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5457 literal line numbers.
5458
dbfdb174
AA
54592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5460
5461 * gdb.base/call-rt-st.c: Add eye-catchers.
5462 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5463 literal line numbers.
5464
888a2ade
AA
54652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5466
5467 * gdb.base/call-ar-st.c: Add eye-catchers.
5468 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5469 literal line numbers.
5470
6acc2dde
AA
54712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5472
5473 * gdb.base/average.c: Add eye-catchers.
5474 * gdb.base/sum.c: Likewise.
5475 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5476 regexps dynamically.
5477
9ecfcd1d
AA
54782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5479
5480 * gdb.base/solib1.c: Add eye-catchers.
5481 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5482 literal line numbers.
5483
78708b7c
PA
54842014-11-12 Pedro Alves <palves@redhat.com>
5485
5486 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5487 leader has exited.
5488
af48d08f
PA
54892014-11-12 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.arch/i386-bp_permanent.c: New file.
5492 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5493 (srcfile): Set to i386-bp_permanent.c.
5494 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5495 that stepi does not execute the 'leave' instruction, instead of
5496 testing it does execute.
5497 * gdb.base/bp-permanent.c: New file.
5498 * gdb.base/bp-permanent.exp: New file.
5499
af3768e9
DE
55002014-11-10 Doug Evans <xdje42@gmail.com>
5501
5502 PR symtab/17564
5503 * gdb.base/symtab-search-order.exp: New file.
5504 * gdb.base/symtab-search-order.c: New file.
5505 * gdb.base/symtab-search-order-1.c: New file.
5506 * gdb.base/symtab-search-order-shlib-1.c: New file.
5507
9de00a4a
PA
55082014-11-07 Pedro Alves <palves@redhat.com>
5509
5510 PR gdb/17511
5511 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5512 i?86-*-linux*.
5513
e0f52461
SC
55142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5515
5516 PR c++/17494
5517 * gdb.cp/pr17494.cc: New file.
5518 * gdb.cp/pr17494.exp: New file.
5519
6ce8c980
YQ
55202014-11-02 Yao Qi <yao@codesourcery.com>
5521
5522 * gdb.python/python.exp: Get working directory and match the
5523 output of "set extended-prompt \\w " with it.
5524
02be9a71
DE
55252014-10-30 Doug Evans <dje@google.com>
5526
5527 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5528 in objfiles.
5529 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5530 in progspaces.
5531
3bdff46b
LM
55322014-10-30 Janis Johnson <janisjo@codesourcery.com>
5533
5534 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5535 * gdb.base/realname-expand.exp: Likewise.
5536 * gdb.linespec/macro-relative.exp: Likewise.
5537
ab917dfb
PA
55382014-10-29 Pedro Alves <palves@redhat.com>
5539
5540 PR gdb/17408
5541 * gdb.threads/schedlock.c (some_function): New function.
5542 (call_function): New global.
5543 (MAYBE_CALL_SOME_FUNCTION): New macro.
5544 (thread_function): Call it.
5545 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5546 and use it instead of a global counter. Adjust all callers.
5547 (get_current_thread): Use "find current thread" for test message
5548 here rather than having all callers pass down the same string.
5549 (goto_loop): New procedure, factored out from ...
5550 (my_continue): ... this.
5551 (step_ten_loops): Change parameter from test message to command to
5552 use. Adjust.
5553 (list_count): Delete global.
5554 (check_result): New procedure, factored out from duplicate top
5555 level code.
5556 (continue tests): Wrap in with_test_prefix.
5557 (test_step): New procedure, factored out from duplicate top level
5558 code.
5559 (top level): Test "step" in combination with all scheduler-locking
5560 modes. Test "next" in combination with all scheduler-locking
5561 modes, and in combination with stepping over a function call or
5562 not.
5563 * gdb.threads/next-bp-other-thread.c: New file.
5564 * gdb.threads/next-bp-other-thread.exp: New file.
5565
d3d4baed
PA
55662014-10-29 Pedro Alves <palves@redhat.com>
5567
5568 PR python/17372
5569 * gdb.python/python.exp: Test a multi-line command that spawns
5570 interactive Python.
5571 * gdb.base/multi-line-starts-subshell.exp: New file.
5572
563e8d85
YQ
55732014-10-29 Yao Qi <yao@codesourcery.com>
5574
5575 * gdb.base/fileio.exp: Make directories on host.
5576
0ea4d52e
YQ
55772014-10-29 Yao Qi <yao@codesourcery.com>
5578
5579 * gdb.base/fileio.c (test_write): Close the file.
5580
7f5ef605
PA
55812014-10-28 Pedro Alves <palves@redhat.com>
5582
5583 PR gdb/12623
5584 * gdb.base/sigstep.c (no_handler): New global.
5585 (main): If 'no_handler is true, set the signal handlers to
5586 SIG_IGN.
5587 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5588 with_sw_watch and no_handler parameters. Handle them.
5589 (top level) <stepping over handler when stopped at a breakpoint
5590 test>: Add a test axis for testing with a software watchpoint, and
5591 another for testing with the signal handler set to SIG_IGN.
5592 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5593 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5594
abbdbd03
PA
55952014-10-28 Pedro Alves <palves@redhat.com>
5596
5597 PR gdb/17511
5598 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5599 * gdb.base/sigstep.exp (other_handler_location): New global.
5600 (advance): Support stepping into the signal handler, and running
5601 commands while in the handler.
5602 (in_handler_map): New global.
5603 (top level): In the advance test, add combinations for getting
5604 into the handler with stepping commands, and for running commands
5605 in the handler. Add comment descripting the advancei tests.
5606
1df4399f
PA
56072014-10-28 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.base/sigstep.exp: Use build_executable instead of
5610 prepare_for_testing.
5611 (top level): Move code that starts GDB, runs to main and creates a
5612 display to ...
5613 (restart): ... this new procedure.
5614 (top level): Move backtrace from signal handler test to ...
5615 (validate_backtrace): ... this new procedure.
5616 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5617 with_test_prefix. Always restart GDB.
5618 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5619 with_test_prefix. Always restart GDB. No need to delete
5620 breakpoints after the test.
5621 (test_skip_handler): Remove prefix parameter.
5622 (skip_over_handler, breakpoint_to_handler)
5623 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5624 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5625 restart GDB. No need to delete breakpoints after the test.
5626 (top level): Use foreach to call the test procedures with
5627 different commands.
5628
a5b6e449
PA
56292014-10-28 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5632 instead of GNATS numbers.
5633 * gdb.base/sigbpt.exp: Likewise.
5634 * gdb.base/siginfo.exp: Likewise.
5635 * gdb.base/sigstep.exp: Likewise.
5636
e5f8a7cc
PA
56372014-10-27 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/sigstep.c (dummy): New global.
5640 (main): Issue a couple writes to the new global.
5641 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5642 procedures.
5643 (skip_over_handler): Use test_skip_handler.
5644 (top level): Call skip_over_handler for stepi and nexti too.
5645 (breakpoint_over_handler): Use test_skip_handler.
5646 (top level): Call breakpoint_over_handler for stepi and nexti too.
5647
763905a3
YQ
56482014-10-27 Yao Qi <yao@codesourcery.com>
5649
5650 * gdb.trace/tfile.c (adjust_function_address)
5651 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5652 function descriptor.
5653
6f259a23
DB
56542014-10-24 Don Breazeal <donb@codesourcery.com>
5655
5656 * gdb.base/foll-fork.exp (test_follow_fork,
5657 catch_fork_child_follow): Check for updated fork messages emitted
5658 from infrun.c.
5659 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5660 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5661 vfork_and_exec_child_follow_through_step): Check for updated vfork
5662 messages emitted from infrun.c.
5663
09dd9a69
PA
56642014-10-24 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/corefile.exp: Remove references to ultrix.
5667 * gdb.base/interrupt.exp: Likewise.
5668 * gdb.base/whatis.exp: Likewise.
5669 * gdb.gdb/selftest.exp: Likewise.
5670 * gdb.threads/manythreads.exp: Likewise.
5671 * gdb.threads/print-threads.exp: Likewise.
5672 * gdb.threads/pthreads.exp:: Likewise.
5673 * gdb.threads/schedlock.exp: Likewise.
5674
3433cfa5
SC
56752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5676
5677 * gdb.cp/non-trivial-retval.cc: Add a test case.
5678 * gdb.cp/non-trivial-retval.exp: Add a test.
5679
092f880b
YQ
56802014-10-20 Yao Qi <yao@codesourcery.com>
5681
5682 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5683 * gdb.python/py-objfile-script-gdb.py: New file.
5684 * gdb.python/py-objfile-script.exp: Update reference to
5685 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5686 of remote_download. Remove the dest file.
5687
acbdb7f3
YQ
56882014-10-20 Yao Qi <yao@codesourcery.com>
5689
5690 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5691 * gdb.base/step-line.exp: Likewise.
5692 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5693 * gdb.dwarf2/dw2-basic.exp: Likewise.
5694 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5695 * gdb.dwarf2/dw2-filename.exp: Likewise.
5696 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5697 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5698 * gdb.dwarf2/dw2-producer.exp: Likewise.
5699 * gdb.dwarf2/mac-fileno.exp: Likewise.
5700 * gdb.python/py-frame-args.exp: Likewise.
5701 * gdb.python/py-framefilter.exp: Likewise.
5702 * gdb.python/py-mi.exp: Likewise.
5703 * gdb.python/py-objfile-script.exp: Likewise
5704 * gdb.python/py-pp-integral.exp: Likewise.
5705 * gdb.python/py-pp-re-notag.exp: Likewise.
5706 * gdb.python/py-prettyprint.exp: Likewise.
5707 * gdb.python/py-section-script.exp: Likewise.
5708 * gdb.python/py-typeprint.exp: Likewise.
5709 * gdb.python/py-xmethods.exp: Likewise.
5710 * gdb.stabs/weird.exp: Likewise.
5711 * gdb.xml/tdesc-regs.exp: Likewise.
5712
bd286a29
KCY
57132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5714
5715 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5716 (out_cu): Use addr_len for the size of addresses.
5717 (out_line): Likewise. Size DW_LNE_set_address instruction
5718 according to addr_len.
5719 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5720 (FUNC): Add START_INSNS to definition.
5721
673dc4a0
YQ
57222014-10-18 Yao Qi <yao@codesourcery.com>
5723
5724 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5725 gdb_has_argv0 return true.
5726 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5727 check [target_info exists noargs], check [gdb_has_argv0]
5728 instead.
5729 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5730 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5731 procedures.
5732
4ffbba72
DE
57332014-10-17 Doug Evans <dje@google.com>
5734
5735 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5736 event.
5737 * gdb.python/py-events.py: Add clear_objfiles event.
5738
d096d8c1
DE
57392014-10-17 Doug Evans <dje@google.com>
5740
5741 * gdb.python/py-objfile.exp: Test progspace attribute.
5742
a80db015
LM
57432014-10-17 Luis Machado <lgustavo@codesourcery.com>
5744
5745 * gdb.guile/scm-breakpoint.exp: Do not assume any
5746 directory separators when matching source file paths.
5747 * gdb.python/py-breakpoint.exp: Likewise.
5748 * gdb.reverse/break-precsave.exp: Likewise.
5749 * gdb.reverse/break-reverse.exp: Likewise.
5750 * gdb.reverse/consecutive-precsave.exp: Likewise.
5751 * gdb.reverse/finish-precsave.exp: Likewise.
5752 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5753 * gdb.reverse/finish-reverse.exp: Likewise.
5754 * gdb.reverse/i386-precsave.exp: Likewise.
5755 * gdb.reverse/i387-env-reverse.exp: Likewise.
5756 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5757 * gdb.reverse/machinestate-precsave.exp: Likewise.
5758 * gdb.reverse/machinestate.exp: Likewise.
5759 * gdb.reverse/sigall-precsave.exp: Likewise.
5760 * gdb.reverse/solib-precsave.exp: Likewise.
5761 * gdb.reverse/step-precsave.exp: Likewise.
5762 * gdb.reverse/until-precsave.exp: Likewise.
5763 * gdb.reverse/watch-precsave.exp: Likewise.
5764 * gdb.reverse/watch-reverse.exp: Likewise.
5765
b22089ab
YQ
57662014-10-17 Yao Qi <yao@codesourcery.com>
5767
5768 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5769 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5770
6c4486e6
PA
57712014-10-17 Pedro Alves <palves@redhat.com>
5772
5773 PR gdb/17471
5774 * gdb.base/bg-execution-repeat.c: New file.
5775 * gdb.base/bg-execution-repeat.exp: New file.
5776
0ff33695
PA
57772014-10-17 Pedro Alves <palves@redhat.com>
5778
5779 PR gdb/17300
5780 * gdb.base/continue-all-already-running.c: New file.
5781 * gdb.base/continue-all-already-running.exp: New file.
5782
6fdebc3d
PA
57832014-10-17 Pedro Alves <palves@redhat.com>
5784
5785 PR gdb/17472
5786 * gdb.base/annota-input-while-running.c: New file.
5787 * gdb.base/annota-input-while-running.exp: New file.
5788
32a8097b
PA
57892014-10-17 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/callfuncs.exp: emove references to osf.
5792 * gdb.base/sigall.exp: Likewise.
5793 * gdb.gdb/selftest.exp: Likewise.
5794 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5795 * gdb.mi/non-stop.c: Likewise.
5796 * gdb.mi/pthreads.c: Likewise.
5797 * gdb.reverse/sigall-precsave.exp: Likewise.
5798 * gdb.reverse/sigall-reverse.exp: Likewise.
5799 * gdb.threads/pthreads.c: Likewise.
5800 * gdb.threads/pthreads.exp: Likewise.
5801
7a3517ff
YQ
58022014-10-17 Yao Qi <yao@codesourcery.com>
5803
5804 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5805 check 'target_info exists noargs'.
5806 (test_command_prompt_position): Likewise.
5807 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5808 Remove "set args".
5809 (progvar_simple_while_test): Likewise.
5810 (progvar_complex_if_while_test): Likewise.
5811 (if_while_breakpoint_command_test): Likewise.
5812 (infrun_breakpoint_command_test): Likewise.
5813 (breakpoint_command_test): Likewise.
5814 (watchpoint_command_test): Likewise.
5815 (bp_deleted_in_command_test): Likewise.
5816 (temporary_breakpoint_commands): Likewise.
5817
bb99c472
YQ
58182014-10-16 Yao Qi <yao@codesourcery.com>
5819
5820 * gdb.base/remotetimeout.exp: Remove noargs checking.
5821
7c16b83e
PA
58222014-10-15 Pedro Alves <palves@redhat.com>
5823
5824 PR breakpoints/9649
5825 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5826 * gdb.base/breakpoint-in-ro-region.exp
5827 (probe_target_hardware_step): New procedure.
5828 (top level): Probe hardware stepping and hardware breakpoint
5829 support. Test stepping through a read-only region, with both
5830 "breakpoint auto-hw" on and off and both "always-inserted" on and
5831 off.
5832
35a49624
IB
58332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5834
5835 * gdb.dlang/demangle.exp: Update for demangling changes.
5836
2d1c107c
SC
58372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5838
5839 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5840 * gdb.cp/non-trivial-retval.exp: Add new tests.
5841
778811d5
SC
58422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5843
5844 PR c++/13403
5845 PR c++/15154
5846 * gdb.cp/non-trivial-retval.cc: New file.
5847 * gdb.cp/non-trivial-retval.exp: New file.
5848
10c5f0a8
YQ
58492014-10-15 Yao Qi <yao@codesourcery.com>
5850
5851 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5852 remote host.
5853
65d7b369
YQ
58542014-10-15 Yao Qi <yao@codesourcery.com>
5855
5856 * gdb.python/py-symbol.exp: Match file base name if host is
5857 remote, otherwise match file name with dir name.
5858 * gdb.python/py-symtab.exp: Likewise.
5859 * gdb.python/python.exp: Likewise.
5860
46dc1394
YQ
58612014-10-15 Yao Qi <yao@codesourcery.com>
5862
5863 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5864 pattern.
5865 * gdb.python/py-symtab.exp: Likewise.
5866 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5867 locationn.
5868
c40cc657
JB
58692014-10-14 Joel Brobecker <brobecker@adacore.com>
5870
5871 * gdb.ada/addr_arith: New testcase.
5872
2abf49e1
MR
58732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5874
5875 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5876 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5877 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5878 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5879
f7088df3
SDJ
58802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5881
5882 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5883 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5884 * gdb.arch/stap-eval-lang-ada.exp: New file.
5885
4dc06805
YQ
58862014-10-14 Yao Qi <yao@codesourcery.com>
5887
5888 * gdb.mi/mi-var-child.c (nothing1): New function.
5889 (nothing2): New function.
5890 (do_children_tests): Set function pointers by nothing1 and
5891 nothing2.
5892 * gdb.mi/mi-var-child.exp: Step over new added statements.
5893 Update test to match the new output.
5894 * gdb.mi/var-cmd.c (nothing1): New function.
5895 (nothing2): New function.
5896 (do_children_tests): Set function pointers by nothing1 and
5897 nothing2.
5898 * gdb.mi/mi-var-display.exp: Update test to match output.
5899 Step to the line specified by $line_dct_nothing.
5900 Increase the number of lines to step.
5901
46a93de2
YQ
59022014-10-14 Yao Qi <yao@codesourcery.com>
5903
5904 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5905 tests.
5906 * gdb.mi/mi2-var-child.exp: Likewise.
5907
14ea52ee
DE
59082014-10-13 Doug Evans <dje@google.com>
5909
5910 * gdb.python/py-objfile.exp: Change name of file name test.
5911
e5c6e92b
DE
59122014-10-13 Doug Evans <dje@google.com>
5913
5914 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5915 from the start of the CU.
5916
c780cc2f
JK
59172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5918 Yao Qi <yao@codesourcery.com>
5919
5920 Fix "save breakpoints" for "catch" command.
5921 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5922 Remove -nonewline. Match also the added "main" line.
5923
99894e11
JK
59242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 Fix "save breakpoints" for "disable $bpnum" command.
5927 * gdb.base/save-bp.c (main): Add label.
5928 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5929
6e1ac5a3
JK
59302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5931
5932 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5933
754dd2b0
YQ
59342014-10-11 Yao Qi <yao@codesourcery.com>
5935
5936 * gdb.server/server-kill.exp: Execute command
5937 "set remote trace-status-packet on" before "tstatus".
5938
f90183d7
YQ
59392014-10-11 Yao Qi <yao@codesourcery.com>
5940
5941 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5942 (main): Call getppid.
5943 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5944 and continue to it. Read variable "server_pid".
5945
bf40a607
YQ
59462014-10-11 Yao Qi <yao@codesourcery.com>
5947
5948 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5949
052ca370
YQ
59502014-10-11 Yao Qi <yao@codesourcery.com>
5951
5952 * gdb.threads/thread-find.exp: Don't execute command
5953 "info threads".
5954 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5955 * gdb.threads/linux-dp.exp: Don't check the condition
5956 $threads_created equals to zero.
5957
3831839c
PA
59582014-10-10 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.base/bigcore.exp: Remove references to IRIX.
5961 * gdb.base/funcargs.exp: Likewise.
5962 * gdb.base/interrupt.exp: Likewise.
5963 * gdb.base/mips_pro.exp: Likewise.
5964 * gdb.base/nodebug.exp: Likewise.
5965 * gdb.base/setvar.exp: Likewise.
5966 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5967
8b9a549d
PA
59682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5969 Pedro Alves <palves@redhat.com>
5970
5971 PR symtab/14466
5972 * gdb.base/vdso-warning.c: New file.
5973 * gdb.base/vdso-warning.exp: New file.
5974
d48ba5e8
DE
59752014-10-02 Doug Evans <dje@google.com>
5976
5977 * gdb.base/structs.c (main): Don't run forever.
5978
2278c276
PA
59792014-10-02 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5982 (top level) <stop threads 1, stop threads 2>: Use it.
5983
b57bacec
PA
59842014-10-02 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.threads/break-while-running.exp (test): Add new
5987 'update_thread_list' argument. Skip "info threads" if false.
5988 (top level): Add new 'update_thread_list' axis.
5989
13fd3ff3
PA
59902014-10-02 Pedro Alves <palves@redhat.com>
5991
5992 PR breakpoints/17431
5993 * gdb.base/execl-update-breakpoints.c: New file.
5994 * gdb.base/execl-update-breakpoints.exp: New file.
5995
0fec99e8
PA
59962014-10-01 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.base/breakpoint-in-ro-region.c: New file.
5999 * gdb.base/breakpoint-in-ro-region.exp: New file.
6000
2ddf4301
SM
60012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6002
6003 * gdb.mi/mi-exit-code.exp: New file.
6004 * gdb.mi/mi-exit-code.c: New file.
6005
6a5f3f43
YQ
60062014-09-30 Yao Qi <yao@codesourcery.com>
6007
6008 * lib/prelink-support.exp (build_executable_own_libs): Error if
6009 the target isn't native.
6010
345bcc73
YQ
60112014-09-30 Yao Qi <yao@codesourcery.com>
6012
6013 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6014 false.
6015
a25a5a45
PA
60162014-09-22 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.threads/break-while-running.exp: New file.
6019 * gdb.threads/break-while-running.c: New file.
6020
00ba3162
YQ
60212014-09-19 Yao Qi <yao@codesourcery.com>
6022
6023 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6024 Invoke test. Restart GDB with --readnow and invoke test again.
6025
c3b7b696
YQ
60262014-09-19 Yao Qi <yao@codesourcery.com>
6027
6028 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6029 proc set_breakpoint_on_gcd_function. Invoke
6030 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6031 invoke set_breakpoint_on_gcd_function again.
6032
2b4fd423
DE
60332014-09-18 Doug Evans <dje@google.com>
6034
6035 * gdb.dwarf2/symtab-producer.exp: New file.
6036
a5947601
SDJ
60372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6038
6039 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6040 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6041 * gdb.base/global-var-nested-by-dso.c: Likewise.
6042 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6043
91c19059
SDJ
60442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6045 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.base/watch-bitfields.exp: Pass string other than test file
6048 name to prepare_for_testing.
6049 (watch): New procedure.
6050 (expect_watchpoint): Use with_test_prefix.
6051 (top level): Factor out tests to ...
6052 (test_watch_location, test_regular_watch): ... these new
6053 procedures, and use with_test_prefix and gdb_continue_to_end.
6054
bb9d5f81
PP
60552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6056
6057 PR breakpoints/12526
6058 * gdb.base/watch-bitfields.exp: New file.
6059 * gdb.base/watch-bitfields.c: New file.
6060
635856f5
PA
60612014-09-16 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6064 software and hardware addresses, not software address against
6065 itself.
6066
7280ceea
PA
60672014-09-16 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6070 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6071
428b16bd
PA
60722014-09-16 Pedro Alves <palves@redhat.com>
6073
6074 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6075 files.
6076 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6077 "*-*-vxworks*" throughout.
6078 * gdb.base/break.exp: Likewise.
6079 * gdb.base/default.exp: Likewise.
6080 * gdb.base/scope.exp: Likewise.
6081 * gdb.base/sepdebug.exp: Likewise.
6082 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6083 throughout.
6084 * gdb.base/run.c: Likewise.
6085 * gdb.base/sepdebug.c: Likewise.
6086 * gdb.hp/gdb.aCC/run.c: Likewise.
6087 * gdb.reverse/until-reverse.c: Likewise.
6088 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6089
666d413c
YQ
60902014-09-16 Yao Qi <yao@codesourcery.com>
6091
6092 * boards/local-remote-host-native.exp: New file.
6093
57cbd724
DE
60942014-09-14 Doug Evans <xdje42@gmail.com>
6095
6096 * gdb.threads/queue-signal.c (thread_count): New variable.
6097 (thread_count_mutex, thread_count_condvar): New variables.
6098 (incr_thread_count, wait_all_threads_running): New functions.
6099 (main): Wait for all threads to be in their thread functions.
6100
81219e53
DE
61012014-09-13 Doug Evans <xdje42@gmail.com>
6102
6103 * gdb.threads/queue-signal.c: New file.
6104 * gdb.threads/queue-signal.exp: New file.
6105
3714cea7
DE
61062014-09-13 Doug Evans <xdje42@gmail.com>
6107
6108 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6109 be consistent with what default_gdb_init uses.
6110 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6111 the plain text of the prompt. Add some logging printfs.
6112 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6113
fa43b1d7
PA
61142014-09-12 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6117 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6118 * gdb.arch/i386-size-overlap.exp: Likewise.
6119 * gdb.arch/i386-size.exp: Likewise.
6120 * gdb.arch/i386-unwind.exp: Likewise.
6121 * gdb.base/a2-run.exp: Likewise.
6122 * gdb.base/break.exp: Likewise.
6123 * gdb.base/charset.exp: Likewise.
6124 * gdb.base/chng-syms.exp: Likewise.
6125 * gdb.base/commands.exp: Likewise.
6126 * gdb.base/dbx.exp: Likewise.
6127 * gdb.base/find.exp: Likewise.
6128 * gdb.base/funcargs.exp: Likewise.
6129 * gdb.base/jit-simple.exp: Likewise.
6130 * gdb.base/reread.exp: Likewise.
6131 * gdb.base/sepdebug.exp: Likewise.
6132 * gdb.base/step-bt.exp: Likewise.
6133 * gdb.cp/mb-inline.exp: Likewise.
6134 * gdb.cp/mb-templates.exp: Likewise.
6135 * gdb.objc/basicclass.exp: Likewise.
6136 * gdb.threads/killed.exp: Likewise.
6137
9d9bf2df
EBM
61382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6139
6140 PR tdep/17379
6141 * gdb.arch/powerpc-stackless.S: New file.
6142 * gdb.arch/powerpc-stackless.exp: New file.
6143
1cf2f1b0
JK
61442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6145
6146 * gdb.base/attach.c: Include unistd.h.
6147 (main): Call alarm. Add label postloop.
6148 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6149 gdb_breakpoint, gdb_continue_to_breakpoint.
6150 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6151
98880d46
PA
61522014-09-11 Pedro Alves <palves@redhat.com>
6153
6154 PR gdb/17347
6155 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6156 * gdb.base/attach.exp (test_command_line_attach_run): New
6157 procedure.
6158 (top level): Call it.
6159
4c92ff2c
PA
61602014-09-11 Pedro Alves <palves@redhat.com>
6161
6162 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6163 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6164 (do_command_attach_tests): Use spawn_wait_for_attach.
6165 * gdb.base/solib-overlap.exp: Likewise.
6166 * gdb.multi/multi-attach.exp: Likewise.
6167 * gdb.python/py-prompt.exp: Likewise.
6168 * gdb.python/py-sync-interp.exp: Likewise.
6169 * gdb.server/ext-attach.exp: Likewise.
6170
3adc1a7d
GKB
61712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6172
6173 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6174 command in testcase. Simplify testcase.
6175
96334934
JB
61762014-09-10 Joel Brobecker <brobecker@adacore.com>
6177
6178 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6179
eb479039
JB
61802014-09-10 Joel Brobecker <brobecker@adacore.com>
6181
6182 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6183
deede10c
JB
61842014-09-10 Joel Brobecker <brobecker@adacore.com>
6185
6186 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6187
7828a5f5
JB
61882014-09-10 Joel Brobecker <brobecker@adacore.com>
6189
6190 * gdb.dwarf2/dynarr-ptr.c: New file.
6191 * gdb.dwarf2/dynarr-ptr.exp: New file.
6192
33aeebcf
MR
61932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6194
6195 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6196 of 30 rather than hardcoding 120 for a slow test case. Take the
6197 `gdb,timeout' target setting into account for this calculation.
6198 Don't extend the timeout for the test cases that don't need it.
6199
7b415901
MR
62002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6201
6202 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6203 a factor of 2 for a slow test case. Take the `gdb,timeout'
6204 target setting into account for this calculation.
6205 * gdb.reverse/until-precsave.exp: Increase the timeout by
6206 a factor of 15 and 3 respectively rather than adding 120
6207 for a pair of slow test cases. Take the `gdb,timeout'
6208 target setting into account for this calculation.
6209
4a40f85a
MR
62102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6211
6212 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6213 timeout, don't pass one down to gdb_expect.
6214 (gdb_expect): Rework timeout selection.
6215
09635af7
MR
62162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6217
6218 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6219 exception on timeout.
6220 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6221 (gdbserver_start_extended): Catch any `gdbserver_start' error
6222 exceptions.
6223 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6224 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6225 `gdbserver_gdb_load' error exceptions.
6226
2bdd10b7
MR
62272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6228
6229 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6230 120 on waiting for the TCP socket to open.
6231
316935f0
DE
62322014-09-09 Doug Evans <xdje42@gmail.com>
6233
6234 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6235 _caller_matches, _any_caller_is, _any_caller_matches.
6236
83740597
DE
62372014-09-09 Doug Evans <xdje42@gmail.com>
6238
6239 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6240
4c122fc3
YQ
62412014-09-09 Yao Qi <yao@codesourcery.com>
6242
6243 * gdb.mi/mi-var-display.exp: Set print symbol off.
6244
a9f116cb
GKB
62452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6246
6247 PR gdb/17035
6248 * gdb.base/commands.exp: Add tests to verify user-defined
6249 commands with empty bodies.
6250 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6251 python commands in `show user command`.
6252 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6253 scheme commands in `show user command`.
6254
c75bd3a2
JK
62552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6256
6257 PR python/17355
6258 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6259 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6260 * gdb.python/py-framefilter-invalidarg.exp: New file.
6261 * gdb.python/py-framefilter-invalidarg.py: New file.
6262
faa42425
DE
62632014-09-06 Doug Evans <xdje42@gmail.com>
6264
6265 PR 15276
6266 * gdb.python/py-caller-is.c: New file.
6267 * gdb.python/py-caller-is.exp: New file.
6268
474ca4f6
SDJ
62692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6270
6271 PR gdb/17235
6272 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6273 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6274
eb0b0463
SDJ
62752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6276
6277 PR fortran/17237
6278 * gdb.fortran/print-formatted.exp: New file.
6279 * gdb.fortran/print-formatted.f90: Likewise.
6280
5f3b99cf
SS
62812014-09-03 Sasha Smundak <asmundak@google.com>
6282
6283 * gdb.python/py-frame.exp: Test Frame.read_register.
6284
7d793aa9
SDJ
62852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6286
6287 PR python/16699
6288 * gdb.python/py-completion.exp: New file.
6289 * gdb.python/py-completion.py: Likewise.
6290
fb0576e9
DE
62912014-08-28 Doug Evans <dje@google.com>
6292
6293 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6294 eax,etc. are live with values set by gdb and thus the compiler can't
6295 use them.
6296 * gdb.arch/i386-pseudo.c (main): Ditto.
6297
ee92b0dd
DE
62982014-08-27 Doug Evans <dje@google.com>
6299
6300 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6301
6649db35
DE
63022014-08-25 Doug Evans <dje@google.com>
6303
6304 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6305 (main): Ditto.
6306
564b7600
DE
63072014-08-25 Doug Evans <dje@google.com>
6308
6309 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6310
3881fb67
YQ
63112014-08-24 Yao Qi <yao@codesourcery.com>
6312
6313 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6314 symbol off.
6315 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6316
a05a36a5
DE
63172014-08-22 Doug Evans <dje@google.com>
6318
6319 PR 17276
6320 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6321 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6322 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6323
7c343b48
YQ
63242014-08-22 Yao Qi <yao@codesourcery.com>
6325
6326 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6327 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6328 * gdb.python/python.exp: Likewise. Use .py file on the host
6329 instead of the build.
6330
22fd09ae
JK
63312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 * gdb.threads/gcore-stale-thread.c: New file.
6334 * gdb.threads/gcore-stale-thread.exp: New file.
6335
a8454a7c
PA
63362014-08-21 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6339 * gdb.base/gcore-relro-pie.exp: Likewise.
6340 * gdb.base/gcore-relro.exp: Likewise.
6341 * gdb.base/gcore.exp: Likewise.
6342 * gdb.base/print-symbol-loading.exp: Likewise.
6343 * gdb.threads/gcore-thread.exp: Likewise.
6344 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6345
2a31c623
PA
63462014-08-20 Pedro Alves <palves@redhat.com>
6347 Jan Kratochvil <jan.kratochvil@redhat.com>
6348
6349 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6350 configure.
6351 (EXPECT): Handle READ1 being set.
6352 (all): Depend on EXTRA_RULES.
6353 (check-read1, expect-read1, read1.so, read1): New rules.
6354 * README (Testsuite Parameters): Document the READ1 make variable.
6355 (Race detection): New section.
6356 * configure: Regenerate.
6357 * configure.ac: If build==host==target, and running under a
6358 GNU/glibc system, add read1 to the extra Makefile rules.
6359 (EXTRA_RULES): AC_SUBST it.
6360 * lib/read1.c: New file.
6361
d36430db
JB
63622014-08-20 Joel Brobecker <brobecker@adacore.com>
6363
6364 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6365 the handling of variables declared as a typedef to an array
6366 which a DW_AT_data_location attribute.
6367
9a0dc9e3
PA
63682014-08-19 Andrew Burgess <aburgess@broadcom.com>
6369 Pedro Alves <palves@redhat.com>
6370
6371 PR symtab/14604
6372 PR symtab/14605
6373 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6374 gdb_test.
6375
0718a8da
PA
63762014-08-19 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6379
13b448cd
YQ
63802014-08-19 Yao Qi <yao@codesourcery.com>
6381
6382 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6383 right line.
6384
1cbf5077
DB
63852014-08-18 David Blaikie <dblaikie@gmail.com>
6386
6387 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6388
bf0fae19
JB
63892014-08-18 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6392 attribute in array range.
6393
3c8c5dcc
JB
63942014-08-18 Joel Brobecker <brobecker@adacore.com>
6395
6396 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6397
e66d4446
SC
63982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6399
6400 PR c++/17132
6401 * gdb.cp/pr17132.cc: New file.
6402 * gdb.cp/pr17132.exp: New file.
6403
940df408
SC
64042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6405
6406 * gdb.python/py-xmethods.py (A_getarrayind)
6407 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6408 Use 'print' with function call syntax.
6409 (E_method_matcher.match): Fix tab vs space indentation mixup.
6410
ebcc6c3a
YQ
64112014-08-15 Yao Qi <yao@codesourcery.com>
6412
6413 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6414 false.
6415
775e0f04
YQ
64162014-08-15 Yao Qi <yao@codesourcery.com>
6417
6418 * gdb.cp/casts.exp: Set print symbol off.
6419 * gdb.cp/class2.exp: Likewise.
6420 * gdb.cp/overload.exp: Likewise.
6421 * gdb.cp/templates.exp: Likewise.
6422
d769e349
DE
64232014-08-11 Doug Evans <dje@google.com>
6424
6425 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6426 (test_load_shlib): Update.
6427
20c6f1e1
YQ
64282014-08-09 Yao Qi <yao@codesourcery.com>
6429
6430 * gdb.base/display.exp: Invoke is_address_zero_readable.
6431 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6432 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6433 * gdb.base/hbreak-unmapped.exp: Return if
6434 is_address_zero_readable returns true.
6435 * gdb.base/signest.exp: Likewise.
6436 * gdb.base/signull.exp: Likewise.
6437 * gdb.base/sigbpt.exp: Likewise.
6438 * gdb.guile/scm-disasm.exp: Do the test if
6439 is_address_zero_readable returns false.
6440 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6441 * gdb.python/py-arch.exp: Likewise.
6442 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6443 * lib/gdb.exp (is_address_zero_readable): New proc.
6444
5792e8e3
YQ
64452014-08-09 Yao Qi <yao@codesourcery.com>
6446
6447 PR testsuite/13443
6448 * gdb.mi/mi-var-display.exp: Make test messages unique.
6449
3cecbbbe
TT
64502014-08-04 Tom Tromey <tromey@redhat.com>
6451
6452 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6453 target 0".
6454
00b51ff5
TT
64552014-08-04 Tom Tromey <tromey@redhat.com>
6456
6457 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6458 "target_resume".
6459
6908c509
JB
64602014-08-01 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6463 inner_vla_struct_object_size.
6464 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6465 as xfail.
6466
cc6563d2
PA
64672014-07-30 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6470 comment.
6471
7e09a223
YQ
64722014-07-29 Yao Qi <yao@codesourcery.com>
6473
6474 PR gdb/17206
6475 * gdb.base/until-nodebug.exp: New.
6476
7ebdbe92
DE
64772014-07-28 Doug Evans <xdje42@gmail.com>
6478
6479 PR guile/17203
6480 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6481 previously existing parameter, and previously ambiguously spelled
6482 parameter.
6483
fdb1adc6
WN
64842014-07-28 Will Newton <will.newton@linaro.org>
6485
6486 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6487
186fcde0
DE
64882014-07-26 Ludovic Courtès <ludo@gnu.org>
6489 Doug Evans <xdje42@gmail.com>
6490
6491 PR guile/17146
6492 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6493
70509625
PA
64942014-07-25 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.threads/signal-command-handle-nopass.c: New file.
6497 * gdb.threads/signal-command-handle-nopass.exp: New file.
6498 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6499 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6500 * gdb.threads/signal-delivered-right-thread.c: New file.
6501 * gdb.threads/signal-delivered-right-thread.exp: New file.
6502
c3f814a1
PA
65032014-07-25 Pedro Alves <palves@redhat.com>
6504
6505 * gdb.base/double-prompt-target-event-error.exp
6506 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6507 match.
6508 (cancel_pagination_in_target_event): Rework double prompt
6509 detection.
6510 * gdb.base/paginate-after-ctrl-c-running.exp
6511 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6512 <return>' match.
6513 * gdb.base/paginate-bg-execution.exp
6514 (test_bg_execution_pagination_return)
6515 (test_bg_execution_pagination_cancel): Remove '-notransfer
6516 <return>' matches.
6517 * gdb.base/paginate-execution-startup.exp
6518 (test_fg_execution_pagination_return)
6519 (test_fg_execution_pagination_cancel): Remove '-notransfer
6520 <return>' matches.
6521 * gdb.base/paginate-inferior-exit.exp
6522 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6523 match.
6524 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6525 * lib/gdb.exp (pagination_prompt): Run text through
6526 string_to_regexp.
6527 (gdb_test_multiple): Match $pagination_prompt instead of
6528 "<return>".
6529 (string_to_regexp): Move to lib/gdb-utils.exp.
6530
e214cf6c
JK
65312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 * gdb.arch/amd64-entry-value-paramref.S: New file.
6534 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6535 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6536 * gdb.arch/amd64-optimout-repeat.S: New file.
6537 * gdb.arch/amd64-optimout-repeat.c: New file.
6538 * gdb.arch/amd64-optimout-repeat.exp: New file.
6539
17d0c5c8
JK
65402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6541
6542 PR gdb/17170
6543 * gdb.base/statistics.exp: New file.
6544
b8b8facf
DE
65452014-07-17 Doug Evans <dje@google.com>
6546
74b49205 6547 PR gdb/17170
b8b8facf
DE
6548 * gdb.base/maint.exp: Update testing of per-command stats.
6549
1b5d0ab3
PA
65502014-07-16 Pedro Alves <palves@redhat.com>
6551
6552 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6553 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6554 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6555 (tfile_write_buf): New functions.
6556 (add_memory_block): Rewrite using the above.
6557 (adjust_function_address): New function.
6558 (FUNCTION_ADDRESS): New macro.
6559 (write_basic_trace_file): Remove short_x local, and use
6560 tfile_write_16. Change type of func_addr local to unsigned long
6561 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6562 here. Cast argument of add_memory_block to char pointer.
6563 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6564 (main): Remove parameters.
6565 * gdb.trace/tfile.exp: Remove nowarnings.
6566
4d974e88
SM
65672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6568
6569 * gdb.base/debug-expr.exp: Test string evaluation with
6570 "debug expression" on.
6571
41e99568
PA
65722014-07-15 Pedro Alves <palves@redhat.com>
6573
6574 * gdb.base/reread.exp: Use clean_restart.
6575
487d9753
PL
65762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6577
6578 * gdb.arch/avr-flash-qualifer.c: New.
6579 * gdb.arch/avr-flash-qualifer.exp: New.
6580
cc1c52ad
PA
65812014-07-14 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6584 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6585
1e973570
PA
65862014-07-14 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.base/double-prompt-target-event-error.c: New file.
6589 * gdb.base/double-prompt-target-event-error.exp: New file.
6590
93d6eb10
PA
65912014-07-14 Pedro Alves <palves@redhat.com>
6592
6593 PR gdb/17072
6594 * gdb.base/paginate-inferior-exit.c: New file.
6595 * gdb.base/paginate-inferior-exit.exp: New file.
6596
0017922d
PA
65972014-07-14 Pedro Alves <palves@redhat.com>
6598
6599 PR gdb/17072
6600 * gdb.base/paginate-bg-execution.c: New file.
6601 * gdb.base/paginate-bg-execution.exp: New file.
6602
94696ad3
PA
66032014-07-14 Pedro Alves <palves@redhat.com>
6604
6605 PR gdb/17072
6606 * gdb.base/paginate-execution-startup.c: New file.
6607 * gdb.base/paginate-execution-startup.exp: New file.
6608 * lib/gdb.exp (pagination_prompt): New global.
6609 (default_gdb_spawn): New procedure, factored out from
6610 default_gdb_spawn.
6611 (default_gdb_start): Adjust to call default_gdb_spawn.
6612 (gdb_spawn): New procedure.
6613
bd293940
PA
66142014-07-14 Pedro Alves <palves@redhat.com>
6615
6616 * lib/gdb.exp (gdb_assert): New procedure.
6617 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6618
c933f875
PA
66192014-07-14 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/execution-termios.c: New file.
6622 * gdb.base/execution-termios.exp: New file.
6623
d98b7a16
TT
66242014-07-14 Tom Tromey <tromey@redhat.com>
6625
6626 * gdb.cp/vla-cxx.cc: New file.
6627 * gdb.cp/vla-cxx.exp: New file.
6628
548740d6
TT
66292014-07-14 Tom Tromey <tromey@redhat.com>
6630
6631 * gdb.reverse/rerun-prec.c: New file.
6632 * gdb.reverse/rerun-prec.exp: New file.
6633
a25eb028
MR
66342014-07-12 Maciej W. Rozycki <macro@mips.com>
6635 Maciej W. Rozycki <macro@codesourcery.com>
6636
6637 * lib/gdb-utils.exp: New file.
6638 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6639 inline `gdb_init_command' processing.
6640 (gdb_start_cmd): Likewise.
6641 * lib/mi-support.exp (mi_run_cmd): Likewise.
6642 * README: Document `gdb_init_command' and `gdb_init_commands'.
6643
218c2655
JK
66442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 Fix false FAIL running under a very long directory name.
6647 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6648 and "set print elements 10000". Twice.
6649
5401fde3
YQ
66502014-07-11 Yao Qi <yao@codesourcery.com>
6651
6652 * gdb.base/exprs.exp: "set print symbol off".
6653
e76126e8
PA
66542014-07-11 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.threads/kill.c: New file.
6657 * gdb.threads/kill.exp: New file.
6658
2d6f0de6
YQ
66592014-07-10 Yao Qi <yao@codesourcery.com>
6660
6661 * gdb.trace/tfile.c (write_basic_trace_file)
6662 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6663 address written to trace file.
6664
7180e04a
PA
66652014-07-09 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/attach-wait-input.exp: New file.
6668 * gdb.base/attach-wait-input.c: New file.
6669
9a9a7608
AB
66702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6671
6672 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6673 setting up test structures.
6674 (main): Call new test function.
6675 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6676 test function, continue into test function and walk test
6677 structures.
6678
161ac41e
YQ
66792014-07-02 Yao Qi <yao@codesourcery.com>
6680
6681 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6682 'bar_start' at the beginning of functions 'foo' and 'bar'
6683 respectively.
6684 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6685 instead of 'foo' and 'bar'.
6686
1f267ae3
MM
66872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6688
6689 * gdb.btrace/segv.exp: New.
6690 * gdb.btrace/segv.c: New.
6691
2b239efb
LM
66922014-07-02 Luis Machado <lgustavo@codesourcery.com>
6693
6694 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6695 instruction.
6696
cf363f18
MW
66972014-06-30 Mark Wielaard <mjw@redhat.com>
6698
6699 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6700 vulture, vilify, villar): New volatile array constants.
6701 (vindictive, vegetation): New const volatile array constants.
6702 * gdb.base/volatile.exp: Test volatile and const volatile array
6703 types.
6704
aebf9d24
AA
67052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6706
6707 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6708 target lacks support for awatch, rwatch, or hbreak.
6709
b67a2c6f
YQ
67102014-06-27 Yao Qi <yao@codesourcery.com>
6711
6712 * gdb.multi/dummy-frame-restore.exp: New.
6713 * gdb.multi/dummy-frame-restore.c: New.
6714
aef92902
MM
67152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6716
6717 * gdb.btrace/gcore.exp: New.
6718
8e9db26e
PA
67192014-06-23 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.base/watchpoint-reuse-slot.c: New file.
6722 * gdb.base/watchpoint-reuse-slot.exp: New file.
6723
70afc5b7
SC
67242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6725
6726 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6727 progspace's filename in 'info', 'enable' and 'disable' command
6728 tests.
6729
b972bd9c
JK
67302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6731
6732 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6733 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6734 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6735
125f8a3d
GB
67362014-06-20 Gary Benson <gbenson@redhat.com>
6737
6738 * gdb.arch/i386-avx.exp: Fix include file location.
6739 * gdb.arch/i386-sse.exp: Likewise.
6740
3ed9baed
IB
67412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6742
6743 * gdb.dlang/expression.exp: New file.
6744
034f788c
PA
67452014-06-19 Pedro Alves <palves@redhat.com>
6746
6747 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6748 out from ...
6749 (top level): ... here. Iterate running tests under different
6750 scheduler-locking settings.
6751
45371d0c
LM
67522014-06-18 Luis Machado <lgustavo@codesourcery.com>
6753
6754 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6755 to DW_FORM_addr and use non-zero addresses.
6756
5d376983
SC
67572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6758
6759 PR gdb/17017
6760 * gdb.python/py-xmethods.cc: Add global function call counters and
6761 increment them in their respective functions. Remove "cout"
6762 statements.
6763 * gdb.python/py-xmethods.exp: Make tests check the global function
6764 call counters instead of depending on inferior IO.
6765
a1aa2221
LM
67662014-06-18 Don Breazeal <donb@codesourcery.com>
6767
6768 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6769 Deleted procedure.
6770 (explicit_fork_parent_follow): Deleted procedure.
6771 (explicit_fork_child_follow): Deleted procedure.
6772 (test_follow_fork): New procedure.
6773 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6774 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6775 procedure calls.
6776
0fc05997
YQ
67772014-06-17 Yao Qi <yao@codesourcery.com>
6778
6779 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6780 CP1252.
6781
70795c52
LM
67822014-06-17 Luis Machado <lgustavo@codesourcery.com>
6783
6784 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6785 Initialize ptr and S explicitly.
6786 (skip_type_update_when_not_use_rtti_test): Likewise.
6787
6be47f0c
KS
67882014-06-16 Keith Seitz <keiths@redhat.com>
6789
6790 PR mi/15863
6791 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6792 the inferior is started.
6793
d03de421
PA
67942014-06-16 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/break-main-file-remove-fail.c: New file.
6797 * gdb.base/break-main-file-remove-fail.exp: New file.
6798 * gdb.base/break-unload-file.exp: Use build_executable instead of
6799 prepare_for_testing.
6800 (test_break): New parameter "initial_load". Handle it.
6801 (top level): Add initial_load cmdline/file axis.
6802
f9579b99
TT
68032014-06-12 Tom Tromey <tromey@redhat.com>
6804
6805 * gdb.base/completion.exp: Don't use directory name in test.
6806
3657956b
GB
68072014-06-09 Gary Benson <gbenson@redhat.com>
6808
6809 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6810 separate the always-available ANSI-standard signals from the
6811 signals that require checking.
6812 (main): Likewise.
6813 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6814 Likewise.
6815 (main): Likewise.
6816
4186eb54
KS
68172014-06-07 Keith Seitz <keiths@redhat.com>
6818
6819 Revert:
6820 PR c++/16253
6821 * gdb.cp/var-tag.cc: New file.
6822 * gdb.cp/var-tag.exp: New file.
6823 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6824 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6825 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6826 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6827
25326a28 68282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6829
6830 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6831
829155c9
PA
68322014-06-06 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6835 in target debug output instead of looking at RSP packets,
6836 disabling the test on any target that uses hardware stepping.
6837 Update comments.
6838
61c8d22e
PA
68392014-06-06 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/break-unload-file.exp: Fix typo.
6842
d9a47287
YQ
68432014-06-06 Yao Qi <yao@codesourcery.com>
6844
6845 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6846 from "jit_function" to "^jit_function".
6847
e5e01dbf
YQ
68482014-06-06 Yao Qi <yao@codesourcery.com>
6849
6850 * gdb.base/async.c (foo): Add one statement.
6851 * gdb.base/async.exp: Get the next instruction address and
6852 match the output of "nexti" by instruction address. Match
6853 the hex address in the output of "finish".
6854
73ba372c
GB
68552014-06-06 Gary Benson <gbenson@redhat.com>
6856
6857 * gdb.base/call-signals.c: Remove preprocessor conditionals
6858 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6859 SIGSEGV and SIGTERM.
6860 * gdb.base/sigall.c: Likewise.
6861 * gdb.base/unwindonsignal.c: Likewise.
6862 * gdb.reverse/sigall-reverse.c: Likewise.
6863
831517df
YQ
68642014-06-06 Yao Qi <yao@codesourcery.com>
6865
6866 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6867 readable, skip the test.
6868
b8b91e98
YQ
68692014-06-06 Yao Qi <yao@codesourcery.com>
6870
6871 * gdb.threads/staticthreads.c (thread_function): Move the line
6872 setting breakpoint on forward.
6873 * gdb.threads/staticthreads.exp: Update comments.
6874
fb934770
LC
68752014-06-05 Ludovic Courtès <ludo@gnu.org>
6876
6877 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6878 "history-append! type error".
6879
6ef284bd
SM
68802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6881
6882 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6883 erroneous dprintf expected input.
6884
a872e241
DE
68852014-06-04 Doug Evans <xdje42@gmail.com>
6886
6887 * gdb.guile/scm-generics.exp: Delete.
6888
16f691fb
DE
68892014-06-04 Doug Evans <xdje42@gmail.com>
6890
6891 * gdb.guile/scm-breakpoint.exp: Update.
6892 Add tests for breakpoint registration.
6893
012370f6
TT
68942014-06-04 Tom Tromey <tromey@redhat.com>
6895
6896 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6897 VLA-in-union.
6898 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6899 inner_vla_struct, vla_union types. Initialize objects of those
6900 types and compute their sizes.
6901
9f5a4cef
HZ
69022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6903 Hui Zhu <hui@codesourcery.com>
6904
6905 * gdb.base/fileio.exp: Add test for shell not available as well as
6906 available.
6907 * gdb.base/fileio.c (test_system): Check for shell twice.
6908
90a45c4d
YQ
69092014-06-04 Yao Qi <yao@codesourcery.com>
6910
6911 * gdb.base/auto-connect-native-target.exp: Remove redundant
6912 space from the regexp pattern.
6913
70017e41
YQ
69142014-06-04 Yao Qi <yao@codesourcery.com>
6915
6916 * gdb.base/default.exp: Replace "child" with "native" in
6917 regexp pattern.
6918
883964a7
SC
69192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6920
6921 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6922 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6923 * gdb.python/py-xmethods.py: Python script supporting the
6924 new testcase and tests.
6925
ef370185
JB
69262014-06-03 Joel Brobecker <brobecker@adacore.com>
6927 Pedro Alves <palves@redhat.com>
6928
6929 PR breakpoints/17000
6930 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6931 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6932
1e2ccb61
BM
69332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6934
6935 * gdb.base/subst.exp: Add tests to verify partial path matching
6936 output.
6937
c6ec5ab2
PA
69382014-06-03 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6941 target that doesn't use software single-stepping.
6942
835c559f
PA
69432014-06-03 Pedro Alves <palves@redhat.com>
6944
6945 PR breakpoints/17000
6946 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6947 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6948
06eb1586
DE
69492014-06-02 Doug Evans <xdje42@gmail.com>
6950
6951 * gdb.guile/scm-parameter.exp: New file.
6952
e698b8c4
DE
69532014-06-02 Doug Evans <xdje42@gmail.com>
6954
6955 * gdb.guile/scm-cmd.c: New file.
6956 * gdb.guile/scm-cmd.exp: New file.
6957
ded03782
DE
69582014-06-02 Doug Evans <xdje42@gmail.com>
6959
6960 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6961 pretty-printer lookup.
6962 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6963 (make-pp_s-printer): Call it.
6964 (make-pretty-printer-from-dict): New function.
6965 (lookup-pretty-printer-maker-from-dict): New function.
6966 (*pretty-printer*): Simplify.
6967 (make-objfile-pp_s-printer): New function.
6968 (install-objfile-pretty-printers!): New function.
6969 (make-progspace-pp_s-printer): New function.
6970 (install-progspace-pretty-printers!): New function.
6971 * gdb.guile/scm-progspace.c: New file.
6972 * gdb.guile/scm-progspace.exp: New file.
6973
41fac0cf
PA
69742014-06-02 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/dprintf-bp-same-addr.c: New file.
6977 * gdb.base/dprintf-bp-same-addr.exp: New file.
6978
96ae5695
EBM
69792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6980
6981 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6982 * gdb.arch/powerpc-power.s: Likewise.
6983
da02b3a8
JB
69842014-06-02 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6987
c72b2e7b
YQ
69882014-06-01 Yao Qi <yao@codesourcery.com>
6989
6990 * gdb.base/watchpoint.exp (test_watch_location): Check null
6991 pointer can be dereferenced. If not, do the test, otherwise
6992 skip it.
6993
53e8a631
AB
69942014-05-30 Andrew Burgess <aburgess@broadcom.com>
6995
6996 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6997 results.
6998 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6999
938f0e2f
AB
70002014-05-30 Andrew Burgess <aburgess@broadcom.com>
7001
7002 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7003 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7004 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7005 * gdb.arch/amd64-invalid-stack-top.c: New file.
7006 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7007
9ba6657a
PA
70082014-05-30 Pedro Alves <palves@redhat.com>
7009
7010 PR breakpoints/17000
7011 * gdb.base/sss-bp-on-user-bp.c: New file.
7012 * gdb.base/sss-bp-on-user-bp.exp: New file.
7013
522c09bf
DB
70142014-05-30 David Blaikie <dblaikie@gmail.com>
7015
7016 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7017 gnu_inline semantics via attribute.
7018 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7019 source explicitly specifies the required semantics.
7020
bf4ef81e
MR
70212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7022
7023 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7024
329ea579
PA
70252014-05-29 Pedro Alves <palves@redhat.com>
7026 Tom Tromey <tromey@redhat.com>
7027
7028 * gdb.base/async-shell.exp: Don't enable target-async.
7029 * gdb.base/async.exp
7030 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7031 parameter. Adjust.
7032 (top level): Don't test with "target-async".
7033 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7034 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7035 * gdb.base/inferior-died.exp: Don't enable target-async.
7036 * gdb.base/interrupt-noterm.exp: Likewise.
7037 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7038 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7039 * gdb.mi/mi-nonstop.exp: Likewise.
7040 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7041 * gdb.mi/mi-nsintrall.exp: Likewise.
7042 * gdb.mi/mi-nsmoribund.exp: Likewise.
7043 * gdb.mi/mi-nsthrexec.exp: Likewise.
7044 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7045 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7046 * gdb.python/py-evsignal.exp: Don't enable target-async.
7047 * gdb.python/py-evthreads.exp: Likewise.
7048 * gdb.python/py-prompt.exp: Likewise.
7049 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7050 * gdb.server/solib-list.exp: Don't enable target-async.
7051 * gdb.threads/thread-specific-bp.exp: Likewise.
7052 * lib/mi-support.exp: Adjust to use mi-async.
7053
fd664c91
PA
70542014-05-29 Pedro Alves <palves@redhat.com>
7055
7056 PR gdb/13860
7057 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7058 reason, even in sync mode.
7059
251bde03
PA
70602014-05-29 Pedro Alves <palves@redhat.com>
7061 Hui Zhu <hui@codesourcery.com>
7062
7063 PR PR15693
7064 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7065 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7066 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7067 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7068
7f3c0343
JB
70692014-05-28 Joel Brobecker <brobecker@adacore.com>
7070
7071 * config/monitor.exp (gdb_target_monitor): Replace use of
7072 "set remotebaud" by "set serial baud".
7073
b2715b27
AW
70742014-05-26 Andy Wingo <wingo@igalia.com>
7075
7076 * gdb.guile/scm-breakpoint.exp:
7077 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7078 properties instead of gdb-object-properties.
7079
498a4489
YQ
70802014-05-26 Yao Qi <yao@codesourcery.com>
7081
7082 * gdb.server/no-thread-db.exp: Specify source file name
7083 explicitly when setting a breakpoint.
7084
589fdceb
MM
70852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7086
7087 * gdb.btrace/vdso.c: New.
7088 * gdb.btrace/vdso.exp: New.
7089
e9089e05
MM
70902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7091
7092 * gdb.base/gcore.exp (capture_command_output): Move ...
7093 * lib/gdb.exp (capture_command_output): ... here.
7094
67b5c0c1
MM
70952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7096
7097 * gdb.btrace/data.exp: Test memory access during btrace replay.
7098
a2199296
SM
70992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7100
7101 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7102
17b2616c
PA
71032014-05-21 Pedro Alves <palves@redhat.com>
7104
7105 PR gdb/13860
7106 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7107 (top level): Test that output related to execution commands is
7108 sent to the console with CLI commands, but not with MI commands.
7109 Test that breakpoint events are always mirrored to the console.
7110 Also expect the new source line to be output after a "next" in
7111 async mode too. Make it a pass/fail test.
7112 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7113 output.
7114 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7115
5166082f
PA
71162014-05-21 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7119 Use them to test variations of "list" after reaching a breakpoint.
7120 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7121 Test "list" with listsize 10 after reaching a breakpoint.
7122 * gdb.python/python.exp (decode_line current location line
7123 number): Adjust expected line number.
7124
2f25d70f
SM
71252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7126
7127 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7128 behavior for $args, pass it directly to "run".
7129
ff604a67
MR
71302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7131
7132 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7133 30000 to 65536.
7134
6a3cb8e8
PA
71352014-05-21 Pedro Alves <palves@redhat.com>
7136
7137 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7138 auto-connect-native-target off".
7139 * gdb.base/auto-connect-native-target.c: New file.
7140 * gdb.base/auto-connect-native-target.exp: New file.
7141
4ebfc96e
PA
71422014-05-21 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/default.exp: Test "target native" instead of "target
7145 child".
7146
36d46afb
MW
71472014-05-21 Mark Wielaard <mjw@redhat.com>
7148
7149 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7150
5876f503
JK
71512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7152
7153 Fix TLS access for -static -pthread.
7154 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7155 <HAVE_TLS> (thread_function, main): Initialize it.
7156 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7157 Add clean_restart.
7158 <$have_tls != "">: Check TLSVAR.
7159
0256a6ac
PA
71602014-05-21 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/dcache-line-read-error.c: New.
7163 * gdb.base/dcache-line-read-error.exp: New.
7164
936d2992
PA
71652014-05-20 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.base/compare-sections.c: New file.
7168 * gdb.base/compare-sections.exp: New file.
7169
802e8e6d
PA
71702014-05-20 Pedro Alves <palves@redhat.com>
7171
7172 * gdb.base/break-idempotent.c: New file.
7173 * gdb.base/break-idempotent.exp: New file.
7174
e59fa00f
MM
71752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7176
7177 * gdb.btrace/nohist.exp: New.
7178
8b696e31
YQ
71792014-05-20 Yao Qi <yao@codesourcery.com>
7180
7181 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7182 gdb.reverse directory and gdb_reverse_timeout exists in board
7183 setting.
7184 * README: Document gdb_reverse_timeout.
7185
73c9764f
YQ
71862014-05-20 Yao Qi <yao@codesourcery.com>
7187
7188 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7189 'test_file_name'. Treat args as a string instead of a list.
7190 (gdb_init): Rename argument 'args' by 'test_file_name'.
7191
f1f4348a
JK
71922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7193
7194 * gdb.arch/powerpc-power.exp: New file.
7195 * gdb.arch/powerpc-power.s: New file.
7196
0dbe70ce
DE
71972014-05-16 Doug Evans <dje@google.com>
7198
7199 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7200 * gdb.base/completion.exp: Check that all expected files exist
7201 before doing file completion.
0dbe70ce 7202
8d551b02
DE
72032014-05-16 Doug Evans <dje@google.com>
7204
7205 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7206 Update.
7207 (do_syscall_tests_without_xml): Update.
7208
73eb7709
PA
72092014-05-16 Pedro Alves <palves@redhat.com>
7210
7211 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7212 instead of "unknown output after running".
7213
3fae92fc
YQ
72142014-05-16 Yao Qi <yao@codesourcery.com>
7215
7216 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7217 file1.txt from host at the end.
7218 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7219
c2b2ccc5
DE
72202014-05-15 Doug Evans <dje@google.com>
7221
7222 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7223 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7224 loading file. Add test for TU lookup.
7225
8c217a4b
SM
72262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7229 calling "-exec-arguments" or "set args" before running the
7230 inferior.
7231
3deb39c6
SM
72322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7233
7234 * lib/mi-support.exp (mi_expect_stop): Expect message for
7235 inferiors that exit with non-zero exit code.
7236
71a79f8c
YQ
72372014-05-14 Yao Qi <yao@codesourcery.com>
7238
7239 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7240 match absolute path on remote host.
7241 (test_file_list_exec_source_files): Remove "/" from the
7242 pattern.
7243
f23fcd46
YQ
72442014-05-14 Yao Qi <yao@codesourcery.com>
7245
7246 * boards/local-remote-host-notty.exp (${board}_file): New
7247 proc.
7248
9404b58f
KM
72492014-05-07 Kyle McMartin <kyle@redhat.com>
7250
7251 Pushed by Joel Brobecker <brobecker@adacore.com>.
7252 * gdb.arch/aarch64-atomic-inst.c: New file.
7253 * gdb.arch/aarch64-atomic-inst.exp: New file.
7254
5e45f04c
YQ
72552014-05-07 Yao Qi <yao@codesourcery.com>
7256
7257 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7258 in current context" too.
7259
c888a17d
KS
72602014-05-05 Keith Seitz <keiths@redhat.com>
7261
7262 * gdb.linespec/ls-dollar.exp: Add test for linespec
7263 file:convenience_variable.
7264
290a839c
YQ
72652014-05-05 Yao Qi <yao@codesourcery.com>
7266
7267 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7268 traceframes into tfile and ctf trace files. Read data from
7269 trace file and test collected data.
7270 (gdb_collect_locals_test): Likewise.
7271 (gdb_unavailable_registers_test): Likewise.
7272 (gdb_unavailable_floats): Likewise.
7273 (gdb_collect_globals_test): Likewise.
7274 (top-level): Append "ctf" to trace_file_targets if GDB
7275 supports.
7276
b5262cd0
YQ
72772014-05-05 Yao Qi <yao@codesourcery.com>
7278
7279 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7280 code to ...
7281 (gdb_collect_args_test_1): ... it. New proc.
7282 (gdb_collect_locals_test): Move some code to ...
7283 (gdb_collect_locals_test_1): ... it. New proc.
7284 (gdb_unavailable_registers_test): Move some code to ...
7285 (gdb_unavailable_registers_test_1): ... it. New proc.
7286 (gdb_unavailable_floats): Move some code to ...
7287 (gdb_unavailable_floats_1): ... it. New proc.
7288
30a1e6cc
SDJ
72892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7290
7291 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7292 probes to test for bitness recognition.
7293 * gdb.arch/amd64-stap-optional-prefix.exp
7294 (test_probe_value_without_reg): New procedure.
7295 Add code to test for different kinds of bitness.
7296
f33da99a
SDJ
72972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7298
7299 PR breakpoints/16889
7300 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7301 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7302
5b80f00d
PA
73032014-05-01 Pedro Alves <palves@redhat.com>
7304
7305 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7306 gdb_file_cmd if no file is specified.
7307 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7308 last_loaded_file to set the remote exec-file.
7309
f8c2a73c
PA
73102014-05-01 Pedro Alves <palves@redhat.com>
7311
7312 * boards/local-remote-host.exp: New file.
7313
be6e8ac7
PA
73142014-05-01 Pedro Alves <palves@redhat.com>
7315
7316 * boards/local-remote-host.exp: Rename to ...
7317 * boards/local-remote-host-notty.exp: ... this.
7318
cac0dc8f
JB
73192014-04-28 Joel Brobecker <brobecker@adacore.com>
7320
7321 * gdb.ada/dyn_arrayidx: New testcase.
7322
9730e6cc
YQ
73232014-04-26 Yao Qi <yao@codesourcery.com>
7324
7325 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7326 and compute the length of function main. Save it in
7327 $main_length.
7328 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7329 (top-level): Use gdb_compile to compile objects into
7330 executable and restart GDB. Remove invocation to
7331 prepare_for_testing.
7332
7ae1a6a6
PA
73332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7334 Pedro Alves <palves@redhat.com>
7335
7336 PR server/16255
7337 * gdb.multi/multi-attach.c: New file.
7338 * gdb.multi/multi-attach.exp: New file.
7339
4082afcc
PA
73402014-04-25 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7343 user.
7344 (top level): Test that "set remote conditional-breakpoints-packet
7345 off" works as intended.
7346 * gdb.base/dprintf.exp: Test that "set remote
7347 breakpoint-commands-packet off" works as intended.
7348 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7349 New function.
7350 (top level): Call it.
7351 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7352 remote fast-tracepoints-packet off" works as intended.
7353 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7354 * lib/gdb.exp (gdb_is_target_remote): ... here.
7355
2abc3f8d
DB
73562014-04-24 David Blaikie <dblaikie@gmail.com>
7357
7358 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7359 ensure clang would not discard them.
7360 * gdb.base/gdbvars.c: Ditto.
7361 * gdb.base/memattr.c: Ditto.
7362 * gdb.base/whatis.c: Ditto.
7363 * gdb.python/py-prettyprint.c: Ditto.
7364 * gdb.trace/actions.c: Ditto.
7365 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7366 ensure clang would not discard it.
7367
bfd39632
DB
73682014-04-24 David Blaikie <dblaikie@gmail.com>
7369
7370 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7371 clang to emit the full definition of type required by the test
7372 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7373
22842ff6
DB
73742014-04-24 David Blaikie <dblaikie@gmail.com>
7375
7376 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7377 coax Clang into emitting the definition of the type.
7378 * gdb.cp/pr10728-x.h (y): Ditto.
7379 * gdb.cp/pr10728-y.cc (y): Ditto.
7380
c2e827ad
DB
73812014-04-24 David Blaikie <dblaikie@gmail.com>
7382
7383 * gdb.base/label.exp: XFAIL label related tests under Clang.
7384 * gdb.cp/cplabel.exp: Ditto.
7385 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7386 under Clang those using labels.
7387
4c2d33e7
YQ
73882014-04-25 Yao Qi <yao@codesourcery.com>
7389
7390 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7391 double_label.
7392 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7393 partial_label and double_label.
7394
56083b99
DB
73952014-04-24 David Blaikie <dblaikie@gmail.com>
7396
7397 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7398
25d4e99d
DB
73992014-04-24 David Blaikie <dblaikie@gmail.com>
7400
7401 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7402 of the function to work across GCC and Clang.
7403 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7404 pointer types (const void ** const V void **).
7405
01f9f808
MS
74062014-04-24 Michael Sturm <michael.sturm@mintel.com>
7407 Walfred Tedeschi <walfred.tedeschi@intel.com>
7408
7409 * Makefile.in (EXECUTABLES): Added i386-avx512.
7410 * gdb.arch/i386-avx512.c: New file.
7411 * gdb.arch/i386-avx512.exp: Likewise.
7412
4b48d439
KS
74132014-04-23 Keith Seitz <keiths@redhat.com>
7414
7415 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7416 (mi_make_breakpoint_table): New procedure.
7417 (mi_create_breakpoint): Use mi_make_breakpoint
7418 and return the result.
7419 (mi_make_breakpoint): New procedure.
7420 (mi_build_kv_pairs): New procedure.
7421
7422 * gdb.mi/mi-break.exp: Remove unused globals,
7423 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7424 All callers updated.
7425 * gdb.mi/mi-dprintf.exp: Use variable to track command
7426 number.
7427 Update all callers of mi_create_breakpoint and use
7428 mi_make_breakpoint_table.
7429 Remove any unused global variables.
7430 * gdb.mi/mi-nonstop.exp: Likewise.
7431 * gdb.mi/mi-nsintrall.exp: Likewise.
7432 * gdb.mi/mi-nsmoribund.exp: Likewise.
7433 * gdb.mi/mi-nsthrexec.exp: Likewise.
7434 * gdb.mi/mi-reverse.exp: Likewise.
7435 * gdb.mi/mi-simplerun.exp: Likewise.
7436 * gdb.mi/mi-stepn.exp: Likewise.
7437 * gdb.mi/mi-syn-frame.exp: Likewise.
7438 * gdb.mi/mi-until.exp: Likewise.
7439 * gdb.mi/mi-var-cp.exp: Likewise.
7440 * gdb.mi/mi-var-display.exp: Likewise.
7441 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7442 * gdb.mi/mi2-var-child.exp: Likewise.
7443 * gdb.mi/mi-vla-c99.exp: Likewise.
7444 * lib/mi-support.exp: Likewise.
7445
7446 From Ian Lance Taylor <iant@cygnus.com>:
7447 * lib/gdb.exp (parse_args): New procedure.
7448
08351840
PA
74492014-04-23 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.base/break-unload-file.c: New file.
7452 * gdb.base/break-unload-file.exp: New file.
7453 * gdb.base/sym-file-lib.c (baz): New function.
7454 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7455 field.
7456 (load): Store the segment's mapped size.
7457 (unload): New function.
7458 (unload_shlib): New function.
7459 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7460 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7461 set a breakpoint at baz, and call it.
7462 * gdb.base/sym-file.exp: New tests for stale breakpoint
7463 instructions.
7464
076855f9
PA
74652014-04-23 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7468 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7469 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7470 * gdb.base/hbreak-unmapped.c: New file.
7471 * gdb.base/hbreak-unmapped.exp: New file.
7472 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7473 * lib/gdb.exp (gdb_is_target_remote): ... here.
7474
483805cf
PA
74752014-04-22 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.base/consecutive-step-over.c: New file.
7478 * gdb.base/consecutive-step-over.exp: New file.
7479
06d97543
PA
74802014-04-22 Pedro Alves <palves@redhat.com>
7481
7482 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7483 instead of send_gdb/gdb_expect.
7484
b4429ea2
YQ
74852014-04-22 Yao Qi <yao@codesourcery.com>
7486
7487 * lib/trace-support.exp (generate_tracefile): New procedure.
7488 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7489 return 0.
7490 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7491 if generate_tracefile returns 1.
7492
51d48146
PA
74932014-04-18 Tom Tromey <palves@redhat.com>
7494 Pedro alves <tromey@redhat.com>
7495
7496 PR backtrace/15558
7497 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7498 with a backtrace limit.
7499 * gdb.python/py-frame-inline.exp: Test running to an inline
7500 function with a backtrace limit, and printing the newest frame.
7501 * gdb.python/py-frame-inline.c (main): Call f.
7502
bd1dce5f
MS
75032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7504
7505 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7506
40d1a503
MS
75072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7508
7509 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7510 Drop prefix from unsupported source file path.
7511
389b98f7
YQ
75122014-04-17 Yao Qi <yao@codesourcery.com>
7513
7514 * lib/gdb.exp (with_target_charset): New proc.
7515 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7516 with_target_charset.
7517 (test_print_strings): Likewise.
7518 (test_repeat_bytes): Likewise.
7519 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7520 for some tests.
7521
22869d73
KS
75222014-04-16 Keith Seitz <keiths@redhat.com>
7523
7524 PR gdb/15827
7525 * gdb.dwarf2/corrupt.c: New file.
7526 * gdb.dwarf2/corrupt.exp: New file.
7527
c4f87ca6
KS
75282014-04-16 Keith Seitz <keiths@redhat.com>
7529
7530 PR c++/16597
7531 * gdb.cp/namelessclass.cc: New file.
7532 * gdb.cp/namelessclass.exp: New file.
7533 * gdb.cp/namelessclass.S: New file.
7534
ab19de87
DE
75352014-04-16 Doug Evans <dje@google.com>
7536
7537 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7538 Add comment.
7539 (gdbserver_default_get_comm_port): New function.
7540 (gdbserver_start): Check if board file provided
7541 "gdbserver,get_comm_port" and use it if so.
7542 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7543 (gdb,socketport): Set to "stdio".
7544 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7545 (stdio_gdbserver_template): Delete.
7546 (${board}_get_remote_address): Update.
7547 (${board}_build_remote_cmd): Delete.
7548 (${board}_get_comm_port): New function.
7549 (${board}_spawn): Update.
7550 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7551 Delete.
7552 (${board}_get_remote_address): Update.
7553 (${board}_get_comm_port): New function.
7554
fc98a809
AB
75552014-04-16 Andrew Burgess <aburgess@broadcom.com>
7556
7557 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7558 appearing in any order.
7559
87fd9e6e
DE
75602014-04-15 Doug Evans <dje@google.com>
7561
7562 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7563 uninitialized value of "description".
7564
099fc3ea
KS
75652014-04-15 Keith Seitz <keiths@redhat.com>
7566
7567 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7568 Remove unused globals.
7569 (test_running_the_program): Likewise.
7570 (test_controlled_execution): Likewise.
7571 (test_controlling_breakpoints): Likewise.
7572 (test_program_termination): Likewise.
7573
5da151d4
KS
75742014-04-15 Keith Seitz <keiths@redhat.com>
7575
7576 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7577 unused globals.
7578 (test_rbreak_creation_and_listing): Likewise.
7579 (test_ignore_count): Likewise.
7580 (test_error): Likewise.
7581
35e5d2f0
PA
75822014-04-15 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7585 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7586 sym-file-loader.c.
7587 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7588 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7589 to sym-file-loader.c.
7590 (struct library): Forward declare.
7591 (load_shlib, lookup_function): Change prototypes.
7592 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7593 (translate_offset): Remove declarations.
7594 (get_text_addr): New declaration.
7595 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7596 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7597 sym-file-loader.h.
7598 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7599 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7600 here from sym-file-loader.h.
7601 (struct library): New structure.
7602 (load_shlib, lookup_function): Change prototypes and adjust to
7603 work with a struct library.
7604 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7605 (translate_offset): Make static.
7606 (get_text_addr): New function.
7607 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7608
eb4c1710
PA
76092014-04-15 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7612
2d1baf52
PA
76132014-04-15 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/sym-file-loader.c: Include <limits.h>.
7616 (SELF_LINK): New define.
7617 (get_origin): New function.
7618 (load_shlib): Use it.
7619 * gdb.base/sym-file.exp: Don't early return if the target is
7620 remote. Use runto_main, and issue fail is that fails. Use
7621 gdb_load_shlibs.
7622 (shlib_name): Delete.
7623 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7624
7dd6df01
PA
76252014-04-15 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.base/sym-file.exp: Remove regex characters from test
7628 message. Don't refer to breakpoint numbers in test messages.
7629
b50c8614
KS
76302014-04-14 Keith Seitz <keiths@redhat.com>
7631
7632 PR c++/16253
7633 * gdb.cp/var-tag.cc: New file.
7634 * gdb.cp/var-tag.exp: New file.
7635 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7636 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7637 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7638 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7639
3d567982
TT
76402014-04-14 Tom Tromey <tromey@redhat.com>
7641
7642 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7643 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7644 type.
7645 * gdb.cp/enum-class.exp: New file.
7646 * gdb.cp/enum-class.cc: New file.
7647
0626fc76
TT
76482014-04-14 Tom Tromey <tromey@redhat.com>
7649
7650 * gdb.dwarf2/enum-type.exp: New file.
7651
dca325b3
SA
76522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7653
7654 * gdb.mi/mi-vla-c99.exp: New file.
7655 * gdb.mi/vla.c: New file.
7656
5854b38a
SA
76572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7658
7659 * gdb.base/vla-datatypes.c: New file.
7660 * gdb.base/vla-datatypes.exp: New file.
7661
463bb957
SA
76622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7663
7664 * gdb.base/vla-ptr.c: New file.
7665 * gdb.base/vla-ptr.exp: New file.
7666
3dd170be
SA
76672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7668
7669 * gdb.dwarf2/count.exp: New file.
7670
5ecaaa66
SA
76712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7672
7673 * gdb.base/vla-sideeffect.c: New file.
7674 * gdb.base/vla-sideeffect.exp: New file.
7675
41f1ada5
DB
76762014-04-14 David Blaikie <dblaikie@gmail.com>
7677
7678 * gdb.mi/non-stop.c: Add return value for non-void function return
7679 statement.
7680 * gdb.threads/staticthreads.c: Ditto.
7681
0be03e84
DE
76822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7683 Doug Evans <xdje42@gmail.com>
7684
7685 * gdb.guile/scm-value.c: Improve test case.
7686 * gdb.guile/scm-value.exp: Add new test.
7687
f180a1fb
DB
76882014-04-11 David Blaikie <dblaikie@gmail.com>
7689
7690 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7691 override Clang's default.
7692
6b662e19
JB
76932014-04-11 Joel Brobecker <brobecker@adacore.com>
7694
7695 Revert the following changes (regressions):
7696
7697 * gdb.base/vla-sideeffect.c: New file.
7698 * gdb.base/vla-sideeffect.exp: New file.
7699
7700 * gdb.dwarf2/count.exp: New file.
7701
7702 * gdb.base/vla-multi.c: New file.
7703 * gdb.base/vla-multi.exp: New file.
7704
7705 * gdb.base/vla-ptr.c: New file.
7706 * gdb.base/vla-ptr.exp: New file.
7707
7708 * gdb.base/vla-datatypes.c: New file.
7709 * gdb.base/vla-datatypes.exp: New file.
7710
7711 * gdb.mi/mi-vla-c99.exp: New file.
7712 * gdb.mi/vla.c: New file.
7713
245a5f0b
KS
77142014-04-11 Keith Seitz <keiths@redhat.com>
7715
7716 PR c++/16675
7717 * gdb.cp/cpsizeof.exp: New file.
7718 * gdb.cp/cpsizeof.cc: New file.
7719
58a84dcf
SA
77202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7721
191a8a90
JB
7722 * gdb.mi/mi-vla-c99.exp: New file.
7723 * gdb.mi/vla.c: New file.
58a84dcf 7724
c8655f75
SA
77252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7726
7727 * gdb.base/vla-datatypes.c: New file.
7728 * gdb.base/vla-datatypes.exp: New file.
7729
024e13b4
SA
77302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7731
7732 * gdb.base/vla-ptr.c: New file.
7733 * gdb.base/vla-ptr.exp: New file.
7734
1a237e0e
SA
77352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7736
7737 * gdb.base/vla-multi.c: New file.
7738 * gdb.base/vla-multi.exp: New file.
7739
504f3432
SA
77402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7741
7742 * gdb.dwarf2/count.exp: New file.
7743
3bce8237
SA
77442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7745
191a8a90
JB
7746 * gdb.base/vla-sideeffect.c: New file.
7747 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7748
322f9c21
YQ
77492014-04-11 Yao Qi <yao@codesourcery.com>
7750
7751 * gdb.base/completion.exp: Check file exists before running tests
7752 on file completion.
7753
d708bcd1
PA
77542014-04-10 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.base/cond-eval-mode.c: New file.
7757 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7758 prepare_for_testing to build the new file. Check result of
7759 runto_main.
7760 (test_break, test_watch): New procedures.
7761 (top level): Use them.
7762
ae1d2761
PM
77632014-04-08 Pierre Muller <muller@sourceware.org>
7764
7765 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7766 Ctrl-V use for mingw hosts.
7767
7af389b8
SC
77682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7769
7770 * gdb.python/py-value.c: Improve test case.
7771 * gdb.python/py-value.exp: Add new test.
7772
5e703181
DE
77732014-04-07 David Blaikie <dblaikie@gmail.com>
7774
7775 * lib/compiler.c: Identify the clang compiler.
7776 * lib/compiler.cc: Ditto.
7777
9810b410
YQ
77782014-04-03 Yao Qi <yao@codesourcery.com>
7779
7780 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7781
98d1b8dc
AB
77822014-04-01 Anton Blanchard <anton@samba.org>
7783
7784 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7785 messages unique.
7786
3114cea1
AB
77872014-04-01 Anton Blanchard <anton@samba.org>
7788
7789 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7790 prepare_for_testing.
7791
62f7182c
AB
77922014-04-01 Anton Blanchard <anton@samba.org>
7793
7794 * gdb.arch/ppc64-atomic-inst.c: Remove.
7795 * gdb.arch/ppc64-atomic-inst.S: New file.
7796 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7797
770e7fc7
DE
77982014-03-31 Doug Evans <dje@google.com>
7799
7800 * gdb.base/print-symbol-loading-lib.c: New file.
7801 * gdb.base/print-symbol-loading-main.c: New file.
7802 * gdb.base/print-symbol-loading.exp: New file.
7803
46e2bafa
YQ
78042014-03-31 Yao Qi <yao@codesourcery.com>
7805
7806 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7807
8776cfe9
JB
78082014-03-28 Joel Brobecker <brobecker@adacore.com>
7809
7810 * gdb.ada/mi_dyn_arr: New testcase.
7811
5d1ef361
DE
78122014-03-27 Doug Evans <dje@google.com>
7813
7814 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7815
b5bee914
YQ
78162014-03-27 Yao Qi <yao@codesourcery.com>
7817
7818 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7819 if target is nios2-*-*.
7820
0d4d0e77
YQ
78212014-03-26 Yao Qi <yao@codesourcery.com>
7822
7823 * lib/gdb.exp (readline_is_used): New proc.
7824 * gdb.base/completion.exp: Move tests on command complete up.
7825 Skip the rest of tests if readline is not used.
7826 * gdb.ada/complete.exp: Skp the test if readline is not
7827 used.
7828 * gdb.base/filesym.exp: Likewise.
7829 * gdb.base/macscp.exp: Likewise.
7830 * gdb.base/readline-ask.exp: Likewise.
7831 * gdb.base/readline.exp: Likewise.
7832 * gdb.python/py-cmd.exp: Likewise.
7833 * gdb.trace/tfile.exp: Likewise.
7834
29361eee
YQ
78352014-03-26 Yao Qi <yao@codesourcery.com>
7836
7837 * gdb.base/macscp.exp: Fix code format issues.
7838
bc9a5525
UW
78392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7840
7841 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7842 * gdb.asm/powerpc64le.inc: New file.
7843
d3839ede
PA
78442014-03-25 Pedro Alves <palves@redhat.com>
7845 Doug Evans <dje@google.com>
7846
7847 * gdb.base/source-execution.c: New file.
7848 * gdb.base/source-execution.exp: New file.
7849 * gdb.base/source-execution.gdb: New file.
7850
01672a57
DE
78512014-03-24 Doug Evans <dje@google.com>
7852
7853 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7854 using fission.
7855
88bbeca9
HZ
78562014-03-24 Hui Zhu <hui@codesourcery.com>
7857 Pedro Alves <palves@redhat.com>
7858
7859 PR breakpoints/16101
7860 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7861 test pass/fail messages. Detect missing support for dprintf when
7862 breakpoints are actually inserted.
7863 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7864 breakpoints are actually inserted.
7865 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7866 fails.
7867
d2348791
JK
78682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7869
7870 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7871
feef67ab
DE
78722014-03-22 Doug Evans <xdje42@gmail.com>
7873
7874 * gdb.python/python.exp (python not supported): Verify multi-line
7875 python command issues an error.
25d743f9 7876 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7877 guile command issues an error.
feef67ab 7878
ecebef6a
MR
78792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7880
7881 * gdb.threads/thread-specific.exp: Handle the lack of usable
7882 $this_breakpoint and $this_thread.
7883
ccdd1909
HZ
78842014-03-21 Hui Zhu <hui@codesourcery.com>
7885
7886 * gdb.base/attach.exp (do_command_attach_tests): New.
7887
beb460e8
PA
78882014-03-20 Tom Tromey <tromey@redhat.com>
7889 Pedro Alves <palves@redhat.com>
7890
7891 PR cli/15718
7892 * gdb.base/condbreak-call-false.c: New file.
7893 * gdb.base/condbreak-call-false.exp: New file.
7894
40acf43a
PA
78952014-03-20 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7898 Delete.
7899 (block_signals, unblock_signals): Delete.
7900 (child_function_2, main): Remove references to deleted variable
7901 and functions.
7902
9f5e1e02
PA
79032014-03-20 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7906 Use pthread_kill to signal thread 2.
7907 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7908 Adjust to make the test send itself a signal rather than using the
7909 host's "kill" command.
7910
99619bea
PA
79112014-03-20 Pedro Alves <palves@redhat.com>
7912
7913 * gdb.threads/multiple-step-overs.c: New file.
7914 * gdb.threads/multiple-step-overs.exp: New file.
7915 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7916 Adjust expected infrun debug output.
7917
2adfaa28
PA
79182014-03-20 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7921 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7922
31e77af2
PA
79232014-03-20 Pedro Alves <palves@redhat.com>
7924
7925 PR breakpoints/7143
7926 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7927 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7928 of gdb_test_multiple.
7929 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7930 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7931
b9f437de
PA
79322014-03-20 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7935 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7936
05adc73e
PA
79372014-03-19 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/async.exp: Remove early return.
7940
6048b950
PA
79412014-03-19 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7944
8bcfb00a
PA
79452014-03-19 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/async.exp (test_background): Expect \r\n after
7948 "completed." in the fail pattern.
7949
884e37dc
PA
79502014-03-19 Pedro Alves <palves@redhat.com>
7951
7952 * gdb.base/async.exp (test_background): New procedure.
7953 Use it for all background execution command tests.
7954
148e57e2
PA
79552014-03-19 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/async.exp: Use prepare_for_testing.
7958
f48088c7
PA
79592014-03-19 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7962 the same line.
7963
e2f6c966
PA
79642014-03-19 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/async.c (main): Add "jump here" and "until here" line
7967 marker comments.
7968 * gdb.base/async.exp (jump_here): New global.
7969 (jump& test): Use it.
7970 (until_here): New global.
7971 (until& test): Use it.
7972
c30568d4
PA
79732014-03-19 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/async.exp: Don't frob gdb_protocol.
7976
0172b6a7
DE
79772014-03-18 Doug Evans <xdje42@gmail.com>
7978
7979 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7980 Fix spelling of exec-done-display.
7981
06c868a8
JK
79822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7983
7984 PR gdb/15358
7985 * gdb.base/gdb-sigterm.c: New file.
7986 * gdb.base/gdb-sigterm.exp: New file.
7987
0c7e1a46
PA
79882014-03-18 Pedro Alves <palves@redhat.com>
7989
7990 PR gdb/13860
7991 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7992 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7993 solib-event.
7994
f7c77d93
JB
79952014-03-17 Joel Brobecker <brobecker@adacore.com>
7996
7997 * gdb.ada/pckd_arr_ren: New testcase.
7998
5a1e8c7a
DE
79992014-03-13 Doug Evans <xdje42@gmail.com>
8000
8001 PR guile/16612
8002 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8003 collect after discarding symbols.
8004
350e1a76
DE
80052014-03-13 Ludovic Courtès <ludo@gnu.org>
8006 Doug Evans <xdje42@gmail.com>
8007
8008 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8009 to history survives a gc.
8010
a69900ae
PA
80112014-03-13 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.base/default.exp: Don't test "target procfs".
8014
5db9f0bd
PA
80152014-03-13 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/default.exp: Update "target child" and "target procfs"
8018 tests to not expect "Unix".
8019
b3ccfe11
TT
80202014-03-12 Tom Tromey <tromey@redhat.com>
8021
8022 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8023 New procs. Add target-async tests.
8024 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8025 Add target-async tests.
8026
646f4417
AA
80272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8028
8029 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8030 'func_start' and 'func_end' for the beginning and end of the
8031 function code, respectively.
8032 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8033 'func_end' instead of 'func' and 'main'.
8034
288c211f
AA
80352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8036
8037 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8038 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8039 generate the debug info assembler source.
8040
e0c0f156
AA
80412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8042
8043 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8044 * gdb.dwarf2/arr-subrange.exp: Likewise.
8045 * gdb.dwarf2/dwz.exp: Likewise.
8046 * gdb.dwarf2/method-ptr.exp: Likewise.
8047 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8048 * gdb.dwarf2/subrange.exp: Likewise.
8049 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8050 * gdb.dwarf2/implptrpiece.exp: Likewise.
8051 * gdb.dwarf2/nostaticblock.exp: Likewise.
8052
0e5c4555
AA
80532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8054
8055 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8056 directory to absolute path name arguments.
8057
5ec18f2b
JG
80582014-03-10 Joel Brobecker <brobecker@adacore.com>
8059
8060 * gdb.ada/tagged_access: New testcase.
8061
847fc4f2
MM
80622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8063
8064 * gdb.btrace/data.exp: Update expected output.
8065
cc3da688
YQ
80662014-03-06 Yao Qi <yao@codesourcery.com>
8067
8068 * gdb.trace/pr16508.exp: New file.
8069
0f26cec1
PA
80702014-03-05 Pedro Alves <palves@redhat.com>
8071
8072 PR gdb/16575
8073 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8074 procedure.
8075 (top level): Adjust to use it. Add tests that exercise breakpoint
8076 interaction with the code-cache.
8077
7a5a839f
LC
80782014-02-26 Ludovic Courtès <ludo@gnu.org>
8079
8080 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8081 test for 'history-append!'.
8082
31aa7e4e
JB
80832014-02-26 Joel Brobecker <brobecker@adacore.com>
8084
8085 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8086 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8087 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8088 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8089 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8090 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8091
1b588015
JB
80922014-02-26 Joel Brobecker <brobecker@adacore.com>
8093
8094 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8095 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8096 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8097
55426c9d
JB
80982014-02-26 Joel Brobecker <brobecker@adacore.com>
8099
8100 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8101
dc53a7ad
JB
81022014-02-26 Joel Brobecker <brobecker@adacore.com>
8103
8104 * gdb.dwarf2/arr-stride.c: New file.
8105 * gdb.dwarf2/arr-stride.exp: New file.
8106
12ab52e9
PA
81072014-02-26 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8110 that won't ever trigger. Make sure that GDB reports the correct
8111 breakpoint that caused the stop.
8112
849c862e
JK
81132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 PR gdb/16626
8116 * gdb.base/auto-load-script: New file.
8117 * gdb.base/auto-load.c: New file.
8118 * gdb.base/auto-load.exp: New file.
8119
71b7d793
JK
8120 PR gdb/16626
8121 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8122
e2f0d509
JK
81232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8126 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8127
50cc37c8
DE
81282014-02-24 Doug Evans <dje@google.com>
8129
8130 * lib/gdb.exp (run_on_host): Log error output if program fails.
8131
ea4758f2
PA
81322014-02-21 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.threads/step-after-sr-lock.c: Rename to ...
8135 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8136 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8137 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8138 ... this.
8139
d7b30f67
SDJ
81402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8141
8142 PR tdep/16397
8143 * gdb.arch/amd64-stap-special-operands.exp: New file.
8144 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8145 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8146 * gdb.arch/amd64-stap-triplet.S: Likewise.
8147 * gdb.arch/amd64-stap-triplet.c: Likewise.
8148
83deb43f
JB
81492014-02-20 Joel Brobecker <brobecker@adacore.com>
8150
8151 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8152 in .section pseudo-op.
8153
adde2bff
DE
81542014-02-20 lin zuojian <manjian2006@gmail.com>
8155 Joel Brobecker <brobecker@adacore.com>
8156 Doug Evans <xdje42@gmail.com>
8157
8158 PR symtab/16581
8159 * gdb.dwarf2/dw2-icycle.S: New file.
8160 * gdb.dwarf2/dw2-icycle.c: New file.
8161 * gdb.dwarf2/dw2-icycle.exp: New file.
8162
f7bd0f78
SC
81632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8164
8165 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8166 operations on gdb.Value objects.
8167 * gdb.python/py-value-cc.exp: Add new test to test operations on
8168 gdb.Value objects.
8169
c17ef0d5
DE
81702014-02-18 Doug Evans <dje@google.com>
8171
8172 * Makefile.in (TESTS): New variable.
8173 (expanded_tests, expanded_tests_or_none): New variables
8174 (check-single): Pass $(expanded_tests_or_none) to runtest.
8175 (check-parallel): Only run tests in $(TESTS) if non-empty.
8176 (check/no-matching-tests-found): New rule.
8177 * README: Document TESTS makefile variable.
8178
5dd3176f
DE
81792014-02-18 Doug Evans <dje@google.com>
8180
8181 * Makefile.in (check-parallel): rm -rf outputs temp.
8182
0b10be4f
JK
81832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8184
8185 Fix "ERROR: no fileid for" in the testsuite.
8186 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8187
85f224e7
DE
81882014-02-12 Doug Evans <dje@google.com>
8189
8190 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8191 (MISCELLANEOUS): New variable.
8192 (clean): rm -rf $(MISCELLANEOUS).
8193 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8194 dwp live in the same directory as symlinks, with each symlink pointed
8195 to a differently named file in a different directory.
8196
149b30ff
DE
81972014-02-11 Doug Evans <dje@google.com>
8198
8199 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8200 of Tcl file commands.
8201
1dfdac32
MK
82022014-02-10 Mark Kettenis <kettenis@gnu.org>
8203
8204 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8205 "kill -SIGUSR1 -1".
8206
aa4fb036
JB
82072014-02-10 Joel Brobecker <brobecker@adacore.com>
8208
8209 * gdb.ada/tick_length_array_enum_idx: New testcase.
8210
ed3ef339
DE
82112014-02-10 Doug Evans <xdje42@gmail.com>
8212
8213 * configure.ac (AC_OUTPUT): Add gdb.guile.
8214 * configure: Regenerate.
8215 * lib/gdb-guile.exp: New file.
8216 * lib/gdb.exp (get_target_charset): New function.
8217 * gdb.base/help.exp: Update expected output from "apropos apropos".
8218 * gdb.guile/Makefile.in: New file.
8219 * gdb.guile/guile.exp: New file.
8220 * gdb.guile/scm-arch.c: New file.
8221 * gdb.guile/scm-arch.exp: New file.
8222 * gdb.guile/scm-block.c: New file.
8223 * gdb.guile/scm-block.exp: New file.
8224 * gdb.guile/scm-breakpoint.c: New file.
8225 * gdb.guile/scm-breakpoint.exp: New file.
8226 * gdb.guile/scm-disasm.c: New file.
8227 * gdb.guile/scm-disasm.exp: New file.
8228 * gdb.guile/scm-equal.c: New file.
8229 * gdb.guile/scm-equal.exp: New file.
8230 * gdb.guile/scm-error.exp: New file.
8231 * gdb.guile/scm-error.scm: New file.
8232 * gdb.guile/scm-frame-args.c: New file.
8233 * gdb.guile/scm-frame-args.exp: New file.
8234 * gdb.guile/scm-frame-args.scm: New file.
8235 * gdb.guile/scm-frame-inline.c: New file.
8236 * gdb.guile/scm-frame-inline.exp: New file.
8237 * gdb.guile/scm-frame.c: New file.
8238 * gdb.guile/scm-frame.exp: New file.
8239 * gdb.guile/scm-generics.exp: New file.
8240 * gdb.guile/scm-gsmob.exp: New file.
8241 * gdb.guile/scm-iterator.c: New file.
8242 * gdb.guile/scm-iterator.exp: New file.
8243 * gdb.guile/scm-math.c: New file.
8244 * gdb.guile/scm-math.exp: New file.
8245 * gdb.guile/scm-objfile-script-gdb.in: New file.
8246 * gdb.guile/scm-objfile-script.c: New file.
8247 * gdb.guile/scm-objfile-script.exp: New file.
8248 * gdb.guile/scm-objfile.c: New file.
8249 * gdb.guile/scm-objfile.exp: New file.
8250 * gdb.guile/scm-ports.exp: New file.
8251 * gdb.guile/scm-pretty-print.c: New file.
8252 * gdb.guile/scm-pretty-print.exp: New file.
8253 * gdb.guile/scm-pretty-print.scm: New file.
8254 * gdb.guile/scm-section-script.c: New file.
8255 * gdb.guile/scm-section-script.exp: New file.
8256 * gdb.guile/scm-section-script.scm: New file.
8257 * gdb.guile/scm-symbol.c: New file.
8258 * gdb.guile/scm-symbol.exp: New file.
8259 * gdb.guile/scm-symtab-2.c: New file.
8260 * gdb.guile/scm-symtab.c: New file.
8261 * gdb.guile/scm-symtab.exp: New file.
8262 * gdb.guile/scm-type.c: New file.
8263 * gdb.guile/scm-type.exp: New file.
8264 * gdb.guile/scm-value-cc.cc: New file.
8265 * gdb.guile/scm-value-cc.exp: New file.
8266 * gdb.guile/scm-value.c: New file.
8267 * gdb.guile/scm-value.exp: New file.
8268 * gdb.guile/source2.scm: New file.
8269 * gdb.guile/types-module.cc: New file.
8270 * gdb.guile/types-module.exp: New file.
8271
7026a7c1
YQ
82722014-02-10 Yao Qi <yao@codesourcery.com>
8273
8274 PR testsuite/16543
8275 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8276 * configure: Regenerated.
8277 * Makefile.in: New file.
8278
6c466447
AS
82792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8280
8281 * gdb.python/py-framefilter.exp: Fix typo.
8282
6e854735
YQ
82832014-02-08 Yao Qi <yao@codesourcery.com>
8284
8285 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8286 that no =breakpoint-modified is emitted when breakpoints are
8287 modified through MI commands.
8288
d137e6dc
PA
82892014-02-07 Pedro Alves <pedro@codesourcery.com>
8290 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.threads/step-after-sr-lock.c: New file.
8293 * gdb.threads/step-after-sr-lock.exp: New file.
8294
b5ee5a50
PA
82952014-02-07 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8298
3c77faf3
JK
82992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8300
8301 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8302 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8303
6dddc817
DE
83042014-02-06 Doug Evans <xdje42@gmail.com>
8305
8306 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8307 output.
8308
8309 * gdb.gdb/python-interrupts.exp: New file.
8310
de7b2893
YQ
83112014-02-05 Yao Qi <yao@codesourcery.com>
8312
8313 * gdb.trace/report.exp (use_collected_data): Test the output
8314 of "info threads" and "info inferiors".
8315
66d032ac
YQ
83162014-02-05 Yao Qi <yao@codesourcery.com>
8317
8318 Revert this patch:
8319
8320 2013-05-24 Yao Qi <yao@codesourcery.com>
8321
8322 * gdb.trace/tfile.exp: Test inferior and thread.
8323
591a12a1
UW
83242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8325
8326 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8327 on a function.
8328 * gdb.base/step-bt.c: Call hello via function pointer to make
8329 sure its first instruction is executed on powerpc64le-linux.
8330
0ff3e01f
UW
83312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8332
8333 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8334
084ee545
UW
83352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8336
8337 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8338 of the test patterns for use on little-endian systems.
8339
6ed14ff3
UW
83402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8341
8342 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8343 (decimal_vector): Fix for little-endian.
8344
401e27fd
JM
83452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8346
8347 * gdb.arch/sparc-sysstep.exp: New file.
8348 * gdb.arch/sparc-sysstep.c: Likewise.
8349
8350 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8351
8b924729
EBM
83522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8353
8354 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8355
fb151210
JB
83562014-01-23 Tom Tromey <tromey@redhat.com>
8357
8358 * gdb.ada/array_char_idx: New testcase.
8359
0740f8d8
TT
83602014-01-23 Tom Tromey <tromey@redhat.com>
8361
8362 PR python/16487:
8363 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8364 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8365 classes.
8366
21909fa1
TT
83672014-01-23 Tom Tromey <tromey@redhat.com>
8368
8369 PR python/16491:
8370 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8371 string from an inferior frame.
8372 * gdb.python/py-framefilter-mi.exp: Update.
8373
87ce2a04
DE
83742014-01-22 Doug Evans <dje@google.com>
8375
8376 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8377
237b092b
AA
83782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8379
8380 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8381
d674a709
AA
83822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8383
8384 * gdb.trace/entry-values.exp: Remove excess space character from
8385 regex patterns. Handle s390 call instruction.
8386
20fa3390
AA
83872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8388
8389 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8390 define "*_start" label. Make "name" static.
8391 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8392 ${name} by references to ${name}_start.
8393
78466714
AA
83942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8395
8396 * gdb.base/info-macros.exp: Remove "debug" from the compile
8397 options.
8398
ec9f644a
IB
83992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8400
8401 * gdb.dlang/demangle.exp: New file.
8402
94b1b47e
IB
84032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8404
8405 * gdb.dlang/primitive-types.exp: New file.
8406
7f420862
IB
84072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8408
8409 * configure.ac: Create gdb.dlang/Makefile.
8410 * configure: Regenerate.
8411 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8412 * gdb.dlang/Makefile.in: New file.
8413 * lib/d-support.exp: New file.
8414 * lib/gdb.exp (skip_d_tests): New proc.
8415
52834460
MM
84162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8417
8418 * gdb.btrace/delta.exp: Check reverse stepi.
8419 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8420 * gdb.btrace/finish.exp: New.
8421 * gdb.btrace/next.exp: New.
8422 * gdb.btrace/nexti.exp: New.
8423 * gdb.btrace/record_goto.c: Add comments.
8424 * gdb.btrace/step.exp: New.
8425 * gdb.btrace/stepi.exp: New.
8426 * gdb.btrace/multi-thread-step.c: New.
8427 * gdb.btrace/multi-thread-step.exp: New.
8428 * gdb.btrace/rn-dl-bind.c: New.
8429 * gdb.btrace/rn-dl-bind.exp: New.
8430 * gdb.btrace/data.c: New.
8431 * gdb.btrace/data.exp: New.
8432 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8433
6e07b1d2
MM
84342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8435
8436 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8437 * gdb.btrace/exception.exp: Update.
8438 * gdb.btrace/instruction_history.exp: Update.
8439 * gdb.btrace/record_goto.exp: Update.
8440 * gdb.btrace/tailcall.exp: Update.
8441 * gdb.btrace/unknown_functions.exp: Update.
8442 * gdb.btrace/delta.exp: New.
8443
0b722aec
MM
84442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8445
8446 * gdb.btrace/record_goto.exp: Add backtrace test.
8447 * gdb.btrace/tailcall.exp: Add backtrace test.
8448
066ce621
MM
84492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8450
8451 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8452 * gdb.btrace/record_goto.c: New.
8453 * gdb.btrace/record_goto.exp: New.
8454 * gdb.btrace/x86-record_goto.S: New.
8455
0688d04e
MM
84562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8457
8458 * gdb.btrace/function_call_history.exp: Update tests.
8459 * gdb.btrace/instruction_history.exp: Update tests.
8460
8710b709
MM
84612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8462
8463 * gdb.btrace/function_call_history.exp: Fix expected field
8464 order for "record function-call-history".
8465 Add new tests for "record function-call-history /c".
8466 * gdb.btrace/exception.cc: New.
8467 * gdb.btrace/exception.exp: New.
8468 * gdb.btrace/tailcall.exp: New.
8469 * gdb.btrace/x86-tailcall.S: New.
8470 * gdb.btrace/x86-tailcall.c: New.
8471 * gdb.btrace/unknown_functions.c: New.
8472 * gdb.btrace/unknown_functions.exp: New.
8473 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8474
5de9129b
MM
84752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8476
8477 * gdb.btrace/instruction_history.exp: Update.
8478 * gdb.btrace/function_call_history.exp: Update.
8479
23a7fe75
MM
84802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8481
8482 * gdb.btrace/function_call_history.exp: Fix expected function
8483 trace.
8484 * gdb.btrace/instruction_history.exp: Initialize traced.
8485 Remove traced_functions.
8486
724c7dd8
MM
84872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8488
8489 * gdb.btrace/function_call_history.exp: Update
8490 * gdb.btrace/instruction_history.exp: Update.
8491
6d78d93b
MM
84922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8493
8494 * gdb.btrace/enable.exp: Update expected text.
8495
93a360cc
OJ
84962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8497
8498 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8499 bytes.
8500
3772b53f
MR
85012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8502
8503 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8504
596662fa
OJ
85052014-01-15 Omair Javaid <omair.javaid@linaro.org>
8506
8507 * lib/gdb.exp (supports_process_record): Return true for
8508 arm*-linux*. (supports_reverse): Likewise.
8509
b5b08fb4
SC
85102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8511
8512 PR python/15464
8513 PR python/16113
8514 * gdb.python/py-type.c: Enhance test case.
8515 * gdb.python/py-value-cc.cc: Likewise
8516 * gdb.python/py-type.exp: Add new tests.
8517 * gdb.python/py-value-cc.exp: Likewise
8518
52d7fb13
AA
85192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8520 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8523 Make "name" extern.
8524 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8525 references to ${name}_start by references to ${name}.
8526
a2cd8cfe
JB
85272014-01-10 Joel Brobecker <brobecker@adacore.com>
8528
8529 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8530
4e23fced
JB
85312014-01-10 Joel Brobecker <brobecker@adacore.com>
8532
8533 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8534
c6a9e42c
PA
85352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8536 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8539 mi_gdb_target_load.
c6a9e42c 8540
b7ea362b
PA
85412014-01-08 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.threads/reconnect-signal.c: New file.
8544 * gdb.threads/reconnect-signal.exp: New file.
8545
5e3f4fab
EBM
85462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 * gdb.base/source-dir.exp: New file.
8549
79301218
JB
85502014-01-07 Joel Brobecker <brobecker@adacore.com>
8551
8552 * gdb.ada/mi_interface: New testcase.
8553
8e355c5d
JB
85542014-01-07 Joel Brobecker <brobecker@adacore.com>
8555
8556 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8557 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8558 gdb.ada/pp-rec-component/pck.ads: New files.
8559
c0d48811
JB
85602014-01-07 Joel Brobecker <brobecker@adacore.com>
8561
8562 * gdb.python/py-pp-integral.c: New file.
8563 * gdb.python/py-pp-integral.py: New file.
8564 * gdb.python/py-pp-integral.exp: New file.
8565
17b609c3 8566For older changes see ChangeLog-1993-2013.
c906108c 8567\f
8d8cb839
EZ
8568;; Local Variables:
8569;; mode: change-log
8570;; left-margin: 8
8571;; fill-column: 74
8572;; version-control: never
8573;; End:
902f2ccb 8574
618f726f 8575 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8576 Copying and distribution of this file, with or without modification,
8577 are permitted provided the copyright notice and this notice are preserved.