Make instream be per UI
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f38d3ad1
PA
12016-06-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4
45db7c09
PA
52016-06-21 Pedro Alves <palves@redhat.com>
6
7 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8 (top level): Use it instead of mi_execute_to.
9
5a069ab3
PA
102016-06-21 Pedro Alves <palves@redhat.com>
11
12 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13 (cont_handler_str): New.
14 (signal_stop_handler): Set stop_handler_str instead of printing to
15 stdout.
16 (continue_handler): Set cont_handler_str instead of printing to
17 stdout.
18 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
19 mi_send_resuming_command. Print stop_handler_str and
20 cont_handler_str instead of expecting the python events print
21 directly.
22
2838cc1d
SD
232016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
24
25 * gdb.base/jit-reader.exp: New file.
26 * gdb.base/jithost.c: New file.
27 * gdb.base/jithost.h: New file.
28 * gdb.base/jitreader.c : New file.
29 * gdb.base/jit-protocol.h: New file.
30
21a77091
YQ
312016-06-17 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
34 parameters follow_fork and detach_on_fork. Set follow-fork-mode
35 and detach-on-fork. Adjust tests.
36 (top level): Invoke break_cond_on_syscall with combinations of
37 syscall, follow-fork-mode and detach-on-fork.
38
f50bf8e5
YQ
392016-06-17 Yao Qi <yao.qi@linaro.org>
40
41 * gdb.base/step-over-exit.c: New.
42 * gdb.base/step-over-exit.exp: New.
43
a28d8e50
YTL
442016-06-17 Yan-Ting Lin <currygt52@gmail.com>
45
46 * gdb.base/float.exp: Add target check for nds32*-*-*.
47 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
48
cad8e26d
AB
492016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
52 for unsupported target features.
53 * gdb.base/call-rt-st.exp: Likewise.
54 * gdb.base/call-sc.exp: Likewise.
55 * gdb.base/call-signal-resume.exp: Likewise.
56 * gdb.base/call-strs.exp: Likewise.
57 * gdb.base/callexit.exp: Likewise.
58 * gdb.base/callfuncs.exp: Likewise.
59 * gdb.base/nodebug.exp: Likewise.
60 * gdb.base/printcmds.exp: Likewise.
61 * gdb.base/ptype.exp: Likewise.
62 * gdb.base/structs.exp: Likewise.
63 * gdb.base/unwindonsignal.exp: Likewise.
64 * gdb.cp/gdb2495.exp: Likewise.
65 * gdb.cp/templates.exp: Likewise.
66 * gdb.cp/virtfunc.exp: Likewise.
67 * gdb.threads/hand-call-in-threads.exp: Likewise.
68 * gdb.threads/interrupted-hand-call.exp: Likewise.
69 * gdb.threads/thread-unwindonsignal.exp: Likewise.
70
347dc102
TT
712016-06-10 Tom Tromey <tom@tromey.com>
72
73 PR rust/20110:
74 * gdb.rust/expr.exp: Add test for integer constant larger than
75 i32.
76
5e13cf25
BH
772016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
78
79 * gdb.fortran/nested-funcs.exp: New.
80 * gdb.fortran/nested-funcs.f90: New.
81
bb556f1f
TK
822016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
83
84 * gdb.base/examine-backward.c: New file.
85 * gdb.base/examine-backward.exp: New file.
86
38b022b4
SM
872016-06-06 Simon Marchi <simon.marchi@ericsson.com>
88
89 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
90 matching.
91
1b40ec05
TT
922016-06-02 Tom Tromey <tom@tromey.com>
93
94 PR python/18984:
95 * gdb.python/py-shared.exp: Add solib_name test.
96
193bd378
SM
972016-06-02 Simon Marchi <simon.marchi@ericsson.com>
98
99 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
100
3326303b
MG
1012016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
102
103 PR c++/19893
104 * gdb.dwarf2/implref.exp: Rename to...
105 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
106 * gdb.dwarf2/implref-array.c: New file.
107 * gdb.dwarf2/implref-array.exp: Likewise.
108 * gdb.dwarf2/implref-global.c: Likewise.
109 * gdb.dwarf2/implref-global.exp: Likewise.
110 * gdb.dwarf2/implref-struct.c: Likewise.
111 * gdb.dwarf2/implref-struct.exp: Likewise.
112
825c8ef2
AT
1132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
114
115 * gdb.trace/trace-condition.exp: Add 64bit tests.
116
2320162a
AT
1172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
118
119 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
120 bits types.
121 (main): Adapt to 8 to 64 bits types.
122 * gdb.trace/trace-condition.exp: Add new tests.
123
a7818233
AT
1242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
125
126 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
127
0d336466
AT
1282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
129
130 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
131 Move condition tests...
132 * gdb.trace/trace-condition.exp: Here.
133
7faeb45a
AT
1342016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
135
136 * gdb.trace/trace-condition.exp: Add counter-case tests.
137
e385593e
JK
1382016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 PR c++/15231
141 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
142 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
143
744608cc
PA
1442016-05-27 Pedro Alves <palves@redhat.com>
145
146 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
147 New procedure.
148 (top level): Call it, and bail out of DejaGnu is known to be bad.
149
ac775bf4
AB
1502016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.base/whatis.c: Extend the test case.
153 * gdb.base/whatis.exp: Add additional tests.
154
2bbad2ea
BH
1552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
156
157* gdb.fortran/type.f90: Add pointer variable.
158* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
159
8b70175d
BH
1602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
161
162 * gdb.fortran/vla-type.exp: Fix testcase name.
163
86d8a848
BH
1642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
165
166 * gdb.fortran/vla-type.exp: Access elements in nested structs.
167
e188eb36
BH
1682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
169
170 * gdb.fortran/type.f90: Add nested structures.
171 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
172 * gdb.fortran/derived-type.exp: Adapt expected output.
173 * gdb.fortran/vla-type.exp: Adapt expected output.
174
9b2db1fd
BH
1752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
176
177 * gdb.fortran/whatis_type.exp: Adapt expected output.
178
72b17055
BH
1792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
180
181 * gdb.fortran/print_type.exp: Fix expected output.
182 * gdb.fortran/whatis_type.exp: Fix expected output.
183
3cd81d8d
BH
1842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
185
186 * gdb.fortran/whatis_type.exp: Use multi_line.
187
ddae9462
TT
1882016-05-24 Tom Tromey <tom@tromey.com>
189
190 PR python/17386:
191 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
192 use value as an index.
193
1957f6b8
TT
1942016-05-23 Tom Tromey <tom@tromey.com>
195
196 PR python/17981:
197 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
198 no-breakpoint case.
199
026a9174
PA
2002016-05-24 Pedro Alves <palves@redhat.com>
201
202 PR gdb/19828
203 * gdb.threads/clone-attach-detach.c: New file.
204 * gdb.threads/clone-attach-detach.exp: New file.
205
e70a7231
FR
2062016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
207
208 * gdb.base/annota-input-while-running.exp: Fix syntax error.
209
0f6ed0e0
TT
2102016-05-23 Tom Tromey <tom@tromey.com>
211
212 PR python/19438, PR python/18393:
213 * gdb.python/py-progspace.exp: Add "dir" test.
214 * gdb.python/py-objfile.exp: Add "dir" test.
215
ffd19d61
YQ
2162016-05-23 Yao Qi <yao.qi@linaro.org>
217
218 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
219 * gdb.arch/thumb2-it.exp: Likewise.
220
9e8f9b05
SM
2212016-05-18 Simon Marchi <simon.marchi@ericsson.com>
222
223 * gdb.mi/mi-threads-interrupt.c: New file.
224 * gdb.mi/mi-threads-interrupt.exp: New file.
225
61c6156d
SM
2262016-05-17 Simon Marchi <simon.marchi@ericsson.com>
227
228 PR gdb/18077
229 * gdb.mi/mi-async-run.exp: New file.
230 * gdb.mi/mi-async-run.c: New file.
231
67218854
TT
2322016-05-17 Tom Tromey <tom@tromey.com>
233 Manish Goregaokar <manishsmail@gmail.com>
234
235 * lib/rust-support.exp: New file.
236 * lib/gdb.exp (skip_rust_tests): New proc.
237 (build_executable_from_specs): Handle rust.
238 * lib/future.exp (gdb_find_rustc): New proc.
239 (gdb_default_target_compile): Handle rust.
240 * gdb.rust/expr.exp: New file.
241 * gdb.rust/generics.exp: New file.
242 * gdb.rust/generics.rs: New file.
243 * gdb.rust/methods.exp: New file.
244 * gdb.rust/methods.rs: New file.
245 * gdb.rust/modules.exp: New file.
246 * gdb.rust/modules.rs: New file.
247 * gdb.rust/simple.exp: New file.
248 * gdb.rust/simple.rs: New file.
249
c44af4eb
TT
2502016-05-17 Tom Tromey <tom@tromey.com>
251
252 * gdb.base/default.exp (set language): Add rust.
253
dcd1f979
TT
2542016-05-17 Tom Tromey <tom@tromey.com>
255
256 * gdb.gdb/unittest.exp: New file.
257
155b7f57
YQ
2582016-05-16 Yao Qi <yao.qi@linaro.org>
259
260 * gdb.base/batch-preserve-term-settings.exp: Remove variable
261 shell_prompt. Update shell_prompt_re.
262
8ddd5a6c
DE
2632016-05-12 Doug Evans <dje@google.com>
264
265 PR symtab/19999
266 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
267 $options when building executable.
268 * gdb.dwarf2/fission-loclists-pie.S: New file.
269 * gdb.dwarf2/fission-loclists-pie.exp: New file.
270
02e370d9
SM
2712016-05-04 Simon Marchi <simon.marchi@ericsson.com>
272
273 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
274 of [is_remote target],
275
8929ad8b
SM
2762016-05-04 Simon Marchi <simon.marchi@ericsson.com>
277
278 * lib/gdb.exp (use_gdb_stub): New procedure.
279
6c447423
DE
2802016-05-03 Yunlian Jiang <yunlian@google.com>
281 Doug Evans <dje@google.com>
282
283 PR symtab/19914
284 * gdb.dwarf2/dwp-sepdebug.c: New file.
285 * gdb.dwarf2/dwp-sepdebug.exp: New file.
286
444e826c
SM
2872016-05-02 Simon Marchi <simon.marchi@ericsson.com>
288
289 * gdb.base/detach.exp: Remove is_remote check.
290
740feeaa
SM
2912016-05-02 Simon Marchi <simon.marchi@ericsson.com>
292
293 * gdb.base/annota-input-while-running.exp: Don't check for
294 [is_remote target]. Enable annotations after running to main.
295 Remove unused "set test..." line.
296
9080ac9d
SM
2972016-04-28 Simon Marchi <simon.marchi@ericsson.com>
298
299 * gdb.trace/trace-enable-disable.exp: New file.
300 * gdb.trace/trace-enable-disable.c: New file.
301
952ebca5
SM
3022016-04-28 Simon Marchi <simon.marchi@ericsson.com>
303
304 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
305 use it in info sharedlibrary test.
306 * gdb.trace/ftrace-lock.exp: Likewise.
307 * gdb.trace/ftrace.exp: Likewise.
308 * gdb.trace/range-stepping.exp: Likewise.
309 * gdb.trace/trace-break.exp: Likewise.
310 * gdb.trace/trace-condition.exp: Likewise.
311 * gdb.trace/trace-mt.exp: Likewise.
312
d9019901
SM
3132016-04-27 Simon Marchi <simon.marchi@ericsson.com>
314
315 * lib/gdb.exp (gdb_load_shlibs): Rename to...
316 (gdb_load_shlib): ... this.
317 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
318 gdb_load_shlib.
319 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
320 * gdb.base/ctxobj.exp: Likewise.
321 * gdb.base/dprintf-pending.exp: Likewise.
322 * gdb.base/dso2dso.exp: Likewise.
323 * gdb.base/fixsection.exp: Likewise.
324 * gdb.base/gcore-relro.exp: Likewise.
325 * gdb.base/gdb1555.exp: Likewise.
326 * gdb.base/global-var-nested-by-dso.exp: Likewise.
327 * gdb.base/gnu-ifunc.exp: Likewise.
328 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
329 * gdb.base/jit-so.exp (one_jit_test): Likewise.
330 * gdb.base/pending.exp: Likewise.
331 * gdb.base/print-file-var.exp: Likewise.
332 * gdb.base/print-symbol-loading.exp: Likewise.
333 * gdb.base/shlib-call.exp: Likewise.
334 * gdb.base/shreloc.exp: Likewise.
335 * gdb.base/so-impl-ld.exp: Likewise.
336 * gdb.base/solib-disc.exp: Likewise.
337 * gdb.base/solib-nodir.exp: Likewise.
338 * gdb.base/solib-overlap.exp: Likewise.
339 * gdb.base/solib-symbol.exp: Likewise.
340 * gdb.base/solib-weak.exp (do_test): Likewise.
341 * gdb.base/sym-file.exp: Likewise.
342 * gdb.base/symtab-search-order.exp: Likewise.
343 * gdb.base/type-opaque.exp: Likewise.
344 * gdb.base/unload.exp: Likewise.
345 * gdb.base/watchpoint-solib.exp: Likewise.
346 * gdb.compile/compile.exp: Likewise.
347 * gdb.cp/gdb2384.exp: Likewise.
348 * gdb.cp/infcall-dlopen.exp: Likewise.
349 * gdb.cp/re-set-overloaded.exp: Likewise.
350 * gdb.fortran/library-module.exp: Likewise.
351 * gdb.opt/solib-intra-step.exp: Likewise.
352 * gdb.python/py-finish-breakpoint.exp: Likewise.
353 * gdb.python/py-shared.exp: Likewise.
354 * gdb.reverse/solib-precsave.exp: Likewise.
355 * gdb.reverse/solib-reverse.exp: Likewise.
356 * gdb.server/solib-list.exp: Likewise.
357 * gdb.threads/dlopen-libpthread.exp: Likewise.
358 * gdb.threads/tls-shared.exp: Likewise.
359 * gdb.threads/tls-so_extern.exp: Likewise.
360 * gdb.trace/change-loc.exp: Likewise.
361 * gdb.trace/ftrace-lock.exp: Likewise.
362 * gdb.trace/ftrace.exp: Likewise.
363 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
364 * gdb.trace/pending.exp: Likewise.
365 * gdb.trace/range-stepping.exp: Likewise.
366 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
367 (strace_info_marker): Likewise.
368 (strace_probe_marker): Likewise.
369 (strace_trace_on_same_addr): Likewise.
370 (strace_trace_on_diff_addr): Likewise.
371 * gdb.trace/trace-break.exp: Likewise.
372 * gdb.trace/trace-condition.exp: Likewise.
373 * gdb.trace/trace-mt.exp: Likewise.
374
fca4cfd9
SM
3752016-04-27 Simon Marchi <simon.marchi@ericsson.com>
376
377 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
378 result of gdb_remote_download.
379 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
380 * gdb.base/dso2dso.exp: Likewise.
381 * gdb.base/global-var-nested-by-dso.exp: Likewise.
382 * gdb.base/print-file-var.exp: Likewise.
383 * gdb.base/shlib-call.exp: Likewise.
384 * gdb.base/shreloc.exp: Likewise.
385 * gdb.base/solib-overlap.exp: Likewise.
386 * gdb.base/solib-weak.exp (do_test): Likewise.
387 * gdb.base/unload.exp: Likewise.
388
11cf4ffb
YQ
3892016-04-27 Yao Qi <yao.qi@linaro.org>
390
391 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
392 exists.
393
3e2e34f8
KB
3942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
395
396 * vla-type.exp: Print structure from toplevel.
397
8f07e298
BH
3982016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
399
400 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
401 of dynamic types.
402 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
403 of dynamic types.
404
9920b434
BH
4052016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
406
407 * gdb.fortran/vla-type.f90: New file.
408 * gdb.fortran/vla-type.exp: New file.
409
f3abeff5
YQ
4102016-04-25 Yao Qi <yao.qi@linaro.org>
411
412 * gdb.base/branch-to-self.c: New file.
413 * gdb.base/branch-to-self.exp: New file.
414
0a5d52f0
YQ
4152016-04-22 Yao Qi <yao.qi@linaro.org>
416
417 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
418 more after $hex.
419
495346f6
YQ
4202016-04-22 Yao Qi <yao.qi@linaro.org>
421
422 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
423 * gdb.base/annota3.exp: Likewise.
424
4a7e075c
YQ
4252016-04-22 Yao Qi <yao.qi@linaro.org>
426
427 * gdb.reverse/step-precsave.exp: Do one step and test program
428 stops in "callee" and do multiple steps until program goes out
429 of "callee".
430 * gdb.reverse/step-reverse.exp: Likewise.
431
5b061e98
YQ
4322016-04-22 Yao Qi <yao.qi@linaro.org>
433
434 * gdb.trace/signal.exp: Also pass if
435 $tracepoint_hits($i) > $iterations.
436
5c5dc57f
YQ
4372016-04-22 Yao Qi <yao.qi@linaro.org>
438
439 * gdb.trace/signal.c: New file.
440 * gdb.trace/signal.exp: New file.
441
a55411b9
DE
4422016-04-19 Doug Evans <xdje42@gmail.com>
443
444 * gdb.base/bad-file.exp: New file.
445
a22df60a
MG
4462016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
447
448 * gdb.dwarf2/implref.exp: New file.
449
0c13f7e5
BH
4502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
451
452 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
453 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
454 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
455 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
456 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
457 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
458 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
459 * lib/fortran.exp (fortran_int4): New procedure.
460 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
461 (fortran_logical4): Likewise.
462
9b9b09e9
BH
4632016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
464
465 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
466
a14d1f4d
BH
4672016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
468
469 * lib/compiler.c: Add Intel specific preprocessor macros.
470 * lib/compiler.cc: Likewise.
471
7d49b1d0
LM
4722016-04-13 Luis Machado <lgustavo@codesourcery.com>
473
474 * gdb.server/connect-with-no-symbol-file.c: New file.
475 * gdb.server/connect-with-no-symbol-file.exp: New file.
476
8392fa22
SM
4772016-04-13 Simon Marchi <simon.marchi@ericsson.com>
478
479 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
480
8c4c4aeb
SM
4812016-04-13 Simon Marchi <simon.marchi@ericsson.com>
482
483 * boards/gdbserver-base.exp (${board}_download): Copy source file to
484 standard output directory.
485
45e3745e
AT
4862016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
487
488 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
489
e26b7e41
MM
4902016-04-13 Markus Metzger <markus.t.metzger@intel.com>
491
492 * gdb.btrace/instruction_history.c (loop): Add declaration.
493
8ce09462
AT
4942016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
495
496 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
497
2e88a1ea
SM
4982016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
499
500 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
501 parentheses to print.
502 (continue_handler): Likewise.
503
f48e22e3
SM
5042016-04-08 Simon Marchi <simon.marchi@ericsson.com>
505
506 * gdb.server/solib-list.exp: Remove is_remote check.
507 Pass shlib= to gdb_compile. Don't link shared library with
508 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
509 Run binary filename through "readlink -f" on the target.
510
096be756
PA
5112016-04-08 Pedro Alves <palves@redhat.com>
512
513 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
514 interpreter filename as argument to gdbserver_spawn.
515 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
516 Return empty if $last_loaded_file does not exist.
517
06500533
JK
5182016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
519
520 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
521 * gdb.base/jit-main.c: Use exit after usage.
522
2d35e871
JK
5232016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
526 GDBHISTSIZE prior to the tests.
527 * gdb.base/gdbinit-history.exp: Likewise.
528
5292016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
530
531 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
532 instead of build_executable. Use gdb_load_shlibs.
533
c8064e7e
YQ
5342016-04-07 Yao Qi <yao.qi@linaro.org>
535
536 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
537 Execute "si" command.
538
bde47561
YQ
5392016-04-07 Yao Qi <yao.qi@linaro.org>
540
541 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
542 number instead of the comments on some line.
543
b16f8a3b
DB
5442016-04-06 Don Breazeal <donb@codesourcery.com>
545
546 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
547 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
548
c2f901df
SM
5492016-04-06 Simon Marchi <simon.marchi@ericsson.com>
550
551 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
552 standard_output_file. Remove unused binfile variable.
553
ac17fda0
CU
5542016-04-05 Catalin Udma <catalin.udma@freescale.com>
555
556 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
557 * gdb.python/py-mi-objfile.exp: Match "list main" output
558 in console format.
559
03a8c4df
SM
5602016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
561
562 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
563 absolute.
564
6e774b13
SM
5652016-04-05 Simon Marchi <simon.marchi@ericsson.com>
566
567 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
568 absolute.
569 * gdb.trace/ftrace.exp: Likewise.
570 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
571 targets as well.
572 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
573 (gdb_load_shlibs): Copy libraries to test directory when testing
574 natively. Only set solib-search-path if testing remotely.
575 * lib/mi-support.exp (mi_load_shlibs): Likewise.
576
7817ea46
SM
5772016-04-05 Simon Marchi <simon.marchi@ericsson.com>
578
579 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
580 gdb_download. Use it even if the target is not remote.
581 * gdb.base/jit.exp (compile_jit_test): Likewise.
582 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
583 output directory if the destination board is local, otherwise use
584 the standard remote_download from DejaGnu.
585 (gdb_download): Remove.
586 (gdb_load_shlibs): Use gdb_remote_download instead of
587 gdb_download.
588 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
589 Use gdb_remote_download instead of gdb_download. Use it even if
590 the target is not remote.
591 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
592 instead of gdb_download.
593
7beb7f68
SM
5942016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
595
596 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
597 (test_insert_delete_modify): Call mi_load_shlibs before trying to
598 run.
599
cc63428a
AV
6002016-04-01 Artemiy Volkov <artemiyv@acm.org>
601
602 PR gdb/19820
603 * gdb.base/printcmds.exp: Add artificial arrays tests.
604
64cdf930
PA
6052016-03-31 Pedro Alves <palves@redhat.com>
606
607 PR gdb/19858
608 * gdb.base/jit-main.c: Include unistd.h.
609 (ATTACH): Define to 0 if not already defined.
610 (wait_for_gdb, mypid): New globals.
611 (WAIT_FOR_GDB): New macro.
612 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
613 some breakpoint locations.
614 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
615 New procedures.
616 (one_jit_test): Add REATTACH parameter, and handle it. Use
617 continue_to_test_location.
618 (top level): Test attach, and adjusts calls to one_jit_test.
619
40dea8cb
PA
6202016-03-31 Pedro Alves <palves@redhat.com>
621
622 PR gdb/19858
623 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
624 BINSUFFIX parameter, and handle it.
625 (top level): Adjust calls compile_jit_test.
626
e7ea3ec7
CU
6272016-03-31 Catalin Udma <catalin.udma@freescale.com>
628
629 PR python/19743
630 * gdb.python/py-mi-events-gdb.py: New file.
631 * gdb.python/py-mi-events.c: New file.
632 * gdb.python/py-mi-events.exp: New file.
633
e6359af3
YQ
6342016-03-30 Yao Qi <yao.qi@linaro.org>
635
636 * gdb.reverse/until-precsave.exp: Match function name only.
637 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
638 Move malloc to a condition block.
639 * gdb.reverse/until-reverse.exp: Match function name only.
640
a4105d04
MK
6412016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
642
643 * gdb.trace/ftrace.exp: Set arg0exp for s390.
644 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
645 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
646 variable for GPR 0 instead of assuming it is register 0.
647 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
648 * lib/trace-support.exp: Add s390 registers.
649
bfa6adb9
YQ
6502016-03-29 Yao Qi <yao.qi@linaro.org>
651
652 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
653
1e6697ea
YQ
6542016-03-24 Yao Qi <yao.qi@linaro.org>
655
656 * gdb.reverse/break-reverse.exp: Add quotation mark in the
657 test message.
658
64bcd522
AA
6592016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
660
661 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
662 maintaining separate logic for constructing the output path.
663
7868401b
DB
6642016-03-16 Don Breazeal <donb@codesourcery.com>
665
666 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
667 Retry fork and waitpid on interrupted system call errors.
668 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
669 Use with_timeout_factor to increase timeout by factor of 10.
670
1cafadb4
DB
6712016-03-15 Don Breazeal <donb@codesourcery.com>
672
673 * gdb.cp/scope-err.cc: New test program.
674 * gdb.cp/scope-err.exp: New test script.
675 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
676 lines and "set breakpoint here" comment.
677 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
678 Fixed some whitespace and format issues.
679 * gdb.mi/mi-linespec-err-cp.cc: New test program.
680 * gdb.mi/mi-linespec-err-cp.exp: New test script.
681
81516450
DE
6822016-03-15 Doug Evans <dje@google.com>
683
684 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
685 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
686 All callers updated. Add tests for enums, mixed flags register.
687
aa52b601
DE
6882016-03-15 Doug Evans <dje@google.com>
689
690 * gdb.base/skip.c (main): Call test_skip_file_and_function.
691 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
692
fa4ff313
SM
6932016-03-14 Simon Marchi <simon.marchi@ericsson.com>
694
695 * gdb.base/default.exp: Add $_as_string to the list of expected
696 convenience functions.
697
f2403c39
AB
6982016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.base/maint.exp: New tests for 'maint info line-table'.
701
f2f3ccb9
SM
7022016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
703
704 * gdb.python/py-as-string.exp: New file.
705 * gdb.python/py-as-string.c: New file.
706
00dbd492
PA
7072016-03-09 Pedro Alves <palves@redhat.com>
708
709 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
710 signal" -> "Thread NN received signal" output change.
711 * gdb.threads/ia64-sigill.exp: Likewise.
712 * gdb.threads/linux-dp.exp: Likewise.
713 * gdb.threads/manythreads.exp: Likewise.
714 * gdb.threads/pending-step.exp: Likewise.
715 * gdb.threads/print-threads.exp: Likewise.
716 * gdb.threads/sigstep-threads.exp: Likewise.
717 * gdb.threads/staticthreads.exp: Likewise.
718 * gdb.threads/tls.exp: Likewise.
719
1e6697ea
YQ
7202016-03-09 Pedro Alves <palves@redhat.com>
721
722 * gdb.base/command-line-input.exp: New file.
723
b04fd3be
MK
7242016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
725
726 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
727 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
728 * gdb.trace/pending.exp: Accept leading dot before function name.
729 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
730 * lib/trace-support.exp: Set registers for ppc.
731
98fa59e9
MK
7322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
733
734 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
735 use it for disassembly; accept .main in addition to main in backtrace.
736
f77198c8
MK
7372016-03-09 Wei-cheng Wang <cole945@gmail.com>
738 Marcin Kościelnicki <koriakin@0x04.net>
739
740 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
741 (gdb_recursion_test_ptr): New global variable.
742 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
743 gdb_recursion_test.
744 (gdb_c_test): Ditto.
745
ba84e0da
MK
7462016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
747
748 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
749 ordering.
750
4366d36e
MK
7512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
752
753 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
754 (bar): Add bar_start_lbl label.
755 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
756 of foo/bar for emitting DWARF and tracing.
757
5eb264df
SDJ
7582016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * analyze-racy-logs.py: Set executable bit.
761
fb6a751f
SDJ
7622016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
763
764 * Makefile.in (DEFAULT_RACY_ITER): New variable.
765 (CHECK_TARGET_TMP): Likewise.
766 (check-single-racy): New rule.
767 (check-parallel-racy): Likewise.
768 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
769 (do-check-parallel-racy): New rule.
770 (check-racy/%.exp): Likewise.
771 * README (Racy testcases): New section.
772 * analyze-racy-logs.py: New file.
773
bdf7e230
DE
7742016-03-03 Doug Evans <dje@google.com>
775
776 * gdb.base/skip.exp: Use with_test_prefix.
777
4719d415
YQ
7782016-03-03 Yao Qi <yao.qi@linaro.org>
779
780 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
781 Invoke step_over_syscall "clone" and break_cond_on_syscall
782 "clone".
783 * gdb.base/step-over-clone.c: New file.
784
ea507862
YQ
7852016-03-03 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
788 code format.
789
8fc8cbda
YQ
7902016-03-03 Yao Qi <yao.qi@linaro.org>
791
792 * gdb.base/disp-step-fork.c: Rename to ...
793 * gdb.base/step-over-fork.c: ... it. New file.
794 * gdb.base/disp-step-vfork.c: Rename to ...
795 * gdb.base/step-over-vfork.c: ... it. New file.
796 * gdb.base/disp-step-syscall.exp: Rename to ...
797 * gdb.base/step-over-syscall.exp: ... it. New file.
798 (disp_step_cross_syscall): Rename to ...
799 (step_over_syscall): ... it.
800
92fa70b0
YQ
8012016-03-03 Yao Qi <yao.qi@linaro.org>
802
803 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
804 If target supports condition evaluation on target, invoke
805 break_cond_on_syscall for fork and vfork.
806
e197ad3c
YQ
8072016-03-03 Yao Qi <yao.qi@linaro.org>
808
809 * gdb.base/disp-step-syscall.exp: Don't invoke
810 support_displaced_stepping.
811 (disp_step_cross_syscall): Test with displaced stepping off and
812 on if supported.
813
0b47da9f
YQ
8142016-03-03 Yao Qi <yao.qi@linaro.org>
815
816 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
817 proc.
818 (setup): New proc.
819 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
820 and setup.
821
065ab6dc
BH
8222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
823
824 * gdb.fortran/vla-history.exp: Remove breakpoint.
825
07e448ad 8262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
827
828 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
829
9ac2d526 8302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
831
832 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
833
17807369
BH
8342016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
835
836 * gdb.mi/vla.f90: Nullify pointer after declaration.
837
86e501af
PA
8382016-03-01 Pedro Alves <palves@redhat.com>
839
840 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
841
1e903e32
PA
8422016-03-01 Pedro Alves <palves@redhat.com>
843
844 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
845 before anything else.
846 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
847 _GNU_SOURCE here.
848 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
849 before anything else.
850 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
851
6ccb54e2
PA
8522016-03-01 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
855
30ca9da1
YQ
8562016-03-01 Yao Qi <yao.qi@linaro.org>
857
858 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
859 prepare_for_testing.
860
dc856b38
YQ
8612016-03-01 Yao Qi <yao.qi@linaro.org>
862
863 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
864
4a932159
AA
8652016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
866
867 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
868 manually constructing the output path.
869
f2489477
AA
8702016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
871
872 * gdb.arch/s390-stackless.S: New.
873 * gdb.arch/s390-stackless.exp: New.
874
38899f16
IB
8752016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
876
877 * gdb.dlang/circular.c: New file.
878 * gdb.dlang/circular.exp: New file.
879
9fde51ed
YQ
8802016-02-26 Yao Qi <yao.qi@linaro.org>
881
882 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
883 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
884 (testcases): Update.
885
ce90fefe
YQ
8862016-02-26 Yao Qi <yao.qi@linaro.org>
887
888 * gdb.reverse/aarch64.c: Rename to ...
889 * gdb.reverse/insn-reverse.c: ... it.
890 * gdb.reverse/aarch64.exp: Rename to ...
891 * gdb.reverse/insn-reverse.exp: ... it.
892
3263bceb
YQ
8932016-02-26 Yao Qi <yao.qi@linaro.org>
894
895 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
896 (testcase_ftype): New.
897 (testcases): New array.
898 (n_testcases): New.
899 (main): Call each element in testcases.
900 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
901 (read_testcase): New.
902 Do the tests in a loop.
903
6cb59ff1
YQ
9042016-02-25 Yao Qi <yao.qi@linaro.org>
905
906 * gdb.base/branches.c: Remove.
907
ae91f625
MK
9082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
909
910 PR gdb/13808
911 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
912
678b48b7
MK
9132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
914
915 * gdb.trace/ftrace.exp: Remove unnecessary target check.
916
7337a6f2
MK
9172016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
918
919 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
920 change x86_64 call_insn to 'callq'.
921
861ca91f
AT
9222016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
923
924 * gdb.trace/tfile-avx.c: Move to...
925 * gdb.trace/tracefile-pseudo-reg.c: Here.
926 * gdb.trace/tfile-avx.exp: Move to...
927 * gdb.trace/tracefile-pseudo-reg.exp: Here.
928
bf74e428
GB
9292016-02-24 Gary Benson <gbenson@redhat.com>
930
931 * gdb.base/attach-pie-noexec.exp: Do not expect an error
932 message on attach.
933
cce0e923
DE
9342016-02-23 Doug Evans <dje@google.com>
935
936 * gdb.base/skip.c (test_skip): New function.
937 (end_test_skip_file_and_function): New function.
938 (test_skip_file_and_function): New function.
939 * gdb.base/skip1.c (test_skip): New function.
940 (skip1_test_skip_file_and_function): New function.
941 * gdb.base/skip.exp: Add tests for new skip options.
942 * gdb.base/skip-solib.exp: Update expected output.
943 * gdb.perf/skip-command.cc: New file.
944 * gdb.perf/skip-command.exp: New file.
945 * gdb.perf/skip-command.py: New file.
946
4000e47e
MK
9472016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
948
949 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
950 info registers pattern.
951
24f75ead
IB
9522016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
953
954 * lib/future.exp: Add D support.
955 (gdb_find_gdc): New proc.
956 (gdb_default_target_compile): Add D support.
957
fbb7bcbe
WW
9582016-02-18 Wei-cheng Wang <cole945@gmail.com>
959
960 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
961 user+system time.
962 (trace_speed_test): Determine the iteration count for a time
963 between 15..30 seconds.
964
012b3a21
WT
9652016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
966
967 * gdb.arch/i386-mpx-sigsegv.c: New file.
968 * gdb.arch/i386-mpx-sigsegv.exp: New file.
969 * gdb.arch/i386-mpx-simple_segv.c: New file.
970 * gdb.arch/i386-mpx-simple_segv.exp: New file.
971
2d5189bd
YQ
9722016-02-18 Yao Qi <yao.qi@linaro.org>
973
974 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
975 Don't call setup_kfail.
976
40fb20d0
YQ
9772016-02-18 Yao Qi <yao.qi@linaro.org>
978
979 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
980 Set "set breakpoint condition-evaluation" per $cond_bp_target.
981
21b1f8d2
DE
9822016-02-16 Doug Evans <dje@google.com>
983
984 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
985 * gdb.base/skip1.c: Ditto.
986 * gdb.base/skip.exp: Whitespace cleanup.
987
4041ed77
DB
9882016-02-16 Don Breazeal <donb@codesourcery.com>
989
990 PR remote/19496
991 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
992 Remove kfail for PR remote/19496.
993
c4ef31bf
SM
9942016-02-16 Simon Marchi <simon.marchi@ericsson.com>
995
996 * lib/gdb.exp (standard_temp_file): Return a path specific to
997 the runtest invocation.
998
266b65b3
SM
9992016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1000
1001 * gdb.trace/save-trace.exp: Change relative path to be in the
1002 standard output directory.
1003
a7a0a6a9
JK
10042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1005
1006 * gdb.arch/i386-prologue.c: Add missing prototypes.
1007
c99dbb42
JK
10082016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1009
1010 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1011 * gdb.arch/i386-prologue.exp: Likewise.
1012 * gdb.arch/i386-size.exp: Likewise.
1013
aa480355
SM
10142016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1015
1016 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1017 define object file path.
1018 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1019 file path.
1020 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1021 standard_output_file to define binfile.
1022
ba881f50
JK
10232016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1024
1025 Fix compatibility with recent gfortran-5.3.1.
1026 * gdb.fortran/vla-history.exp (print vla1 allocated)
1027 (print vla2 allocated, print $2, print $3): Remove
1028 (print $4): Rename to ...
1029 (print $2): ... here.
1030 (print $9): Rename to ...
1031 (print $5): ... here.
1032 (print $10): Rename to ...
1033 (print $6): ... here.
1034 * gdb.fortran/vla.f90: Add pvla initialization.
1035
e9fb005c
JK
10362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1037
1038 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1039 New test.
1040 * gdb.fortran/vla-value-sub.exp: Likewise.
1041
e44e00ff
MK
10422016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1043
1044 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1045
97e94151
SM
10462016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * i386-biarch-core.exp: Define corefile using
1049 standard_output_file.
1050
01113bc1
YQ
10512016-02-12 Yao Qi <yao.qi@linaro.org>
1052
1053 * gdb.arch/arm-single-step-kernel-helper.c: New.
1054 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1055
33b4777c
MM
10562016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1057
1058 * gdb.btrace/tailcall-only.exp: New.
1059 * gdb.btrace/tailcall-only.c: New.
1060 * gdb.btrace/x86_64-tailcall-only.S: New.
1061 * gdb.btrace/i686-tailcall-only.S: New.
1062
acc23c11
PA
10632016-02-11 Pedro Alves <palves@redhat.com>
1064
1065 * README (Parallel testing): Add missing double quotes.
1066
e352bf0a
PA
10672016-02-11 Pedro Alves <palves@redhat.com>
1068
1069 * README (Parallel testing): New section.
1070 (GDB_PARALLEL): Rewrite.
1071 (FORCE_PARALLEL): Document.
1072
9f5fed78
MK
10732016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1074
1075 * gdb.trace/tfile-avx.c: New test.
1076 * gdb.trace/tfile-avx.exp: New test.
1077
9ef9e6a6
KS
10782016-02-09 Keith Seitz <keiths@redhat.com>
1079
1080 PR breakpoints/19546
1081 * gdb.base/infcall-exec.c: New file.
1082 * gdb.base/infcall-exec2.c: New file.
1083 * gdb.base/infcall-exec.exp: New file.
1084
a96e36da
KS
10852016-02-09 Keith Seitz <keiths@redhat.com>
1086
1087 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1088 (toplevel): Call test_bkpt_address.
1089
9f61929f
KS
10902016-02-09 Keith Seitz <keiths@redhat.com>
1091
1092 PR python/19506
1093 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1094 (toplevel): Call test_bkpt_address.
1095
1e94266c
SM
10962016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1099 to AC_OUTPUT.
1100 * configure: Regenerate.
1101
2a7f3dff
PA
11022016-02-09 Pedro Alves <palves@redhat.com>
1103
1104 PR breakpoints/19548
1105 * gdb.base/execl-update-breakpoints.c (some_function): New
1106 function.
1107 (main): Call it.
1108 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1109 Tighten expected GDB output.
1110
2151ccc5
SM
11112016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1112
1113 * Makefile.in (ALL_SUBDIRS): Remove.
1114 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1115 (distclean maintainer-clean realclean): Likewise.
1116 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1117 * configure: Regenerate.
1118 * gdb.ada/Makefile.in: Delete.
1119 * gdb.arch/Makefile.in: Likewise.
1120 * gdb.asm/Makefile.in: Likewise.
1121 * gdb.base/Makefile.in: Likewise.
1122 * gdb.btrace/Makefile.in: Likewise.
1123 * gdb.cell/Makefile.in: Likewise.
1124 * gdb.compile/Makefile.in: Likewise.
1125 * gdb.cp/Makefile.in: Likewise.
1126 * gdb.disasm/Makefile.in: Likewise.
1127 * gdb.dlang/Makefile.in: Likewise.
1128 * gdb.dwarf2/Makefile.in: Likewise.
1129 * gdb.fortran/Makefile.in: Likewise.
1130 * gdb.gdb/Makefile.in: Likewise.
1131 * gdb.go/Makefile.in: Likewise.
1132 * gdb.guile/Makefile.in: Likewise.
1133 * gdb.java/Makefile.in: Likewise.
1134 * gdb.linespec/Makefile.in: Likewise.
1135 * gdb.mi/Makefile.in: Likewise.
1136 * gdb.modula2/Makefile.in: Likewise.
1137 * gdb.multi/Makefile.in: Likewise.
1138 * gdb.objc/Makefile.in: Likewise.
1139 * gdb.opencl/Makefile.in: Likewise.
1140 * gdb.opt/Makefile.in: Likewise.
1141 * gdb.pascal/Makefile.in: Likewise.
1142 * gdb.perf/Makefile.in: Likewise.
1143 * gdb.python/Makefile.in: Likewise.
1144 * gdb.reverse/Makefile.in: Likewise.
1145 * gdb.server/Makefile.in: Likewise.
1146 * gdb.stabs/Makefile.in: Likewise.
1147 * gdb.threads/Makefile.in: Likewise.
1148 * gdb.trace/Makefile.in: Likewise.
1149 * gdb.xml/Makefile.in: Likewise.
1150 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1151 GDB_PARALLEL.
1152 (standard_output_file): Remove check for GDB_PARALLEL, always
1153 return path in outputs/$subdir/$testname.
1154
437277d4
SM
11552016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1156
1157 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1158 (site.exp): Assign abs_srcdir to tcl's srcdir.
1159
31d913c7
YQ
11602016-02-04 Yao Qi <yao.qi@linaro.org>
1161
1162 * gdb.base/foll-exec-mode.c: Include limits.h.
1163 (main): Add parameters argc and argv. Get directory from
1164 argv[0].
1165 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1166 compilation.
1167 * gdb.base/foll-exec.c: Include limits.h.
1168 (main): Add parameters argc and argv.
1169 Get directory from argv[0].
1170 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1171 Adjust tests on the number of lines as source code changed.
1172 * gdb.base/foll-vfork-exit.c: Include limits.h.
1173 (main): Add one line of statement before vfork.
1174 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1175 (main): Add parameters argc and argv. Get directory from
1176 argv[0].
1177 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1178 (setup_gdb): Set tbreak to skip some source lines.
1179 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1180 (main): Add parameters argc and argv. Get directory from
1181 argv[0].
1182 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1183 compilation.
1184 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1185 (main): Add parameters argc and argv. Get directory from
1186 argv[0].
1187 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1188 compilation.
1189
9482b9fb
DE
11902016-02-01 Doug Evans <dje@google.com>
1191
1192 * gdb.base/skip.exp: Clean up multiple references to same test name.
1193
6b2e4f10
PA
11942016-02-01 Pedro Alves <palves@redhat.com>
1195
ccb6afd6 1196 PR remote/19496
6b2e4f10
PA
1197 * gdb.threads/forking-threads-plus-breakpoint.exp
1198 (displaced_stepping_supported): New global.
1199 (probe_displaced_stepping_support): New procedure.
1200 (do_test): Add 'displaced' parameter, and use it.
1201 (top level): Check for displaced stepping support. Add displaced
1202 stepping on/off testing axis.
1203
37a8db1a
AB
12042016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1207 pointer. Don't perform further tests on the unassociated pointer
1208 if the first test fails.
1209
5fdf6324
AB
12102016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1211
1212 * gdb.base/max-value-size.c: New file.
1213 * gdb.base/max-value-size.exp: New file.
1214 * gdb.base/huge.exp: Disable max-value-size for this test.
1215
935c6144
IB
12162016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1217
1218 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1219
7fe8399d
YQ
12202016-01-28 Yao Qi <yao.qi@linaro.org>
1221
1222 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1223
a2077e25
PA
12242016-01-25 Pedro Alves <palves@redhat.com>
1225
1226 PR threads/19461
1227 * gdb.base/fork-running-state.c: New file.
1228 * gdb.base/fork-running-state.exp: New file.
1229
1d2736d4
PA
12302016-01-25 Pedro Alves <palves@redhat.com>
1231
1232 PR gdb/19494
1233 * gdb.base/catch-fork-kill.c: New file.
1234 * gdb.base/catch-fork-kill.exp: New file.
1235
f1da4b11
PA
12362016-01-25 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1239 Delete, moved to lib/gdb.exp.
1240 * gdb.threads/forking-threads-plus-breakpoint.exp
1241 (foreach_with_prefix): Likewise.
1242 * gdb.threads/process-dies-while-handling-bp.exp
1243 (foreach_with_prefix): Likewise.
1244 * lib/gdb.exp (foreach_with_prefix): New procedure.
1245
45f38546
MK
12462016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1247
1248 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1249 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1250
dc29a1ce
MK
12512016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1252
1253 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1254 endian targets.
1255
092127d7
JK
12562016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1257 Pedro Alves <palves@redhat.com>
1258
1259 Fix testsuite compatibility with Guile.
1260 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1261 number.
1262
31d765d3
JK
12632016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1264
1265 Fix testsuite compatibility with Guile.
1266 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1267 (thread 1): New test for backtrace through signal handler.
1268
1ac78c04
YQ
12692016-01-22 Yao Qi <yao.qi@linaro.org>
1270
1271 PR testsuite/19491
1272 * gdb.base/multi-forks.c: Include
1273 ../lib/unbuffer_output.c
1274 (main): Call gdb_unbuffer_output.
1275
4f5946a8
DE
12762016-01-21 Doug Evans <dje@google.com>
1277
1278 * lib/ada.exp (gdb_compile_ada): Fix typo.
1279
305e13e6
JB
12802016-01-21 Joel Brobecker <brobecker@adacore.com>
1281
1282 * gdb.base/break-fun-addr.exp: New file.
1283 * gdb.base/break-fun-addr1.c: New file.
1284 * gdb.base/break-fun-addr2.c: New file.
1285
5f5dfff6
SM
12862016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1287
1288 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1289 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1290 enum flag values.
1291
fd356fa2
AA
12922016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1293
1294 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1295 when GDB can not set the vector return value. Add more comments
1296 for clarification.
1297
9df22175
AT
12982016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1299
1300 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1301 command.
1302
41d1845e
SM
13032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1306
01ac6840
SM
13072016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1308
1309 * Makefile.in (check-single): Pass --status to runtest.
1310 (check/%.exp): Likewise.
1311
13122016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1313
1314 * Makefile.in (check-parallel): Propagate return code from make
1315 do-check-parallel.
1316
bd0a71fa
MK
13172016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1318
1319 * gdb.trace/ftrace.exp: Fix expected message on continue.
1320 * gdb.trace/pending.exp: Fix expected message on continue.
1321 * gdb.trace/trace-break.exp: Fix expected message on continue.
1322
8bcbad33
SM
13232016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1324
1325 * lib/gdb.exp (gdb_test): Remove unused global references.
1326
f303dbd6
PA
13272016-01-18 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.base/async-shell.exp: Adjust expected output.
1330 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1331 * gdb.base/siginfo-thread.exp: Adjust expected output.
1332 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1333 * gdb.java/jnpe.exp: Adjust expected output.
1334 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1335 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1336 * gdb.threads/leader-exit.exp: Adjust expected output.
1337 * gdb.threads/manythreads.exp: Adjust expected output.
1338 * gdb.threads/pthreads.exp: Adjust expected output.
1339 * gdb.threads/schedlock.exp: Adjust expected output.
1340 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1341 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1342 expected output.
1343 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1344 output.
1345 * gdb.threads/sigthread.exp: Adjust expected output.
1346 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1347
b2789696
YQ
13482016-01-18 Yao Qi <yao.qi@linaro.org>
1349
1350 * gdb.guile/scm-section-script.c: Replace @progbits with
1351 %progbits.
1352 * gdb.python/py-section-script.c: Likewise.
1353
71ef29a8
PA
13542016-01-15 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.multi/tids.exp: Test star wildcard ranges.
1357
3f5b7598
PA
13582016-01-15 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1361 command from "thread apply" invocation.
1362 (thr_apply_info_thr_invalid): Default the expected output to the
1363 input tid list.
1364 (top level): Add tests that use convenience variables. Add tests
1365 for "thread apply" with a valid TID list, but missing the command.
1366
663f6d42
PA
13672016-01-13 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/default.exp: Expect $_gthread as well.
1370 * gdb.multi/tids.exp: Test $_gthread.
1371 * gdb.threads/thread-specific.exp: Test $_gthread.
1372
c84f6bbf
PA
13732016-01-13 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.multi/tids.exp: Test "info threads -gid".
1376
22a02324
PA
13772016-01-13 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1380 Breakpoint.thread.
1381 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1382
5d5658a1
PA
13832016-01-07 Pedro Alves <palves@redhat.com>
1384
1385 * gdb.base/break.exp: Adjust to output changes.
1386 * gdb.base/hbreak2.exp: Likewise.
1387 * gdb.base/sepdebug.exp: Likewise.
1388 * gdb.base/watch_thread_num.exp: Likewise.
1389 * gdb.linespec/keywords.exp: Likewise.
1390 * gdb.multi/info-threads.exp: Likewise.
1391 * gdb.threads/thread-find.exp: Likewise.
1392 * gdb.multi/tids.c: New file.
1393 * gdb.multi/tids.exp: New file.
1394
84654457
PA
13952016-01-13 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1398
e3940304
PA
13992016-01-13 Pedro Alves <palves@redhat.com>
1400
1401 * gdb.base/default.exp: Expect $_inferior as well.
1402 * gdb.multi/base.exp: Test $_inferior.
1403
a911d87a
PA
14042016-01-13 Pedro Alves <palves@redhat.com>
1405
1406 PR breakpoints/19388
1407 * gdb.base/catch-signal-siginfo-cond.c: New file.
1408 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1409
82075af2
JS
14102016-01-12 Josh Stone <jistone@redhat.com>
1411 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1412
1413 * gdb.base/catch-syscall.c (do_execve): New variable.
1414 (main): Conditionally trigger an execve.
1415 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1416 (test_catch_syscall_execve): New, check entry/return across execve.
1417 (do_syscall_tests): Call test_catch_syscall_execve.
1418
e46eeedd
PA
14192016-01-12 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.base/random-signal.exp (do_test): New procedure, with body
1422 of testcase moved in.
1423
01d8c27e
JK
14242016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1425 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.base/funcargs.exp (finish from indirectly called function):
1428 Reintroduce the case for 'First'.
1429
9a706302
JK
14302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1431 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1434 (tcatch_vfork_then_child_follow_exec)
1435 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1436 identification.
1437
c0ecb95f
JK
14382016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1439
1440 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1441 and repeats to unlimited.
1442 * gdb.python/py-value.exp: Likewise.
1443 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1444 and repeats to unlimited.
1445
6cfc1fcb
JK
14462016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1449 and reordering the functions.
1450 * gdb.multi/hangout.c: Likewise.
1451 * gdb.multi/hello.c: Likewise.
1452
582a1b00
SM
14532016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1454
1455 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1456 absolute.
1457 (SingleStatisticTestResult.report): Use dict.keys instead of
1458 dict.iterkeys.
1459
79bc59cb
PA
14602016-01-06 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1463
43368e1d
MM
14642016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1465
1466 * gdb.btrace/dlopen.exp: New.
1467 * gdb.btrace/dlopen.c: New.
1468 * gdb.btrace/dlopen-dso.c: New.
1469
79fad5b8
SL
14702015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1471
1472 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1473 PATTERN argument is optional.
1474
ab8314b3
JB
14752015-12-24 Joel Brobecker <brobecker@adacore.com>
1476
1477 * lib/ada.exp (target_compile_ada_from_dir): New function.
1478 (gdb_compile_ada): Reimplement avoiding the use of project files.
1479 * gdb.ada/gnat_ada.gpr: Delete.
1480 * gdb.ada/cond_lang.exp: Adjust test to make path before
1481 filename optional.
1482 * gdb.ada/small_reg_param.exp: Likewise.
1483
fe33faff
SM
14842015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1485
1486 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1487
6d265cb4
TP
14882015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1489
1490 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1491 case.
1492
10125099
SM
14932015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1494
1495 * gdb.base/break.exp: Remove dead code.
1496 * gdb.base/sepdebug.exp: Likewise.
1497
3ca22649
SM
14982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1499
1500 * gdb.asm/asm-source.exp: Remove HP-UX references.
1501 * gdb.base/annota1.exp: Likewise.
1502 * gdb.base/annota3.exp: Likewise.
1503 * gdb.base/attach.exp: Likewise.
1504 * gdb.base/bigcore.exp: Likewise.
1505 * gdb.base/break.exp: Likewise.
1506 * gdb.base/call-ar-st.exp: Likewise.
1507 * gdb.base/callfuncs.exp: Likewise.
1508 * gdb.base/catch-fork-static.exp: Likewise.
1509 * gdb.base/display.exp: Likewise.
1510 * gdb.base/foll-exec-mode.exp: Likewise.
1511 * gdb.base/foll-exec.exp: Likewise.
1512 * gdb.base/foll-fork.exp: Likewise.
1513 * gdb.base/foll-vfork.exp: Likewise.
1514 * gdb.base/funcargs.exp: Likewise.
1515 * gdb.base/hbreak2.exp: Likewise.
1516 * gdb.base/inferior-died.exp: Likewise.
1517 * gdb.base/interrupt.exp: Likewise.
1518 * gdb.base/multi-forks.exp: Likewise.
1519 * gdb.base/nodebug.exp: Likewise.
1520 * gdb.base/sepdebug.exp: Likewise.
1521 * gdb.base/solib1.c: Likewise.
1522 * gdb.base/step-test.exp: Likewise.
1523 * gdb.mi/non-stop.c: Likewise.
1524 * gdb.mi/pthreads.c: Likewise.
1525 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1526 * gdb.threads/pthreads.c: Likewise.
1527 * gdb.threads/staticthreads.exp: Likewise.
1528 * lib/future.exp: Likewise.
1529 * lib/gdb.exp: Likewise.
1530 * gdb.base/so-indr-cl.c: Remove.
1531 * gdb.base/so-indr-cl.exp: Likewise.
1532 * gdb.base/solib.c: Likewise.
1533 * gdb.base/solib.exp: Likewise.
1534 * gdb.base/solib2.c: Likewise.
1535
b6304613
SM
15362015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1537
1538 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1539 * gdb.base/call-ar-st.exp: Likewise.
1540 * gdb.base/callfuncs.exp: Likewise.
1541 * gdb.base/condbreak.exp: Likewise.
1542 * gdb.base/constvars.exp: Likewise.
1543 * gdb.base/hbreak2.exp: Likewise.
1544 * gdb.base/langs.exp: Likewise.
1545 * gdb.base/list.exp: Likewise.
1546 * gdb.base/long_long.exp: Likewise.
1547 * gdb.base/ptype.exp: Likewise.
1548 * gdb.base/scope.exp: Likewise.
1549 * gdb.base/signals.exp: Likewise.
1550 * gdb.base/so-impl-ld.exp: Likewise.
1551 * gdb.base/varargs.exp: Likewise.
1552 * gdb.base/volatile.exp: Likewise.
1553 * gdb.base/whatis.exp: Likewise.
1554 * gdb.cp/cplusfuncs.exp: Likewise.
1555 * gdb.cp/inherit.exp: Likewise.
1556 * gdb.cp/local.exp: Likewise.
1557 * gdb.cp/member-ptr.exp: Likewise.
1558 * gdb.cp/method.exp: Likewise.
1559 * gdb.cp/overload.exp: Likewise.
1560 * gdb.cp/templates.exp: Likewise.
1561 * gdb.stabs/weird.exp: Likewise.
1562 * lib/compiler.c: Likewise.
1563 * lib/compiler.cc: Likewise.
1564 * lib/cp-support.exp: Likewise.
1565 * lib/gdb.exp: Likewise.
1566
bf401b07
SM
15672015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1568
1569 * configure.ac: Remove HP-UX case.
1570 * configure: Regenerate.
1571
aff9c0f8
SM
15722015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1573
1574 * lib/gdb.exp (gdb_compile): Add function doc.
1575
a6904d5a
PA
15762015-12-17 Pedro Alves <palves@redhat.com>
1577
1578 PR threads/19354
1579 * gdb.multi/info-threads.exp: New file.
1580
a22279dd
YQ
15812015-12-15 Yao Qi <yao.qi@linaro.org>
1582
1583 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1584 is aarch64*-*-*.
1585
0588c796
SL
15862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.base/history-duplicates.exp: Skip if no readline support.
1589
5d978e17
SL
15902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1591
1592 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1593
7e763b86
SL
15942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1595
1596 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1597
87a3a92c
SL
15982015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1599
1600 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1601 ctrl-C if nointerrupts target property is set.
1602 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1603 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1604 * gdb.base/paginate-bg-execution.exp: Likewise.
1605 * gdb.base/paginate-execution-startup.exp: Likewise.
1606 * gdb.base/random-signal.exp: Likewise.
1607 * gdb.base/range-stepping.exp: Likewise.
1608 * gdb.cp/annota2.exp: Likewise.
1609 * gdb.cp/annota3.exp: Likewise.
1610 * gdb.gdb/selftest.exp: Likewise.
1611 * gdb.threads/continue-pending-status.exp: Likewise.
1612 * gdb.threads/leader-exit.exp: Likewise.
1613 * gdb.threads/manythreads.exp: Likewise.
1614 * gdb.threads/pthreads.exp: Likewise.
1615 * gdb.threads/schedlock.exp: Likewise.
1616 * gdb.threads/sigthread.exp: Likewise.
1617
a8f077dc
DB
16182015-12-11 Don Breazeal <donb@codesourcery.com>
1619
1620 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1621 remote.
1622 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1623 * gdb.base/foll-exec.exp (main): Enable for target remote.
1624 * gdb.base/foll-fork.exp (main): Likewise.
1625 * gdb.base/foll-vfork.exp (main): Likewise.
1626 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1627 (proc continue_to_exit_bp_loc): Use clean_restart.
1628 * gdb.base/pie-execl.exp (main): Disable for target remote.
1629 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1630 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1631 * gdb.threads/execl.exp (main): Likewise.
1632 * gdb.threads/fork-child-threads.exp (main): Likewise.
1633 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1634 remote.
1635 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1636 remote.
1637 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1638 pid.tid style ptids, instead of just tid.
1639 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1640 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1641 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1642 ptids, instead of just tid.
1643
3b2464a8
AB
16442015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.base/list.exp (test_list_forward): Add end of file error
1647 test.
1648 (test_repeat_list_command): Add end of file error test.
1649 (test_list_backwards): Add beginning of file error test.
1650
a0def019
AB
16512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.base/list.exp (test_list_invalid_args): New function,
1654 defined, and called.
1655
5c000dff
AB
16562015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.base/list.exp (test_list): Make test names unique.
1659
f1637ebe
YQ
16602015-12-11 Yao Qi <yao.qi@linaro.org>
1661
1662 * gdb.base/coremaker2.c: Remove.
1663
36d6fc0a
PA
16642015-12-10 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.multi/base.exp: Remove stale "spaces" references.
1667
762f7747
PA
16682015-12-10 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.multi/base.exp: Don't use nowarnings.
1671 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1672 * gdb.multi/hangout.c: Include stdio.h.
1673 * gdb.multi/hello.c: Include stdlib.h.
1674 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1675 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1676 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1677
28d2bfb9
AB
16782015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.dwarf2/dw2-ranges-base.c: New file.
1681 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1682 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1683 support additional line table, and debug ranges generation.
1684 (Dwarf::ranges): New function, generate .debug_ranges.
1685 (Dwarf::lines): Support generating simple line table programs.
1686 (Dwarf::assemble): Initialise new namespace variables.
1687
5fc2beac
KB
16882015-12-09 Kevin Buettner <kevinb@redhat.com>
1689
1690 * gdb.base/async.exp (proc test_background): Add case for
1691 asynchronous execution not supported.
1692
1c35a88f
LM
16932015-12-09 Luis Machado <lgustavo@codesourcery.com>
1694
1695 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1696 format and change test names to make them unique.
1697
b593e3d9
RK
16982015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1699 Pedro Alves <pedro@redhat.com>
1700
1701 PR gdb/18702
1702 Add checking of floatformats setup on x86_64 hosts.
1703 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1704 (smallval, bigval): New labels/constants.
1705 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1706 float" after loading bigval and smallval.
1707
d72413e6
PMR
17082015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1709
1710 * gdb.ada/fun_overload_menu.exp: New testcase.
1711 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1712
ece66d65
JS
17132015-12-04 Josh Stone <jistone@redhat.com>
1714
1715 * gdb.base/catch-fork-static.exp: New.
1716
41d0efca
YQ
17172015-12-03 Yao Qi <yao.qi@linaro.org>
1718
1719 * gdb.base/sizeof.c: Don't include stdio.h and
1720 ../lib/unbuffer_output.c.
1721 (main): New variable 'size' and 'value'. Remove printf and
1722 gdb_unbuffer_output. Assign return value to size and value.
1723 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1724 at the beginning.
1725 (check_sizeof): Check the result by printing variable 'size'.
1726 (check_valueof): Check the result by printing variable 'value'.
1727
99fd02d9
YQ
17282015-12-01 Yao Qi <yao.qi@linaro.org>
1729
1730 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1731 for aarch64*-*-linux* target.
1732
f2faf941
PA
17332015-11-30 Pedro Alves <palves@redhat.com>
1734
1735 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1736
04bf20c5
PA
17372015-11-30 Pedro Alves <palves@redhat.com>
1738
1739 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1740 Handle non-stop mode vCont replies.
1741
09df4675
PA
17422015-11-30 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1745 prepare_for_testing. Start gdb with "set non-stop on" appended to
1746 GDBFLAGS. Lax expected stop output.
1747
58b584af
YQ
17482015-11-27 Yao Qi <yao.qi@linaro.org>
1749
1750 * gdb.arch/arm-neon.exp: New.
1751 * gdb.arch/arm-neon.c: New.
1752
dfcb77a8
YQ
17532015-11-27 Yao Qi <yao.qi@linaro.org>
1754
1755 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1756
88e8ec1b
YQ
17572015-11-27 Yao Qi <yao.qi@linaro.org>
1758
1759 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1760 frames-invalid annotation.
1761
bfde72c2
YQ
17622015-11-27 Yao Qi <yao.qi@linaro.org>
1763
1764 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1765
f6512a69
SM
17662015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1767
1768 * gdb.threads/names.exp: New file.
1769 * gdb.threads/names.c: New file.
1770 * README: Mention gdb,no_thread_names.
1771
46a3515b
MM
17722015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1773
1774 PR 19297
1775 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1776 support" error.
1777
62147a22
PA
17782015-11-24 Pedro Alves <palves@redhat.com>
1779
1780 PR 17539
1781 * gdb.base/display.exp: Expect displays to be sorted in ascending
1782 order. Use multi_line.
1783 * gdb.base/solib-display.exp: Likewise.
1784
2f341b6e
PA
17852015-11-24 Pedro Alves <palves@redhat.com>
1786
1787 PR 17539
1788 * gdb.base/display.exp: Expect displays to be sorted in ascending
1789 order. Use multi_line.
1790 * gdb.base/solib-display.exp: Likewise.
1791
7e0aa6aa
PA
17922015-11-24 Pedro Alves <palves@redhat.com>
1793
1794 PR 17539
1795 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1796 threads in ascending order.
1797 * gdb.base/foll-fork.exp: Likewise.
1798 * gdb.base/foll-vfork.exp: Likewise.
1799 * gdb.base/multi-forks.exp: Likewise.
1800 * gdb.mi/mi-nonstop.exp: Likewise.
1801 * gdb.mi/mi-nsintrall.exp: Likewise.
1802 * gdb.multi/base.exp: Likewise.
1803 * gdb.multi/multi-arch.exp: Likewise.
1804 * gdb.python/py-inferior.exp: Likewise.
1805 * gdb.threads/break-while-running.exp: Likewise.
1806 * gdb.threads/execl.exp: Likewise.
1807 * gdb.threads/gcore-thread.exp: Likewise.
1808 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1809 * gdb.threads/kill.exp: Likewise.
1810 * gdb.threads/linux-dp.exp: Likewise.
1811 * gdb.threads/multiple-step-overs.exp: Likewise.
1812 * gdb.threads/next-bp-other-thread.exp: Likewise.
1813 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1814 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1815 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1816 * gdb.threads/thread-find.exp: Likewise.
1817 * gdb.threads/tls.exp: Likewise.
1818 * lib/mi-support.exp (mi_reverse_list): Delete.
1819 (mi_check_thread_states): No longer reverse list.
1820
2cc57ad8
PA
18212015-11-24 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1824 use lowercase.
1825
c93e8391
SM
18262015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1827
1828 * gdb.trace/actions.c: Include trace-common.h.
1829 (main): Add a location for a fast tracepoint.
1830 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1831 the normal tracepoints.
1832 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1833
045ccf91
SM
18342015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1835
1836 * save-trace.exp: Factor out code to these...
1837 (gdb_save_tracepoints): New.
1838 (gdb_load_tracepoints): New.
1839 (do_save_load_test): New.
1840
5506f9f6
KB
18412015-11-23 Kevin Buettner <kevinb@redhat.com>
1842
1843 * gdb.base/asmlabel.exp: New test.
1844 * gdb.base/asmlabel.c: New test case.
1845
16c3b12f
JB
18462015-11-23 Joel Brobecker <brobecker@adacore.com>
1847
1848 * gdb.base/wrong_frame_bt_full-main.c: New file.
1849 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1850 * gdb.base/wrong_frame_bt_full.exp: New file.
1851
155bfbd3
JB
18522015-11-23 Joel Brobecker <brobecker@adacore.com>
1853
1854 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1855
bb097445
JM
18562015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1857
206853a0 1858 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1859 pstate register when comparing registers values in
1860 sparc64-*-linux-gnu targets to avoid spurious differences.
1861
9c88ed8f
JM
18622015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1863
206853a0 1864 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1865
96161e25
SL
18662015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1867
1868 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1869 as type argument to gdb_compile.
1870 * gdb.base/nested-subp2.exp: Likewise.
1871 * gdb.base/nested-subp3.exp: Likewise.
1872
340c2830
DV
18732015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1874
1875 * lib/dwarf.exp (_note): Fix left shift of negative value.
1876 * gdb.trace/trace-condition.exp: Likewise.
1877
c1862d0f
YQ
18782015-11-13 Yao Qi <yao.qi@linaro.org>
1879
1880 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1881 comments about d10v.
1882 (test_scalar_returns): Likewise.
1883 * gdb.base/d10v.ld: Remove.
1884 * gdb.base/overlays.exp: Remove the target triplet checking for
1885 d10v-*-*.
1886 * gdb.base/structs.exp (test_struct_returns): Remove the
1887 comments about d10v.
1888 (test_struct_calls): Likewise.
1889
77ae9c19
YQ
18902015-11-13 Yao Qi <yao.qi@linaro.org>
1891
1892 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1893 * gdb.base/gnu_vector.c: Don't include stdio.h.
1894 (main): Don't print res and call add_some_intvecs.
1895
430e004e
MK
18962015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1897
1898 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1899 macro.
1900 (func5): Removed.
1901 (func4): Use FAST_TRACEPOINT_LABEL.
1902 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1903 macro.
1904 (func): Removed.
1905 (thread_function): Use FAST_TRACEPOINT_LABEL.
1906 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1907 (func): Remove.
1908 (marker): Use FAST_TRACEPOINT_LABEL.
1909 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1910 (pendfunc1): Remove.
1911 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1912 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1913 (foo): Remove.
1914 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1915 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1916 macro.
1917 (func): Remove.
1918 (marker): Use FAST_TRACEPOINT_LABEL.
1919 * gdb.trace/trace-common.h: New header.
1920 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1921 macro.
1922 (func): Remove.
1923 (marker): Use FAST_TRACEPOINT_LABEL.
1924 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1925 (func): Remove.
1926 (thread_function): Use FAST_TRACEPOINT_LABEL.
1927
6e7675a7
MK
19282015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1929
1930 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1931 in front.
1932 * gdb.trace/change-loc.exp: Use global pcreg definition.
1933 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1934 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1935 in front.
1936 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1937 * gdb.trace/pending.exp: Likewise.
1938 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1939 * gdb.trace/trace-break.exp: Likewise.
1940 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1941 in front.
1942 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1943 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1944 in front.
1945 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1946
dddc0e16
JB
19472015-11-09 Joel Brobecker <brobecker@adacore.com>
1948
1949 * gdb.ada/fin_fun_out: New testcase.
1950
c6f0b406
KB
19512015-11-07 Kevin Buettner <kevinb@redhat.com>
1952
1953 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1954 value associated with DW_AT_byte_size.
1955 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1956 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1957 DW_AT_upper_bound.
1958
f01dcfd9
KB
19592015-11-07 Kevin Buettner <kevinb@redhat.com>
1960
1961 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1962 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1963 version.
1964 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1965 gdb.dwarf2/dw2-canonicalize-type.exp,
1966 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1967 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1968 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1969 provided by gdb_target_symbol_prefix_flags_asm.
1970 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1971 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1972 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1973 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1974 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1975 macros where needed). Use this macro for symbols which require
1976 the prefix provided by SYMBOL_PREFIX.
1977
2223449a
KB
19782015-11-05 Kevin Buettner <kevinb@redhat.com>
1979
1980 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1981 New procs.
1982 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1983 representing expressions, of more than one list element.
1984 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1985 to prepend linker symbol prefix to f.
1986 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1987 table_1 and table_2.
1988 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1989 Likewise, for f and g.
1990 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1991 for ptr.
1992 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1993 for main.
1994 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1995 table_1_ptr and table_2_ptr.
1996
6f2f1a3a
JK
19972015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1998 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2001
566c56c9
MK
20022015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2003
2004 * gdb.reverse/s390-mvcle.c: New test.
2005 * gdb.reverse/s390-mvcle.exp: New file.
2006 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2007
d5f0636b
MK
20082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2009
2010 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2011
7ad8b86c
MK
20122015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2013
2014 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2015 reaching marker2.
2016 * gdb.reverse/getresuid-reverse.exp: Likewise.
2017 * gdb.reverse/pipe-reverse.exp: Likewise.
2018 * gdb.reverse/readv-reverse.exp: Likewise.
2019 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2020 * gdb.reverse/time-reverse.exp: Likewise.
2021 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2022
4081c0f1
YQ
20232015-10-30 Yao Qi <yao.qi@linaro.org>
2024
2025 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2026 (empty_cycle): Remove.
2027 (main): Don't call empty_cycle. Don't use watch_count_done.
2028 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2029 empty_cycle. Rewrite the code counting HW watchpoints.
2030
452b4ba5
MK
20312015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2032
2033 * gdb.reverse/fstatat-reverse.c: New test.
2034 * gdb.reverse/fstatat-reverse.exp: New file.
2035 * gdb.reverse/getresuid-reverse.c: New test.
2036 * gdb.reverse/getresuid-reverse.exp: New file.
2037 * gdb.reverse/pipe-reverse.c: New test.
2038 * gdb.reverse/pipe-reverse.exp: New file.
2039 * gdb.reverse/readv-reverse.c: New test.
2040 * gdb.reverse/readv-reverse.exp: New file.
2041 * gdb.reverse/recvmsg-reverse.c: New test.
2042 * gdb.reverse/recvmsg-reverse.exp: New file.
2043 * gdb.reverse/time-reverse.c: New test.
2044 * gdb.reverse/time-reverse.exp: New file.
2045 * gdb.reverse/waitpid-reverse.c: New test.
2046 * gdb.reverse/waitpid-reverse.exp: New file.
2047
5e2e7507
JK
20482015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2049
2050 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2051
0fde2c53
DE
20522015-10-26 Doug Evans <dje@google.com>
2053
2054 PR symtab/17391
2055 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2056 * gdb.dwarf2/bad-regnum.c: New file.
2057 * gdb.dwarf2/bad-regnum.exp: New file.
2058
1a70ae97
DE
20592015-10-26 Doug Evans <dje@google.com>
2060
2061 PR python/18938
2062 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2063 file.
2064
27dc26ab
JK
20652015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2066
2067 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2068 for a change by "Mention language in compile error message".
2069
bed91f4d
SM
20702015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2071
2072 PR python/18073
2073 * gdb.python/py-type.c (C::a_method): New.
2074 (C::a_const_method): New.
2075 (C::a_static_method): New.
2076 (a_function): New.
2077 * gdb.python/py-type.exp (test_fields): Test getting fields
2078 from function and method.
2079
3f2f83dd
KB
20802015-10-21 Keven Boell <keven.boell@intel.com>
2081
2082 * gdb.fortran/vla-alloc-assoc.exp: New file.
2083 * gdb.fortran/vla-datatypes.exp: New file.
2084 * gdb.fortran/vla-datatypes.f90: New file.
2085 * gdb.fortran/vla-history.exp: New file.
2086 * gdb.fortran/vla-ptype-sub.exp: New file.
2087 * gdb.fortran/vla-ptype.exp: New file.
2088 * gdb.fortran/vla-sizeof.exp: New file.
2089 * gdb.fortran/vla-sub.f90: New file.
2090 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2091 * gdb.fortran/vla-value-sub-finish.exp: New file.
2092 * gdb.fortran/vla-value-sub.exp: New file.
2093 * gdb.fortran/vla-value.exp: New file.
2094 * gdb.fortran/vla-ptr-info.exp: New file.
2095 * gdb.mi/mi-vla-fortran.exp: New file.
2096 * gdb.mi/vla.f90: New file.
2097
27145d50
SL
20982015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2099
2100 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2101 of hardwired timeout value.
2102
5f3ff4f8
JK
21032015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2104 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2107 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2108
bfd09d20
JS
21092015-10-19 Josh Stone <jistone@redhat.com>
2110
2111 * gdb.base/catch-syscall.c: Include <sched.h>.
2112 (unknown_syscall): New variable.
2113 (main): Trigger a vfork and an unknown syscall.
2114 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2115 (unknown_syscall_number): Likewise.
2116 (check_call_to_syscall): Accept an optional syscall pattern.
2117 (check_return_from_syscall): Likewise.
2118 (check_continue): Likewise.
2119 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2120 (test_catch_syscall_skipping_return): New test toggling off 'catch
2121 syscall' to step over the syscall return, then toggling back on.
2122 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2123 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2124 (do_syscall_tests): Call test_catch_syscall_without_args and
2125 test_catch_syscall_mid_vfork.
2126 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2127 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2128
b32b93c6
AS
21292015-10-19 Andrew Stubbs <ams@codesourcery.com>
2130
2131 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2132 print g_vE): Add new pass patterns.
2133 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2134 print various symbol names for vptr fields.
2135
9d622bda
AB
21362015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2139 results.
2140
0fd8ac1c
YQ
21412015-10-12 Yao Qi <yao.qi@linaro.org>
2142
2143 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2144
34240514
YQ
21452015-10-12 Yao Qi <yao.qi@linaro.org>
2146
2147 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2148 is aarch64*-*-linux*.
2149
8240f442
YQ
21502015-10-12 Yao Qi <yao.qi@linaro.org>
2151
2152 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2153 (can_relocate_bcond_true): ... it.
2154 (can_relocate_bcond_false): New function.
2155 (foo): Likewise.
2156 (can_relocate_bl): Likewise.
2157 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2158 can_relocate_bl.
2159
2520f728
PMR
21602015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2161
2162 * gdb.base/nested-addr.c: New file.
2163 * gdb.base/nested-addr.exp: New testcase.
2164
abcef95a
MM
21652015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2166
2167 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2168 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2169 its output. Ignore the output of "record goto begin" and instead
2170 check that GDB is replaying.
2171
145e3ddb
PA
21722015-10-09 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2175 (top level): Use it in the run with no args test.
2176
d5d8c4e1
IB
21772015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2178
2179 * gdb.dlang/properties.exp: New file.
2180
06e635ef
SL
21812015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2182
2183 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2184 whether or not address 0x1000 is mapped on the target.
2185
e019fd1d
SM
21862015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2187
2188 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2189 build.
2190
77ba2a67
MM
21912015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2192
2193 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2194 instruction-history test.
2195
c60eb31f
DE
21962015-09-28 Doug Evans <dje@google.com>
2197
2198 * gdb.base/gcore.c (array_func): Add reference to static_array.
2199
9a3c8263
SM
22002015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2201
2202 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2203 source line.
2204
9720e656
SL
22052015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2206
2207 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2208 short or char as base type.
2209
938d3bf2
SL
22102015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2211
2212 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2213 to allow any size enum.
2214
e6c2c623
PMR
22152015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2216
2217 * gdb.ada/array_ptr_renaming.exp: New testcase.
2218 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2219 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2220
06da0f77
PL
22212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2222
2223 * gdb.trace/ftrace-lock.c: New file.
2224 * gdb.trace/ftrace-lock.exp: New file.
2225
4f51c22a
PL
22262015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2227
2228 * gdb.arch/insn-reloc.c: New file.
2229 * gdb.arch/ftrace-insn-reloc.exp: New file.
2230
7041adf4
PL
22312015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2232
2233 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2234 instruction.
2235 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2236 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2237 * gdb.trace/range-stepping.c: Likewise.
2238 * gdb.trace/trace-break.c: Likewise.
2239 * gdb.trace/trace-mt.c (thread_function): Likewise.
2240 * gdb.trace/ftrace.c (marker): Likewise.
2241 * gdb.trace/trace-condition.c (marker): Likewise.
2242 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2243 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2244 is_aarch64_target.
2245
015d2e7e
DE
22462015-09-18 Doug Evans <xdje42@gmail.com>
2247
2248 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2249 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2250
26b188a2
SL
22512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2252
2253 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2254 the breakpoint.
2255
79dc332b
SL
22562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2257
2258 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2259 the pending breakpoint. Remove timeout override for "Run till
2260 MI pending breakpoint on pendfunc3 on thread 2" test.
2261
f57929f2
SL
22622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2263
2264 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2265 filename pattern.
2266
3f469b17
SL
22672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2268
2269 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2270 in breakpoint filename pattern.
2271
515b89b3
SL
22722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2273
7800dbe4
SL
2274 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2275
22762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2277
515b89b3
SL
2278 * gdb.linespec/explicit.exp: Check for readline support for
2279 tab-completion tests. Fix obvious typo.
2280
d2939ba2
MM
22812015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2282
2283 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2284 and replay.
2285
cbb55fa7
MM
22862015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2287
2288 * gdb.btrace/non-stop.c: New.
2289 * gdb.btrace/non-stop.exp: New.
2290
43691ca1
PL
22912015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2292 Yao Qi <yao.qi@linaro.org>
2293
2294 * gdb.trace/trace-condition.c: New file.
2295 * gdb.trace/trace-condition.exp: New file.
2296
d78908cf
WW
22972015-09-16 Wei-cheng Wang <cole945@gmail.com>
2298
2299 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2300 for testing bytecode compilation.
2301
1ed415e2
PA
23022015-09-16 Pedro Alves <palves@redhat.com>
2303 Sandra Loosemore <sandra@codesourcery.com>
2304
2305 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2306 (SECONDS): Redefine.
2307 (main): Call pthread_kill and alarm early.
2308 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2309 support.
2310 (test): If the target can't hardware step and doesn't support
2311 displaced stepping, increase the timeout.
2312
d136eff5
PA
23132015-09-16 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2316 (enable_debug): New procedures.
2317 (test): Use them. Bail out if waiting for threads fails.
2318 (top level): Bail out if a test fails.
2319
991f019c
YQ
23202015-09-16 Yao Qi <yao.qi@linaro.org>
2321
2322 * gdb.asm/asm-source.exp: Set asm-arch for
2323 aarch64*-*-* target.
2324 * gdb.asm/aarch64.inc: New file.
2325
bfca584f
PMR
23262015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2327
2328 * gdb.ada/array_of_variable_length.exp: New testcase.
2329 * gdb.ada/array_of_variable_length/foo.adb: New file.
2330 * gdb.ada/array_of_variable_length/pck.adb: New file.
2331 * gdb.ada/array_of_variable_length/pck.ads: New file.
2332
b326e587
DE
23332015-09-15 Doug Evans <dje@google.com>
2334
2335 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2336 of function static local variable.
2337
5382cfab
PW
23382015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2339
2340 * gdb.threads/tls-so_extern.exp: New test file.
2341 * gdb.threads/tls-so_extern.c: New test file.
2342 * gdb.threads/tls-so_extern_main.c: New test file.
2343
141c5cc4
JK
23442015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * gdb.opt/solib-intra-step-lib.c: New file.
2347 * gdb.opt/solib-intra-step-main.c: New file.
2348 * gdb.opt/solib-intra-step.exp: New file.
2349
d15dcecd
PA
23502015-09-15 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2353 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2354
4c2f2a79
PA
23552015-09-14 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.base/hook-stop-continue.c: Delete.
2358 * gdb.base/hook-stop-continue.exp: Delete.
2359 * gdb.base/hook-stop-frame.c: Delete.
2360 * gdb.base/hook-stop-frame.exp: Delete.
2361 * gdb.base/hook-stop.c: New file.
2362 * gdb.base/hook-stop.exp: New file.
2363
919e6dbe
PMR
23642015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2365
2366 * gdb.ada/access_to_packed_array.exp: New testcase.
2367 * gdb.ada/access_to_packed_array/foo.adb: New file.
2368 * gdb.ada/access_to_packed_array/pack.adb: New file.
2369 * gdb.ada/access_to_packed_array/pack.ads: New file.
2370
157280a4
MM
23712015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2372
2373 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2374 buffer size test.
2375
2fd33e94
DB
23762015-09-11 Don Breazeal <donb@codesourcery.com>
2377
2378 * gdb.base/foll-exec.c: Add copyright header. Fix
2379 formatting issues.
2380 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2381 (do_exec_tests): Use clean_restart in place of zap_session,
2382 and for test initialization. Fix formatting issues. Use
2383 fail in place of perror.
2384 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2385 an expect statement to match an expression with output from
2386 the program under debug.
2387 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2388 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2389 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2390 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2391 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2392
e70b6e8e
DE
23932015-09-09 Doug Evans <dje@google.com>
2394
2395 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2396
7a551a51
DE
23972015-09-09 Doug Evans <dje@google.com>
2398
2399 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2400
4c666f84
DE
24012015-09-09 Doug Evans <dje@google.com>
2402
2403 * gdb.base/savedregs.exp: Fix typo.
2404
243a9253
PA
24052015-09-09 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2408
c0fa8fbd
SL
24092015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2410
2411 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2412 command actually switches threads. Give up on remaining
2413 tests if target fails to stop at breakpoint.
2414
cd7c1778
PMR
24152015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2416
2417 * gdb.ada/funcall_char.exp: New testcase.
2418 * gdb.ada/funcall_char/foo.adb: New file.
2419
dc5c8746
PMR
24202015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2421
2422 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2423 expected outputs. Add two testcases for completing ambiguous
2424 functions.
2425 * gdb.ada/complete/aux_pck.adb: New file.
2426 * gdb.ada/complete/aux_pck.ads: New file.
2427 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2428 Ambiguous_Func functions.
2429 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2430 * gdb.ada/complete/pck.adb: Likewise.
2431
4e83a1e7
UW
24322015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2433
2434 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2435 failures to run the test program under GDB.
2436
8ce74153
LM
24372015-08-26 Luis Machado <lgustavo@codesourcery.com>
2438
2439 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2440 to C.
2441
e9756d52
PP
24422015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2443
2444 * gdb.base/run-after-attach.exp: New test file.
2445 * gdb.base/run-after-attach.c: New test file.
2446
8d37573b
DB
24472015-08-26 Don Breazeal <donb@codesourcery.com>
2448
2449 * gdb.base/foll-exec-2.c: New test program.
2450 * gdb.base/foll-exec-2.exp: New test.
2451
63e43d3a
PMR
24522015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2453
2454 * gdb.base/nested-subp1.exp: New file.
2455 * gdb.base/nested-subp1.c: New file.
2456 * gdb.base/nested-subp2.exp: New file.
2457 * gdb.base/nested-subp2.c: New file.
2458 * gdb.base/nested-subp3.exp: New file.
2459 * gdb.base/nested-subp3.c: New file.
2460
3d40fbb5
PA
24612015-08-24 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.server/connect-without-multi-process.c: New file.
2464 * gdb.server/connect-without-multi-process.exp: New file.
2465
4422ac93
LM
24662015-08-24 Luis Machado <lgustavo@codesourcery.com>
2467
2468 * gdb.opt/inline-markers.c: Make z int.
2469
91dddb86
LM
24702015-08-24 Luis Machado <lgustavo@codesourcery.com>
2471
2472 * gdb.opt/inline-markers.c: Make z volatile.
2473
a48847ee
LM
24742015-08-24 Luis Machado <lgustavo@codesourcery.com>
2475
2476 * gdb.opt/inline-bt.c: New volatile global z.
2477 * gdb.opt/inline-cmds.c: Likewise.
2478 * gdb.opt/inline-locals.c: Likewise.
2479 * gdb.opt/inline-markers.c: New extern global z.
2480 (marker): Use z.
2481 (inline_fn): Likewise.
2482
0ebbc52b
PA
24832015-08-24 Pedro Alves <palves@redhat.com>
2484
2485 * config/m32r-stub.exp: Remove file.
2486 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2487 * gdb.base/call-rt-st.exp: Likewise.
2488 * gdb.base/call-strs.exp: Likewise.
2489 * gdb.base/default.exp: Remove references to h8300-*-hms and
2490 *-*-udi*.
2491 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2492
77c365df
AA
24932015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2494
2495 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2496 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2497 and "return" use KFAIL when GDB can not read/write the vector
2498 return value.
2499
4313b8c0
GB
25002015-08-21 Gary Benson <gbenson@redhat.com>
2501
2502 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2503
0e433b32
PA
25042015-08-20 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.server/solib-list.exp: No longer expect an interior stop in
2507 non-stop mode.
2508
221e1a37
PA
25092015-08-20 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.server/connect-stopped-target.c: New file.
2512 * gdb.server/connect-stopped-target.exp: New file.
2513
40e3ad0e
PA
25142015-08-20 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.dwarf2/comp-unit-lang.exp: New file.
2517 * gdb.dwarf2/comp-unit-lang.c: New file.
2518
af39b327
PMR
25192015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2520
2521 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2522 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2523
7d45c7c3 25242015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2525
7d45c7c3
KB
2526 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2527 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2528
4d6cceb4
DE
25292015-08-18 Doug Evans <dje@google.com>
2530 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2531
2532 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2533 skip_python_tests. New arg prompt_regexp.
2534 (skip_python_tests): New function.
2535 * lib/mi-support.exp (mi_skip_python_tests): New function.
2536 * gdb.python/py-mi-objfile-gdb.py: New file.
2537 * gdb.python/py-mi-objfile.c: New file.
2538 * gdb.python/py-mi-objfile.exp: New file.
2539
ad89c2aa
KS
25402015-08-17 Keith Seitz <keiths@redhat.com>
2541
2542 * gdb.linespec/explicit.exp: Move strace test from here ...
2543 * gdb.trace/strace.exp: ... to here.
2544
e3ae3c43
PP
25452015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2546
2547 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2548 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2549
604b2636
DE
25502015-08-14 Doug Evans <xdje42@gmail.com>
2551
2552 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2553 inferior before selecting a new file.
2554
6ff0ba5f
DE
25552015-08-14 Doug Evans <xdje42@gmail.com>
2556
2557 * gdb.mi/mi-disassemble.exp: Update.
2558 * gdb.base/disasm-optim.S: New file.
2559 * gdb.base/disasm-optim.c: New file.
2560 * gdb.base/disasm-optim.h: New file.
2561 * gdb.base/disasm-optim.exp: New file.
2562
9ca98f92
KS
25632015-08-14 Keith Seitz <keiths@redhat.com>
2564
2565 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2566 "evaluated-by".
2567
52bbc560
JB
25682015-08-13 Joel Brobecker <brobecker@adacore.com>
2569
2570 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2571
5d8c3ed3
PMR
25722015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2573
2574 * gdb.ada/fun_renaming.exp: New testcase.
2575 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2576 * gdb.ada/fun_renaming/pack.adb: New file.
2577 * gdb.ada/fun_renaming/pack.ads: New file.
2578
ea8812bc
KS
25792015-08-12 Keith Seitz <keiths@redhat.com>
2580
2581 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2582 gdb_get_line_number.
2583
4dafcdeb
JB
25842015-08-12 Joel Brobecker <brobecker@adacore.com>
2585
2586 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2587 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2588 gdb.base/dso2dso.exp: New files.
2589
5ba32597
SDJ
25902015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2591 Pedro Alves <palves@redhat.com>
2592 Keith Seitz <keiths@redhat.com>
2593
2594 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2595 GDBFLAGS.
2596
b6dafabf
PP
25972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2598
2599 * gdb.base/gdbhistsize-history.exp
2600 (test_histsize_history_setting): Use save_vars.
2601 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2602 Use save_vars.
2603 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2604 * gdb.base/readline.exp: Use save_vars.
2605
abe8e607
PP
26062015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2607
2608 * lib/gdb.exp (save_vars): New proc.
2609
629500fa
KS
26102015-08-11 Keith Seitz <keiths@redhat.com>
2611
2612 * gdb.base/help.exp: Update help_breakpoint_text.
2613
eb8c4e2e
KS
26142015-08-11 Keith Seitz <keiths@redhat.com>
2615
2616 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2617 (at toplevel): Call test_explicit_breakpoints.
2618 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2619 breakpoints.
2620 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2621 breakpoint conditions, "-cond".
2622
87f0e720
KS
26232015-08-11 Keith Seitz <keiths@redhat.com>
2624
2625 * gdb.linespec/3explicit.c: New file.
2626 * gdb.linespec/cpexplicit.cc: New file.
2627 * gdb.linespec/cpexplicit.exp: New file.
2628 * gdb.linespec/explicit.c: New file.
2629 * gdb.linespec/explicit.exp: New file.
2630 * gdb.linespec/explicit2.c: New file.
2631 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2632 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2633 before using in the matching pattern.
2634 Clarify that `prefix' is a regular expression.
2635
f00aae0f
KS
26362015-08-11 Keith Seitz <keiths@redhat.com>
2637
2638 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2639 test.
2640 Add tests for missing ",FMT" and ",".
2641
e27852be
DE
26422015-08-10 Doug Evans <dje@google.com>
2643 Keith Seitz <keiths@redhat.com>
2644
2645 PR gdb/17960
2646 * gdb.base/completion.exp: Add location completer tests.
2647
7f03bd92
PA
26482015-08-07 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2651 tests here.
2652 (top level): Run do_test with and without displaced stepping.
2653
3fc8eb30
PA
26542015-08-07 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.base/valgrind-disp-step.c: New file.
2657 * gdb.base/valgrind-disp-step.exp: New file.
2658
d4569d7b
PA
26592015-08-07 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2662 Delete function.
2663 (main): Add alarm. Run an infinite loop instead of calling
2664 wait_threads.
2665 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2666 comment.
2667 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2668 Delete function.
2669 (main): Add alarm. Run an infinite loop instead of calling
2670 wait_threads.
2671 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2672 comment.
2673
e1316e60
PA
26742015-08-07 Pedro Alves <palves@redhat.com>
2675
2676 * gdb.base/checkpoint-ns.exp: New file.
2677 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2678 standard_testfile.
2679
da8c46d2
MM
26802015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2681
2682 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2683 * gdb.btrace/instruction_history.exp: Update.
2684 * gdb.btrace/tsx.exp: New.
2685 * gdb.btrace/tsx.c: New.
2686
de1c2c52
PA
26872015-08-06 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2690 increase timeout.
2691 * gdb.reverse/until-precsave.exp: Bump timeouts.
2692
782e0bf4
PA
26932015-08-06 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2696
83e97ed0
PA
26972015-08-06 Pedro Alves <palves@redhat.com>
2698
2699 PR gdb/18749
2700 * gdb.threads/process-dies-while-handling-bp.c: New file.
2701 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2702
863d01bd
PA
27032015-08-06 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2706 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2707
0a39bb32
PA
27082015-08-05 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2711 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2712
ee2d2b10
SL
27132015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2714
2715 * gdb.base/bp-permanent.exp: Report test as unsupported if
2716 the target cannot stop at the permanent breakpoint.
2717
4e1bdb00
DE
27182015-08-03 Doug Evans <dje@google.com>
2719
2720 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2721 10000.
2722
3d338901
DE
27232015-08-03 Doug Evans <dje@google.com>
2724
2725 * Makefile.in (workers/%.worker, build-perf): New rule.
2726 (GDB_PERFTEST_MODE): New variable.
2727 (check-perf): Use it.
2728 (clean): Clean up gdb.perf parallel build subdirs.
2729 * lib/build-piece.exp: New file.
2730 * lib/gdb.exp (make_gdb_parallel_path): New function
2731 (standard_output_file, standard_temp_file): Call it.
2732 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2733 of $GDB_PARALLEL.
2734 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2735
af061d3e
DE
27362015-08-03 Doug Evans <dje@google.com>
2737
8e1afc81 2738 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2739 (LOG_FILE_NAME): New global.
2740 (TextReporter.__init__): Initialize self.txt_sum.
2741 (TextReporter.report): Add support for multiple data-points.
2742 Move report to perftest.sum, put raw data in perftest.log.
2743 (TextReporter.start): Open sum and log files.
2744 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2745 * gdb.perf/lib/perftest/testresult.py
2746 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2747
2c8c5d37
PA
27482015-07-31 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2751 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2752 kill_wait_spawned_process instead of explicit "kill -9".
2753 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2754 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2755 kill_wait_spawned_process.
2756 * gdb.base/attach-twice.exp: Likewise.
2757 * gdb.base/attach.exp: Likewise.
2758 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2759 gdb_test_multiple.
2760 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2761 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2762 kill_wait_spawned_process.
2763 * gdb.base/valgrind-infcall.exp: Likewise.
2764 * gdb.multi/multi-attach.exp: Likewise.
2765 * gdb.python/py-prompt.exp: Likewise.
2766 * gdb.python/py-sync-interp.exp: Likewise.
2767 * gdb.server/ext-attach.exp: Likewise.
2768 * gdb.threads/attach-into-signal.exp (corefunc): Use
2769 spawn_wait_for_attach, spawn_id_get_pid and
2770 kill_wait_spawned_process.
2771 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2772 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2773 spawn_id_get_pid and kill_wait_spawned_process.
2774 * gdb.threads/attach-stopped.exp (corefunc): Use
2775 spawn_wait_for_attach, spawn_id_get_pid and
2776 kill_wait_spawned_process.
2777 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2778 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2779 kill_wait_spawned_process instead of explicit "kill -9".
2780 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2781 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2782 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2783 processes. Don't map cygwin/windows pids here. Now returns a
2784 spawn id list.
2785
032a0fca
SL
27862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2787
2788 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2789 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2790 correct patch.
2791
61a934ca
SL
27922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2793
2794 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2795
4bc4d428
SL
27962015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2797
2798 Reapply:
2799 2014-05-21 Mark Wielaard <mjw@redhat.com>
2800
2801 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2802
998d452a
PA
28032015-07-30 Pedro Alves <palves@redhat.com>
2804
2805 * linux-low.c (handle_extended_wait): Set the child's last
2806 reported status to TARGET_WAITKIND_STOPPED.
2807
69dde7dc
PA
28082015-07-30 Pedro Alves <palves@redhat.com>
2809
2810 PR threads/18600
2811 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2812 only shows inferior 1.
2813
4dd63d48
PA
28142015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2815 Pedro Alves <palves@redhat.com>
2816
2817 PR threads/18600
2818 * gdb.threads/fork-plus-threads.c: New file.
2819 * gdb.threads/fork-plus-threads.exp: New file.
2820
d618e4c5
PP
28212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2822
2823 * gdb.base/batch-preserve-term-settings.exp
2824 (test_terminal_settings_preserved_after_cli_exit): Use
2825 send_quit_command.
2826
1eef6428
PA
28272015-07-29 Pedro Alves <palves@redhat.com>
2828 Don Breazeal <donb@codesourcery.com>
2829
2830 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2831 output from both inferior_spawn_id and gdb_spawn_id.
2832
7da5b897
SDJ
28332015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2834
2835 * gdb.threads/attach-into-signal.exp (corefunc): Use
2836 with_test_prefix on nested loops, uniquefying the test messages.
2837
dac804df
SDJ
28382015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2839
2840 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2841 commit.
2842
06265e53
PP
28432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2844
2845 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2846 New proc.
2847 (test_terminal_settings_preserved_after_sigterm): New test.
2848
18206ca3
PP
28492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2850
2851 * gdb.base/batch-preserve-term-settings.exp
2852 (test_terminal_settings_preserved_after_cli_exit): New test.
2853
90074d11
PP
28542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2855
2856 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2857 manipulation of saved_gdbflags.
2858 (test_terminal_settings_preserved): Remove global declaration of
2859 the unused variable pagination_prompt. Remove manipulation of
2860 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2861 GDBFLAGS.
2862
eb1a7902
PA
28632015-07-29 Pedro Alves <palves@redhat.com>
2864
2865 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2866
8b75dd3b
PA
28672015-07-29 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2870 at the top.
2871
dedad4e3
PA
28722015-07-29 Pedro Alves <palves@redhat.com>
2873
2874 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2875 (main): Call gdb_unbuffer_output.
2876 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2877 (main): Call gdb_unbuffer_output.
2878 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2879 (main): Call gdb_unbuffer_output.
2880 * gdb.base/call-strs.exp: Adjust to step over the
2881 gdb_unbuffer_output call.
2882 * gdb.base/catch-gdb-caused-signals.c: Include
2883 "../lib/unbuffer_output.c".
2884 (main): Call gdb_unbuffer_output.
2885 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2886 (main): Call gdb_unbuffer_output.
2887 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2888 (main): Call gdb_unbuffer_output.
2889 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2890 (main): Call gdb_unbuffer_output.
2891 * gdb.base/shlib-call.exp: Adjust to step over the
2892 gdb_unbuffer_output call.
2893 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2894 (main): Call gdb_unbuffer_output.
2895 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2896 (main): Call gdb_unbuffer_output.
2897 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2898 (main): Rename to ...
2899 (test): ... this.
2900 (main): Reimplement.
2901 * gdb.base/varargs.exp: Run to test instead of to main.
2902 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2903 (main): Call gdb_unbuffer_output.
2904
58789a91
PA
29052015-07-29 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2908 factore out from mi_continue_dprintf. For call-style dprintfs,
2909 expect dprintf output out of $inferior_spawn_id.
2910 (mi_continue_dprintf): Use mi_expect_dprintf.
2911 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2912 (main): Call gdb_unbuffer_output.
2913
e8376742
PA
29142015-07-29 Pedro Alves <palves@redhat.com>
2915
2916 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2917 (default_mi_gdb_start): Set inferior_spawn_id instead of
2918 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2919 gdb_spawn_id.
2920 (mi_gdb_test): Always expect inferior output from both
2921 $inferior_spawn_id and $gdb_spawn_id.
2922
08280010
PA
29232015-07-29 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2926 send_inferior and $inferior_spawn_id.
2927
4d30e432
PA
29282015-07-29 Pedro Alves <palves@redhat.com>
2929
2930 * gdb.gdb/complaints.exp (test_initial_complaints)
2931 (test_serial_complaints, test_short_complaints): Use
2932 gdb_test_stdio.
2933 (test_empty_complaint): Handle $inferior_spawn_id !=
2934 $gdb_spawn_id.
2935
0d30a335
PA
29362015-07-29 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.base/varargs.exp: Use gdb_test_stdio.
2939
39413b29
PA
29402015-07-29 Pedro Alves <palves@redhat.com>
2941
2942 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2943
7cb000a9
PA
29442015-07-29 Pedro Alves <palves@redhat.com>
2945
2946 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2947
d7b8ac82
PA
29482015-07-29 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2951 parameter into two new parameters, "inf_result" and "gdb_result".
2952 Expect inferior output and gdb output from $inferior_spawn_id and
2953 $gdb_spawn_id, respectively. Adjust all callers.
2954
789c3a0c
PA
29552015-07-29 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2958 of gdb_test_sequence.
2959
77e760c3
PA
29602015-07-29 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2963 (saw_spurious_output): Expect inferior output from
2964 $inferior_spawn_id. Use gdb_test_stdio.
2965
8396d2cd
PA
29662015-07-29 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.base/dprintf.exp: Use standard_testfile. Change
2969 prepare_for_testing call.
2970 (srcfile): Don't set.
2971 (restart): New procedure.
2972 (test_dprintf): New procecure, use to continue over dprintfs.
2973 (test_call, test_agent): New procedures, tests moved here.
2974 Restart gdb and recreate dprintfs. Adjust expected output.
2975
2051d61f
PA
29762015-07-29 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2979
452397af
PA
29802015-07-29 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2983
8aed9555
PA
29842015-07-29 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2987 gdb_test_stdio.
2988
188a61b4
PA
29892015-07-29 Pedro Alves <palves@redhat.com>
2990
2991 * lib/gdb.exp (gdb_test_stdio): New procedure.
2992
12264a45
PA
29932015-07-29 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2996
23ffc893
PA
29972015-07-29 Pedro Alves <palves@redhat.com>
2998
2999 * gdb.base/call-signal-resume.exp: Remove check for
3000 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3001 * gdb.base/unwindonsignal.exp: Likewise.
3002 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3003 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3004
65566918
PA
30052015-07-29 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.base/siginfo-addr.c (pass): New function.
3008 (handler): Call it iff si_addr is correct.
3009 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3010 Set a breakpoint at "pass" and continue to it.
3011
d60a9221
SDJ
30122015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3013
3014 * gdb.python/py-objfile.exp: Make some tests have unique names.
3015 * gdb.python/py-pp-registration.exp: Likewise.
3016
bde40b8f
PA
30172015-07-28 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3020
13e1dec8
SM
30212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3022
3023 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3024
da33c9a7
SM
30252015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3026
3027 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3028
077836f7
PP
30292015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3030
3031 * gdb.base/gdb-sigterm-2.exp: New test.
3032
b8cc7b2e
DE
30332015-07-25 Doug Evans <xdje42@gmail.com>
3034
3035 Revert:
3036 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3037 (workers/%.worker, build-perf): New rule.
3038 (GDB_PERFTEST_MODE): New variable.
3039 (check-perf): Use it.
3040 (clean): Clean up gdb.perf parallel build subdirs.
3041 * lib/build-piece.exp: New file.
3042 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3043 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3044 name.
3045 (standard_temp_file): Ditto.
3046 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3047 of $GDB_PARALLEL.
3048
c8bd4544
DE
30492015-07-24 Doug Evans <dje@google.com>
3050
3051 * gdb.perf/lib/perftest/utils.py: New file.
3052 * gdb.perf/gm-hello.cc: New file.
3053 * gdb.perf/gm-pervasive-typedef.cc: New file.
3054 * gdb.perf/gm-pervasive-typedef.h: New file.
3055 * gdb.perf/gm-std.cc: New file.
3056 * gdb.perf/gm-std.h: New file.
3057 * gdb.perf/gm-use-cerr.cc: New file.
3058 * gdb.perf/gm-utils.h: New file.
3059 * gdb.perf/gmonster-null-lookup.py: New file.
3060 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3061 * gdb.perf/gmonster-print-cerr.py: New file.
3062 * gdb.perf/gmonster-ptype-string.py: New file.
3063 * gdb.perf/gmonster-runto-main.py: New file.
3064 * gdb.perf/gmonster-select-file.py: New file.
3065 * gdb.perf/gmonster1-null-lookup.exp: New file.
3066 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3067 * gdb.perf/gmonster1-print-cerr.exp: New file.
3068 * gdb.perf/gmonster1-ptype-string.exp: New file.
3069 * gdb.perf/gmonster1-runto-main.exp: New file.
3070 * gdb.perf/gmonster1-select-file.exp: New file.
3071 * gdb.perf/gmonster1.cc: New file.
3072 * gdb.perf/gmonster1.exp: New file.
3073 * gdb.perf/gmonster2-null-lookup.exp: New file.
3074 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3075 * gdb.perf/gmonster2-print-cerr.exp: New file.
3076 * gdb.perf/gmonster2-ptype-string.exp: New file.
3077 * gdb.perf/gmonster2-runto-main.exp: New file.
3078 * gdb.perf/gmonster2-select-file.exp: New file.
3079 * gdb.perf/gmonster2.cc: New file.
3080 * gdb.perf/gmonster2.exp: New file.
3081
6eab34f3
DE
30822015-07-24 Doug Evans <dje@google.com>
3083
3084 * gdb.perf/README: New file.
3085 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3086 * lib/gen-perf-test.exp: New file.
3087
63738bfd
DE
30882015-07-24 Doug Evans <dje@google.com>
3089
3090 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3091 (PerfTest::startup): New function.
3092 (PerfTest::run): Return result of calling body.
3093 (PerfTest::assemble): Rewrite.
3094 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3095 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3096 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3097 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3098 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3099
7b606f95
DE
31002015-07-24 Doug Evans <dje@google.com>
3101
3102 * lib/gdb.exp (clean_restart): Make executable optional.
3103
a97b16b8
DE
31042015-07-24 Doug Evans <dje@google.com>
3105
3106 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3107 compiler_info references.
3108 * gdb.cp/temargs.exp: Ditto.
3109 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3110 (get_compiler_info): Early exit if already computed. Set compiler_info
3111 to "unknown" if there was a problem.
3112 (test_compiler_info): Add function comment. Call get_compiler_info.
3113
35baa57f
DE
31142015-07-24 Doug Evans <dje@google.com>
3115
3116 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3117 (workers/%.worker, build-perf): New rule.
3118 (GDB_PERFTEST_MODE): New variable.
3119 (check-perf): Use it.
3120 (clean): Clean up gdb.perf parallel build subdirs.
3121 * lib/build-piece.exp: New file.
3122 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3123 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3124 name.
3125 (standard_temp_file): Ditto.
3126 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3127 of $GDB_PARALLEL.
3128
6ebea266
DE
31292015-07-24 Doug Evans <dje@google.com>
3130
3131 * lib/future.exp (gdb_default_target_compile): New option
3132 "early_flags".
3133 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3134 --as-needed.
3135
1e76a7e9
SDJ
31362015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3137
3138 * gdb.base/catch-syscall.exp: Call gdb_exit before
3139 gdb_skip_xml_test.
3140
5068630a
PA
31412015-07-24 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.python/py-events.exp: Accept output between the stop event
3144 and the prompt.
3145 * gdb.python/py-evsignal.exp: Likewise.
3146 * gdb.python/py-evthreads.exp: Likewise.
3147
77598427
PA
31482015-07-24 Pedro Alves <palves@redhat.com>
3149
3150 PR gdb/18717
3151 * gdb.threads/non-ldr-exit.c: New file.
3152 * gdb.threads/non-ldr-exit.exp: New file.
3153
11e6c98f
YQ
31542015-07-24 Yao Qi <yao.qi@linaro.org>
3155
3156 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3157 restarting process.
3158
51aee833
YQ
31592015-07-24 Yao Qi <yao.qi@linaro.org>
3160
3161 * gdb.server/ext-restart.exp: New file.
3162
8cfe207c
YQ
31632015-07-24 Yao Qi <yao.qi@linaro.org>
3164
3165 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3166 argument options.
3167 * gdb.server/ext-wrapper.exp: New file.
3168
cc12ce38
DE
31692015-07-23 Doug Evans <dje@google.com>
3170
3171 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3172 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3173
d0d84780
PMR
31742015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3175
3176 * gdb.ada/var_arr_typedef.exp: New testcase.
3177 * gdb.ada/var_arr_typedef/pack.adb: New file.
3178 * gdb.ada/var_arr_typedef/pack.ads: New file.
3179 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3180
8b558f79
JB
31812015-07-20 Joel Brobecker <brobecker@adacore.com>
3182
3183 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3184
775a3298
JK
31852015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3186
3187 * gdb.arch/i386-biarch-core.exp: Replace istarget
3188 by "complete set gnutarget". Remove expectation for the "core-file"
3189 command.
3190
db1ff28b
JK
31912015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 Revert the previous commit:
3194 Tests for validate symbol file using build-id.
3195
0a94970d
JK
31962015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3197
3198 Tests for validate symbol file using build-id.
3199 * gdb.base/solib-mismatch-lib.c: New file.
3200 * gdb.base/solib-mismatch-libmod.c: New file.
3201 * gdb.base/solib-mismatch.c: New file.
3202 * gdb.base/solib-mismatch.exp: New file.
3203
03346981
SL
32042015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3205
3206 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3207 nios2-*-linux*.
3208 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3209 * gdb.base/siginfo.exp: Likewise.
3210 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3211
42422cc7
PL
32122015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3213
3214 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3215 Move it to ...
3216 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3217 ... here.
3218 * gdb.trace/range-stepping.exp: Check that the target supports
3219 range stepping.
3220
cfa68bae
JK
32212015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3224
8ffdba26
PA
32252015-07-14 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/killed-outside.exp: New file.
3228 * gdb.base/killed-outside.c: New file.
3229
218a5a11
JK
32302015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3231
3232 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3233 (n at main): New.
3234 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3235
e03ed3c6
AA
32362015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3237
3238 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3239 infcall tests instead of setting up for KFAIL.
3240
485668e5
MM
32412015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3242
3243 * gdb.btrace/record_goto-step.exp: New.
3244
08464196
JK
32452015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3246
3247 PR compile/18484
3248 * gdb.compile/compile.c (struct struct_type): Add volatile to
3249 selffield's type.
3250 * gdb.compile/compile.exp
3251 (compile code struct_object.selffield = &struct_object): Skip further
3252 struct_object tests if this one xfails.
3253
bcf5c1d9
RC
32542015-07-08 Robert O'Callahan <robert@ocallahan.org>
3255
3256 PR exp/18617
3257 * gdb.trace/ax.exp: Add test.
3258
4931af25
YQ
32592015-07-07 Yao Qi <yao.qi@linaro.org>
3260
3261 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3262 instead of istarget "aarch64*-*-*".
3263 * gdb.arch/aarch64-fp.exp: Likewise.
3264 * gdb.base/float.exp: Likewise.
3265 * gdb.reverse/aarch64.exp: Likewise.
3266 * lib/gdb.exp (is_aarch64_target): New proc.
3267
9fcf688e
YQ
32682015-07-07 Yao Qi <yao.qi@linaro.org>
3269
3270 * lib/gdb.exp (is_aarch32_target): New proc.
3271 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3272 instead of "istarget "arm*-*-*"".
3273 * gdb.arch/arm-disp-step.exp: Likewise.
3274 * gdb.arch/thumb-bx-pc.exp: Likewise.
3275 * gdb.arch/thumb-prologue.exp: Likewise.
3276 * gdb.arch/thumb-singlestep.exp: Likewise.
3277 * gdb.base/disp-step-syscall.exp: Likewise.
3278 * gdb.base/float.exp: Likewise.
3279
fbd8d50d
YQ
32802015-07-07 Yao Qi <yao.qi@linaro.org>
3281
3282 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3283 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3284
71be1fdc
YQ
32852015-07-07 Yao Qi <yao.qi@linaro.org>
3286
3287 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3288 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3289 if it exists.
3290 * gdb.multi/multi-arch.exp: Likewise.
3291
3e221d36
SM
32922015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3293
3294 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3295 print.
3296
d441430b
YQ
32972015-07-07 Yao Qi <yao.qi@linaro.org>
3298
3299 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3300
06f810bd
MG
33012015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3302
3303 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3304 '[' and ']' characters.
3305
5e61e7c0
IB
33062015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3307
3308 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3309
28bf096c
PA
33102015-06-29 Pedro Alves <palves@redhat.com>
3311
3312 PR threads/18127
3313 * gdb.threads/hand-call-new-thread.c: New file.
3314 * gdb.threads/hand-call-new-thread.c: New file.
3315
ee93cd5e
KS
33162015-06-26 Keith Seitz <keiths@redhat.com>
3317 Doug Evans <dje@google.com>
3318
3319 PR 16253
3320 * gdb.cp/var-tag-2.cc: New file.
3321 * gdb.cp/var-tag-3.cc: New file.
3322 * gdb.cp/var-tag-4.cc: New file.
3323 * gdb.cp/var-tag.cc: New file.
3324 * gdb.cp/var-tag.exp: New file.
3325
fc637f04
PP
33262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3327
3328 * gdb.base/history-duplicates.exp: New test.
3329
2e52ae68
PP
33302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3331
3332 * gdb.base/completion.exp: Test the completion of the "focus"
3333 command.
3334
6e22494e
JK
33352015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.arch/amd64-prologue-skip.S: New file.
3338 * gdb.arch/amd64-prologue-skip.exp: New file.
3339
bf7b9cd9
SM
33402015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3341
3342 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3343 is_address_zero_readable check.
3344
201e8dfd
PB
33452015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3346
3347 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3348 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3349
5cd867b4
YQ
33502015-06-24 Yao Qi <yao.qi@linaro.org>
3351
3352 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3353 linux targets.
3354
4d7be007
YQ
33552015-06-24 Yao Qi <yao.qi@linaro.org>
3356
3357 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3358 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3359 * gdb.base/siginfo-thread.exp: Likewise.
3360
07fcd301
YQ
33612015-06-22 Yao Qi <yao.qi@linaro.org>
3362
3363 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3364
52042a00
YQ
33652015-06-22 Yao Qi <yao.qi@linaro.org>
3366
3367 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3368 aarch64*-*-*.
3369 (skip_hw_watchpoint_tests): Likewise.
3370
74bd41ce
PP
33712015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3372
3373 * gdb.base/gdbinit-history.exp: Test the interaction between
3374 setting GDBHISTSIZE and setting the history size via .gdbinit.
3375
bc460514
PP
33762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3377
3378 PR gdb/16999
3379 * gdb.base/gdbhistsize-history.exp: New test.
3380
b58c513b
PP
33812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3382
3383 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3384 with GDBHISTSIZE.
3385 * gdb.base/readline.exp: Likewise.
3386
92046791
YQ
33872015-06-17 Yao Qi <yao.qi@linaro.org>
3388
3389 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3390 line.
3391
2093d2d3
PP
33922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3393
3394 * gdb.base/gdbinit-history.exp: Add test case to check that
3395 an unlimited history file does not get truncated on exit.
3396
e6c693af
AA
33972015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3398
3399 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3400 (VECTOR): New macro. Use it...
3401 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3402 ...for these typedefs.
3403 (int8, char1, int1, double1): New typedefs.
3404 (struct just_int2, struct two_int2): New structures.
3405 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3406 (add_structvecs, add_singlevecs): New functions.
3407 (main): Call add_some_intvecs twice.
3408 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3409 the compile and exit upon failure. Try compiling for the "native"
3410 architecture. Test inferior function calls with vector arguments
3411 and vector return value handling with "finish" and "return".
3412
c74f7d1c
JT
34132015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3414
3415 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3416 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3417 PE file.
3418 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3419
98aa42ee
AT
34202015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3421
3422 PR breakpoints/16465
3423 * gdb.mi/mi-dprintf-pending.c: New file.
3424 * gdb.mi/mi-dprintf-pending.exp: New test.
3425 * gdb.mi/mi-dprintf-pendshr.c: New file.
3426
7d73c23c 34272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3428 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3429
3430 * gdb.arch/i386-mpx-map.c: New file.
3431 * gdb.arch/i386-mpx-map.exp: New File.
3432
34332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3434
3435 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3436 * gdb.arch/i386-mpx.exp: Indentation fixed.
3437
34382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3439
3440 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3441 function and improved indentation.
3442 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3443 gdb_test_multiple. Added additional tests to skip the test.
3444
34452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3446
3447 * gdb.arch/i386-avx512.c: Change path in include file.
3448 * gdb.arch/i386-avx512.exp: Change include dir path
3449 compilation flag.
3450 * gdb.arch/i386-mpx.c: Change path in include file.
3451 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3452 flag.
3453
d5eba19a
JK
34542015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 * gdb.compile/compile-print.exp (compile print *vararray@3)
3457 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3458
7f361056
JK
34592015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3462 (do not keep jit in memory): ... this.
3463 (expect 5): Change it to ...
3464 (expect no 5): ... this.
3465
3b462ec2
SM
34662015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3467
3468 PR gdb/15564
3469 * gdb.mi/mi-detach.exp: New file.
3470
e0619de6
JK
34712015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3472
3473 PR symtab/18392
3474 * gdb.arch/amd64-tailcall-self.S: New file.
3475 * gdb.arch/amd64-tailcall-self.c: New file.
3476 * gdb.arch/amd64-tailcall-self.exp: New file.
3477
e970cb34
DB
34782015-05-28 Don Breazeal <donb@codesourcery.com>
3479
3480 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3481 tests for remote targets by checking is_target_gdbserver.
3482
b2e2f908
DE
34832015-05-27 Doug Evans <dje@google.com>
3484
3485 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3486 * gdb.dwarf2/opaque-type-lookup.c: New file.
3487 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3488
82c7be31
DE
34892015-05-26 Doug Evans <dje@google.com>
3490
3491 * gdb.cp/iostream.cc: New file.
3492 * gdb.cp/iostream.exp: New file.
3493
b4f54984
DE
34942015-05-26 Doug Evans <dje@google.com>
3495
3496 * gdb.dwarf2/dw2-op-call.exp: Update.
3497 * gdb.dwarf2/dw4-sig-types.exp: Update.
3498 * gdb.dwarf2/implptr.exp: Update.
3499 * gdb.mi/mi-cmd-param-changed.exp: Update.
3500
4ea6efe9
DE
35012015-05-26 Doug Evans <dje@google.com>
3502
3503 * gdb.python/py-lazy-string.c: New file.
3504 * gdb.python/py-lazy-string.exp: New file.
3505 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3506 (main): Update. Add estring3.
3507 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3508 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3509
f6bb7db3
YQ
35102015-05-26 Omair Javaid <omair.javaid@linaro.org>
3511 Yao Qi <yao.qi@linaro.org>
3512
3513 * gdb.reverse/aarch64.c: New.
3514 * gdb.reverse/aarch64.exp: New.
3515
a81bfbd0
OJ
35162015-05-26 Omair Javaid <omair.javaid@linaro.org>
3517
3518 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3519 (supports_reverse): Likewise.
3520
158bf1b4
PP
35212015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3522
3523 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3524 Use with_test_prefix.
3525
a0145030
AB
35262015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * gdb.base/completion.exp: Add test for completion of layout
3529 names.
3530
ebe3b578
AB
35312015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * lib/gdb.exp (skip_tui_tests): New proc.
3534 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3535
84204ed7
PA
35362015-05-19 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3539 Save the whole env array instead of just HOME. Unset HISTSIZE in
3540 the environment while testing. Restore whole environment
3541 afterwards.
3542
37442ce1
DE
35432015-05-16 Doug Evans <xdje42@gmail.com>
3544
3545 * gdb.guile/scm-ports.c: New file.
3546 * gdb.guile/scm-ports.exp: Add memory port tests.
3547
36de76f9
JK
35482015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 * gdb.compile/compile-print.c: New file.
3551 * gdb.compile/compile-print.exp: New file.
3552
3a9558c4
JK
35532015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 * gdb.compile/compile-ops.exp: Cast param to void.
3556 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3557 (compile code struct_object.selffield = &struct_object): Add xfail.
3558
aa715135
JG
35592015-05-15 Joel Brobecker <brobecker@adacore.com>
3560
3561 * gdb.ada/arr_enum_with_gap: New testcase.
3562
931e5bc3
JG
35632015-05-15 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.ada/byte_packed_arr: New testcase.
3566
9cd4d857
JB
35672015-05-15 Joel Brobecker <brobecker@adacore.com>
3568
3569 * gdb.ada/pckd_neg: New testcase.
3570
ebfd00d2
PP
35712015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3572
3573 PR gdb/17820
3574 * gdb.base/gdbinit-history.exp: New test.
3575 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3576 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3577
4c082a81
SC
35782015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3579
3580 * gdb.python/py-xmethods.cc: Enhance test case.
3581 * gdb.python/py-xmethods.exp: New tests.
3582 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3583 function.
3584 (B_indexoper): Likewise.
3585 (global_dm_list) : Add new xmethod worker functions.
3586
f7797074
SDJ
35872015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3588
3589 * gdb.base/coredump-filter.exp: Correctly unset
3590 "coredump_var_addr" array.
3591
a4674e4e
PA
35922015-05-08 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.server/non-existing-program.exp: Unset spawn_id.
3595
df2eb078
SC
35962015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3597
3598 PR python/18291
3599 * gdb.python/py-xmethods.exp: Add tests.
3600
422349a3
YQ
36012015-05-08 Yao Qi <yao.qi@linaro.org>
3602
3603 PR gdb/18208
3604 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3605 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3606 function set_coredump_filter, and remove remote_exec call.
3607 Remove argument ipid. Callers update.
3608 (top level): Don't get inferior's PID.
3609
63fc80ce
AA
36102015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3611
3612 * gdb.base/watch_thread_num.exp: Skip test on targets without
3613 access watchpoints.
3614
80ad801e
PA
36152015-05-06 Pedro Alves <palves@redhat.com>
3616
3617 PR server/18081
3618 * gdb.server/non-existing-program.exp: New file.
3619
0fa7fe50
JB
36202015-05-05 Joel Brobecker <brobecker@adacore.com>
3621
3622 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3623
3ea89b92
PMR
36242015-05-05 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.ada/out_of_line_in_inlined: New testcase.
3627
87b8eff0
JB
36282015-05-05 Joel Brobecker <brobecker@adacore.com>
3629
3630 * gdb.ada/var_rec_arr: New testcase.
3631
5fccc635
YQ
36322015-04-30 Yao Qi <yao.qi@linaro.org>
3633
3634 * gdb.base/break-idempotent.exp: If
3635 skip_hw_watchpoint_multi_tests returns true, skip the tests
3636 on "rwatch" and "awatch".
3637
42d38f42
YQ
36382015-04-30 Yao Qi <yao.qi@linaro.org>
3639
3640 * gdb.base/relativedebug.exp: Invoke gdb command
3641 "info sharedlibrary", and if libc.so doesn't have debug info,
3642 skip the test.
3643
2ce1cdbf
DE
36442015-04-29 Doug Evans <dje@google.com>
3645
3646 * gdb.python/py-xmethods.exp: Add ptype tests.
3647 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3648 get_result_type method.
3649
f24a38c5
LM
36502015-04-29 Luis Machado <lgustavo@codesourcery.com>
3651
3652 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3653 the target does not support hardware watchpoints.
3654
ecbf2b3c
LM
36552015-04-29 Luis Machado <lgustavo@codesourcery.com>
3656
3657 * gdb.base/break-always.exp: Abort testing if writing to memory
3658 causes an error.
3659
34f5f757
DE
36602015-04-28 Doug Evans <dje@google.com>
3661
3662 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3663 * gdb.python/py-pp-registration.exp: ... here. New file.
3664 * gdb.python/py-pp-registration.c: New file.
3665 * gdb.python/py-pp-registration.py: New file.
3666
69b4374a
DE
36672015-04-28 Doug Evans <dje@google.com>
3668
3669 * gdb.python/py-bad-printers.c: New file.
3670 * gdb.python/py-bad-printers.py: New file.
3671 * gdb.python/py-bad-printers.exp: New file.
3672
59fb7612
SS
36732015-04-28 Sasha Smundak <asmundak@google.com>
3674
3675 * gdb.python/py-type.exp: New test.
3676
2631b16a
AW
36772015-04-28 Andy Wingo <wingo@igalia.com>
3678
3679 * gdb.python/py-parameter.exp:
3680 * gdb.guile/scm-parameter.exp: Escape the path that we are
3681 matching against, as it might contain characters that are special
3682 to regular expressions.
3683
460efde1
JB
36842015-04-27 Joel Brobecker <brobecker@adacore.com>
3685
3686 * gdb.ada/rec_comp: New testcase.
3687
2d369d8e
SDJ
36882015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3689
3690 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3691 before using it.
3692
cf75d6c3
AB
36932015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3696 new tests for verilog output.
3697
8dbe7ca5
YQ
36982015-04-24 Yao Qi <yao.qi@linaro.org>
3699
3700 * boards/remote-gdbserver-on-localhost.exp: New file.
3701
4ef9fb2f
PA
37022015-04-23 Pedro Alves <palves@redhat.com>
3703
3704 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3705 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3706 "end of file", remove $inferior_spawn_id from the indirect list.
3707
0a803169
PA
37082015-04-23 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3711
749ef8f8
PA
37122015-04-23 Pedro Alves <palves@redhat.com>
3713
3714 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3715 on $any_spawn_id instead of only on $gdb_spawn_id.
3716
8aae4344
PM
37172015-04-21 Pierre Muller <muller@sourceware.org>
3718
3719 PR pascal/17815
3720 * lib/pascal.exp (gpc_compile): Add new option "class".
3721 (fpc_compile): Likewise.
3722 * gdb.pascal/case-insensitive-symbols.pas: New file.
3723 * gdb.pascal/case-insensitive-symbols.exp: New file.
3724
1586c8fb
GB
37252015-04-20 Gary Benson <gbenson@redhat.com>
3726
3727 * gdb.base/attach.exp: Fix three extended remote failures.
3728
1b6e6f5c
GB
37292015-04-17 Gary Benson <gbenson@redhat.com>
3730
3731 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3732 the main executable over the remote protocol.
3733
e797481d
PA
37342015-04-16 Pedro Alves <palves@redhat.com>
3735
3736 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3737 a new gdbserver if gdbserver_reconnect_p is set.
3738
1ca99c42
PA
37392015-04-16 Pedro Alves <palves@redhat.com>
3740
3741 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3742 is set, don't exit gdbserver.
3743
af9fd6f8
AA
37442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3745
3746 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3747 appropriate .insn, such that an older assembler can be used.
3748 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3749 the z/Architecture instruction set on 31-bit targets as well.
3750
04ff1e61
AA
37512015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3752
3753 * gdb.go/handcall.exp: Remove all logic related to the first
3754 breakpoint and rely on go_runto_main instead.
3755 * gdb.go/strings.exp: Likewise.
3756 * gdb.go/unsafe.exp: Likewise.
3757 * gdb.go/hello.exp: Likewise. Also rename the remaining
3758 breakpoint marker to "breakpoint 1".
3759 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3760 * gdb.go/strings.go: Likewise.
3761 * gdb.go/unsafe.go: Likewise.
3762 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3763 "set breakpoint 2 here" and rename the remaining breakpoint marker
3764 to "breakpoint 1".
3765
40d2f8d6
SM
37662015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3767
3768 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3769 if itertools.imap is not present.
3770 * gdb.python/py-objfile.exp: Add parentheses.
3771 * gdb.python/py-type.exp: Same.
3772 * gdb.python/py-unwind-maint.py: Same.
3773
8cbc97c6
YQ
37742015-04-15 Yao Qi <yao.qi@linaro.org>
3775
3776 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3777 of ":$ptr_size" and set its form explicitly.
3778
45fd756c
YQ
37792015-04-15 Pedro Alves <palves@redhat.com>
3780 Yao Qi <yao.qi@linaro.org>
3781
3782 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3783 timeout by factor of 4.
3784 (test_regular_watch): Likewise.
3785 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3786 * gdb.reverse/sigall-reverse.exp: Likewise.
3787 * gdb.reverse/until-precsave.exp: Likewise.
3788 * lib/gdb.exp (with_timeout_factor): New proc.
3789 (gdb_expect): Move some code to ...
3790 (get_largest_timeout): ... here. New procedure.
3791
9e811bc3
LM
37922015-04-14 Luis Machado <lgustavo@codesourcery.com>
3793
3794 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3795
0ff6fcb2
LM
37962015-04-13 Luis Machado <lgustavo@codesourcery.com>
3797
3798 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3799 to write to the .text section.
3800
7578d5f7
LM
38012015-04-13 Luis Machado <lgustavo@codesourcery.com>
3802
3803 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3804 Handle the case of targets that do not provide PID information.
3805
2efe15c4
YQ
38062015-04-13 Yao Qi <yao.qi@linaro.org>
3807
3808 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3809 and use expect instead of gdb_expect.
3810
8cd8f2f8
SDJ
38112015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3812
3813 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3814 "coredump_var_addr" to avoid naming conflict with other testcases.
3815
9ee41772
PA
38162015-04-10 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3819 gdb_test_sequence and gdb_assert.
3820
07473109
PA
38212015-04-10 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3824 test messages that don't include the breakpoint address.
3825
de3db44c
YQ
38262015-04-10 Yao Qi <yao.qi@linaro.org>
3827
3828 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3829 false for some offset and width combinations which aren't
3830 supported by linux kernel.
3831
c79d856c
PA
38322015-04-10 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3835 procedure, factored out from ...
3836 (top level): ... here. Add "set displaced-stepping" testing axis.
3837 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3838 parameter "displaced". Use it.
3839 (top level): Use foreach and add "set displaced-stepping" testing
3840 axis.
3841
ebc90b50
PA
38422015-04-10 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3845 Remove comment.
3846 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3847 both the address of the instruction that triggers the watchpoint
3848 and the address of the instruction immediately after, and use
3849 those addresses for the test. Fix comment.
3850
8f572e5c
PA
38512015-04-10 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/sigstep.exp (breakpoint_to_handler)
3854 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3855 Test "backtrace" in handler.
3856 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3857 (top level): Add new "displaced" test axis to
3858 breakpoint_to_handler, breakpoint_to_handler_entry and
3859 breakpoint_over_handler.
3860
8d707a12
PA
38612015-04-10 Pedro Alves <palves@redhat.com>
3862
3863 PR gdb/18216
3864 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3865
ef713951
YQ
38662015-04-10 Yao Qi <yao.qi@linaro.org>
3867
3868 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3869 (test_add_rn_pc): New function.
3870 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3871 (top level): Invoke test_add_rn_pc.
3872
906d60cf
PA
38732015-04-10 Pedro Alves <palves@redhat.com>
3874
3875 PR gdb/13858
3876 * gdb.base/step-over-no-symbols.exp: New file.
3877
f2983cc3
AW
38782015-04-09 Andy Wingo <wingo@igalia.com>
3879
3880 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3881 after the Python tests.
3882
6d62641c
SDJ
38832015-04-08 Keith Seitz <keiths@redhat.com>
3884
3885 PR python/16699
3886 * gdb.python/py-completion.exp: New tests for completion.
3887 * gdb.python/py-completion.py (CompleteLimit1): New class.
3888 (CompleteLimit2): Likewise.
3889 (CompleteLimit3): Likewise.
3890 (CompleteLimit4): Likewise.
3891 (CompleteLimit5): Likewise.
3892 (CompleteLimit6): Likewise.
3893 (CompleteLimit7): Likewise.
3894
f3770638
PA
38952015-04-08 Pedro Alves <palves@redhat.com>
3896
3897 PR gdb/18214
3898 PR gdb/18216
3899 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3900 function.
3901 (main): Install it as SIGUSR1 handler.
3902 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3903 parameter. Always use "setup" as prefix. Toggle "set
3904 displaced-stepping" off/on depending on global. Don't switch to
3905 thread 1 here.
3906 (top level): Add displaced stepping "off/on" test axis. Update
3907 "setup" calls. Wrap each subtest with with_test_prefix. Test
3908 continuing with a queued signal in each thread.
3909
4496bed7
PA
39102015-04-08 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3913 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3914 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3915 Return early if running to main fails.
3916 * gdb.trace/while-stepping.exp: Likewise.
3917
b97fde92
PA
39182015-04-07 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3921 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3922 interact with inferior program.
3923
f71c18e7
PA
39242015-04-07 Pedro Alves <palves@redhat.com>
3925
3926 * lib/gdb.exp (inferior_spawn_id): New global.
3927 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3928 spawn id after processing the user code.
3929 (default_gdb_start): Set inferior_spawn_id.
3930 (send_inferior): New procedure.
3931 * lib/gdbserver-support.exp (gdbserver_start): Set
3932 inferior_spawn_id.
3933 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3934
6423214f
PA
39352015-04-07 Pedro Alves <palves@redhat.com>
3936
3937 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3938 * lib/gdbserver-support.exp (gdbserver_start): Make
3939 $server_spawn_id global.
3940 (gdbserver_start): Don't wait for gdbserver's spawn id with
3941 expect_background.
3942 (close_gdbserver): New procedure.
3943 (gdb_exit): Rename the default version and reimplement.
3944
71c0ee8c
PA
39452015-04-07 Pedro Alves <palves@redhat.com>
3946
72f4393d 3947 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3948 append the substituted item, not the original item.
3949
203bc29b
PA
39502015-04-07 Pedro Alves <palves@redhat.com>
3951
3952 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3953 gdb_expect.
3954
508a3ddf
PA
39552015-04-07 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3958 output appearing once only.
3959
9f6dbe2b
PA
39602015-04-07 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3963 that doesn't expect anything. Return early if running to main
3964 fails.
3965
337532fa
YQ
39662015-04-07 Yao Qi <yao.qi@linaro.org>
3967
3968 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3969 (child_function): Call alarm.
3970 (main): Move call to alarm into the loop.
3971 * gdb.threads/non-stop-fair-events.exp: Build program with
3972 -DTIMEOUT=$timeout.
3973
01b622d4
DE
39742015-04-06 Doug Evans <xdje42@gmail.com>
3975
3976 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3977 Fix dest parameter to board_info.
3978 (fpc_compile): Ditto.
3979 (gdb_compile_pascal): Rename dest arg to destfile.
3980
961f4160
PMR
39812015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3982
3983 * gdb.ada/funcall_ref.exp: New file.
3984 * gdb.ada/funcall_ref/foo.adb: New file.
3985
cafda597
YQ
39862015-04-02 Yao Qi <yao.qi@linaro.org>
3987
3988 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3989 is remote.
3990
fed040c6
GB
39912015-04-02 Gary Benson <gbenson@redhat.com>
3992
3993 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3994
d11916aa
SS
39952015-04-01 Sasha Smundak <asmundak@google.com>
3996
3997 * gdb.python/py-unwind-maint.c: New file.
3998 * gdb.python/py-unwind-maint.exp: New test.
3999 * gdb.python/py-unwind-maint.py: New file.
4000 * gdb.python/py-unwind.c: New file.
4001 * gdb.python/py-unwind.exp: New test.
4002 * gdb.python/py-unwind.py: New test.
4003
a1471180
PA
40042015-04-01 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4007 to fail instead of non-existent $test.
4008
0bbeccb1
PA
40092015-04-01 Pedro Alves <palves@redhat.com>
4010
4011 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4012 GDBFLAGS if not empty.
4013
3c724c8c
PMR
40142015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4015
4016 * gdb.ada/complete.exp: Remove "multi_line".
4017 * gdb.ada/info_exc.exp: Remove "multi_line".
4018 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4019 * gdb.ada/ptype_field.exp: Remove "multi_line".
4020 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4021 * gdb.ada/tagged.exp: Remove "multi_line".
4022 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4023 [multi_line ...]
4024 * gdb.btrace/delta.exp: Likewise.
4025 * gdb.btrace/exception.exp: Likewise.
4026 * gdb.btrace/function_call_history.exp: Likewise.
4027 * gdb.btrace/instruction_history.exp: Likewise.
4028 * gdb.btrace/nohist.exp: Likewise.
4029 * gdb.btrace/record_goto.exp: Likewise.
4030 * gdb.btrace/segv.exp: Likewise.
4031 * gdb.btrace/stepi.exp: Likewise.
4032 * gdb.btrace/tailcall.exp: Likewise.
4033 * gdb.btrace/unknown_functions.exp: Likewise.
4034 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4035 * lib/gdb.exp: Add the "multi_line" helper.
4036
4eec2deb
PA
40372015-04-01 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.threads/tid-reuse.c: New file.
4040 * gdb.threads/tid-reuse.exp: New file.
4041
df8411da
SDJ
40422015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4043
4044 PR corefiles/16092
4045 * gdb.base/coredump-filter.c: New file.
4046 * gdb.base/coredump-filter.exp: Likewise.
4047
6ef37366
PM
40482015-03-27 Petr Machata <pmachata@redhat.com>
4049
4050 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4051 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4052 (Dwarf::assemble): Initialize them.
4053 (Dwarf::lines): New function.
4054
7ec911b0
JT
40552015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4056
4057 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4058 SYMBOL_PREFIX for x86_64-*-cygwin.
4059
ff908ebf
AW
40602015-03-26 Andy Wingo <wingo@igalia.com>
4061
4062 PR symtab/18148
4063 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4064 const_value but not a location.
4065 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4066 location defined in non-main CUs are visible.
4067
6d5f0679
YQ
40682015-03-26 Yao Qi <yao.qi@linaro.org>
4069
4070 PR testsuite/18139
4071 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4072 Add a line number entry for the same line.
4073 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4074 Add a line number entry for the same line.
4075
2898689b
YQ
40762015-03-26 Yao Qi <yao.qi@linaro.org>
4077
4078 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4079 .int 0.
4080 (func): Likewise. Add .Lfunc_1 label.
4081 Use .Lfunc_1 label.
4082 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4083 .int 0.
4084 (func): Likewise.
4085 Use .Lfunc_1 label.
4086
85180498
YQ
40872015-03-26 Yao Qi <yao.qi@linaro.org>
4088
4089 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4090 Call gdb_compile instead to compile each .s files without debug
4091 information.
4092
8aa08a8d
YQ
40932015-03-26 Yao Qi <yao.qi@linaro.org>
4094
4095 * gdb.base/savedregs.exp (process_saved_regs): Make
4096 "Saved registers:" optional in the pattern.
4097
66849923
MM
40982015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4099
4100 * gdb.btrace/next.exp: Merged into step.exp.
4101 * gdb.btrace/finish.exp: Merged into step.exp.
4102 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4103 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4104 "record goto" and checking the exact replay position.
4105 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4106 check for "Recording format" in "info record" output.
4107 * gdb.btrace/record_goto.exp: Choose test file based on target.
4108 * gdb.btrace/x86-record_goto.S: Renamed into ...
4109 * gdb.btrace/x86_64-record_goto.S: ... this.
4110 * gdb.btrace/i686-record_goto.S: New.
4111 * gdb.btrace/x86-tailcall.S: Renamed into ...
4112 * gdb.btrace/x86_64-tailcall.S: ... this.
4113 * gdb.btrace/i686-tailcall.S: New.
4114 * gdb.btrace/x86-tailcall.c: Renamed into ...
4115 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4116 separate statements. Update test.
4117 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4118 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4119 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4120 * gdb.btrace/tailcall.exp: Choose test file based on target.
4121 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4122
11cc1b74
MM
41232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4124
4125 * gdb.btrace/exception.exp: Increase BTS buffer size.
4126
a25d8bf9
PA
41272015-03-24 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4130
856e7dd6
PA
41312015-03-24 Pedro Alves <palves@redhat.com>
4132
4133 * gdb.threads/schedlock.exp (test_step): No longer expect that
4134 "set scheduler-locking step" with "next" over a function call runs
4135 threads unlocked.
4136
ad235a41
AT
41372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4138
4139 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4140
15630549
AT
41412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4142
4143 PR breakpoints/16466
4144 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4145 * gdb.mi/mi-pending.c (thread_func): New function.
4146 (int main): Add threading support required.
4147 * gdb.mi/mi-pending.exp: Add tests for this issue.
4148 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4149 (pendfunc2): Remove stdio dependency.
4150 * gdb.mi/mi-pendshr2.c: New file.
4151
693dca06
KS
41522015-03-23 Keith Seitz <keiths@redhat.com>
4153
4154 * gdb.linespec/keywords.c: New file.
4155 * gdb.linespec/keywords.exp: New file.
4156
7e993ebf
KS
41572015-03-23 Keith Seitz <keiths@redhat.com>
4158
4159 PR gdb/18021
4160 * gdb.dwarf2/staticvirtual.exp: New test.
4161
bc23328c
JK
41622015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4165 * README: Remove HP-UX and gdb.hp.
4166 (configuration):
4167 * configure: Regenerate.
4168 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4169 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4170 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4171 gdb.hp/gdb.defects/Makefile.
4172 * gdb.hp/Makefile.in: File deleted.
4173 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4174 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4175 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4176 * gdb.hp/gdb.aCC/run.c: File deleted.
4177 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4178 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4179 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4180 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4181 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4182 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4183 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4184 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4185 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4186 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4187 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4188 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4189 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4190 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4191 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4192 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4193 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4194 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4195 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4196 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4197 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4198 * gdb.hp/gdb.compat/average.c: File deleted.
4199 * gdb.hp/gdb.compat/sum.c: File deleted.
4200 * gdb.hp/gdb.compat/xdb.c: File deleted.
4201 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4202 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4203 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4204 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4205 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4206 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4207 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4208 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4209 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4210 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4211 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4212 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4213 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4214 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4215 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4216 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4217 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4218 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4219 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4220 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4221 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4222 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4223 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4224 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4225 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4226 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4227 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4228 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4229 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4230 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4231 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4232 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4233 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4234 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4235 * gdb.hp/tools/odump: File deleted.
4236
8bf3b159
PA
42372015-03-19 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4240 (saw_thread_3): New globals.
4241 (top level): Increment them when an event for the corresponding
4242 thread is seen.
4243 (no thread starvation): New test.
4244
eb54c8bf
PA
42452015-03-19 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.threads/continue-pending-status.c: New file.
4248 * gdb.threads/continue-pending-status.exp: New file.
4249
32d2e5d6
PA
42502015-03-18 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4253 Use gdb_is_target_remote instead of is_remote. Use
4254 gdb_test_multiple instead of gdb_expect. Exit early if
4255 gdb_test_multiple hits its internal matches. Tighten stepi tests
4256 expected output. Fail on exit with any signal, instead of just
4257 SIGILL.
4258
f68f11b7
YQ
42592015-03-18 Yao Qi <yao.qi@linaro.org>
4260
4261 PR tdep/18107
4262 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4263 variable.
4264 * gdb.base/catch-syscall.exp: Don't skip it on
4265 aarch64*-*-linux* target. Remove elements in all_syscalls.
4266 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4267 target.
4268 (setup_all_syscalls): New proc.
4269
ca5fd19b
YQ
42702015-03-16 Yao Qi <yao.qi@linaro.org>
4271
4272 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4273 (top level): Skip tests if valid_addr_p returns false for
4274 $cmd1 or $cmd2.
4275
85642ba0
AW
42762015-03-11 Andy Wingo <wingo@igalia.com>
4277
4278 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4279
e03f9645
YQ
42802015-03-11 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.base/catch-syscall.exp: Fix typo in comments.
4283
5d0962b2
YQ
42842015-03-11 Yao Qi <yao.qi@linaro.org>
4285
4286 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4287
b2df3cef
PA
42882015-03-09 Pedro Alves <palves@redhat.com>
4289
4290 * dg-extract-results.py: Delete.
4291
ef878e53
PA
42922015-03-09 Pedro Alves <palves@redhat.com>
4293
4294 Merge dg-extract-results.sh from GCC upstream (r218843).
4295
4296 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4297 * dg-extract-results.sh: Use --text with grep to avoid issues with
4298 binary files. Fall back to cat -v, if that doesn't work.
4299
9494d219
PA
43002015-03-05 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4303
a8d9763a
SM
43042015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4305
4306 * lib/mi-support.exp (mi_expect_interrupt): Accept
4307 alternative event for when in all-stop mode.
4308
be9957b8
PA
43092015-03-04 Pedro Alves <palves@redhat.com>
4310
4311 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4312
d57be0f4 43132015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4314
4315 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4316
c214c7cf
AA
43172015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4318
4319 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4320 regexps for GDB's current line display, accept a hex address
4321 preceding the line number.
4322
6d74a497
AA
43232015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4324
4325 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4326 the 'arch1' variable for "s390*-linux*" targets.
4327
511aee7c
PA
43282015-03-04 Pedro Alves <palves@redhat.com>
4329
4330 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4331 (main): Pass missing retval argument to pthread_join call.
4332
95e50b27
PA
43332015-03-02 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4336 (top level): Call do_test with non-stop as well.
4337
28054d69
PA
43382015-03-02 Pedro Alves <palves@redhat.com>
4339
4340 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4341 -1.
4342
4fa5d7b4
AA
43432015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4344
4345 * gdb.arch/s390-vregs.exp: New test.
4346 * gdb.arch/s390-vregs.S: New file.
4347
97c18565
PA
43482015-02-27 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4351 call to catch_command_errors.
4352 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4353 catch_command_errors.
4354
a37bfa30
PA
43552015-02-27 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4358 "true" for boolean result.
4359 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4360 prototype of main.
4361
6f98576f
PA
43622015-02-27 Pedro Alves <palves@redhat.com>
4363
4364 * lib/unbuffer_output.c: New file.
4365 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4366 (main): Call gdb_unbuffer_output.
4367
eba5ab56
YQ
43682015-02-27 Yao Qi <yao.qi@linaro.org>
4369
4370 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4371 target.
4372
0def5aaa
DE
43732015-02-26 Doug Evans <dje@google.com>
4374
4375 * gdb.cp/class2.cc (Dbase, D): New classes.
4376 (main): New local delta.
4377 * gdb.cp/class2.exp: Test printing delta.
4378 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4379 (dynbar): New global.
4380 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4381
081a1c2c
JK
43822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 * gdb.compile/compile-ifunc.c: New file.
4385 * gdb.compile/compile-ifunc.exp: New file.
4386
2f41223f
AT
43872015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4388
4389 * gdb.base/structs.exp: Check for correct struct on finish.
4390
03eddd80
YQ
43912015-02-26 Yao Qi <yao.qi@linaro.org>
4392
4393 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4394 is zero.
4395
80c57053
JK
43962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4397
4398 * gdb.arch/cordic.ko.bz2: New file.
4399 * gdb.arch/cordic.ko.debug.bz2: New file.
4400 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4401
21613c12
YQ
44022015-02-25 Yao Qi <yao.qi@linaro.org>
4403
4404 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4405 aarch64*-*-* target.
4406
d8b901ed
PA
44072015-02-23 Pedro Alves <palves@redhat.com>
4408
4409 * lib/gdb.exp (delete_breakpoints): Rewrite using
4410 gdb_test_multiple.
4411
e5b85ead
PA
44122015-02-23 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/info-os.c: Include stdlib.h.
4415
85c3a371
DE
44162015-02-22 Doug Evans <xdje42@gmail.com>
4417
4418 PR symtab/17855
4419 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4420 is read after symbols have been re-read.
4421 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4422 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4423
96553a0c
DE
44242015-02-21 Doug Evans <dje@google.com>
4425
4426 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4427
97a0c697
JK
44282015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 PR corefiles/17808
4431 * gdb.arch/i386-biarch-core.core.bz2: New file.
4432 * gdb.arch/i386-biarch-core.exp: New file.
4433
a47cd6e9
PA
44342015-02-21 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4437 runto_main fails.
4438
c5facdc4
PA
44392015-02-20 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4442 info probes.
4443
2db9a427
PA
44442015-02-20 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4447
60fb7e9e
PA
44482015-02-20 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4451 clean_restart before gdb_target_supports_trace.
4452
5c5019c2
PA
44532015-02-20 Pedro Alves <palves@redhat.com>
4454
4455 PR threads/18006
4456 * gdb.threads/clone-thread_db.c: New file.
4457 * gdb.threads/clone-thread_db.exp: New file.
4458
c9587f88
AT
44592015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4460
4461 PR breakpoints/16812
4462 * gdb.base/catch-gdb-caused-signals.c: New file.
4463 * gdb.base/catch-gdb-caused-signals.exp: New file.
4464
f6a88844
JM
44652015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4466
4467 * configure: Regenerated.
4468 * configure.ac: Use GDB_AC_TRANSFORM.
4469 * aclocal.m4: sinclude ../transform.m4.
4470
497c491b
JM
44712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4472
4473 * lib/dtrace.exp: New file.
4474 * gdb.base/dtrace-probe.exp: Likewise.
4475 * gdb.base/dtrace-probe.d: Likewise.
4476 * gdb.base/dtrace-probe.c: Likewise.
4477 * lib/pdtrace.in: Likewise.
4478 * configure.ac: Output variables with the transformed names of
4479 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4480 * configure: Regenerated.
4481
03e98035
JM
44822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4483
4484 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4485 expected message when trying to access $_probe_* convenience
4486 variables while not on a probe.
4487
63cc30e9
JK
44882015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4489
4490 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4491
0703599a
PA
44922015-02-11 Pedro Alves <pedro@codesourcery.com>
4493
4494 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4495 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4496
7e60a48e
DE
44972015-02-10 Doug Evans <xdje42@gmail.com>
4498
4499 * lib/gdb.exp (gdb_load): Always return a result.
4500
01b088bc
PA
45012015-02-10 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.threads/signal-sigtrap.c: New file.
4504 * gdb.threads/signal-sigtrap.exp: New file.
4505
b05ec7a5
AT
45062015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4507
4508 * gdb.trace/no-attach-trace.c: New file.
4509 * gdb.trace/no-attach-trace.exp: New file.
4510
a2c2acaf
MW
45112015-02-09 Mark Wielaard <mjw@redhat.com>
4512
4513 * gdb.dwarf2/atomic.c: New file.
4514 * gdb.dwarf2/atomic-type.exp: Likewise.
4515
31fd9caa
MM
45162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4517
4518 * gdb.btrace/buffer-size.exp: Update "info record" output.
4519 * gdb.btrace/delta.exp: Update "info record" output.
4520 * gdb.btrace/enable.exp: Update "info record" output.
4521 * gdb.btrace/finish.exp: Update "info record" output.
4522 * gdb.btrace/instruction_history.exp: Update "info record" output.
4523 * gdb.btrace/next.exp: Update "info record" output.
4524 * gdb.btrace/nexti.exp: Update "info record" output.
4525 * gdb.btrace/step.exp: Update "info record" output.
4526 * gdb.btrace/stepi.exp: Update "info record" output.
4527 * gdb.btrace/nohist.exp: Update "info record" output.
4528
d33501a5
MM
45292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4530
4531 * gdb.btrace/buffer-size: New.
4532
f4abbc16
MM
45332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4534
4535 * gdb.btrace/delta.exp: Update "info record" output.
4536 * gdb.btrace/enable.exp: Update "info record" output.
4537 * gdb.btrace/finish.exp: Update "info record" output.
4538 * gdb.btrace/instruction_history.exp: Update "info record" output.
4539 * gdb.btrace/next.exp: Update "info record" output.
4540 * gdb.btrace/nexti.exp: Update "info record" output.
4541 * gdb.btrace/step.exp: Update "info record" output.
4542 * gdb.btrace/stepi.exp: Update "info record" output.
4543 * gdb.btrace/nohist.exp: Update "info record" output.
4544
b9d61307
SM
45452015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4546
4547 PR gdb/15678
4548 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4549
e584fdbc
PA
45502015-02-06 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4553 macro.
4554 (seconds_left, again): New globals.
4555 (main): Wait seconds_left in a 1-second sleep loop instead of
4556 sleeping 180 seconds. If 'again' is set, reset the seconds
4557 counter.
4558 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4559 'again' in the inferior before detaching. Print the seconds left.
4560 (options): New global.
4561 (top level): Build program with -DTIMEOUT=$timeout.
4562
77f41761
PA
45632015-02-06 Pedro Alves <palves@redhat.com>
4564
4565 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4566 determine how many seconds to pass to 'alarm'.
4567 * gdb.base/gdb-sigterm.exp (top level): Build program with
4568 -DTIMEOUT=$timeout.
4569 (do_test): Return success/failure indication. Add more verbose
4570 logging. Don't fail if 200 single steps are seen. Instead, fail
4571 when the test times out.
4572 (passes): New global.
4573 (top level): Break the testing loop if testing fails on any
4574 iteration. Use gdb_assert.
4575
b9394193
DB
45762015-02-04 Don Breazeal <donb@codesourcery.com>
4577
4578 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4579 and initialize them.
4580 (ipc_cleanup): New function.
4581 (main): Don't declare shmid, semid, and msqid. Add a call to
4582 atexit so that we call ipc_cleanup on exit.
4583
42d9e528
PA
45842015-02-04 Pedro Alves <palves@redhat.com>
4585
4586 * boards/native-extended-gdbserver.exp: Remove any target variant
4587 specifications from the board name before clearing the isremote
4588 flag from board_info.
4589
ae6ae975
DE
45902015-01-31 Doug Evans <xdje42@gmail.com>
4591
4592 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4593
cfb069a8
GB
45942015-01-31 Gary Benson <gbenson@redhat.com>
4595
4596 * gdb.base/completion.exp: Disable completion limiting for
4597 existing tests. Add new tests to check completion limiting.
4598 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4599
5dd31d79
DE
46002015-01-31 Doug Evans <xdje42@gmail.com>
4601
4602 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4603
9f050062
DE
46042015-01-31 Doug Evans <xdje42@gmail.com>
4605
4606 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4607 entries. Duplicate file section script entries.
4608 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4609 inlined entries. Add test for safe-path rejection.
4610 * gdb.python/py-section-script.c: Add duplicate inlined section script
4611 entries. Duplicate file section script entries.
4612 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4613 inlined entries. Add test for safe-path rejection.
4614
df25ebbd
JB
46152015-01-29 Joel Brobecker <brobecker@adacore.com>
4616
4617 * gdb.ada/disc_arr_bound: New testcase.
4618
4a0ca9ec
JB
46192015-01-29 Joel Brobecker <brobecker@adacore.com>
4620
4621 * gdb.ada/mi_var_array: New testcase.
4622
3a8b707a
DE
46232015-01-27 Doug Evans <dje@google.com>
4624
4625 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4626 Add test for objfile.filename, objfile.username after objfile
4627 has been unloaded.
4628
f8313f6e
JB
46292015-01-26 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4632 the second test to print the name attribute of value
4633 returned by the call to gdb.lookup_type, and adjust
4634 the expected output accordingly.
4635
37bc665e
MW
46362015-01-25 Mark Wielaard <mjw@redhat.com>
4637
4638 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4639 * gdb.base/disp-step-fork.c: Include unistd.h.
4640 * gdb.base/siginfo-obj.c: Include stdio.h.
4641 * gdb.base/siginfo-thread.c: Likewise.
4642 * gdb.mi/non-stop.c: Include unistd.h.
4643 * gdb.mi/nsthrexec.c: Include stdio.h.
4644 * gdb.mi/pthreads.c: Include unistd.h.
4645 * gdb.modula2/unbounded1.c (main): Declare returns int.
4646 * gdb.reverse/consecutive-reverse.c: Likewise.
4647 * gdb.threads/create-fail.c: Include unistd.h.
4648 * gdb.threads/killed.c: Likewise.
4649 * gdb.threads/linux-dp.c: Likewise.
4650 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4651 * gdb.threads/non-ldr-exc-2.c: Likewise.
4652 * gdb.threads/non-ldr-exc-3.c: Likewise.
4653 * gdb.threads/non-ldr-exc-4.c: Likewise.
4654 * gdb.threads/pthreads.c: Include unistd.h.
4655 (main): Declare returns int.
4656 * gdb.threads/tls-main.c (foo): New declaration.
4657 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4658
f7e5394d
SM
46592015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4660
4661 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4662 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4663
743649fd
MW
46642015-01-15 Mark Wielaard <mjw@redhat.com>
4665
4666 * gdb.base/noreturn-return.c: New file.
4667 * gdb.base/noreturn-return.exp: New file.
4668 * gdb.base/noreturn-finish.c: New file.
4669 * gdb.base/noreturn-finish.exp: New file.
4670
198297aa
PA
46712015-01-23 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.threads/continue-pending-after-query.c: New file.
4674 * gdb.threads/continue-pending-after-query.exp: New file.
4675
717cf30c
AG
46762015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4677 Simon Marchi <simon.marchi@ericsson.com>
4678
4679 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4680 * gdb.base/valgrind-db-attach.exp: Same.
4681 * gdb.base/valgrind-infcall.exp: Same.
4682 * lib/mi-support.exp (default_mi_gdb_start): Same.
4683 * lib/prompt.exp (default_prompt_gdb_start): Same.
4684 * lib/gdb.exp (default_gdb_spawn): Same.
4685 (gdb_interact): New.
4686
4687
4b62a76e
JK
46882015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 * gdb.compile/compile.exp (pointer to jit function): New test.
4691
b4cdae6f
WW
46922015-01-17 Wei-cheng Wang <cole945@gmail.com>
4693
4694 * lib/gdb.exp (supports_process_record): Return true for
4695 powerpc*-*-linux*.
4696 (supports_reverse): Likewise.
4697
d221e7ef
DB
46982015-01-15 Don Breazeal <donb@codesourcery.com>
4699
4700 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4701 instead of checking whether the target board is remote and
4702 use spawn_wait_for_attach instead of exec/sleep.
4703 * gdb.base/attach-twice.exp: Likewise.
4704
bafffb51
JB
47052015-01-15 Joel Brobecker <brobecker@adacore.com>
4706
4707 * gdb.ada/var_arr_attrs: New testcase.
4708
5589af0e
PA
47092015-01-14 Pedro Alves <palves@redhat.com>
4710 Joel Brobecker <brobecker@adacore.com>
4711
4712 PR gdb/17525
4713 * gdb.base/bp-cmds-execution-x-script.c: New file.
4714 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4715 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4716
6c400b59
PA
47172015-01-14 Pedro Alves <palves@redhat.com>
4718
4719 PR cli/17828
4720 * gdb.base/batch-preserve-term-settings.c: New file.
4721 * gdb.base/batch-preserve-term-settings.exp: New file.
4722
e02c96a7
DE
47232015-01-13 Doug Evans <dje@google.com>
4724
4725 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4726 binary.
4727
576fd14c
JB
47282015-01-13 Joel Brobecker <brobecker@adacore.com>
4729
4730 * Makefile.in (clean mostlyclean): Do not delete *.py.
4731
04dccad0
JB
47322015-01-13 Joel Brobecker <brobecker@adacore.com>
4733
4734 * gdb.python/py-lookup-type.exp: New file.
4735
3d230f71
PA
47362015-01-12 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4739 restore GDBFLAGS before returning.
4740
7e67715d
JK
47412015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4744 is_amd64_regs_target and is_x86_like_target.
4745
f2e0d4b4
DE
47462015-01-11 Doug Evans <xdje42@gmail.com>
4747
4748 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4749 is given without an explicit form.
4750 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4751 attributes.
4752 * gdb.dwarf/corrupt.exp: Ditto.
4753 * gdb.dwarf2/enum-type.exp: Ditto.
4754 * gdb.trace/entry-values.exp: Ditto.
4755 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4756
439250fb
DE
47572015-01-11 Doug Evans <xdje42@gmail.com>
4758
4759 PR gdb/15830
4760 * gdb.base/maint.exp: Remove references to "maint demangle".
4761 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4762 Add tests for explicitly specifying language to demangle.
4763 * gdb.dlang/demangle.exp: Ditto.
4764
ede9f622
PA
47652015-01-09 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/non-stop-fair-events.c: New file.
4768 * gdb.threads/non-stop-fair-events.exp: New file.
4769
a7b796db
PA
47702015-01-09 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4773 the global scope. Set a breakpoint after all threads are started
4774 rather than stepping over two source lines. Expect the prompt.
4775 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4776 global.
4777 (NUM): Now 15.
4778 (main): Use threads_started_barrier to wait for all threads to
4779 start. Main thread no longer calls thread_function. Exit after
4780 180 seconds.
4781 (loop): New function.
4782 (thread_function): Wait on threads_started_barrier barrier. Call
4783 'loop' at each iteration.
4784 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4785 threads have started, instead of hardcoding number of "next"
4786 steps. Use an access watchpoint instead of a write watchpoint.
4787
9665ffdd
PA
47882015-01-09 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4791 (thread_func): Wait on barrier.
4792 (main): Wait for all threads to start before stopping GDB.
4793 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4794 global.
4795 (thread1_func, thread2_func): Wait on barrier.
4796 (main): Wait for all threads to start before stopping GDB.
4797 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4798 New global.
4799 (thread1_func, thread2_func): Wait on barrier.
4800 (main): Wait for all threads to start before stopping GDB.
4801
c945a99f
PA
48022015-01-09 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.threads/attach-many-short-lived-threads.c: New file.
4805 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4806
c1a747c1
PA
48072014-01-09 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4810 instead of to thread 2.
4811 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4812 Add barrier around each pthread_create call instead of around all
4813 calls.
4814 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4815 Set a break on thread_function and have the child threads hit it
4816 one at at a time.
4817
60b3033e
PA
48182015-01-09 Pedro Alves <palves@redhat.com>
4819
4820 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4821 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4822 false.
4823 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4824 checking whether the target board is remote.
4825 * gdb.multi/multi-attach.exp: Likewise.
4826 * gdb.python/py-sync-interp.exp: Likewise.
4827 * gdb.server/ext-attach.exp: Likewise.
4828 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4829 tests that need to attach, instead of checking whether the target
4830 board is remote at the top of the file.
4831
acc018ac
YQ
48322015-01-08 Yao Qi <yao@codesourcery.com>
4833
4834 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4835
50a18af8
JK
48362015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 Fix testcase compilation.
4839 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4840
8503d6e1
JB
48412015-01-06 Joel Brobecker <brobecker@adacore.com>
4842
4843 * gdb.python/py-type.exp: Add a couple test about empty
4844 array creation, and negative-length array creation.
4845
cc73dbcc
DE
48462015-01-02 Doug Evans <xdje42@gmail.com>
4847
4848 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4849
0300bbc7
DE
48502015-01-02 Doug Evans <dje@google.com>
4851
4852 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4853
9d85a0ec
YQ
48542014-12-29 Yao Qi <yao@codesourcery.com>
4855
4856 * gdb.trace/entry-values.exp: Update comments. Rename variable
4857 bar_call_foo to returned_from_foo.
4858
87186c6a
MMN
48592014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4860
4861 PR gdb/17394
4862 * gdb.linespec/break-asm-file.c: New file.
4863 * gdb.linespec/break-asm-file.exp: New file.
4864 * gdb.linespec/break-asm-file0.s: New file.
4865 * gdb.linespec/break-asm-file1.s: New file.
4866
1bab7383
YQ
48672014-12-18 Nigel Stephens <nigel@mips.com>
4868 Maciej W. Rozycki <macro@codesourcery.com>
4869
4870 * gdb.base/float.exp: Handle the new output from "info float" on
4871 MIPS targets.
4872
1bc1068a
JK
48732014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4874
4875 Fix MinGW compilation.
4876 * gdb.compile/compile-ops.exp: Update untested message if
4877 !skip_compile_feature_tests.
4878 * gdb.compile/compile-setjmp.exp: Likewise.
4879 * gdb.compile/compile-tls.exp: Likewise.
4880 * gdb.compile/compile.exp: Likewise.
4881 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4882 supported on this host".
4883
b6615d10
DE
48842014-12-16 Doug Evans <xdje42@gmail.com>
4885
4886 * boards/stabs.exp: New file.
4887
25dda427
AA
48882014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4889
4890 * gdb.base/completion.exp: Adjust to format changes of "maint
4891 print user-registers".
4892
bf330350
CU
48932014-12-16 Catalin Udma <catalin.udma@freescale.com>
4894
4895 PR server/17457
4896 * gdb.arch/aarch64-fp.c: New file.
4897 * gdb.arch/aarch64-fp.exp: New file.
4898
395cf596
SDJ
48992014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4900
4901 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4902 r210637, r210913, r211666, r215400, r215817).
4903
4904 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4905 * dg-extract-results.py: New file.
4906 * dg-extract-results.sh: Use it if the environment seems
4907 suitable.
4908
4909 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4910
4911 * dg-extract-results.py (parse_run): Handle warnings that
4912 are printed before a test harness is run.
4913
4914 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4915
4916 * dg-extract-results.py (Named): Remove __cmp__ method.
4917 (output_variation): Use a key to sort variation.harnesses.
4918
4919 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4920
4921 * dg-extract-results.py: For Python 3, force sys.stdout to
4922 handle surrogate escape sequences.
4923 (safe_open): New function.
4924 (output_segment, main): Use it.
4925
4926 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4927
4928 * dg-extract-results.py (Prog.result_re): Include options
4929 in test name.
4930
4931 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4932
4933 * dg-extract-results.py (output_variation): Always sort if
4934 do_sum.
4935
e882ef3c
SM
49362014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4937
4938 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4939 as long as we get pagination notifications.
4940
4992aa20
JM
49412014-12-15 Jason Merrill <jason@redhat.com>
4942
4943 * Makefile.in (check-gdb.%): Restore.
4944 * README: Mention it.
4945
c1b5a1a6
JB
49462014-12-13 Joel Brobecker <brobecker@adacore.com>
4947
4948 * gdb.ada/str_uninit: New testcase.
4949
5537b577
JK
49502014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 PR symtab/17642
4953 * gdb.base/vla-stub-define.c: New file.
4954 * gdb.base/vla-stub.c: New file.
4955 * gdb.base/vla-stub.exp: New file.
4956
bb2ec1b3
TT
49572014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4958 Jan Kratochvil <jan.kratochvil@redhat.com>
4959 Tom Tromey <tromey@redhat.com>
4960
4961 * configure.ac: Add gdb.compile/.
4962 * configure: Regenerate.
4963 * gdb.compile/Makefile.in: New file.
4964 * gdb.compile/compile-ops.exp: New file.
4965 * gdb.compile/compile-ops.c: New file.
4966 * gdb.compile/compile-tls.c: New file.
4967 * gdb.compile/compile-tls.exp: New file.
4968 * gdb.compile/compile-constvar.S: New file.
4969 * gdb.compile/compile-constvar.c: New file.
4970 * gdb.compile/compile-mod.c: New file.
4971 * gdb.compile/compile-nodebug.c: New file.
4972 * gdb.compile/compile-setjmp-mod.c: New file.
4973 * gdb.compile/compile-setjmp.c: New file.
4974 * gdb.compile/compile-setjmp.exp: New file.
4975 * gdb.compile/compile-shlib.c: New file.
4976 * gdb.compile/compile.c: New file.
4977 * gdb.compile/compile.exp: New file.
4978 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4979
4ff709eb
TT
49802014-12-12 Tom Tromey <tromey@redhat.com>
4981
4982 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4983 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4984
6dddd6a5
DE
49852014-12-12 Doug Evans <dje@google.com>
4986
4987 * lib/gdb-python.exp (get_python_valueof): New function.
4988 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4989
71c24708
AA
49902014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4991
4992 * gdb.base/completion.exp: Add test for completion of "info
4993 registers ".
4994
3e29f34a
MR
49952014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4996
4997 * gdb.base/func-ptrs.c: New file.
4998 * gdb.base/func-ptrs.exp: New file.
4999
fc126975
SM
50002014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5001
5002 PR breakpoints/17012
5003 * gdb.base/dprintf-detach.c: New file.
5004 * gdb.base/dprintf-detach.exp: New file.
5005
0a46d518
SM
50062014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5007
5008 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5009 * lib/gdb.exp (target_is_gdbserver): New procedure.
5010
a0be3e44
DE
50112014-12-08 Doug Evans <dje@google.com>
5012
5013 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5014
df1b803a
YQ
50152014-12-05 Yao Qi <yao@codesourcery.com>
5016
5017 * gdb.guile/scm-error.exp: Remove the third argument to
5018 gdb_remote_download.
5019 * gdb.guile/scm-frame-args.exp: Likewise.
5020 * gdb.guile/scm-section-script.exp: Likewise.
5021
ddb9f679
YQ
50222014-12-05 Yao Qi <yao@codesourcery.com>
5023
5024 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5025
86e4ed39
DE
50262014-12-04 Doug Evans <dje@google.com>
5027
5028 * gdb.python/py-objfile.exp: Add tests for
5029 objfile.add_separate_debug_file.
5030
7c50a931
DE
50312014-12-04 Doug Evans <dje@google.com>
5032
5033 * lib/gdb.exp (get_build_id): New function.
5034 (build_id_debug_filename_get): Rewrite to use it.
5035 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5036
621661e3
MR
50372014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5038
5039 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5040 `method(long)', not just 0x0.
5041 * gdb.cp/nsalias.exp: Align code labels to 4.
5042 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5043 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5044 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5045 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5046 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5047 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5048
29f0c3b7
DE
50492014-12-02 Doug Evans <dje@google.com>
5050
e1e061e7 5051 PR symtab/17602
29f0c3b7 5052 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5053 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5054 * gdb.cp/anon-ns.exp: Update.
5055
162078c8
NB
50562014-12-02 Nick Bull <nicholaspbull@gmail.com>
5057
5058 * gdb.python/py-events.py (inferior_call_handler): New.
5059 (register_changed_handler, memory_changed_handler): New.
5060 (test_events.invoke): Register new handlers.
5061 * gdb.python/py-events.exp: Add tests for inferior call,
5062 memory_changed and register_changed events.
5063
fdb09caf
AA
50642014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5065
5066 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5067 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5068 if the linker doesn't understand this.
5069
55cfb2c4
SM
50702014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5071
5072 * gdb.python/python.exp: Change expected reply to help().
5073
9e8cd6df
YQ
50742014-12-01 Yao Qi <yao@codesourcery.com>
5075
5076 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5077 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5078 * configure: Re-generated.
5079
6c659fc2
SC
50802014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5081
5082 * gdb.cp/chained-calls.cc: New file.
5083 * gdb.cp/chained-calls.exp: New file.
5084 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5085
d7fc3181
SM
50862014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5087
5088 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5089 * gdb.dwarf2/symtab-producer.exp: Same.
5090 * gdb.gdb/python-interrupts.exp: Same.
5091 * gdb.gdb/python-selftest.exp: Same.
5092 * gdb.python/py-linetable.exp: Same.
5093 * gdb.python/py-type.exp: Same.
5094 * gdb.python/py-value-cc.exp: Same.
5095 * gdb.python/py-value.exp: Same.
5096
10e79639
YQ
50972014-11-28 Yao Qi <yao@codesourcery.com>
5098
5099 * gdb.base/break-probes.exp: Match library name prefixed with
5100 sysroot.
5101
f28a0564
SM
51022014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5103
5104 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5105 test expected output. Add parentheses for the call to print.
5106 Remove L suffix from integers.
5107
3fe1ce1d
DE
51082014-11-26 Doug Evans <dje@google.com>
5109
5110 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5111
84429e27
YQ
51122014-11-22 Yao Qi <yao@codesourcery.com>
5113
5114 * gdb.trace/entry-values.c: Remove asms.
5115 (foo): Add foo_label.
5116 (bar): Add bar_label.
5117 * gdb.trace/entry-values.exp: Remove code computing foo's
5118 length and bar's length.
5119 (Dwarf::assemble): Invoke function_range for bar and use
5120 MACRO_AT_func for foo.
5121
26741859
YQ
51222014-11-22 Yao Qi <yao@codesourcery.com>
5123
5124 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5125 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5126 Use .Lgcc43_procstart instead of gcc43.
5127
45e44d27
JB
51282014-11-21 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.ada/n_arr_bound: New testcase.
5131
458c8db8
SDJ
51322014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5133
5134 PR breakpoints/10737
5135 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5136 test_catch_syscall_multi_arch.
5137 (test_catch_syscall_multi_arch): New function.
5138
43f3e411
DE
51392014-11-20 Doug Evans <xdje42@gmail.com>
5140
5141 * gdb.base/maint.exp: Update expected output.
5142
0d7b2549
AA
51432014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5144
5145 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5146 4-byte instruction on S390.
5147
8908fca5
JB
51482014-11-19 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.ada/arr_arr: New testcase.
5151
4a46959e
JB
51522014-11-19 Joel Brobecker <brobecker@adacore.com>
5153
5154 * gdb.ada/pkd_arr_elem: New Testcase.
5155
470e2f4e
LM
51562014-11-18 Luis Machado <lgustavo@codesourcery.com>
5157
5158 * gdb.reverse/break-precsave: Expect completion message for
5159 core file reads.
5160 * gdb.reverse/consecutive-precsave.exp: Likewise.
5161 * gdb.reverse/finish-precsave.exp: Likewise.
5162 * gdb.reverse/i386-precsave.exp: Likewise.
5163 * gdb.reverse/machinestate-precsave.exp: Likewise.
5164 * gdb.reverse/sigall-precsave.exp: Likewise.
5165 * gdb.reverse/solib-precsave.exp: Likewise.
5166 * gdb.reverse/step-precsave.exp: Likewise.
5167 * gdb.reverse/until-precsave.exp: Likewise.
5168 * gdb.reverse/watch-precsave.exp: Likewise.
5169
a267f3ad
AA
51702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5171
5172 * gdb.base/bp-permanent.c: Include unistd.h.
5173 * gdb.python/py-framefilter-mi.c (main): Add return type.
5174 * gdb.python/py-framefilter.c (main): Likewise.
5175 * gdb.trace/actions-changed.c (main): Likewise.
5176
12084a9a
AA
51772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5178
5179 * gdb.mi/until.c: Add eye-catchers.
5180 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5181 line numbers.
5182
dc7e1a77
AA
51832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5184
5185 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5186 function header variants in break1.c.
5187 * gdb.base/ena-dis-br.exp: Likewise.
5188 * gdb.base/hbreak2.exp: Likewise.
5189 * gdb.reverse/until-precsave.exp: Drop references to removed
5190 non-prototype function header variants in ur1.c.
5191 * gdb.reverse/until-reverse.exp: Likewise.
5192
41c77605
PM
51932014-11-17 Petr Machata <pmachata@redhat.com>
5194
5195 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5196 ${_cu_offset_size} bytes abbrev offset.
5197
34248c3a
DE
51982014-11-15 Doug Evans <xdje42@gmail.com>
5199
5200 PR symtab/17559
5201 * gdb.base/line-symtabs.exp: New file.
5202 * gdb.base/line-symtabs.c: New file.
5203 * gdb.base/line-symtabs.h: New file.
5204
646da059
YQ
52052014-11-14 Yao Qi <yao@codesourcery.com>
5206
5207 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5208 (func): Add label func_label.
5209 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5210 Replace low_pc and high_pc with MACRO_AT_range.
5211 Replace name, low_pc and high_pc with MACRO_AT_func.
5212
9301ebe6
YQ
52132014-11-14 Yao Qi <yao@codesourcery.com>
5214
5215 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5216 Replace name, low_pc and high_pc with MACRO_AT_func.
5217
f166b542
YQ
52182014-11-14 Yao Qi <yao@codesourcery.com>
5219
5220 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5221 produce debug information.
5222 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5223
0f6e71e3
YQ
52242014-11-14 Yao Qi <yao@codesourcery.com>
5225
5226 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5227 object and get function length.
5228 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5229 with MACRO_AT_func.
5230 (top-level): Replace gdb_compile and clean_restart with
5231 prepare_for_testing.
5232 * gdb.dwarf2/main.c (main): Add label main_label.
5233
876c4df9
YQ
52342014-11-14 Yao Qi <yao@codesourcery.com>
5235
5236 * lib/dwarf.exp (function_range): New procedure.
5237 (Dwarf::_handle_macro_at_func): New procedure.
5238 (Dwarf::_handle_macro_at_range): New procedure.
5239 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5240
02ad9cf1
YQ
52412014-11-14 Yao Qi <yao@codesourcery.com>
5242
5243 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5244 (_handle_attribute): New procedure.
5245
a59add0c
AA
52462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5247
5248 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5249 * gdb.base/call-sc.c (zed): Likewise.
5250 * gdb.base/checkpoint.c (main): Likewise.
5251 * gdb.base/dump.c (main): Likewise.
5252 * gdb.base/gcore.c (main): Likewise.
5253 * gdb.base/huge.c (main): Likewise.
5254 * gdb.base/multi-forks.c (main): Likewise.
5255 * gdb.base/pr10179-a.c (main): Likewise.
5256 * gdb.base/savedregs.c (main): Likewise.
5257 * gdb.base/sigaltstack.c (main): Likewise.
5258 * gdb.base/siginfo.c (main): Likewise.
5259 * gdb.base/structs.c (zed): Likewise.
5260 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5261 * gdb.mi/mi-syn-frame.c (main): Likewise.
5262 * gdb.mi/until.c (foo, main): Likewise.
5263 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5264 * gdb.base/solib-weak.c (foo): Declare.
5265 * gdb.base/attach-twice.c: Include stdio.h.
5266 * gdb.base/weaklib1.c: Likewise.
5267 * gdb.base/weaklib2.c: Likewise.
5268 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5269 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5270 unistd.h.
5271 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5272 * gdb.mi/mi-exit-code.c: Likewise.
5273 * gdb.base/break-interp-lib.c: Include string.h.
5274 * gdb.base/coremaker.c: Likewise.
5275 * gdb.base/testenv.c: Likewise.
5276 * gdb.python/py-finish-breakpoint.c: Likewise.
5277 * gdb.base/inferior-died.c: Include sys/wait.h.
5278 * gdb.base/fileio.c: Include time.h.
5279 * gdb.base/async-shell.c: Include unistd.h.
5280 * gdb.base/dprintf-non-stop.c: Likewise.
5281 * gdb.base/info-os.c: Likewise.
5282 * gdb.mi/mi-console.c: Likewise.
5283 * gdb.mi/watch-nonstop.c: Likewise.
5284 * gdb.python/py-events.c: Likewise.
5285 * gdb.base/async.c (baz): Move up before its invocation.
5286 * gdb.base/code_elim2.c (my_global_func): Likewise.
5287 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5288 * gdb.base/advance.c (func2): Likewise.
5289
3b5d5997
AA
52902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5291
5292 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5293 variant.
5294 * gdb.base/annota3.c: Likewise.
5295 * gdb.base/async.c: Likewise.
5296 * gdb.base/average.c: Likewise.
5297 * gdb.base/call-ar-st.c: Likewise.
5298 * gdb.base/call-rt-st.c: Likewise.
5299 * gdb.base/call-sc.c: Likewise.
5300 * gdb.base/call-strs.c: Likewise.
5301 * gdb.base/ending-run.c: Likewise.
5302 * gdb.base/execd-prog.c: Likewise.
5303 * gdb.base/exprs.c: Likewise.
5304 * gdb.base/foll-exec.c: Likewise.
5305 * gdb.base/foll-fork.c: Likewise.
5306 * gdb.base/foll-vfork.c: Likewise.
5307 * gdb.base/funcargs.c: Likewise.
5308 * gdb.base/gcore.c: Likewise.
5309 * gdb.base/jump.c: Likewise.
5310 * gdb.base/langs0.c: Likewise.
5311 * gdb.base/langs1.c: Likewise.
5312 * gdb.base/langs2.c: Likewise.
5313 * gdb.base/mips_pro.c: Likewise.
5314 * gdb.base/nodebug.c: Likewise.
5315 * gdb.base/opaque0.c: Likewise.
5316 * gdb.base/opaque1.c: Likewise.
5317 * gdb.base/recurse.c: Likewise.
5318 * gdb.base/run.c: Likewise.
5319 * gdb.base/scope0.c: Likewise.
5320 * gdb.base/scope1.c: Likewise.
5321 * gdb.base/setshow.c: Likewise.
5322 * gdb.base/setvar.c: Likewise.
5323 * gdb.base/shmain.c: Likewise.
5324 * gdb.base/shr1.c: Likewise.
5325 * gdb.base/shr2.c: Likewise.
5326 * gdb.base/sigall.c: Likewise.
5327 * gdb.base/signals.c: Likewise.
5328 * gdb.base/so-indr-cl.c: Likewise.
5329 * gdb.base/solib2.c: Likewise.
5330 * gdb.base/structs.c: Likewise.
5331 * gdb.base/sum.c: Likewise.
5332 * gdb.base/vforked-prog.c: Likewise.
5333 * gdb.base/watchpoint.c: Likewise.
5334 * gdb.reverse/shr2.c: Likewise.
5335 * gdb.reverse/until-reverse.c: Likewise.
5336 * gdb.reverse/ur1.c: Likewise.
5337 * gdb.reverse/watch-reverse.c: Likewise.
5338
066a77c5
AA
53392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5340
5341 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5342 variant.
5343 * gdb.base/sepdebug.exp: Drop references to removed code.
5344
4f204ea5
AA
53452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5346
5347 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5348 variant. Preserve original line numbering.
5349 * gdb.base/list1.c: Likewise.
5350
3b377a3a
AA
53512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5352
5353 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5354 variant.
5355 * gdb.base/break1.c: Likewise.
5356 * gdb.base/break.exp: Drop references to removed code.
5357
e444df73
AA
53582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5359
5360 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5361 variant.
5362
8008f2a7
AA
53632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5364
5365 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5366
a5a06887
AA
53672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5368
5369 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5370 logic into perform_all_tests() and invoke it with and without
5371 function header prototypes.
5372 (do_function_calls): Remove conditional XFAIL for PR 5318.
5373 (rerun_and_prepare): Remove duplicate code.
5374 (perform_all_tests): New. Main logic moved here.
5375
44dba9b9
AA
53762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5377
5378 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5379 code guarded by #ifdef NO_PROTOTYPES.
5380 (t_double_many_args): Likewise.
5381 (DEF_FUNC_MANY_ARGS_1): Likewise.
5382 (DEF_FUNC_VALUES_1): Likewise.
5383 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5384 guarded by #ifdef PROTOTYPES.
5385
d1fbcd56
AA
53862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5387
5388 * gdb.mi/mi-console.c: Add eye-catcher.
5389 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5390 instead of literal line number.
5391
b0e59b8f
AA
53922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5393
5394 * gdb.base/shr2.c: Add eye-catcher.
5395 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5396 line number.
5397
78f98cca
AA
53982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5399
5400 * gdb.base/jump.c: Add eye-catchers.
5401 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5402 numbers.
5403
58fa2af0
AA
54042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5405
5406 * gdb.base/execd-prog.c: Add eye-catchers.
5407 * gdb.base/foll-exec.c: Likewise.
5408 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5409 line numbers.
5410
04e5059b
AA
54112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5412
5413 * gdb.base/ending-run.c: Add eye-catchers.
5414 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5415 literal line numbers.
5416
dbfdb174
AA
54172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5418
5419 * gdb.base/call-rt-st.c: Add eye-catchers.
5420 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5421 literal line numbers.
5422
888a2ade
AA
54232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5424
5425 * gdb.base/call-ar-st.c: Add eye-catchers.
5426 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5427 literal line numbers.
5428
6acc2dde
AA
54292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5430
5431 * gdb.base/average.c: Add eye-catchers.
5432 * gdb.base/sum.c: Likewise.
5433 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5434 regexps dynamically.
5435
9ecfcd1d
AA
54362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5437
5438 * gdb.base/solib1.c: Add eye-catchers.
5439 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5440 literal line numbers.
5441
78708b7c
PA
54422014-11-12 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5445 leader has exited.
5446
af48d08f
PA
54472014-11-12 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.arch/i386-bp_permanent.c: New file.
5450 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5451 (srcfile): Set to i386-bp_permanent.c.
5452 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5453 that stepi does not execute the 'leave' instruction, instead of
5454 testing it does execute.
5455 * gdb.base/bp-permanent.c: New file.
5456 * gdb.base/bp-permanent.exp: New file.
5457
af3768e9
DE
54582014-11-10 Doug Evans <xdje42@gmail.com>
5459
5460 PR symtab/17564
5461 * gdb.base/symtab-search-order.exp: New file.
5462 * gdb.base/symtab-search-order.c: New file.
5463 * gdb.base/symtab-search-order-1.c: New file.
5464 * gdb.base/symtab-search-order-shlib-1.c: New file.
5465
9de00a4a
PA
54662014-11-07 Pedro Alves <palves@redhat.com>
5467
5468 PR gdb/17511
5469 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5470 i?86-*-linux*.
5471
e0f52461
SC
54722014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5473
5474 PR c++/17494
5475 * gdb.cp/pr17494.cc: New file.
5476 * gdb.cp/pr17494.exp: New file.
5477
6ce8c980
YQ
54782014-11-02 Yao Qi <yao@codesourcery.com>
5479
5480 * gdb.python/python.exp: Get working directory and match the
5481 output of "set extended-prompt \\w " with it.
5482
02be9a71
DE
54832014-10-30 Doug Evans <dje@google.com>
5484
5485 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5486 in objfiles.
5487 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5488 in progspaces.
5489
3bdff46b
LM
54902014-10-30 Janis Johnson <janisjo@codesourcery.com>
5491
5492 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5493 * gdb.base/realname-expand.exp: Likewise.
5494 * gdb.linespec/macro-relative.exp: Likewise.
5495
ab917dfb
PA
54962014-10-29 Pedro Alves <palves@redhat.com>
5497
5498 PR gdb/17408
5499 * gdb.threads/schedlock.c (some_function): New function.
5500 (call_function): New global.
5501 (MAYBE_CALL_SOME_FUNCTION): New macro.
5502 (thread_function): Call it.
5503 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5504 and use it instead of a global counter. Adjust all callers.
5505 (get_current_thread): Use "find current thread" for test message
5506 here rather than having all callers pass down the same string.
5507 (goto_loop): New procedure, factored out from ...
5508 (my_continue): ... this.
5509 (step_ten_loops): Change parameter from test message to command to
5510 use. Adjust.
5511 (list_count): Delete global.
5512 (check_result): New procedure, factored out from duplicate top
5513 level code.
5514 (continue tests): Wrap in with_test_prefix.
5515 (test_step): New procedure, factored out from duplicate top level
5516 code.
5517 (top level): Test "step" in combination with all scheduler-locking
5518 modes. Test "next" in combination with all scheduler-locking
5519 modes, and in combination with stepping over a function call or
5520 not.
5521 * gdb.threads/next-bp-other-thread.c: New file.
5522 * gdb.threads/next-bp-other-thread.exp: New file.
5523
d3d4baed
PA
55242014-10-29 Pedro Alves <palves@redhat.com>
5525
5526 PR python/17372
5527 * gdb.python/python.exp: Test a multi-line command that spawns
5528 interactive Python.
5529 * gdb.base/multi-line-starts-subshell.exp: New file.
5530
563e8d85
YQ
55312014-10-29 Yao Qi <yao@codesourcery.com>
5532
5533 * gdb.base/fileio.exp: Make directories on host.
5534
0ea4d52e
YQ
55352014-10-29 Yao Qi <yao@codesourcery.com>
5536
5537 * gdb.base/fileio.c (test_write): Close the file.
5538
7f5ef605
PA
55392014-10-28 Pedro Alves <palves@redhat.com>
5540
5541 PR gdb/12623
5542 * gdb.base/sigstep.c (no_handler): New global.
5543 (main): If 'no_handler is true, set the signal handlers to
5544 SIG_IGN.
5545 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5546 with_sw_watch and no_handler parameters. Handle them.
5547 (top level) <stepping over handler when stopped at a breakpoint
5548 test>: Add a test axis for testing with a software watchpoint, and
5549 another for testing with the signal handler set to SIG_IGN.
5550 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5551 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5552
abbdbd03
PA
55532014-10-28 Pedro Alves <palves@redhat.com>
5554
5555 PR gdb/17511
5556 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5557 * gdb.base/sigstep.exp (other_handler_location): New global.
5558 (advance): Support stepping into the signal handler, and running
5559 commands while in the handler.
5560 (in_handler_map): New global.
5561 (top level): In the advance test, add combinations for getting
5562 into the handler with stepping commands, and for running commands
5563 in the handler. Add comment descripting the advancei tests.
5564
1df4399f
PA
55652014-10-28 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.base/sigstep.exp: Use build_executable instead of
5568 prepare_for_testing.
5569 (top level): Move code that starts GDB, runs to main and creates a
5570 display to ...
5571 (restart): ... this new procedure.
5572 (top level): Move backtrace from signal handler test to ...
5573 (validate_backtrace): ... this new procedure.
5574 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5575 with_test_prefix. Always restart GDB.
5576 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5577 with_test_prefix. Always restart GDB. No need to delete
5578 breakpoints after the test.
5579 (test_skip_handler): Remove prefix parameter.
5580 (skip_over_handler, breakpoint_to_handler)
5581 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5582 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5583 restart GDB. No need to delete breakpoints after the test.
5584 (top level): Use foreach to call the test procedures with
5585 different commands.
5586
a5b6e449
PA
55872014-10-28 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5590 instead of GNATS numbers.
5591 * gdb.base/sigbpt.exp: Likewise.
5592 * gdb.base/siginfo.exp: Likewise.
5593 * gdb.base/sigstep.exp: Likewise.
5594
e5f8a7cc
PA
55952014-10-27 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/sigstep.c (dummy): New global.
5598 (main): Issue a couple writes to the new global.
5599 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5600 procedures.
5601 (skip_over_handler): Use test_skip_handler.
5602 (top level): Call skip_over_handler for stepi and nexti too.
5603 (breakpoint_over_handler): Use test_skip_handler.
5604 (top level): Call breakpoint_over_handler for stepi and nexti too.
5605
763905a3
YQ
56062014-10-27 Yao Qi <yao@codesourcery.com>
5607
5608 * gdb.trace/tfile.c (adjust_function_address)
5609 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5610 function descriptor.
5611
6f259a23
DB
56122014-10-24 Don Breazeal <donb@codesourcery.com>
5613
5614 * gdb.base/foll-fork.exp (test_follow_fork,
5615 catch_fork_child_follow): Check for updated fork messages emitted
5616 from infrun.c.
5617 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5618 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5619 vfork_and_exec_child_follow_through_step): Check for updated vfork
5620 messages emitted from infrun.c.
5621
09dd9a69
PA
56222014-10-24 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/corefile.exp: Remove references to ultrix.
5625 * gdb.base/interrupt.exp: Likewise.
5626 * gdb.base/whatis.exp: Likewise.
5627 * gdb.gdb/selftest.exp: Likewise.
5628 * gdb.threads/manythreads.exp: Likewise.
5629 * gdb.threads/print-threads.exp: Likewise.
5630 * gdb.threads/pthreads.exp:: Likewise.
5631 * gdb.threads/schedlock.exp: Likewise.
5632
3433cfa5
SC
56332014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5634
5635 * gdb.cp/non-trivial-retval.cc: Add a test case.
5636 * gdb.cp/non-trivial-retval.exp: Add a test.
5637
092f880b
YQ
56382014-10-20 Yao Qi <yao@codesourcery.com>
5639
5640 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5641 * gdb.python/py-objfile-script-gdb.py: New file.
5642 * gdb.python/py-objfile-script.exp: Update reference to
5643 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5644 of remote_download. Remove the dest file.
5645
acbdb7f3
YQ
56462014-10-20 Yao Qi <yao@codesourcery.com>
5647
5648 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5649 * gdb.base/step-line.exp: Likewise.
5650 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5651 * gdb.dwarf2/dw2-basic.exp: Likewise.
5652 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5653 * gdb.dwarf2/dw2-filename.exp: Likewise.
5654 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5655 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5656 * gdb.dwarf2/dw2-producer.exp: Likewise.
5657 * gdb.dwarf2/mac-fileno.exp: Likewise.
5658 * gdb.python/py-frame-args.exp: Likewise.
5659 * gdb.python/py-framefilter.exp: Likewise.
5660 * gdb.python/py-mi.exp: Likewise.
5661 * gdb.python/py-objfile-script.exp: Likewise
5662 * gdb.python/py-pp-integral.exp: Likewise.
5663 * gdb.python/py-pp-re-notag.exp: Likewise.
5664 * gdb.python/py-prettyprint.exp: Likewise.
5665 * gdb.python/py-section-script.exp: Likewise.
5666 * gdb.python/py-typeprint.exp: Likewise.
5667 * gdb.python/py-xmethods.exp: Likewise.
5668 * gdb.stabs/weird.exp: Likewise.
5669 * gdb.xml/tdesc-regs.exp: Likewise.
5670
bd286a29
KCY
56712014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5672
5673 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5674 (out_cu): Use addr_len for the size of addresses.
5675 (out_line): Likewise. Size DW_LNE_set_address instruction
5676 according to addr_len.
5677 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5678 (FUNC): Add START_INSNS to definition.
5679
673dc4a0
YQ
56802014-10-18 Yao Qi <yao@codesourcery.com>
5681
5682 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5683 gdb_has_argv0 return true.
5684 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5685 check [target_info exists noargs], check [gdb_has_argv0]
5686 instead.
5687 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5688 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5689 procedures.
5690
4ffbba72
DE
56912014-10-17 Doug Evans <dje@google.com>
5692
5693 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5694 event.
5695 * gdb.python/py-events.py: Add clear_objfiles event.
5696
d096d8c1
DE
56972014-10-17 Doug Evans <dje@google.com>
5698
5699 * gdb.python/py-objfile.exp: Test progspace attribute.
5700
a80db015
LM
57012014-10-17 Luis Machado <lgustavo@codesourcery.com>
5702
5703 * gdb.guile/scm-breakpoint.exp: Do not assume any
5704 directory separators when matching source file paths.
5705 * gdb.python/py-breakpoint.exp: Likewise.
5706 * gdb.reverse/break-precsave.exp: Likewise.
5707 * gdb.reverse/break-reverse.exp: Likewise.
5708 * gdb.reverse/consecutive-precsave.exp: Likewise.
5709 * gdb.reverse/finish-precsave.exp: Likewise.
5710 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5711 * gdb.reverse/finish-reverse.exp: Likewise.
5712 * gdb.reverse/i386-precsave.exp: Likewise.
5713 * gdb.reverse/i387-env-reverse.exp: Likewise.
5714 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5715 * gdb.reverse/machinestate-precsave.exp: Likewise.
5716 * gdb.reverse/machinestate.exp: Likewise.
5717 * gdb.reverse/sigall-precsave.exp: Likewise.
5718 * gdb.reverse/solib-precsave.exp: Likewise.
5719 * gdb.reverse/step-precsave.exp: Likewise.
5720 * gdb.reverse/until-precsave.exp: Likewise.
5721 * gdb.reverse/watch-precsave.exp: Likewise.
5722 * gdb.reverse/watch-reverse.exp: Likewise.
5723
b22089ab
YQ
57242014-10-17 Yao Qi <yao@codesourcery.com>
5725
5726 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5727 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5728
6c4486e6
PA
57292014-10-17 Pedro Alves <palves@redhat.com>
5730
5731 PR gdb/17471
5732 * gdb.base/bg-execution-repeat.c: New file.
5733 * gdb.base/bg-execution-repeat.exp: New file.
5734
0ff33695
PA
57352014-10-17 Pedro Alves <palves@redhat.com>
5736
5737 PR gdb/17300
5738 * gdb.base/continue-all-already-running.c: New file.
5739 * gdb.base/continue-all-already-running.exp: New file.
5740
6fdebc3d
PA
57412014-10-17 Pedro Alves <palves@redhat.com>
5742
5743 PR gdb/17472
5744 * gdb.base/annota-input-while-running.c: New file.
5745 * gdb.base/annota-input-while-running.exp: New file.
5746
32a8097b
PA
57472014-10-17 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/callfuncs.exp: emove references to osf.
5750 * gdb.base/sigall.exp: Likewise.
5751 * gdb.gdb/selftest.exp: Likewise.
5752 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5753 * gdb.mi/non-stop.c: Likewise.
5754 * gdb.mi/pthreads.c: Likewise.
5755 * gdb.reverse/sigall-precsave.exp: Likewise.
5756 * gdb.reverse/sigall-reverse.exp: Likewise.
5757 * gdb.threads/pthreads.c: Likewise.
5758 * gdb.threads/pthreads.exp: Likewise.
5759
7a3517ff
YQ
57602014-10-17 Yao Qi <yao@codesourcery.com>
5761
5762 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5763 check 'target_info exists noargs'.
5764 (test_command_prompt_position): Likewise.
5765 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5766 Remove "set args".
5767 (progvar_simple_while_test): Likewise.
5768 (progvar_complex_if_while_test): Likewise.
5769 (if_while_breakpoint_command_test): Likewise.
5770 (infrun_breakpoint_command_test): Likewise.
5771 (breakpoint_command_test): Likewise.
5772 (watchpoint_command_test): Likewise.
5773 (bp_deleted_in_command_test): Likewise.
5774 (temporary_breakpoint_commands): Likewise.
5775
bb99c472
YQ
57762014-10-16 Yao Qi <yao@codesourcery.com>
5777
5778 * gdb.base/remotetimeout.exp: Remove noargs checking.
5779
7c16b83e
PA
57802014-10-15 Pedro Alves <palves@redhat.com>
5781
5782 PR breakpoints/9649
5783 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5784 * gdb.base/breakpoint-in-ro-region.exp
5785 (probe_target_hardware_step): New procedure.
5786 (top level): Probe hardware stepping and hardware breakpoint
5787 support. Test stepping through a read-only region, with both
5788 "breakpoint auto-hw" on and off and both "always-inserted" on and
5789 off.
5790
35a49624
IB
57912014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5792
5793 * gdb.dlang/demangle.exp: Update for demangling changes.
5794
2d1c107c
SC
57952014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5796
5797 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5798 * gdb.cp/non-trivial-retval.exp: Add new tests.
5799
778811d5
SC
58002014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5801
5802 PR c++/13403
5803 PR c++/15154
5804 * gdb.cp/non-trivial-retval.cc: New file.
5805 * gdb.cp/non-trivial-retval.exp: New file.
5806
10c5f0a8
YQ
58072014-10-15 Yao Qi <yao@codesourcery.com>
5808
5809 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5810 remote host.
5811
65d7b369
YQ
58122014-10-15 Yao Qi <yao@codesourcery.com>
5813
5814 * gdb.python/py-symbol.exp: Match file base name if host is
5815 remote, otherwise match file name with dir name.
5816 * gdb.python/py-symtab.exp: Likewise.
5817 * gdb.python/python.exp: Likewise.
5818
46dc1394
YQ
58192014-10-15 Yao Qi <yao@codesourcery.com>
5820
5821 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5822 pattern.
5823 * gdb.python/py-symtab.exp: Likewise.
5824 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5825 locationn.
5826
c40cc657
JB
58272014-10-14 Joel Brobecker <brobecker@adacore.com>
5828
5829 * gdb.ada/addr_arith: New testcase.
5830
2abf49e1
MR
58312014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5832
5833 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5834 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5835 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5836 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5837
f7088df3
SDJ
58382014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5839
5840 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5841 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5842 * gdb.arch/stap-eval-lang-ada.exp: New file.
5843
4dc06805
YQ
58442014-10-14 Yao Qi <yao@codesourcery.com>
5845
5846 * gdb.mi/mi-var-child.c (nothing1): New function.
5847 (nothing2): New function.
5848 (do_children_tests): Set function pointers by nothing1 and
5849 nothing2.
5850 * gdb.mi/mi-var-child.exp: Step over new added statements.
5851 Update test to match the new output.
5852 * gdb.mi/var-cmd.c (nothing1): New function.
5853 (nothing2): New function.
5854 (do_children_tests): Set function pointers by nothing1 and
5855 nothing2.
5856 * gdb.mi/mi-var-display.exp: Update test to match output.
5857 Step to the line specified by $line_dct_nothing.
5858 Increase the number of lines to step.
5859
46a93de2
YQ
58602014-10-14 Yao Qi <yao@codesourcery.com>
5861
5862 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5863 tests.
5864 * gdb.mi/mi2-var-child.exp: Likewise.
5865
14ea52ee
DE
58662014-10-13 Doug Evans <dje@google.com>
5867
5868 * gdb.python/py-objfile.exp: Change name of file name test.
5869
e5c6e92b
DE
58702014-10-13 Doug Evans <dje@google.com>
5871
5872 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5873 from the start of the CU.
5874
c780cc2f
JK
58752014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5876 Yao Qi <yao@codesourcery.com>
5877
5878 Fix "save breakpoints" for "catch" command.
5879 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5880 Remove -nonewline. Match also the added "main" line.
5881
99894e11
JK
58822014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 Fix "save breakpoints" for "disable $bpnum" command.
5885 * gdb.base/save-bp.c (main): Add label.
5886 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5887
6e1ac5a3
JK
58882014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5891
754dd2b0
YQ
58922014-10-11 Yao Qi <yao@codesourcery.com>
5893
5894 * gdb.server/server-kill.exp: Execute command
5895 "set remote trace-status-packet on" before "tstatus".
5896
f90183d7
YQ
58972014-10-11 Yao Qi <yao@codesourcery.com>
5898
5899 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5900 (main): Call getppid.
5901 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5902 and continue to it. Read variable "server_pid".
5903
bf40a607
YQ
59042014-10-11 Yao Qi <yao@codesourcery.com>
5905
5906 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5907
052ca370
YQ
59082014-10-11 Yao Qi <yao@codesourcery.com>
5909
5910 * gdb.threads/thread-find.exp: Don't execute command
5911 "info threads".
5912 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5913 * gdb.threads/linux-dp.exp: Don't check the condition
5914 $threads_created equals to zero.
5915
3831839c
PA
59162014-10-10 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/bigcore.exp: Remove references to IRIX.
5919 * gdb.base/funcargs.exp: Likewise.
5920 * gdb.base/interrupt.exp: Likewise.
5921 * gdb.base/mips_pro.exp: Likewise.
5922 * gdb.base/nodebug.exp: Likewise.
5923 * gdb.base/setvar.exp: Likewise.
5924 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5925
8b9a549d
PA
59262014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5927 Pedro Alves <palves@redhat.com>
5928
5929 PR symtab/14466
5930 * gdb.base/vdso-warning.c: New file.
5931 * gdb.base/vdso-warning.exp: New file.
5932
d48ba5e8
DE
59332014-10-02 Doug Evans <dje@google.com>
5934
5935 * gdb.base/structs.c (main): Don't run forever.
5936
2278c276
PA
59372014-10-02 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5940 (top level) <stop threads 1, stop threads 2>: Use it.
5941
b57bacec
PA
59422014-10-02 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.threads/break-while-running.exp (test): Add new
5945 'update_thread_list' argument. Skip "info threads" if false.
5946 (top level): Add new 'update_thread_list' axis.
5947
13fd3ff3
PA
59482014-10-02 Pedro Alves <palves@redhat.com>
5949
5950 PR breakpoints/17431
5951 * gdb.base/execl-update-breakpoints.c: New file.
5952 * gdb.base/execl-update-breakpoints.exp: New file.
5953
0fec99e8
PA
59542014-10-01 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.base/breakpoint-in-ro-region.c: New file.
5957 * gdb.base/breakpoint-in-ro-region.exp: New file.
5958
2ddf4301
SM
59592014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5960
5961 * gdb.mi/mi-exit-code.exp: New file.
5962 * gdb.mi/mi-exit-code.c: New file.
5963
6a5f3f43
YQ
59642014-09-30 Yao Qi <yao@codesourcery.com>
5965
5966 * lib/prelink-support.exp (build_executable_own_libs): Error if
5967 the target isn't native.
5968
345bcc73
YQ
59692014-09-30 Yao Qi <yao@codesourcery.com>
5970
5971 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5972 false.
5973
a25a5a45
PA
59742014-09-22 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.threads/break-while-running.exp: New file.
5977 * gdb.threads/break-while-running.c: New file.
5978
00ba3162
YQ
59792014-09-19 Yao Qi <yao@codesourcery.com>
5980
5981 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5982 Invoke test. Restart GDB with --readnow and invoke test again.
5983
c3b7b696
YQ
59842014-09-19 Yao Qi <yao@codesourcery.com>
5985
5986 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5987 proc set_breakpoint_on_gcd_function. Invoke
5988 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5989 invoke set_breakpoint_on_gcd_function again.
5990
2b4fd423
DE
59912014-09-18 Doug Evans <dje@google.com>
5992
5993 * gdb.dwarf2/symtab-producer.exp: New file.
5994
a5947601
SDJ
59952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5996
5997 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5998 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5999 * gdb.base/global-var-nested-by-dso.c: Likewise.
6000 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6001
91c19059
SDJ
60022014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6003 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/watch-bitfields.exp: Pass string other than test file
6006 name to prepare_for_testing.
6007 (watch): New procedure.
6008 (expect_watchpoint): Use with_test_prefix.
6009 (top level): Factor out tests to ...
6010 (test_watch_location, test_regular_watch): ... these new
6011 procedures, and use with_test_prefix and gdb_continue_to_end.
6012
bb9d5f81
PP
60132014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6014
6015 PR breakpoints/12526
6016 * gdb.base/watch-bitfields.exp: New file.
6017 * gdb.base/watch-bitfields.c: New file.
6018
635856f5
PA
60192014-09-16 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6022 software and hardware addresses, not software address against
6023 itself.
6024
7280ceea
PA
60252014-09-16 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6028 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6029
428b16bd
PA
60302014-09-16 Pedro Alves <palves@redhat.com>
6031
6032 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6033 files.
6034 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6035 "*-*-vxworks*" throughout.
6036 * gdb.base/break.exp: Likewise.
6037 * gdb.base/default.exp: Likewise.
6038 * gdb.base/scope.exp: Likewise.
6039 * gdb.base/sepdebug.exp: Likewise.
6040 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6041 throughout.
6042 * gdb.base/run.c: Likewise.
6043 * gdb.base/sepdebug.c: Likewise.
6044 * gdb.hp/gdb.aCC/run.c: Likewise.
6045 * gdb.reverse/until-reverse.c: Likewise.
6046 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6047
666d413c
YQ
60482014-09-16 Yao Qi <yao@codesourcery.com>
6049
6050 * boards/local-remote-host-native.exp: New file.
6051
57cbd724
DE
60522014-09-14 Doug Evans <xdje42@gmail.com>
6053
6054 * gdb.threads/queue-signal.c (thread_count): New variable.
6055 (thread_count_mutex, thread_count_condvar): New variables.
6056 (incr_thread_count, wait_all_threads_running): New functions.
6057 (main): Wait for all threads to be in their thread functions.
6058
81219e53
DE
60592014-09-13 Doug Evans <xdje42@gmail.com>
6060
6061 * gdb.threads/queue-signal.c: New file.
6062 * gdb.threads/queue-signal.exp: New file.
6063
3714cea7
DE
60642014-09-13 Doug Evans <xdje42@gmail.com>
6065
6066 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6067 be consistent with what default_gdb_init uses.
6068 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6069 the plain text of the prompt. Add some logging printfs.
6070 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6071
fa43b1d7
PA
60722014-09-12 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6075 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6076 * gdb.arch/i386-size-overlap.exp: Likewise.
6077 * gdb.arch/i386-size.exp: Likewise.
6078 * gdb.arch/i386-unwind.exp: Likewise.
6079 * gdb.base/a2-run.exp: Likewise.
6080 * gdb.base/break.exp: Likewise.
6081 * gdb.base/charset.exp: Likewise.
6082 * gdb.base/chng-syms.exp: Likewise.
6083 * gdb.base/commands.exp: Likewise.
6084 * gdb.base/dbx.exp: Likewise.
6085 * gdb.base/find.exp: Likewise.
6086 * gdb.base/funcargs.exp: Likewise.
6087 * gdb.base/jit-simple.exp: Likewise.
6088 * gdb.base/reread.exp: Likewise.
6089 * gdb.base/sepdebug.exp: Likewise.
6090 * gdb.base/step-bt.exp: Likewise.
6091 * gdb.cp/mb-inline.exp: Likewise.
6092 * gdb.cp/mb-templates.exp: Likewise.
6093 * gdb.objc/basicclass.exp: Likewise.
6094 * gdb.threads/killed.exp: Likewise.
6095
9d9bf2df
EBM
60962014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6097
6098 PR tdep/17379
6099 * gdb.arch/powerpc-stackless.S: New file.
6100 * gdb.arch/powerpc-stackless.exp: New file.
6101
1cf2f1b0
JK
61022014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6103
6104 * gdb.base/attach.c: Include unistd.h.
6105 (main): Call alarm. Add label postloop.
6106 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6107 gdb_breakpoint, gdb_continue_to_breakpoint.
6108 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6109
98880d46
PA
61102014-09-11 Pedro Alves <palves@redhat.com>
6111
6112 PR gdb/17347
6113 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6114 * gdb.base/attach.exp (test_command_line_attach_run): New
6115 procedure.
6116 (top level): Call it.
6117
4c92ff2c
PA
61182014-09-11 Pedro Alves <palves@redhat.com>
6119
6120 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6121 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6122 (do_command_attach_tests): Use spawn_wait_for_attach.
6123 * gdb.base/solib-overlap.exp: Likewise.
6124 * gdb.multi/multi-attach.exp: Likewise.
6125 * gdb.python/py-prompt.exp: Likewise.
6126 * gdb.python/py-sync-interp.exp: Likewise.
6127 * gdb.server/ext-attach.exp: Likewise.
6128
3adc1a7d
GKB
61292014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6130
6131 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6132 command in testcase. Simplify testcase.
6133
96334934
JB
61342014-09-10 Joel Brobecker <brobecker@adacore.com>
6135
6136 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6137
eb479039
JB
61382014-09-10 Joel Brobecker <brobecker@adacore.com>
6139
6140 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6141
deede10c
JB
61422014-09-10 Joel Brobecker <brobecker@adacore.com>
6143
6144 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6145
7828a5f5
JB
61462014-09-10 Joel Brobecker <brobecker@adacore.com>
6147
6148 * gdb.dwarf2/dynarr-ptr.c: New file.
6149 * gdb.dwarf2/dynarr-ptr.exp: New file.
6150
33aeebcf
MR
61512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6152
6153 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6154 of 30 rather than hardcoding 120 for a slow test case. Take the
6155 `gdb,timeout' target setting into account for this calculation.
6156 Don't extend the timeout for the test cases that don't need it.
6157
7b415901
MR
61582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6159
6160 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6161 a factor of 2 for a slow test case. Take the `gdb,timeout'
6162 target setting into account for this calculation.
6163 * gdb.reverse/until-precsave.exp: Increase the timeout by
6164 a factor of 15 and 3 respectively rather than adding 120
6165 for a pair of slow test cases. Take the `gdb,timeout'
6166 target setting into account for this calculation.
6167
4a40f85a
MR
61682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6169
6170 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6171 timeout, don't pass one down to gdb_expect.
6172 (gdb_expect): Rework timeout selection.
6173
09635af7
MR
61742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6175
6176 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6177 exception on timeout.
6178 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6179 (gdbserver_start_extended): Catch any `gdbserver_start' error
6180 exceptions.
6181 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6182 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6183 `gdbserver_gdb_load' error exceptions.
6184
2bdd10b7
MR
61852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6186
6187 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6188 120 on waiting for the TCP socket to open.
6189
316935f0
DE
61902014-09-09 Doug Evans <xdje42@gmail.com>
6191
6192 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6193 _caller_matches, _any_caller_is, _any_caller_matches.
6194
83740597
DE
61952014-09-09 Doug Evans <xdje42@gmail.com>
6196
6197 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6198
4c122fc3
YQ
61992014-09-09 Yao Qi <yao@codesourcery.com>
6200
6201 * gdb.mi/mi-var-display.exp: Set print symbol off.
6202
a9f116cb
GKB
62032014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6204
6205 PR gdb/17035
6206 * gdb.base/commands.exp: Add tests to verify user-defined
6207 commands with empty bodies.
6208 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6209 python commands in `show user command`.
6210 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6211 scheme commands in `show user command`.
6212
c75bd3a2
JK
62132014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6214
6215 PR python/17355
6216 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6217 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6218 * gdb.python/py-framefilter-invalidarg.exp: New file.
6219 * gdb.python/py-framefilter-invalidarg.py: New file.
6220
faa42425
DE
62212014-09-06 Doug Evans <xdje42@gmail.com>
6222
6223 PR 15276
6224 * gdb.python/py-caller-is.c: New file.
6225 * gdb.python/py-caller-is.exp: New file.
6226
474ca4f6
SDJ
62272014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6228
6229 PR gdb/17235
6230 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6231 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6232
eb0b0463
SDJ
62332014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6234
6235 PR fortran/17237
6236 * gdb.fortran/print-formatted.exp: New file.
6237 * gdb.fortran/print-formatted.f90: Likewise.
6238
5f3b99cf
SS
62392014-09-03 Sasha Smundak <asmundak@google.com>
6240
6241 * gdb.python/py-frame.exp: Test Frame.read_register.
6242
7d793aa9
SDJ
62432014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6244
6245 PR python/16699
6246 * gdb.python/py-completion.exp: New file.
6247 * gdb.python/py-completion.py: Likewise.
6248
fb0576e9
DE
62492014-08-28 Doug Evans <dje@google.com>
6250
6251 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6252 eax,etc. are live with values set by gdb and thus the compiler can't
6253 use them.
6254 * gdb.arch/i386-pseudo.c (main): Ditto.
6255
ee92b0dd
DE
62562014-08-27 Doug Evans <dje@google.com>
6257
6258 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6259
6649db35
DE
62602014-08-25 Doug Evans <dje@google.com>
6261
6262 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6263 (main): Ditto.
6264
564b7600
DE
62652014-08-25 Doug Evans <dje@google.com>
6266
6267 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6268
3881fb67
YQ
62692014-08-24 Yao Qi <yao@codesourcery.com>
6270
6271 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6272 symbol off.
6273 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6274
a05a36a5
DE
62752014-08-22 Doug Evans <dje@google.com>
6276
6277 PR 17276
6278 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6279 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6280 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6281
7c343b48
YQ
62822014-08-22 Yao Qi <yao@codesourcery.com>
6283
6284 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6285 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6286 * gdb.python/python.exp: Likewise. Use .py file on the host
6287 instead of the build.
6288
22fd09ae
JK
62892014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6290
6291 * gdb.threads/gcore-stale-thread.c: New file.
6292 * gdb.threads/gcore-stale-thread.exp: New file.
6293
a8454a7c
PA
62942014-08-21 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6297 * gdb.base/gcore-relro-pie.exp: Likewise.
6298 * gdb.base/gcore-relro.exp: Likewise.
6299 * gdb.base/gcore.exp: Likewise.
6300 * gdb.base/print-symbol-loading.exp: Likewise.
6301 * gdb.threads/gcore-thread.exp: Likewise.
6302 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6303
2a31c623
PA
63042014-08-20 Pedro Alves <palves@redhat.com>
6305 Jan Kratochvil <jan.kratochvil@redhat.com>
6306
6307 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6308 configure.
6309 (EXPECT): Handle READ1 being set.
6310 (all): Depend on EXTRA_RULES.
6311 (check-read1, expect-read1, read1.so, read1): New rules.
6312 * README (Testsuite Parameters): Document the READ1 make variable.
6313 (Race detection): New section.
6314 * configure: Regenerate.
6315 * configure.ac: If build==host==target, and running under a
6316 GNU/glibc system, add read1 to the extra Makefile rules.
6317 (EXTRA_RULES): AC_SUBST it.
6318 * lib/read1.c: New file.
6319
d36430db
JB
63202014-08-20 Joel Brobecker <brobecker@adacore.com>
6321
6322 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6323 the handling of variables declared as a typedef to an array
6324 which a DW_AT_data_location attribute.
6325
9a0dc9e3
PA
63262014-08-19 Andrew Burgess <aburgess@broadcom.com>
6327 Pedro Alves <palves@redhat.com>
6328
6329 PR symtab/14604
6330 PR symtab/14605
6331 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6332 gdb_test.
6333
0718a8da
PA
63342014-08-19 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6337
13b448cd
YQ
63382014-08-19 Yao Qi <yao@codesourcery.com>
6339
6340 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6341 right line.
6342
1cbf5077
DB
63432014-08-18 David Blaikie <dblaikie@gmail.com>
6344
6345 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6346
bf0fae19
JB
63472014-08-18 Joel Brobecker <brobecker@adacore.com>
6348
6349 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6350 attribute in array range.
6351
3c8c5dcc
JB
63522014-08-18 Joel Brobecker <brobecker@adacore.com>
6353
6354 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6355
e66d4446
SC
63562014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6357
6358 PR c++/17132
6359 * gdb.cp/pr17132.cc: New file.
6360 * gdb.cp/pr17132.exp: New file.
6361
940df408
SC
63622014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6363
6364 * gdb.python/py-xmethods.py (A_getarrayind)
6365 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6366 Use 'print' with function call syntax.
6367 (E_method_matcher.match): Fix tab vs space indentation mixup.
6368
ebcc6c3a
YQ
63692014-08-15 Yao Qi <yao@codesourcery.com>
6370
6371 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6372 false.
6373
775e0f04
YQ
63742014-08-15 Yao Qi <yao@codesourcery.com>
6375
6376 * gdb.cp/casts.exp: Set print symbol off.
6377 * gdb.cp/class2.exp: Likewise.
6378 * gdb.cp/overload.exp: Likewise.
6379 * gdb.cp/templates.exp: Likewise.
6380
d769e349
DE
63812014-08-11 Doug Evans <dje@google.com>
6382
6383 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6384 (test_load_shlib): Update.
6385
20c6f1e1
YQ
63862014-08-09 Yao Qi <yao@codesourcery.com>
6387
6388 * gdb.base/display.exp: Invoke is_address_zero_readable.
6389 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6390 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6391 * gdb.base/hbreak-unmapped.exp: Return if
6392 is_address_zero_readable returns true.
6393 * gdb.base/signest.exp: Likewise.
6394 * gdb.base/signull.exp: Likewise.
6395 * gdb.base/sigbpt.exp: Likewise.
6396 * gdb.guile/scm-disasm.exp: Do the test if
6397 is_address_zero_readable returns false.
6398 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6399 * gdb.python/py-arch.exp: Likewise.
6400 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6401 * lib/gdb.exp (is_address_zero_readable): New proc.
6402
5792e8e3
YQ
64032014-08-09 Yao Qi <yao@codesourcery.com>
6404
6405 PR testsuite/13443
6406 * gdb.mi/mi-var-display.exp: Make test messages unique.
6407
3cecbbbe
TT
64082014-08-04 Tom Tromey <tromey@redhat.com>
6409
6410 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6411 target 0".
6412
00b51ff5
TT
64132014-08-04 Tom Tromey <tromey@redhat.com>
6414
6415 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6416 "target_resume".
6417
6908c509
JB
64182014-08-01 Joel Brobecker <brobecker@adacore.com>
6419
6420 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6421 inner_vla_struct_object_size.
6422 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6423 as xfail.
6424
cc6563d2
PA
64252014-07-30 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6428 comment.
6429
7e09a223
YQ
64302014-07-29 Yao Qi <yao@codesourcery.com>
6431
6432 PR gdb/17206
6433 * gdb.base/until-nodebug.exp: New.
6434
7ebdbe92
DE
64352014-07-28 Doug Evans <xdje42@gmail.com>
6436
6437 PR guile/17203
6438 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6439 previously existing parameter, and previously ambiguously spelled
6440 parameter.
6441
fdb1adc6
WN
64422014-07-28 Will Newton <will.newton@linaro.org>
6443
6444 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6445
186fcde0
DE
64462014-07-26 Ludovic Courtès <ludo@gnu.org>
6447 Doug Evans <xdje42@gmail.com>
6448
6449 PR guile/17146
6450 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6451
70509625
PA
64522014-07-25 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.threads/signal-command-handle-nopass.c: New file.
6455 * gdb.threads/signal-command-handle-nopass.exp: New file.
6456 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6457 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6458 * gdb.threads/signal-delivered-right-thread.c: New file.
6459 * gdb.threads/signal-delivered-right-thread.exp: New file.
6460
c3f814a1
PA
64612014-07-25 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/double-prompt-target-event-error.exp
6464 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6465 match.
6466 (cancel_pagination_in_target_event): Rework double prompt
6467 detection.
6468 * gdb.base/paginate-after-ctrl-c-running.exp
6469 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6470 <return>' match.
6471 * gdb.base/paginate-bg-execution.exp
6472 (test_bg_execution_pagination_return)
6473 (test_bg_execution_pagination_cancel): Remove '-notransfer
6474 <return>' matches.
6475 * gdb.base/paginate-execution-startup.exp
6476 (test_fg_execution_pagination_return)
6477 (test_fg_execution_pagination_cancel): Remove '-notransfer
6478 <return>' matches.
6479 * gdb.base/paginate-inferior-exit.exp
6480 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6481 match.
6482 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6483 * lib/gdb.exp (pagination_prompt): Run text through
6484 string_to_regexp.
6485 (gdb_test_multiple): Match $pagination_prompt instead of
6486 "<return>".
6487 (string_to_regexp): Move to lib/gdb-utils.exp.
6488
e214cf6c
JK
64892014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6490
6491 * gdb.arch/amd64-entry-value-paramref.S: New file.
6492 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6493 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6494 * gdb.arch/amd64-optimout-repeat.S: New file.
6495 * gdb.arch/amd64-optimout-repeat.c: New file.
6496 * gdb.arch/amd64-optimout-repeat.exp: New file.
6497
17d0c5c8
JK
64982014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 PR gdb/17170
6501 * gdb.base/statistics.exp: New file.
6502
b8b8facf
DE
65032014-07-17 Doug Evans <dje@google.com>
6504
74b49205 6505 PR gdb/17170
b8b8facf
DE
6506 * gdb.base/maint.exp: Update testing of per-command stats.
6507
1b5d0ab3
PA
65082014-07-16 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6511 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6512 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6513 (tfile_write_buf): New functions.
6514 (add_memory_block): Rewrite using the above.
6515 (adjust_function_address): New function.
6516 (FUNCTION_ADDRESS): New macro.
6517 (write_basic_trace_file): Remove short_x local, and use
6518 tfile_write_16. Change type of func_addr local to unsigned long
6519 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6520 here. Cast argument of add_memory_block to char pointer.
6521 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6522 (main): Remove parameters.
6523 * gdb.trace/tfile.exp: Remove nowarnings.
6524
4d974e88
SM
65252014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6526
6527 * gdb.base/debug-expr.exp: Test string evaluation with
6528 "debug expression" on.
6529
41e99568
PA
65302014-07-15 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.base/reread.exp: Use clean_restart.
6533
487d9753
PL
65342014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6535
6536 * gdb.arch/avr-flash-qualifer.c: New.
6537 * gdb.arch/avr-flash-qualifer.exp: New.
6538
cc1c52ad
PA
65392014-07-14 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6542 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6543
1e973570
PA
65442014-07-14 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.base/double-prompt-target-event-error.c: New file.
6547 * gdb.base/double-prompt-target-event-error.exp: New file.
6548
93d6eb10
PA
65492014-07-14 Pedro Alves <palves@redhat.com>
6550
6551 PR gdb/17072
6552 * gdb.base/paginate-inferior-exit.c: New file.
6553 * gdb.base/paginate-inferior-exit.exp: New file.
6554
0017922d
PA
65552014-07-14 Pedro Alves <palves@redhat.com>
6556
6557 PR gdb/17072
6558 * gdb.base/paginate-bg-execution.c: New file.
6559 * gdb.base/paginate-bg-execution.exp: New file.
6560
94696ad3
PA
65612014-07-14 Pedro Alves <palves@redhat.com>
6562
6563 PR gdb/17072
6564 * gdb.base/paginate-execution-startup.c: New file.
6565 * gdb.base/paginate-execution-startup.exp: New file.
6566 * lib/gdb.exp (pagination_prompt): New global.
6567 (default_gdb_spawn): New procedure, factored out from
6568 default_gdb_spawn.
6569 (default_gdb_start): Adjust to call default_gdb_spawn.
6570 (gdb_spawn): New procedure.
6571
bd293940
PA
65722014-07-14 Pedro Alves <palves@redhat.com>
6573
6574 * lib/gdb.exp (gdb_assert): New procedure.
6575 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6576
c933f875
PA
65772014-07-14 Pedro Alves <palves@redhat.com>
6578
6579 * gdb.base/execution-termios.c: New file.
6580 * gdb.base/execution-termios.exp: New file.
6581
d98b7a16
TT
65822014-07-14 Tom Tromey <tromey@redhat.com>
6583
6584 * gdb.cp/vla-cxx.cc: New file.
6585 * gdb.cp/vla-cxx.exp: New file.
6586
548740d6
TT
65872014-07-14 Tom Tromey <tromey@redhat.com>
6588
6589 * gdb.reverse/rerun-prec.c: New file.
6590 * gdb.reverse/rerun-prec.exp: New file.
6591
a25eb028
MR
65922014-07-12 Maciej W. Rozycki <macro@mips.com>
6593 Maciej W. Rozycki <macro@codesourcery.com>
6594
6595 * lib/gdb-utils.exp: New file.
6596 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6597 inline `gdb_init_command' processing.
6598 (gdb_start_cmd): Likewise.
6599 * lib/mi-support.exp (mi_run_cmd): Likewise.
6600 * README: Document `gdb_init_command' and `gdb_init_commands'.
6601
218c2655
JK
66022014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 Fix false FAIL running under a very long directory name.
6605 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6606 and "set print elements 10000". Twice.
6607
5401fde3
YQ
66082014-07-11 Yao Qi <yao@codesourcery.com>
6609
6610 * gdb.base/exprs.exp: "set print symbol off".
6611
e76126e8
PA
66122014-07-11 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.threads/kill.c: New file.
6615 * gdb.threads/kill.exp: New file.
6616
2d6f0de6
YQ
66172014-07-10 Yao Qi <yao@codesourcery.com>
6618
6619 * gdb.trace/tfile.c (write_basic_trace_file)
6620 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6621 address written to trace file.
6622
7180e04a
PA
66232014-07-09 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/attach-wait-input.exp: New file.
6626 * gdb.base/attach-wait-input.c: New file.
6627
9a9a7608
AB
66282014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6629
6630 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6631 setting up test structures.
6632 (main): Call new test function.
6633 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6634 test function, continue into test function and walk test
6635 structures.
6636
161ac41e
YQ
66372014-07-02 Yao Qi <yao@codesourcery.com>
6638
6639 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6640 'bar_start' at the beginning of functions 'foo' and 'bar'
6641 respectively.
6642 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6643 instead of 'foo' and 'bar'.
6644
1f267ae3
MM
66452014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6646
6647 * gdb.btrace/segv.exp: New.
6648 * gdb.btrace/segv.c: New.
6649
2b239efb
LM
66502014-07-02 Luis Machado <lgustavo@codesourcery.com>
6651
6652 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6653 instruction.
6654
cf363f18
MW
66552014-06-30 Mark Wielaard <mjw@redhat.com>
6656
6657 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6658 vulture, vilify, villar): New volatile array constants.
6659 (vindictive, vegetation): New const volatile array constants.
6660 * gdb.base/volatile.exp: Test volatile and const volatile array
6661 types.
6662
aebf9d24
AA
66632014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6664
6665 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6666 target lacks support for awatch, rwatch, or hbreak.
6667
b67a2c6f
YQ
66682014-06-27 Yao Qi <yao@codesourcery.com>
6669
6670 * gdb.multi/dummy-frame-restore.exp: New.
6671 * gdb.multi/dummy-frame-restore.c: New.
6672
aef92902
MM
66732014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6674
6675 * gdb.btrace/gcore.exp: New.
6676
8e9db26e
PA
66772014-06-23 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.base/watchpoint-reuse-slot.c: New file.
6680 * gdb.base/watchpoint-reuse-slot.exp: New file.
6681
70afc5b7
SC
66822014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6683
6684 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6685 progspace's filename in 'info', 'enable' and 'disable' command
6686 tests.
6687
b972bd9c
JK
66882014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6689
6690 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6691 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6692 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6693
125f8a3d
GB
66942014-06-20 Gary Benson <gbenson@redhat.com>
6695
6696 * gdb.arch/i386-avx.exp: Fix include file location.
6697 * gdb.arch/i386-sse.exp: Likewise.
6698
3ed9baed
IB
66992014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6700
6701 * gdb.dlang/expression.exp: New file.
6702
034f788c
PA
67032014-06-19 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6706 out from ...
6707 (top level): ... here. Iterate running tests under different
6708 scheduler-locking settings.
6709
45371d0c
LM
67102014-06-18 Luis Machado <lgustavo@codesourcery.com>
6711
6712 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6713 to DW_FORM_addr and use non-zero addresses.
6714
5d376983
SC
67152014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6716
6717 PR gdb/17017
6718 * gdb.python/py-xmethods.cc: Add global function call counters and
6719 increment them in their respective functions. Remove "cout"
6720 statements.
6721 * gdb.python/py-xmethods.exp: Make tests check the global function
6722 call counters instead of depending on inferior IO.
6723
a1aa2221
LM
67242014-06-18 Don Breazeal <donb@codesourcery.com>
6725
6726 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6727 Deleted procedure.
6728 (explicit_fork_parent_follow): Deleted procedure.
6729 (explicit_fork_child_follow): Deleted procedure.
6730 (test_follow_fork): New procedure.
6731 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6732 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6733 procedure calls.
6734
0fc05997
YQ
67352014-06-17 Yao Qi <yao@codesourcery.com>
6736
6737 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6738 CP1252.
6739
70795c52
LM
67402014-06-17 Luis Machado <lgustavo@codesourcery.com>
6741
6742 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6743 Initialize ptr and S explicitly.
6744 (skip_type_update_when_not_use_rtti_test): Likewise.
6745
6be47f0c
KS
67462014-06-16 Keith Seitz <keiths@redhat.com>
6747
6748 PR mi/15863
6749 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6750 the inferior is started.
6751
d03de421
PA
67522014-06-16 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/break-main-file-remove-fail.c: New file.
6755 * gdb.base/break-main-file-remove-fail.exp: New file.
6756 * gdb.base/break-unload-file.exp: Use build_executable instead of
6757 prepare_for_testing.
6758 (test_break): New parameter "initial_load". Handle it.
6759 (top level): Add initial_load cmdline/file axis.
6760
f9579b99
TT
67612014-06-12 Tom Tromey <tromey@redhat.com>
6762
6763 * gdb.base/completion.exp: Don't use directory name in test.
6764
3657956b
GB
67652014-06-09 Gary Benson <gbenson@redhat.com>
6766
6767 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6768 separate the always-available ANSI-standard signals from the
6769 signals that require checking.
6770 (main): Likewise.
6771 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6772 Likewise.
6773 (main): Likewise.
6774
4186eb54
KS
67752014-06-07 Keith Seitz <keiths@redhat.com>
6776
6777 Revert:
6778 PR c++/16253
6779 * gdb.cp/var-tag.cc: New file.
6780 * gdb.cp/var-tag.exp: New file.
6781 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6782 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6783 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6784 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6785
25326a28 67862014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6787
6788 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6789
829155c9
PA
67902014-06-06 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6793 in target debug output instead of looking at RSP packets,
6794 disabling the test on any target that uses hardware stepping.
6795 Update comments.
6796
61c8d22e
PA
67972014-06-06 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.base/break-unload-file.exp: Fix typo.
6800
d9a47287
YQ
68012014-06-06 Yao Qi <yao@codesourcery.com>
6802
6803 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6804 from "jit_function" to "^jit_function".
6805
e5e01dbf
YQ
68062014-06-06 Yao Qi <yao@codesourcery.com>
6807
6808 * gdb.base/async.c (foo): Add one statement.
6809 * gdb.base/async.exp: Get the next instruction address and
6810 match the output of "nexti" by instruction address. Match
6811 the hex address in the output of "finish".
6812
73ba372c
GB
68132014-06-06 Gary Benson <gbenson@redhat.com>
6814
6815 * gdb.base/call-signals.c: Remove preprocessor conditionals
6816 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6817 SIGSEGV and SIGTERM.
6818 * gdb.base/sigall.c: Likewise.
6819 * gdb.base/unwindonsignal.c: Likewise.
6820 * gdb.reverse/sigall-reverse.c: Likewise.
6821
831517df
YQ
68222014-06-06 Yao Qi <yao@codesourcery.com>
6823
6824 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6825 readable, skip the test.
6826
b8b91e98
YQ
68272014-06-06 Yao Qi <yao@codesourcery.com>
6828
6829 * gdb.threads/staticthreads.c (thread_function): Move the line
6830 setting breakpoint on forward.
6831 * gdb.threads/staticthreads.exp: Update comments.
6832
fb934770
LC
68332014-06-05 Ludovic Courtès <ludo@gnu.org>
6834
6835 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6836 "history-append! type error".
6837
6ef284bd
SM
68382014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6839
6840 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6841 erroneous dprintf expected input.
6842
a872e241
DE
68432014-06-04 Doug Evans <xdje42@gmail.com>
6844
6845 * gdb.guile/scm-generics.exp: Delete.
6846
16f691fb
DE
68472014-06-04 Doug Evans <xdje42@gmail.com>
6848
6849 * gdb.guile/scm-breakpoint.exp: Update.
6850 Add tests for breakpoint registration.
6851
012370f6
TT
68522014-06-04 Tom Tromey <tromey@redhat.com>
6853
6854 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6855 VLA-in-union.
6856 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6857 inner_vla_struct, vla_union types. Initialize objects of those
6858 types and compute their sizes.
6859
9f5a4cef
HZ
68602014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6861 Hui Zhu <hui@codesourcery.com>
6862
6863 * gdb.base/fileio.exp: Add test for shell not available as well as
6864 available.
6865 * gdb.base/fileio.c (test_system): Check for shell twice.
6866
90a45c4d
YQ
68672014-06-04 Yao Qi <yao@codesourcery.com>
6868
6869 * gdb.base/auto-connect-native-target.exp: Remove redundant
6870 space from the regexp pattern.
6871
70017e41
YQ
68722014-06-04 Yao Qi <yao@codesourcery.com>
6873
6874 * gdb.base/default.exp: Replace "child" with "native" in
6875 regexp pattern.
6876
883964a7
SC
68772014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6878
6879 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6880 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6881 * gdb.python/py-xmethods.py: Python script supporting the
6882 new testcase and tests.
6883
ef370185
JB
68842014-06-03 Joel Brobecker <brobecker@adacore.com>
6885 Pedro Alves <palves@redhat.com>
6886
6887 PR breakpoints/17000
6888 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6889 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6890
1e2ccb61
BM
68912014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6892
6893 * gdb.base/subst.exp: Add tests to verify partial path matching
6894 output.
6895
c6ec5ab2
PA
68962014-06-03 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6899 target that doesn't use software single-stepping.
6900
835c559f
PA
69012014-06-03 Pedro Alves <palves@redhat.com>
6902
6903 PR breakpoints/17000
6904 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6905 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6906
06eb1586
DE
69072014-06-02 Doug Evans <xdje42@gmail.com>
6908
6909 * gdb.guile/scm-parameter.exp: New file.
6910
e698b8c4
DE
69112014-06-02 Doug Evans <xdje42@gmail.com>
6912
6913 * gdb.guile/scm-cmd.c: New file.
6914 * gdb.guile/scm-cmd.exp: New file.
6915
ded03782
DE
69162014-06-02 Doug Evans <xdje42@gmail.com>
6917
6918 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6919 pretty-printer lookup.
6920 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6921 (make-pp_s-printer): Call it.
6922 (make-pretty-printer-from-dict): New function.
6923 (lookup-pretty-printer-maker-from-dict): New function.
6924 (*pretty-printer*): Simplify.
6925 (make-objfile-pp_s-printer): New function.
6926 (install-objfile-pretty-printers!): New function.
6927 (make-progspace-pp_s-printer): New function.
6928 (install-progspace-pretty-printers!): New function.
6929 * gdb.guile/scm-progspace.c: New file.
6930 * gdb.guile/scm-progspace.exp: New file.
6931
41fac0cf
PA
69322014-06-02 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/dprintf-bp-same-addr.c: New file.
6935 * gdb.base/dprintf-bp-same-addr.exp: New file.
6936
96ae5695
EBM
69372014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6938
6939 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6940 * gdb.arch/powerpc-power.s: Likewise.
6941
da02b3a8
JB
69422014-06-02 Joel Brobecker <brobecker@adacore.com>
6943
6944 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6945
c72b2e7b
YQ
69462014-06-01 Yao Qi <yao@codesourcery.com>
6947
6948 * gdb.base/watchpoint.exp (test_watch_location): Check null
6949 pointer can be dereferenced. If not, do the test, otherwise
6950 skip it.
6951
53e8a631
AB
69522014-05-30 Andrew Burgess <aburgess@broadcom.com>
6953
6954 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6955 results.
6956 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6957
938f0e2f
AB
69582014-05-30 Andrew Burgess <aburgess@broadcom.com>
6959
6960 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6961 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6962 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6963 * gdb.arch/amd64-invalid-stack-top.c: New file.
6964 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6965
9ba6657a
PA
69662014-05-30 Pedro Alves <palves@redhat.com>
6967
6968 PR breakpoints/17000
6969 * gdb.base/sss-bp-on-user-bp.c: New file.
6970 * gdb.base/sss-bp-on-user-bp.exp: New file.
6971
522c09bf
DB
69722014-05-30 David Blaikie <dblaikie@gmail.com>
6973
6974 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6975 gnu_inline semantics via attribute.
6976 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6977 source explicitly specifies the required semantics.
6978
bf4ef81e
MR
69792014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6980
6981 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6982
329ea579
PA
69832014-05-29 Pedro Alves <palves@redhat.com>
6984 Tom Tromey <tromey@redhat.com>
6985
6986 * gdb.base/async-shell.exp: Don't enable target-async.
6987 * gdb.base/async.exp
6988 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6989 parameter. Adjust.
6990 (top level): Don't test with "target-async".
6991 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6992 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6993 * gdb.base/inferior-died.exp: Don't enable target-async.
6994 * gdb.base/interrupt-noterm.exp: Likewise.
6995 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6996 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6997 * gdb.mi/mi-nonstop.exp: Likewise.
6998 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6999 * gdb.mi/mi-nsintrall.exp: Likewise.
7000 * gdb.mi/mi-nsmoribund.exp: Likewise.
7001 * gdb.mi/mi-nsthrexec.exp: Likewise.
7002 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7003 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7004 * gdb.python/py-evsignal.exp: Don't enable target-async.
7005 * gdb.python/py-evthreads.exp: Likewise.
7006 * gdb.python/py-prompt.exp: Likewise.
7007 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7008 * gdb.server/solib-list.exp: Don't enable target-async.
7009 * gdb.threads/thread-specific-bp.exp: Likewise.
7010 * lib/mi-support.exp: Adjust to use mi-async.
7011
fd664c91
PA
70122014-05-29 Pedro Alves <palves@redhat.com>
7013
7014 PR gdb/13860
7015 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7016 reason, even in sync mode.
7017
251bde03
PA
70182014-05-29 Pedro Alves <palves@redhat.com>
7019 Hui Zhu <hui@codesourcery.com>
7020
7021 PR PR15693
7022 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7023 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7024 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7025 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7026
7f3c0343
JB
70272014-05-28 Joel Brobecker <brobecker@adacore.com>
7028
7029 * config/monitor.exp (gdb_target_monitor): Replace use of
7030 "set remotebaud" by "set serial baud".
7031
b2715b27
AW
70322014-05-26 Andy Wingo <wingo@igalia.com>
7033
7034 * gdb.guile/scm-breakpoint.exp:
7035 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7036 properties instead of gdb-object-properties.
7037
498a4489
YQ
70382014-05-26 Yao Qi <yao@codesourcery.com>
7039
7040 * gdb.server/no-thread-db.exp: Specify source file name
7041 explicitly when setting a breakpoint.
7042
589fdceb
MM
70432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7044
7045 * gdb.btrace/vdso.c: New.
7046 * gdb.btrace/vdso.exp: New.
7047
e9089e05
MM
70482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7049
7050 * gdb.base/gcore.exp (capture_command_output): Move ...
7051 * lib/gdb.exp (capture_command_output): ... here.
7052
67b5c0c1
MM
70532014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7054
7055 * gdb.btrace/data.exp: Test memory access during btrace replay.
7056
a2199296
SM
70572014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7058
7059 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7060
17b2616c
PA
70612014-05-21 Pedro Alves <palves@redhat.com>
7062
7063 PR gdb/13860
7064 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7065 (top level): Test that output related to execution commands is
7066 sent to the console with CLI commands, but not with MI commands.
7067 Test that breakpoint events are always mirrored to the console.
7068 Also expect the new source line to be output after a "next" in
7069 async mode too. Make it a pass/fail test.
7070 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7071 output.
7072 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7073
5166082f
PA
70742014-05-21 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7077 Use them to test variations of "list" after reaching a breakpoint.
7078 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7079 Test "list" with listsize 10 after reaching a breakpoint.
7080 * gdb.python/python.exp (decode_line current location line
7081 number): Adjust expected line number.
7082
2f25d70f
SM
70832014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7084
7085 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7086 behavior for $args, pass it directly to "run".
7087
ff604a67
MR
70882014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7089
7090 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7091 30000 to 65536.
7092
6a3cb8e8
PA
70932014-05-21 Pedro Alves <palves@redhat.com>
7094
7095 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7096 auto-connect-native-target off".
7097 * gdb.base/auto-connect-native-target.c: New file.
7098 * gdb.base/auto-connect-native-target.exp: New file.
7099
4ebfc96e
PA
71002014-05-21 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.base/default.exp: Test "target native" instead of "target
7103 child".
7104
36d46afb
MW
71052014-05-21 Mark Wielaard <mjw@redhat.com>
7106
7107 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7108
5876f503
JK
71092014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 Fix TLS access for -static -pthread.
7112 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7113 <HAVE_TLS> (thread_function, main): Initialize it.
7114 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7115 Add clean_restart.
7116 <$have_tls != "">: Check TLSVAR.
7117
0256a6ac
PA
71182014-05-21 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.base/dcache-line-read-error.c: New.
7121 * gdb.base/dcache-line-read-error.exp: New.
7122
936d2992
PA
71232014-05-20 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.base/compare-sections.c: New file.
7126 * gdb.base/compare-sections.exp: New file.
7127
802e8e6d
PA
71282014-05-20 Pedro Alves <palves@redhat.com>
7129
7130 * gdb.base/break-idempotent.c: New file.
7131 * gdb.base/break-idempotent.exp: New file.
7132
e59fa00f
MM
71332014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7134
7135 * gdb.btrace/nohist.exp: New.
7136
8b696e31
YQ
71372014-05-20 Yao Qi <yao@codesourcery.com>
7138
7139 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7140 gdb.reverse directory and gdb_reverse_timeout exists in board
7141 setting.
7142 * README: Document gdb_reverse_timeout.
7143
73c9764f
YQ
71442014-05-20 Yao Qi <yao@codesourcery.com>
7145
7146 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7147 'test_file_name'. Treat args as a string instead of a list.
7148 (gdb_init): Rename argument 'args' by 'test_file_name'.
7149
f1f4348a
JK
71502014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7151
7152 * gdb.arch/powerpc-power.exp: New file.
7153 * gdb.arch/powerpc-power.s: New file.
7154
0dbe70ce
DE
71552014-05-16 Doug Evans <dje@google.com>
7156
7157 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7158 * gdb.base/completion.exp: Check that all expected files exist
7159 before doing file completion.
0dbe70ce 7160
8d551b02
DE
71612014-05-16 Doug Evans <dje@google.com>
7162
7163 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7164 Update.
7165 (do_syscall_tests_without_xml): Update.
7166
73eb7709
PA
71672014-05-16 Pedro Alves <palves@redhat.com>
7168
7169 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7170 instead of "unknown output after running".
7171
3fae92fc
YQ
71722014-05-16 Yao Qi <yao@codesourcery.com>
7173
7174 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7175 file1.txt from host at the end.
7176 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7177
c2b2ccc5
DE
71782014-05-15 Doug Evans <dje@google.com>
7179
7180 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7181 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7182 loading file. Add test for TU lookup.
7183
8c217a4b
SM
71842014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7185
7186 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7187 calling "-exec-arguments" or "set args" before running the
7188 inferior.
7189
3deb39c6
SM
71902014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7191
7192 * lib/mi-support.exp (mi_expect_stop): Expect message for
7193 inferiors that exit with non-zero exit code.
7194
71a79f8c
YQ
71952014-05-14 Yao Qi <yao@codesourcery.com>
7196
7197 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7198 match absolute path on remote host.
7199 (test_file_list_exec_source_files): Remove "/" from the
7200 pattern.
7201
f23fcd46
YQ
72022014-05-14 Yao Qi <yao@codesourcery.com>
7203
7204 * boards/local-remote-host-notty.exp (${board}_file): New
7205 proc.
7206
9404b58f
KM
72072014-05-07 Kyle McMartin <kyle@redhat.com>
7208
7209 Pushed by Joel Brobecker <brobecker@adacore.com>.
7210 * gdb.arch/aarch64-atomic-inst.c: New file.
7211 * gdb.arch/aarch64-atomic-inst.exp: New file.
7212
5e45f04c
YQ
72132014-05-07 Yao Qi <yao@codesourcery.com>
7214
7215 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7216 in current context" too.
7217
c888a17d
KS
72182014-05-05 Keith Seitz <keiths@redhat.com>
7219
7220 * gdb.linespec/ls-dollar.exp: Add test for linespec
7221 file:convenience_variable.
7222
290a839c
YQ
72232014-05-05 Yao Qi <yao@codesourcery.com>
7224
7225 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7226 traceframes into tfile and ctf trace files. Read data from
7227 trace file and test collected data.
7228 (gdb_collect_locals_test): Likewise.
7229 (gdb_unavailable_registers_test): Likewise.
7230 (gdb_unavailable_floats): Likewise.
7231 (gdb_collect_globals_test): Likewise.
7232 (top-level): Append "ctf" to trace_file_targets if GDB
7233 supports.
7234
b5262cd0
YQ
72352014-05-05 Yao Qi <yao@codesourcery.com>
7236
7237 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7238 code to ...
7239 (gdb_collect_args_test_1): ... it. New proc.
7240 (gdb_collect_locals_test): Move some code to ...
7241 (gdb_collect_locals_test_1): ... it. New proc.
7242 (gdb_unavailable_registers_test): Move some code to ...
7243 (gdb_unavailable_registers_test_1): ... it. New proc.
7244 (gdb_unavailable_floats): Move some code to ...
7245 (gdb_unavailable_floats_1): ... it. New proc.
7246
30a1e6cc
SDJ
72472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7248
7249 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7250 probes to test for bitness recognition.
7251 * gdb.arch/amd64-stap-optional-prefix.exp
7252 (test_probe_value_without_reg): New procedure.
7253 Add code to test for different kinds of bitness.
7254
f33da99a
SDJ
72552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7256
7257 PR breakpoints/16889
7258 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7259 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7260
5b80f00d
PA
72612014-05-01 Pedro Alves <palves@redhat.com>
7262
7263 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7264 gdb_file_cmd if no file is specified.
7265 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7266 last_loaded_file to set the remote exec-file.
7267
f8c2a73c
PA
72682014-05-01 Pedro Alves <palves@redhat.com>
7269
7270 * boards/local-remote-host.exp: New file.
7271
be6e8ac7
PA
72722014-05-01 Pedro Alves <palves@redhat.com>
7273
7274 * boards/local-remote-host.exp: Rename to ...
7275 * boards/local-remote-host-notty.exp: ... this.
7276
cac0dc8f
JB
72772014-04-28 Joel Brobecker <brobecker@adacore.com>
7278
7279 * gdb.ada/dyn_arrayidx: New testcase.
7280
9730e6cc
YQ
72812014-04-26 Yao Qi <yao@codesourcery.com>
7282
7283 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7284 and compute the length of function main. Save it in
7285 $main_length.
7286 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7287 (top-level): Use gdb_compile to compile objects into
7288 executable and restart GDB. Remove invocation to
7289 prepare_for_testing.
7290
7ae1a6a6
PA
72912014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7292 Pedro Alves <palves@redhat.com>
7293
7294 PR server/16255
7295 * gdb.multi/multi-attach.c: New file.
7296 * gdb.multi/multi-attach.exp: New file.
7297
4082afcc
PA
72982014-04-25 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7301 user.
7302 (top level): Test that "set remote conditional-breakpoints-packet
7303 off" works as intended.
7304 * gdb.base/dprintf.exp: Test that "set remote
7305 breakpoint-commands-packet off" works as intended.
7306 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7307 New function.
7308 (top level): Call it.
7309 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7310 remote fast-tracepoints-packet off" works as intended.
7311 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7312 * lib/gdb.exp (gdb_is_target_remote): ... here.
7313
2abc3f8d
DB
73142014-04-24 David Blaikie <dblaikie@gmail.com>
7315
7316 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7317 ensure clang would not discard them.
7318 * gdb.base/gdbvars.c: Ditto.
7319 * gdb.base/memattr.c: Ditto.
7320 * gdb.base/whatis.c: Ditto.
7321 * gdb.python/py-prettyprint.c: Ditto.
7322 * gdb.trace/actions.c: Ditto.
7323 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7324 ensure clang would not discard it.
7325
bfd39632
DB
73262014-04-24 David Blaikie <dblaikie@gmail.com>
7327
7328 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7329 clang to emit the full definition of type required by the test
7330 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7331
22842ff6
DB
73322014-04-24 David Blaikie <dblaikie@gmail.com>
7333
7334 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7335 coax Clang into emitting the definition of the type.
7336 * gdb.cp/pr10728-x.h (y): Ditto.
7337 * gdb.cp/pr10728-y.cc (y): Ditto.
7338
c2e827ad
DB
73392014-04-24 David Blaikie <dblaikie@gmail.com>
7340
7341 * gdb.base/label.exp: XFAIL label related tests under Clang.
7342 * gdb.cp/cplabel.exp: Ditto.
7343 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7344 under Clang those using labels.
7345
4c2d33e7
YQ
73462014-04-25 Yao Qi <yao@codesourcery.com>
7347
7348 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7349 double_label.
7350 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7351 partial_label and double_label.
7352
56083b99
DB
73532014-04-24 David Blaikie <dblaikie@gmail.com>
7354
7355 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7356
25d4e99d
DB
73572014-04-24 David Blaikie <dblaikie@gmail.com>
7358
7359 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7360 of the function to work across GCC and Clang.
7361 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7362 pointer types (const void ** const V void **).
7363
01f9f808
MS
73642014-04-24 Michael Sturm <michael.sturm@mintel.com>
7365 Walfred Tedeschi <walfred.tedeschi@intel.com>
7366
7367 * Makefile.in (EXECUTABLES): Added i386-avx512.
7368 * gdb.arch/i386-avx512.c: New file.
7369 * gdb.arch/i386-avx512.exp: Likewise.
7370
4b48d439
KS
73712014-04-23 Keith Seitz <keiths@redhat.com>
7372
7373 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7374 (mi_make_breakpoint_table): New procedure.
7375 (mi_create_breakpoint): Use mi_make_breakpoint
7376 and return the result.
7377 (mi_make_breakpoint): New procedure.
7378 (mi_build_kv_pairs): New procedure.
7379
7380 * gdb.mi/mi-break.exp: Remove unused globals,
7381 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7382 All callers updated.
7383 * gdb.mi/mi-dprintf.exp: Use variable to track command
7384 number.
7385 Update all callers of mi_create_breakpoint and use
7386 mi_make_breakpoint_table.
7387 Remove any unused global variables.
7388 * gdb.mi/mi-nonstop.exp: Likewise.
7389 * gdb.mi/mi-nsintrall.exp: Likewise.
7390 * gdb.mi/mi-nsmoribund.exp: Likewise.
7391 * gdb.mi/mi-nsthrexec.exp: Likewise.
7392 * gdb.mi/mi-reverse.exp: Likewise.
7393 * gdb.mi/mi-simplerun.exp: Likewise.
7394 * gdb.mi/mi-stepn.exp: Likewise.
7395 * gdb.mi/mi-syn-frame.exp: Likewise.
7396 * gdb.mi/mi-until.exp: Likewise.
7397 * gdb.mi/mi-var-cp.exp: Likewise.
7398 * gdb.mi/mi-var-display.exp: Likewise.
7399 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7400 * gdb.mi/mi2-var-child.exp: Likewise.
7401 * gdb.mi/mi-vla-c99.exp: Likewise.
7402 * lib/mi-support.exp: Likewise.
7403
7404 From Ian Lance Taylor <iant@cygnus.com>:
7405 * lib/gdb.exp (parse_args): New procedure.
7406
08351840
PA
74072014-04-23 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.base/break-unload-file.c: New file.
7410 * gdb.base/break-unload-file.exp: New file.
7411 * gdb.base/sym-file-lib.c (baz): New function.
7412 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7413 field.
7414 (load): Store the segment's mapped size.
7415 (unload): New function.
7416 (unload_shlib): New function.
7417 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7418 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7419 set a breakpoint at baz, and call it.
7420 * gdb.base/sym-file.exp: New tests for stale breakpoint
7421 instructions.
7422
076855f9
PA
74232014-04-23 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7426 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7427 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7428 * gdb.base/hbreak-unmapped.c: New file.
7429 * gdb.base/hbreak-unmapped.exp: New file.
7430 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7431 * lib/gdb.exp (gdb_is_target_remote): ... here.
7432
483805cf
PA
74332014-04-22 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/consecutive-step-over.c: New file.
7436 * gdb.base/consecutive-step-over.exp: New file.
7437
06d97543
PA
74382014-04-22 Pedro Alves <palves@redhat.com>
7439
7440 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7441 instead of send_gdb/gdb_expect.
7442
b4429ea2
YQ
74432014-04-22 Yao Qi <yao@codesourcery.com>
7444
7445 * lib/trace-support.exp (generate_tracefile): New procedure.
7446 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7447 return 0.
7448 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7449 if generate_tracefile returns 1.
7450
51d48146
PA
74512014-04-18 Tom Tromey <palves@redhat.com>
7452 Pedro alves <tromey@redhat.com>
7453
7454 PR backtrace/15558
7455 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7456 with a backtrace limit.
7457 * gdb.python/py-frame-inline.exp: Test running to an inline
7458 function with a backtrace limit, and printing the newest frame.
7459 * gdb.python/py-frame-inline.c (main): Call f.
7460
bd1dce5f
MS
74612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7462
7463 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7464
40d1a503
MS
74652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7466
7467 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7468 Drop prefix from unsupported source file path.
7469
389b98f7
YQ
74702014-04-17 Yao Qi <yao@codesourcery.com>
7471
7472 * lib/gdb.exp (with_target_charset): New proc.
7473 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7474 with_target_charset.
7475 (test_print_strings): Likewise.
7476 (test_repeat_bytes): Likewise.
7477 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7478 for some tests.
7479
22869d73
KS
74802014-04-16 Keith Seitz <keiths@redhat.com>
7481
7482 PR gdb/15827
7483 * gdb.dwarf2/corrupt.c: New file.
7484 * gdb.dwarf2/corrupt.exp: New file.
7485
c4f87ca6
KS
74862014-04-16 Keith Seitz <keiths@redhat.com>
7487
7488 PR c++/16597
7489 * gdb.cp/namelessclass.cc: New file.
7490 * gdb.cp/namelessclass.exp: New file.
7491 * gdb.cp/namelessclass.S: New file.
7492
ab19de87
DE
74932014-04-16 Doug Evans <dje@google.com>
7494
7495 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7496 Add comment.
7497 (gdbserver_default_get_comm_port): New function.
7498 (gdbserver_start): Check if board file provided
7499 "gdbserver,get_comm_port" and use it if so.
7500 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7501 (gdb,socketport): Set to "stdio".
7502 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7503 (stdio_gdbserver_template): Delete.
7504 (${board}_get_remote_address): Update.
7505 (${board}_build_remote_cmd): Delete.
7506 (${board}_get_comm_port): New function.
7507 (${board}_spawn): Update.
7508 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7509 Delete.
7510 (${board}_get_remote_address): Update.
7511 (${board}_get_comm_port): New function.
7512
fc98a809
AB
75132014-04-16 Andrew Burgess <aburgess@broadcom.com>
7514
7515 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7516 appearing in any order.
7517
87fd9e6e
DE
75182014-04-15 Doug Evans <dje@google.com>
7519
7520 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7521 uninitialized value of "description".
7522
099fc3ea
KS
75232014-04-15 Keith Seitz <keiths@redhat.com>
7524
7525 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7526 Remove unused globals.
7527 (test_running_the_program): Likewise.
7528 (test_controlled_execution): Likewise.
7529 (test_controlling_breakpoints): Likewise.
7530 (test_program_termination): Likewise.
7531
5da151d4
KS
75322014-04-15 Keith Seitz <keiths@redhat.com>
7533
7534 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7535 unused globals.
7536 (test_rbreak_creation_and_listing): Likewise.
7537 (test_ignore_count): Likewise.
7538 (test_error): Likewise.
7539
35e5d2f0
PA
75402014-04-15 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7543 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7544 sym-file-loader.c.
7545 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7546 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7547 to sym-file-loader.c.
7548 (struct library): Forward declare.
7549 (load_shlib, lookup_function): Change prototypes.
7550 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7551 (translate_offset): Remove declarations.
7552 (get_text_addr): New declaration.
7553 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7554 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7555 sym-file-loader.h.
7556 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7557 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7558 here from sym-file-loader.h.
7559 (struct library): New structure.
7560 (load_shlib, lookup_function): Change prototypes and adjust to
7561 work with a struct library.
7562 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7563 (translate_offset): Make static.
7564 (get_text_addr): New function.
7565 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7566
eb4c1710
PA
75672014-04-15 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7570
2d1baf52
PA
75712014-04-15 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.base/sym-file-loader.c: Include <limits.h>.
7574 (SELF_LINK): New define.
7575 (get_origin): New function.
7576 (load_shlib): Use it.
7577 * gdb.base/sym-file.exp: Don't early return if the target is
7578 remote. Use runto_main, and issue fail is that fails. Use
7579 gdb_load_shlibs.
7580 (shlib_name): Delete.
7581 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7582
7dd6df01
PA
75832014-04-15 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/sym-file.exp: Remove regex characters from test
7586 message. Don't refer to breakpoint numbers in test messages.
7587
b50c8614
KS
75882014-04-14 Keith Seitz <keiths@redhat.com>
7589
7590 PR c++/16253
7591 * gdb.cp/var-tag.cc: New file.
7592 * gdb.cp/var-tag.exp: New file.
7593 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7594 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7595 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7596 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7597
3d567982
TT
75982014-04-14 Tom Tromey <tromey@redhat.com>
7599
7600 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7601 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7602 type.
7603 * gdb.cp/enum-class.exp: New file.
7604 * gdb.cp/enum-class.cc: New file.
7605
0626fc76
TT
76062014-04-14 Tom Tromey <tromey@redhat.com>
7607
7608 * gdb.dwarf2/enum-type.exp: New file.
7609
dca325b3
SA
76102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7611
7612 * gdb.mi/mi-vla-c99.exp: New file.
7613 * gdb.mi/vla.c: New file.
7614
5854b38a
SA
76152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7616
7617 * gdb.base/vla-datatypes.c: New file.
7618 * gdb.base/vla-datatypes.exp: New file.
7619
463bb957
SA
76202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7621
7622 * gdb.base/vla-ptr.c: New file.
7623 * gdb.base/vla-ptr.exp: New file.
7624
3dd170be
SA
76252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7626
7627 * gdb.dwarf2/count.exp: New file.
7628
5ecaaa66
SA
76292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7630
7631 * gdb.base/vla-sideeffect.c: New file.
7632 * gdb.base/vla-sideeffect.exp: New file.
7633
41f1ada5
DB
76342014-04-14 David Blaikie <dblaikie@gmail.com>
7635
7636 * gdb.mi/non-stop.c: Add return value for non-void function return
7637 statement.
7638 * gdb.threads/staticthreads.c: Ditto.
7639
0be03e84
DE
76402014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7641 Doug Evans <xdje42@gmail.com>
7642
7643 * gdb.guile/scm-value.c: Improve test case.
7644 * gdb.guile/scm-value.exp: Add new test.
7645
f180a1fb
DB
76462014-04-11 David Blaikie <dblaikie@gmail.com>
7647
7648 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7649 override Clang's default.
7650
6b662e19
JB
76512014-04-11 Joel Brobecker <brobecker@adacore.com>
7652
7653 Revert the following changes (regressions):
7654
7655 * gdb.base/vla-sideeffect.c: New file.
7656 * gdb.base/vla-sideeffect.exp: New file.
7657
7658 * gdb.dwarf2/count.exp: New file.
7659
7660 * gdb.base/vla-multi.c: New file.
7661 * gdb.base/vla-multi.exp: New file.
7662
7663 * gdb.base/vla-ptr.c: New file.
7664 * gdb.base/vla-ptr.exp: New file.
7665
7666 * gdb.base/vla-datatypes.c: New file.
7667 * gdb.base/vla-datatypes.exp: New file.
7668
7669 * gdb.mi/mi-vla-c99.exp: New file.
7670 * gdb.mi/vla.c: New file.
7671
245a5f0b
KS
76722014-04-11 Keith Seitz <keiths@redhat.com>
7673
7674 PR c++/16675
7675 * gdb.cp/cpsizeof.exp: New file.
7676 * gdb.cp/cpsizeof.cc: New file.
7677
58a84dcf
SA
76782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7679
191a8a90
JB
7680 * gdb.mi/mi-vla-c99.exp: New file.
7681 * gdb.mi/vla.c: New file.
58a84dcf 7682
c8655f75
SA
76832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7684
7685 * gdb.base/vla-datatypes.c: New file.
7686 * gdb.base/vla-datatypes.exp: New file.
7687
024e13b4
SA
76882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7689
7690 * gdb.base/vla-ptr.c: New file.
7691 * gdb.base/vla-ptr.exp: New file.
7692
1a237e0e
SA
76932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7694
7695 * gdb.base/vla-multi.c: New file.
7696 * gdb.base/vla-multi.exp: New file.
7697
504f3432
SA
76982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7699
7700 * gdb.dwarf2/count.exp: New file.
7701
3bce8237
SA
77022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7703
191a8a90
JB
7704 * gdb.base/vla-sideeffect.c: New file.
7705 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7706
322f9c21
YQ
77072014-04-11 Yao Qi <yao@codesourcery.com>
7708
7709 * gdb.base/completion.exp: Check file exists before running tests
7710 on file completion.
7711
d708bcd1
PA
77122014-04-10 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/cond-eval-mode.c: New file.
7715 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7716 prepare_for_testing to build the new file. Check result of
7717 runto_main.
7718 (test_break, test_watch): New procedures.
7719 (top level): Use them.
7720
ae1d2761
PM
77212014-04-08 Pierre Muller <muller@sourceware.org>
7722
7723 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7724 Ctrl-V use for mingw hosts.
7725
7af389b8
SC
77262014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7727
7728 * gdb.python/py-value.c: Improve test case.
7729 * gdb.python/py-value.exp: Add new test.
7730
5e703181
DE
77312014-04-07 David Blaikie <dblaikie@gmail.com>
7732
7733 * lib/compiler.c: Identify the clang compiler.
7734 * lib/compiler.cc: Ditto.
7735
9810b410
YQ
77362014-04-03 Yao Qi <yao@codesourcery.com>
7737
7738 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7739
98d1b8dc
AB
77402014-04-01 Anton Blanchard <anton@samba.org>
7741
7742 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7743 messages unique.
7744
3114cea1
AB
77452014-04-01 Anton Blanchard <anton@samba.org>
7746
7747 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7748 prepare_for_testing.
7749
62f7182c
AB
77502014-04-01 Anton Blanchard <anton@samba.org>
7751
7752 * gdb.arch/ppc64-atomic-inst.c: Remove.
7753 * gdb.arch/ppc64-atomic-inst.S: New file.
7754 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7755
770e7fc7
DE
77562014-03-31 Doug Evans <dje@google.com>
7757
7758 * gdb.base/print-symbol-loading-lib.c: New file.
7759 * gdb.base/print-symbol-loading-main.c: New file.
7760 * gdb.base/print-symbol-loading.exp: New file.
7761
46e2bafa
YQ
77622014-03-31 Yao Qi <yao@codesourcery.com>
7763
7764 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7765
8776cfe9
JB
77662014-03-28 Joel Brobecker <brobecker@adacore.com>
7767
7768 * gdb.ada/mi_dyn_arr: New testcase.
7769
5d1ef361
DE
77702014-03-27 Doug Evans <dje@google.com>
7771
7772 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7773
b5bee914
YQ
77742014-03-27 Yao Qi <yao@codesourcery.com>
7775
7776 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7777 if target is nios2-*-*.
7778
0d4d0e77
YQ
77792014-03-26 Yao Qi <yao@codesourcery.com>
7780
7781 * lib/gdb.exp (readline_is_used): New proc.
7782 * gdb.base/completion.exp: Move tests on command complete up.
7783 Skip the rest of tests if readline is not used.
7784 * gdb.ada/complete.exp: Skp the test if readline is not
7785 used.
7786 * gdb.base/filesym.exp: Likewise.
7787 * gdb.base/macscp.exp: Likewise.
7788 * gdb.base/readline-ask.exp: Likewise.
7789 * gdb.base/readline.exp: Likewise.
7790 * gdb.python/py-cmd.exp: Likewise.
7791 * gdb.trace/tfile.exp: Likewise.
7792
29361eee
YQ
77932014-03-26 Yao Qi <yao@codesourcery.com>
7794
7795 * gdb.base/macscp.exp: Fix code format issues.
7796
bc9a5525
UW
77972014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7798
7799 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7800 * gdb.asm/powerpc64le.inc: New file.
7801
d3839ede
PA
78022014-03-25 Pedro Alves <palves@redhat.com>
7803 Doug Evans <dje@google.com>
7804
7805 * gdb.base/source-execution.c: New file.
7806 * gdb.base/source-execution.exp: New file.
7807 * gdb.base/source-execution.gdb: New file.
7808
01672a57
DE
78092014-03-24 Doug Evans <dje@google.com>
7810
7811 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7812 using fission.
7813
88bbeca9
HZ
78142014-03-24 Hui Zhu <hui@codesourcery.com>
7815 Pedro Alves <palves@redhat.com>
7816
7817 PR breakpoints/16101
7818 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7819 test pass/fail messages. Detect missing support for dprintf when
7820 breakpoints are actually inserted.
7821 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7822 breakpoints are actually inserted.
7823 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7824 fails.
7825
d2348791
JK
78262014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7827
7828 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7829
feef67ab
DE
78302014-03-22 Doug Evans <xdje42@gmail.com>
7831
7832 * gdb.python/python.exp (python not supported): Verify multi-line
7833 python command issues an error.
25d743f9 7834 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7835 guile command issues an error.
feef67ab 7836
ecebef6a
MR
78372014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7838
7839 * gdb.threads/thread-specific.exp: Handle the lack of usable
7840 $this_breakpoint and $this_thread.
7841
ccdd1909
HZ
78422014-03-21 Hui Zhu <hui@codesourcery.com>
7843
7844 * gdb.base/attach.exp (do_command_attach_tests): New.
7845
beb460e8
PA
78462014-03-20 Tom Tromey <tromey@redhat.com>
7847 Pedro Alves <palves@redhat.com>
7848
7849 PR cli/15718
7850 * gdb.base/condbreak-call-false.c: New file.
7851 * gdb.base/condbreak-call-false.exp: New file.
7852
40acf43a
PA
78532014-03-20 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7856 Delete.
7857 (block_signals, unblock_signals): Delete.
7858 (child_function_2, main): Remove references to deleted variable
7859 and functions.
7860
9f5e1e02
PA
78612014-03-20 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7864 Use pthread_kill to signal thread 2.
7865 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7866 Adjust to make the test send itself a signal rather than using the
7867 host's "kill" command.
7868
99619bea
PA
78692014-03-20 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.threads/multiple-step-overs.c: New file.
7872 * gdb.threads/multiple-step-overs.exp: New file.
7873 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7874 Adjust expected infrun debug output.
7875
2adfaa28
PA
78762014-03-20 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7879 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7880
31e77af2
PA
78812014-03-20 Pedro Alves <palves@redhat.com>
7882
7883 PR breakpoints/7143
7884 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7885 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7886 of gdb_test_multiple.
7887 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7888 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7889
b9f437de
PA
78902014-03-20 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7893 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7894
05adc73e
PA
78952014-03-19 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/async.exp: Remove early return.
7898
6048b950
PA
78992014-03-19 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7902
8bcfb00a
PA
79032014-03-19 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/async.exp (test_background): Expect \r\n after
7906 "completed." in the fail pattern.
7907
884e37dc
PA
79082014-03-19 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.base/async.exp (test_background): New procedure.
7911 Use it for all background execution command tests.
7912
148e57e2
PA
79132014-03-19 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/async.exp: Use prepare_for_testing.
7916
f48088c7
PA
79172014-03-19 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7920 the same line.
7921
e2f6c966
PA
79222014-03-19 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.base/async.c (main): Add "jump here" and "until here" line
7925 marker comments.
7926 * gdb.base/async.exp (jump_here): New global.
7927 (jump& test): Use it.
7928 (until_here): New global.
7929 (until& test): Use it.
7930
c30568d4
PA
79312014-03-19 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/async.exp: Don't frob gdb_protocol.
7934
0172b6a7
DE
79352014-03-18 Doug Evans <xdje42@gmail.com>
7936
7937 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7938 Fix spelling of exec-done-display.
7939
06c868a8
JK
79402014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7941
7942 PR gdb/15358
7943 * gdb.base/gdb-sigterm.c: New file.
7944 * gdb.base/gdb-sigterm.exp: New file.
7945
0c7e1a46
PA
79462014-03-18 Pedro Alves <palves@redhat.com>
7947
7948 PR gdb/13860
7949 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7950 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7951 solib-event.
7952
f7c77d93
JB
79532014-03-17 Joel Brobecker <brobecker@adacore.com>
7954
7955 * gdb.ada/pckd_arr_ren: New testcase.
7956
5a1e8c7a
DE
79572014-03-13 Doug Evans <xdje42@gmail.com>
7958
7959 PR guile/16612
7960 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7961 collect after discarding symbols.
7962
350e1a76
DE
79632014-03-13 Ludovic Courtès <ludo@gnu.org>
7964 Doug Evans <xdje42@gmail.com>
7965
7966 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7967 to history survives a gc.
7968
a69900ae
PA
79692014-03-13 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.base/default.exp: Don't test "target procfs".
7972
5db9f0bd
PA
79732014-03-13 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/default.exp: Update "target child" and "target procfs"
7976 tests to not expect "Unix".
7977
b3ccfe11
TT
79782014-03-12 Tom Tromey <tromey@redhat.com>
7979
7980 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7981 New procs. Add target-async tests.
7982 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7983 Add target-async tests.
7984
646f4417
AA
79852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7986
7987 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7988 'func_start' and 'func_end' for the beginning and end of the
7989 function code, respectively.
7990 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7991 'func_end' instead of 'func' and 'main'.
7992
288c211f
AA
79932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7994
7995 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7996 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7997 generate the debug info assembler source.
7998
e0c0f156
AA
79992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8000
8001 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8002 * gdb.dwarf2/arr-subrange.exp: Likewise.
8003 * gdb.dwarf2/dwz.exp: Likewise.
8004 * gdb.dwarf2/method-ptr.exp: Likewise.
8005 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8006 * gdb.dwarf2/subrange.exp: Likewise.
8007 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8008 * gdb.dwarf2/implptrpiece.exp: Likewise.
8009 * gdb.dwarf2/nostaticblock.exp: Likewise.
8010
0e5c4555
AA
80112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012
8013 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8014 directory to absolute path name arguments.
8015
5ec18f2b
JG
80162014-03-10 Joel Brobecker <brobecker@adacore.com>
8017
8018 * gdb.ada/tagged_access: New testcase.
8019
847fc4f2
MM
80202014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8021
8022 * gdb.btrace/data.exp: Update expected output.
8023
cc3da688
YQ
80242014-03-06 Yao Qi <yao@codesourcery.com>
8025
8026 * gdb.trace/pr16508.exp: New file.
8027
0f26cec1
PA
80282014-03-05 Pedro Alves <palves@redhat.com>
8029
8030 PR gdb/16575
8031 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8032 procedure.
8033 (top level): Adjust to use it. Add tests that exercise breakpoint
8034 interaction with the code-cache.
8035
7a5a839f
LC
80362014-02-26 Ludovic Courtès <ludo@gnu.org>
8037
8038 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8039 test for 'history-append!'.
8040
31aa7e4e
JB
80412014-02-26 Joel Brobecker <brobecker@adacore.com>
8042
8043 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8044 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8045 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8046 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8047 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8048 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8049
1b588015
JB
80502014-02-26 Joel Brobecker <brobecker@adacore.com>
8051
8052 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8053 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8054 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8055
55426c9d
JB
80562014-02-26 Joel Brobecker <brobecker@adacore.com>
8057
8058 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8059
dc53a7ad
JB
80602014-02-26 Joel Brobecker <brobecker@adacore.com>
8061
8062 * gdb.dwarf2/arr-stride.c: New file.
8063 * gdb.dwarf2/arr-stride.exp: New file.
8064
12ab52e9
PA
80652014-02-26 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8068 that won't ever trigger. Make sure that GDB reports the correct
8069 breakpoint that caused the stop.
8070
849c862e
JK
80712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8072
8073 PR gdb/16626
8074 * gdb.base/auto-load-script: New file.
8075 * gdb.base/auto-load.c: New file.
8076 * gdb.base/auto-load.exp: New file.
8077
71b7d793
JK
8078 PR gdb/16626
8079 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8080
e2f0d509
JK
80812014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8082
8083 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8084 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8085
50cc37c8
DE
80862014-02-24 Doug Evans <dje@google.com>
8087
8088 * lib/gdb.exp (run_on_host): Log error output if program fails.
8089
ea4758f2
PA
80902014-02-21 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.threads/step-after-sr-lock.c: Rename to ...
8093 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8094 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8095 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8096 ... this.
8097
d7b30f67
SDJ
80982014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8099
8100 PR tdep/16397
8101 * gdb.arch/amd64-stap-special-operands.exp: New file.
8102 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8103 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8104 * gdb.arch/amd64-stap-triplet.S: Likewise.
8105 * gdb.arch/amd64-stap-triplet.c: Likewise.
8106
83deb43f
JB
81072014-02-20 Joel Brobecker <brobecker@adacore.com>
8108
8109 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8110 in .section pseudo-op.
8111
adde2bff
DE
81122014-02-20 lin zuojian <manjian2006@gmail.com>
8113 Joel Brobecker <brobecker@adacore.com>
8114 Doug Evans <xdje42@gmail.com>
8115
8116 PR symtab/16581
8117 * gdb.dwarf2/dw2-icycle.S: New file.
8118 * gdb.dwarf2/dw2-icycle.c: New file.
8119 * gdb.dwarf2/dw2-icycle.exp: New file.
8120
f7bd0f78
SC
81212014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8122
8123 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8124 operations on gdb.Value objects.
8125 * gdb.python/py-value-cc.exp: Add new test to test operations on
8126 gdb.Value objects.
8127
c17ef0d5
DE
81282014-02-18 Doug Evans <dje@google.com>
8129
8130 * Makefile.in (TESTS): New variable.
8131 (expanded_tests, expanded_tests_or_none): New variables
8132 (check-single): Pass $(expanded_tests_or_none) to runtest.
8133 (check-parallel): Only run tests in $(TESTS) if non-empty.
8134 (check/no-matching-tests-found): New rule.
8135 * README: Document TESTS makefile variable.
8136
5dd3176f
DE
81372014-02-18 Doug Evans <dje@google.com>
8138
8139 * Makefile.in (check-parallel): rm -rf outputs temp.
8140
0b10be4f
JK
81412014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8142
8143 Fix "ERROR: no fileid for" in the testsuite.
8144 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8145
85f224e7
DE
81462014-02-12 Doug Evans <dje@google.com>
8147
8148 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8149 (MISCELLANEOUS): New variable.
8150 (clean): rm -rf $(MISCELLANEOUS).
8151 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8152 dwp live in the same directory as symlinks, with each symlink pointed
8153 to a differently named file in a different directory.
8154
149b30ff
DE
81552014-02-11 Doug Evans <dje@google.com>
8156
8157 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8158 of Tcl file commands.
8159
1dfdac32
MK
81602014-02-10 Mark Kettenis <kettenis@gnu.org>
8161
8162 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8163 "kill -SIGUSR1 -1".
8164
aa4fb036
JB
81652014-02-10 Joel Brobecker <brobecker@adacore.com>
8166
8167 * gdb.ada/tick_length_array_enum_idx: New testcase.
8168
ed3ef339
DE
81692014-02-10 Doug Evans <xdje42@gmail.com>
8170
8171 * configure.ac (AC_OUTPUT): Add gdb.guile.
8172 * configure: Regenerate.
8173 * lib/gdb-guile.exp: New file.
8174 * lib/gdb.exp (get_target_charset): New function.
8175 * gdb.base/help.exp: Update expected output from "apropos apropos".
8176 * gdb.guile/Makefile.in: New file.
8177 * gdb.guile/guile.exp: New file.
8178 * gdb.guile/scm-arch.c: New file.
8179 * gdb.guile/scm-arch.exp: New file.
8180 * gdb.guile/scm-block.c: New file.
8181 * gdb.guile/scm-block.exp: New file.
8182 * gdb.guile/scm-breakpoint.c: New file.
8183 * gdb.guile/scm-breakpoint.exp: New file.
8184 * gdb.guile/scm-disasm.c: New file.
8185 * gdb.guile/scm-disasm.exp: New file.
8186 * gdb.guile/scm-equal.c: New file.
8187 * gdb.guile/scm-equal.exp: New file.
8188 * gdb.guile/scm-error.exp: New file.
8189 * gdb.guile/scm-error.scm: New file.
8190 * gdb.guile/scm-frame-args.c: New file.
8191 * gdb.guile/scm-frame-args.exp: New file.
8192 * gdb.guile/scm-frame-args.scm: New file.
8193 * gdb.guile/scm-frame-inline.c: New file.
8194 * gdb.guile/scm-frame-inline.exp: New file.
8195 * gdb.guile/scm-frame.c: New file.
8196 * gdb.guile/scm-frame.exp: New file.
8197 * gdb.guile/scm-generics.exp: New file.
8198 * gdb.guile/scm-gsmob.exp: New file.
8199 * gdb.guile/scm-iterator.c: New file.
8200 * gdb.guile/scm-iterator.exp: New file.
8201 * gdb.guile/scm-math.c: New file.
8202 * gdb.guile/scm-math.exp: New file.
8203 * gdb.guile/scm-objfile-script-gdb.in: New file.
8204 * gdb.guile/scm-objfile-script.c: New file.
8205 * gdb.guile/scm-objfile-script.exp: New file.
8206 * gdb.guile/scm-objfile.c: New file.
8207 * gdb.guile/scm-objfile.exp: New file.
8208 * gdb.guile/scm-ports.exp: New file.
8209 * gdb.guile/scm-pretty-print.c: New file.
8210 * gdb.guile/scm-pretty-print.exp: New file.
8211 * gdb.guile/scm-pretty-print.scm: New file.
8212 * gdb.guile/scm-section-script.c: New file.
8213 * gdb.guile/scm-section-script.exp: New file.
8214 * gdb.guile/scm-section-script.scm: New file.
8215 * gdb.guile/scm-symbol.c: New file.
8216 * gdb.guile/scm-symbol.exp: New file.
8217 * gdb.guile/scm-symtab-2.c: New file.
8218 * gdb.guile/scm-symtab.c: New file.
8219 * gdb.guile/scm-symtab.exp: New file.
8220 * gdb.guile/scm-type.c: New file.
8221 * gdb.guile/scm-type.exp: New file.
8222 * gdb.guile/scm-value-cc.cc: New file.
8223 * gdb.guile/scm-value-cc.exp: New file.
8224 * gdb.guile/scm-value.c: New file.
8225 * gdb.guile/scm-value.exp: New file.
8226 * gdb.guile/source2.scm: New file.
8227 * gdb.guile/types-module.cc: New file.
8228 * gdb.guile/types-module.exp: New file.
8229
7026a7c1
YQ
82302014-02-10 Yao Qi <yao@codesourcery.com>
8231
8232 PR testsuite/16543
8233 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8234 * configure: Regenerated.
8235 * Makefile.in: New file.
8236
6c466447
AS
82372014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8238
8239 * gdb.python/py-framefilter.exp: Fix typo.
8240
6e854735
YQ
82412014-02-08 Yao Qi <yao@codesourcery.com>
8242
8243 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8244 that no =breakpoint-modified is emitted when breakpoints are
8245 modified through MI commands.
8246
d137e6dc
PA
82472014-02-07 Pedro Alves <pedro@codesourcery.com>
8248 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.threads/step-after-sr-lock.c: New file.
8251 * gdb.threads/step-after-sr-lock.exp: New file.
8252
b5ee5a50
PA
82532014-02-07 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8256
3c77faf3
JK
82572014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8258
8259 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8260 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8261
6dddc817
DE
82622014-02-06 Doug Evans <xdje42@gmail.com>
8263
8264 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8265 output.
8266
8267 * gdb.gdb/python-interrupts.exp: New file.
8268
de7b2893
YQ
82692014-02-05 Yao Qi <yao@codesourcery.com>
8270
8271 * gdb.trace/report.exp (use_collected_data): Test the output
8272 of "info threads" and "info inferiors".
8273
66d032ac
YQ
82742014-02-05 Yao Qi <yao@codesourcery.com>
8275
8276 Revert this patch:
8277
8278 2013-05-24 Yao Qi <yao@codesourcery.com>
8279
8280 * gdb.trace/tfile.exp: Test inferior and thread.
8281
591a12a1
UW
82822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8283
8284 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8285 on a function.
8286 * gdb.base/step-bt.c: Call hello via function pointer to make
8287 sure its first instruction is executed on powerpc64le-linux.
8288
0ff3e01f
UW
82892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8290
8291 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8292
084ee545
UW
82932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8294
8295 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8296 of the test patterns for use on little-endian systems.
8297
6ed14ff3
UW
82982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8299
8300 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8301 (decimal_vector): Fix for little-endian.
8302
401e27fd
JM
83032014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8304
8305 * gdb.arch/sparc-sysstep.exp: New file.
8306 * gdb.arch/sparc-sysstep.c: Likewise.
8307
8308 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8309
8b924729
EBM
83102014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8311
8312 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8313
fb151210
JB
83142014-01-23 Tom Tromey <tromey@redhat.com>
8315
8316 * gdb.ada/array_char_idx: New testcase.
8317
0740f8d8
TT
83182014-01-23 Tom Tromey <tromey@redhat.com>
8319
8320 PR python/16487:
8321 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8322 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8323 classes.
8324
21909fa1
TT
83252014-01-23 Tom Tromey <tromey@redhat.com>
8326
8327 PR python/16491:
8328 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8329 string from an inferior frame.
8330 * gdb.python/py-framefilter-mi.exp: Update.
8331
87ce2a04
DE
83322014-01-22 Doug Evans <dje@google.com>
8333
8334 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8335
237b092b
AA
83362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8337
8338 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8339
d674a709
AA
83402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8341
8342 * gdb.trace/entry-values.exp: Remove excess space character from
8343 regex patterns. Handle s390 call instruction.
8344
20fa3390
AA
83452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8346
8347 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8348 define "*_start" label. Make "name" static.
8349 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8350 ${name} by references to ${name}_start.
8351
78466714
AA
83522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8353
8354 * gdb.base/info-macros.exp: Remove "debug" from the compile
8355 options.
8356
ec9f644a
IB
83572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8358
8359 * gdb.dlang/demangle.exp: New file.
8360
94b1b47e
IB
83612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8362
8363 * gdb.dlang/primitive-types.exp: New file.
8364
7f420862
IB
83652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8366
8367 * configure.ac: Create gdb.dlang/Makefile.
8368 * configure: Regenerate.
8369 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8370 * gdb.dlang/Makefile.in: New file.
8371 * lib/d-support.exp: New file.
8372 * lib/gdb.exp (skip_d_tests): New proc.
8373
52834460
MM
83742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8375
8376 * gdb.btrace/delta.exp: Check reverse stepi.
8377 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8378 * gdb.btrace/finish.exp: New.
8379 * gdb.btrace/next.exp: New.
8380 * gdb.btrace/nexti.exp: New.
8381 * gdb.btrace/record_goto.c: Add comments.
8382 * gdb.btrace/step.exp: New.
8383 * gdb.btrace/stepi.exp: New.
8384 * gdb.btrace/multi-thread-step.c: New.
8385 * gdb.btrace/multi-thread-step.exp: New.
8386 * gdb.btrace/rn-dl-bind.c: New.
8387 * gdb.btrace/rn-dl-bind.exp: New.
8388 * gdb.btrace/data.c: New.
8389 * gdb.btrace/data.exp: New.
8390 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8391
6e07b1d2
MM
83922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8393
8394 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8395 * gdb.btrace/exception.exp: Update.
8396 * gdb.btrace/instruction_history.exp: Update.
8397 * gdb.btrace/record_goto.exp: Update.
8398 * gdb.btrace/tailcall.exp: Update.
8399 * gdb.btrace/unknown_functions.exp: Update.
8400 * gdb.btrace/delta.exp: New.
8401
0b722aec
MM
84022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8403
8404 * gdb.btrace/record_goto.exp: Add backtrace test.
8405 * gdb.btrace/tailcall.exp: Add backtrace test.
8406
066ce621
MM
84072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8408
8409 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8410 * gdb.btrace/record_goto.c: New.
8411 * gdb.btrace/record_goto.exp: New.
8412 * gdb.btrace/x86-record_goto.S: New.
8413
0688d04e
MM
84142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8415
8416 * gdb.btrace/function_call_history.exp: Update tests.
8417 * gdb.btrace/instruction_history.exp: Update tests.
8418
8710b709
MM
84192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8420
8421 * gdb.btrace/function_call_history.exp: Fix expected field
8422 order for "record function-call-history".
8423 Add new tests for "record function-call-history /c".
8424 * gdb.btrace/exception.cc: New.
8425 * gdb.btrace/exception.exp: New.
8426 * gdb.btrace/tailcall.exp: New.
8427 * gdb.btrace/x86-tailcall.S: New.
8428 * gdb.btrace/x86-tailcall.c: New.
8429 * gdb.btrace/unknown_functions.c: New.
8430 * gdb.btrace/unknown_functions.exp: New.
8431 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8432
5de9129b
MM
84332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8434
8435 * gdb.btrace/instruction_history.exp: Update.
8436 * gdb.btrace/function_call_history.exp: Update.
8437
23a7fe75
MM
84382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8439
8440 * gdb.btrace/function_call_history.exp: Fix expected function
8441 trace.
8442 * gdb.btrace/instruction_history.exp: Initialize traced.
8443 Remove traced_functions.
8444
724c7dd8
MM
84452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8446
8447 * gdb.btrace/function_call_history.exp: Update
8448 * gdb.btrace/instruction_history.exp: Update.
8449
6d78d93b
MM
84502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8451
8452 * gdb.btrace/enable.exp: Update expected text.
8453
93a360cc
OJ
84542014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8455
8456 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8457 bytes.
8458
3772b53f
MR
84592014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8460
8461 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8462
596662fa
OJ
84632014-01-15 Omair Javaid <omair.javaid@linaro.org>
8464
8465 * lib/gdb.exp (supports_process_record): Return true for
8466 arm*-linux*. (supports_reverse): Likewise.
8467
b5b08fb4
SC
84682014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8469
8470 PR python/15464
8471 PR python/16113
8472 * gdb.python/py-type.c: Enhance test case.
8473 * gdb.python/py-value-cc.cc: Likewise
8474 * gdb.python/py-type.exp: Add new tests.
8475 * gdb.python/py-value-cc.exp: Likewise
8476
52d7fb13
AA
84772014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8478 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8481 Make "name" extern.
8482 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8483 references to ${name}_start by references to ${name}.
8484
a2cd8cfe
JB
84852014-01-10 Joel Brobecker <brobecker@adacore.com>
8486
8487 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8488
4e23fced
JB
84892014-01-10 Joel Brobecker <brobecker@adacore.com>
8490
8491 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8492
c6a9e42c
PA
84932014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8494 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8497 mi_gdb_target_load.
c6a9e42c 8498
b7ea362b
PA
84992014-01-08 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.threads/reconnect-signal.c: New file.
8502 * gdb.threads/reconnect-signal.exp: New file.
8503
5e3f4fab
EBM
85042014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8505
8506 * gdb.base/source-dir.exp: New file.
8507
79301218
JB
85082014-01-07 Joel Brobecker <brobecker@adacore.com>
8509
8510 * gdb.ada/mi_interface: New testcase.
8511
8e355c5d
JB
85122014-01-07 Joel Brobecker <brobecker@adacore.com>
8513
8514 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8515 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8516 gdb.ada/pp-rec-component/pck.ads: New files.
8517
c0d48811
JB
85182014-01-07 Joel Brobecker <brobecker@adacore.com>
8519
8520 * gdb.python/py-pp-integral.c: New file.
8521 * gdb.python/py-pp-integral.py: New file.
8522 * gdb.python/py-pp-integral.exp: New file.
8523
17b609c3 8524For older changes see ChangeLog-1993-2013.
c906108c 8525\f
8d8cb839
EZ
8526;; Local Variables:
8527;; mode: change-log
8528;; left-margin: 8
8529;; fill-column: 74
8530;; version-control: never
8531;; End:
902f2ccb 8532
618f726f 8533 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8534 Copying and distribution of this file, with or without modification,
8535 are permitted provided the copyright notice and this notice are preserved.
This page took 2.735235 seconds and 4 git commands to generate.