More assert checks on reinsert breakpoint
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a28d8e50
YTL
12016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2
3 * gdb.base/float.exp: Add target check for nds32*-*-*.
4 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5
cad8e26d
AB
62016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9 for unsupported target features.
10 * gdb.base/call-rt-st.exp: Likewise.
11 * gdb.base/call-sc.exp: Likewise.
12 * gdb.base/call-signal-resume.exp: Likewise.
13 * gdb.base/call-strs.exp: Likewise.
14 * gdb.base/callexit.exp: Likewise.
15 * gdb.base/callfuncs.exp: Likewise.
16 * gdb.base/nodebug.exp: Likewise.
17 * gdb.base/printcmds.exp: Likewise.
18 * gdb.base/ptype.exp: Likewise.
19 * gdb.base/structs.exp: Likewise.
20 * gdb.base/unwindonsignal.exp: Likewise.
21 * gdb.cp/gdb2495.exp: Likewise.
22 * gdb.cp/templates.exp: Likewise.
23 * gdb.cp/virtfunc.exp: Likewise.
24 * gdb.threads/hand-call-in-threads.exp: Likewise.
25 * gdb.threads/interrupted-hand-call.exp: Likewise.
26 * gdb.threads/thread-unwindonsignal.exp: Likewise.
27
347dc102
TT
282016-06-10 Tom Tromey <tom@tromey.com>
29
30 PR rust/20110:
31 * gdb.rust/expr.exp: Add test for integer constant larger than
32 i32.
33
5e13cf25
BH
342016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
35
36 * gdb.fortran/nested-funcs.exp: New.
37 * gdb.fortran/nested-funcs.f90: New.
38
bb556f1f
TK
392016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
40
41 * gdb.base/examine-backward.c: New file.
42 * gdb.base/examine-backward.exp: New file.
43
38b022b4
SM
442016-06-06 Simon Marchi <simon.marchi@ericsson.com>
45
46 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
47 matching.
48
1b40ec05
TT
492016-06-02 Tom Tromey <tom@tromey.com>
50
51 PR python/18984:
52 * gdb.python/py-shared.exp: Add solib_name test.
53
193bd378
SM
542016-06-02 Simon Marchi <simon.marchi@ericsson.com>
55
56 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
57
3326303b
MG
582016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
59
60 PR c++/19893
61 * gdb.dwarf2/implref.exp: Rename to...
62 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
63 * gdb.dwarf2/implref-array.c: New file.
64 * gdb.dwarf2/implref-array.exp: Likewise.
65 * gdb.dwarf2/implref-global.c: Likewise.
66 * gdb.dwarf2/implref-global.exp: Likewise.
67 * gdb.dwarf2/implref-struct.c: Likewise.
68 * gdb.dwarf2/implref-struct.exp: Likewise.
69
825c8ef2
AT
702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
71
72 * gdb.trace/trace-condition.exp: Add 64bit tests.
73
2320162a
AT
742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
75
76 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
77 bits types.
78 (main): Adapt to 8 to 64 bits types.
79 * gdb.trace/trace-condition.exp: Add new tests.
80
a7818233
AT
812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
82
83 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
84
0d336466
AT
852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
86
87 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
88 Move condition tests...
89 * gdb.trace/trace-condition.exp: Here.
90
7faeb45a
AT
912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
92
93 * gdb.trace/trace-condition.exp: Add counter-case tests.
94
e385593e
JK
952016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 PR c++/15231
98 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
99 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
100
744608cc
PA
1012016-05-27 Pedro Alves <palves@redhat.com>
102
103 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
104 New procedure.
105 (top level): Call it, and bail out of DejaGnu is known to be bad.
106
ac775bf4
AB
1072016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.base/whatis.c: Extend the test case.
110 * gdb.base/whatis.exp: Add additional tests.
111
2bbad2ea
BH
1122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
113
114* gdb.fortran/type.f90: Add pointer variable.
115* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
116
8b70175d
BH
1172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
118
119 * gdb.fortran/vla-type.exp: Fix testcase name.
120
86d8a848
BH
1212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
122
123 * gdb.fortran/vla-type.exp: Access elements in nested structs.
124
e188eb36
BH
1252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
126
127 * gdb.fortran/type.f90: Add nested structures.
128 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
129 * gdb.fortran/derived-type.exp: Adapt expected output.
130 * gdb.fortran/vla-type.exp: Adapt expected output.
131
9b2db1fd
BH
1322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
133
134 * gdb.fortran/whatis_type.exp: Adapt expected output.
135
72b17055
BH
1362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
137
138 * gdb.fortran/print_type.exp: Fix expected output.
139 * gdb.fortran/whatis_type.exp: Fix expected output.
140
3cd81d8d
BH
1412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
142
143 * gdb.fortran/whatis_type.exp: Use multi_line.
144
ddae9462
TT
1452016-05-24 Tom Tromey <tom@tromey.com>
146
147 PR python/17386:
148 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
149 use value as an index.
150
1957f6b8
TT
1512016-05-23 Tom Tromey <tom@tromey.com>
152
153 PR python/17981:
154 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
155 no-breakpoint case.
156
026a9174
PA
1572016-05-24 Pedro Alves <palves@redhat.com>
158
159 PR gdb/19828
160 * gdb.threads/clone-attach-detach.c: New file.
161 * gdb.threads/clone-attach-detach.exp: New file.
162
e70a7231
FR
1632016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
164
165 * gdb.base/annota-input-while-running.exp: Fix syntax error.
166
0f6ed0e0
TT
1672016-05-23 Tom Tromey <tom@tromey.com>
168
169 PR python/19438, PR python/18393:
170 * gdb.python/py-progspace.exp: Add "dir" test.
171 * gdb.python/py-objfile.exp: Add "dir" test.
172
ffd19d61
YQ
1732016-05-23 Yao Qi <yao.qi@linaro.org>
174
175 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
176 * gdb.arch/thumb2-it.exp: Likewise.
177
9e8f9b05
SM
1782016-05-18 Simon Marchi <simon.marchi@ericsson.com>
179
180 * gdb.mi/mi-threads-interrupt.c: New file.
181 * gdb.mi/mi-threads-interrupt.exp: New file.
182
61c6156d
SM
1832016-05-17 Simon Marchi <simon.marchi@ericsson.com>
184
185 PR gdb/18077
186 * gdb.mi/mi-async-run.exp: New file.
187 * gdb.mi/mi-async-run.c: New file.
188
67218854
TT
1892016-05-17 Tom Tromey <tom@tromey.com>
190 Manish Goregaokar <manishsmail@gmail.com>
191
192 * lib/rust-support.exp: New file.
193 * lib/gdb.exp (skip_rust_tests): New proc.
194 (build_executable_from_specs): Handle rust.
195 * lib/future.exp (gdb_find_rustc): New proc.
196 (gdb_default_target_compile): Handle rust.
197 * gdb.rust/expr.exp: New file.
198 * gdb.rust/generics.exp: New file.
199 * gdb.rust/generics.rs: New file.
200 * gdb.rust/methods.exp: New file.
201 * gdb.rust/methods.rs: New file.
202 * gdb.rust/modules.exp: New file.
203 * gdb.rust/modules.rs: New file.
204 * gdb.rust/simple.exp: New file.
205 * gdb.rust/simple.rs: New file.
206
c44af4eb
TT
2072016-05-17 Tom Tromey <tom@tromey.com>
208
209 * gdb.base/default.exp (set language): Add rust.
210
dcd1f979
TT
2112016-05-17 Tom Tromey <tom@tromey.com>
212
213 * gdb.gdb/unittest.exp: New file.
214
155b7f57
YQ
2152016-05-16 Yao Qi <yao.qi@linaro.org>
216
217 * gdb.base/batch-preserve-term-settings.exp: Remove variable
218 shell_prompt. Update shell_prompt_re.
219
8ddd5a6c
DE
2202016-05-12 Doug Evans <dje@google.com>
221
222 PR symtab/19999
223 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
224 $options when building executable.
225 * gdb.dwarf2/fission-loclists-pie.S: New file.
226 * gdb.dwarf2/fission-loclists-pie.exp: New file.
227
02e370d9
SM
2282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
229
230 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
231 of [is_remote target],
232
8929ad8b
SM
2332016-05-04 Simon Marchi <simon.marchi@ericsson.com>
234
235 * lib/gdb.exp (use_gdb_stub): New procedure.
236
6c447423
DE
2372016-05-03 Yunlian Jiang <yunlian@google.com>
238 Doug Evans <dje@google.com>
239
240 PR symtab/19914
241 * gdb.dwarf2/dwp-sepdebug.c: New file.
242 * gdb.dwarf2/dwp-sepdebug.exp: New file.
243
444e826c
SM
2442016-05-02 Simon Marchi <simon.marchi@ericsson.com>
245
246 * gdb.base/detach.exp: Remove is_remote check.
247
740feeaa
SM
2482016-05-02 Simon Marchi <simon.marchi@ericsson.com>
249
250 * gdb.base/annota-input-while-running.exp: Don't check for
251 [is_remote target]. Enable annotations after running to main.
252 Remove unused "set test..." line.
253
9080ac9d
SM
2542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
255
256 * gdb.trace/trace-enable-disable.exp: New file.
257 * gdb.trace/trace-enable-disable.c: New file.
258
952ebca5
SM
2592016-04-28 Simon Marchi <simon.marchi@ericsson.com>
260
261 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
262 use it in info sharedlibrary test.
263 * gdb.trace/ftrace-lock.exp: Likewise.
264 * gdb.trace/ftrace.exp: Likewise.
265 * gdb.trace/range-stepping.exp: Likewise.
266 * gdb.trace/trace-break.exp: Likewise.
267 * gdb.trace/trace-condition.exp: Likewise.
268 * gdb.trace/trace-mt.exp: Likewise.
269
d9019901
SM
2702016-04-27 Simon Marchi <simon.marchi@ericsson.com>
271
272 * lib/gdb.exp (gdb_load_shlibs): Rename to...
273 (gdb_load_shlib): ... this.
274 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
275 gdb_load_shlib.
276 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
277 * gdb.base/ctxobj.exp: Likewise.
278 * gdb.base/dprintf-pending.exp: Likewise.
279 * gdb.base/dso2dso.exp: Likewise.
280 * gdb.base/fixsection.exp: Likewise.
281 * gdb.base/gcore-relro.exp: Likewise.
282 * gdb.base/gdb1555.exp: Likewise.
283 * gdb.base/global-var-nested-by-dso.exp: Likewise.
284 * gdb.base/gnu-ifunc.exp: Likewise.
285 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
286 * gdb.base/jit-so.exp (one_jit_test): Likewise.
287 * gdb.base/pending.exp: Likewise.
288 * gdb.base/print-file-var.exp: Likewise.
289 * gdb.base/print-symbol-loading.exp: Likewise.
290 * gdb.base/shlib-call.exp: Likewise.
291 * gdb.base/shreloc.exp: Likewise.
292 * gdb.base/so-impl-ld.exp: Likewise.
293 * gdb.base/solib-disc.exp: Likewise.
294 * gdb.base/solib-nodir.exp: Likewise.
295 * gdb.base/solib-overlap.exp: Likewise.
296 * gdb.base/solib-symbol.exp: Likewise.
297 * gdb.base/solib-weak.exp (do_test): Likewise.
298 * gdb.base/sym-file.exp: Likewise.
299 * gdb.base/symtab-search-order.exp: Likewise.
300 * gdb.base/type-opaque.exp: Likewise.
301 * gdb.base/unload.exp: Likewise.
302 * gdb.base/watchpoint-solib.exp: Likewise.
303 * gdb.compile/compile.exp: Likewise.
304 * gdb.cp/gdb2384.exp: Likewise.
305 * gdb.cp/infcall-dlopen.exp: Likewise.
306 * gdb.cp/re-set-overloaded.exp: Likewise.
307 * gdb.fortran/library-module.exp: Likewise.
308 * gdb.opt/solib-intra-step.exp: Likewise.
309 * gdb.python/py-finish-breakpoint.exp: Likewise.
310 * gdb.python/py-shared.exp: Likewise.
311 * gdb.reverse/solib-precsave.exp: Likewise.
312 * gdb.reverse/solib-reverse.exp: Likewise.
313 * gdb.server/solib-list.exp: Likewise.
314 * gdb.threads/dlopen-libpthread.exp: Likewise.
315 * gdb.threads/tls-shared.exp: Likewise.
316 * gdb.threads/tls-so_extern.exp: Likewise.
317 * gdb.trace/change-loc.exp: Likewise.
318 * gdb.trace/ftrace-lock.exp: Likewise.
319 * gdb.trace/ftrace.exp: Likewise.
320 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
321 * gdb.trace/pending.exp: Likewise.
322 * gdb.trace/range-stepping.exp: Likewise.
323 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
324 (strace_info_marker): Likewise.
325 (strace_probe_marker): Likewise.
326 (strace_trace_on_same_addr): Likewise.
327 (strace_trace_on_diff_addr): Likewise.
328 * gdb.trace/trace-break.exp: Likewise.
329 * gdb.trace/trace-condition.exp: Likewise.
330 * gdb.trace/trace-mt.exp: Likewise.
331
fca4cfd9
SM
3322016-04-27 Simon Marchi <simon.marchi@ericsson.com>
333
334 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
335 result of gdb_remote_download.
336 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
337 * gdb.base/dso2dso.exp: Likewise.
338 * gdb.base/global-var-nested-by-dso.exp: Likewise.
339 * gdb.base/print-file-var.exp: Likewise.
340 * gdb.base/shlib-call.exp: Likewise.
341 * gdb.base/shreloc.exp: Likewise.
342 * gdb.base/solib-overlap.exp: Likewise.
343 * gdb.base/solib-weak.exp (do_test): Likewise.
344 * gdb.base/unload.exp: Likewise.
345
11cf4ffb
YQ
3462016-04-27 Yao Qi <yao.qi@linaro.org>
347
348 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
349 exists.
350
3e2e34f8
KB
3512016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
352
353 * vla-type.exp: Print structure from toplevel.
354
8f07e298
BH
3552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
356
357 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
358 of dynamic types.
359 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
360 of dynamic types.
361
9920b434
BH
3622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
363
364 * gdb.fortran/vla-type.f90: New file.
365 * gdb.fortran/vla-type.exp: New file.
366
f3abeff5
YQ
3672016-04-25 Yao Qi <yao.qi@linaro.org>
368
369 * gdb.base/branch-to-self.c: New file.
370 * gdb.base/branch-to-self.exp: New file.
371
0a5d52f0
YQ
3722016-04-22 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
375 more after $hex.
376
495346f6
YQ
3772016-04-22 Yao Qi <yao.qi@linaro.org>
378
379 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
380 * gdb.base/annota3.exp: Likewise.
381
4a7e075c
YQ
3822016-04-22 Yao Qi <yao.qi@linaro.org>
383
384 * gdb.reverse/step-precsave.exp: Do one step and test program
385 stops in "callee" and do multiple steps until program goes out
386 of "callee".
387 * gdb.reverse/step-reverse.exp: Likewise.
388
5b061e98
YQ
3892016-04-22 Yao Qi <yao.qi@linaro.org>
390
391 * gdb.trace/signal.exp: Also pass if
392 $tracepoint_hits($i) > $iterations.
393
5c5dc57f
YQ
3942016-04-22 Yao Qi <yao.qi@linaro.org>
395
396 * gdb.trace/signal.c: New file.
397 * gdb.trace/signal.exp: New file.
398
a55411b9
DE
3992016-04-19 Doug Evans <xdje42@gmail.com>
400
401 * gdb.base/bad-file.exp: New file.
402
a22df60a
MG
4032016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
404
405 * gdb.dwarf2/implref.exp: New file.
406
0c13f7e5
BH
4072016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
408
409 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
410 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
411 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
412 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
413 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
414 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
415 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
416 * lib/fortran.exp (fortran_int4): New procedure.
417 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
418 (fortran_logical4): Likewise.
419
9b9b09e9
BH
4202016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
421
422 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
423
a14d1f4d
BH
4242016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
425
426 * lib/compiler.c: Add Intel specific preprocessor macros.
427 * lib/compiler.cc: Likewise.
428
7d49b1d0
LM
4292016-04-13 Luis Machado <lgustavo@codesourcery.com>
430
431 * gdb.server/connect-with-no-symbol-file.c: New file.
432 * gdb.server/connect-with-no-symbol-file.exp: New file.
433
8392fa22
SM
4342016-04-13 Simon Marchi <simon.marchi@ericsson.com>
435
436 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
437
8c4c4aeb
SM
4382016-04-13 Simon Marchi <simon.marchi@ericsson.com>
439
440 * boards/gdbserver-base.exp (${board}_download): Copy source file to
441 standard output directory.
442
45e3745e
AT
4432016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
444
445 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
446
e26b7e41
MM
4472016-04-13 Markus Metzger <markus.t.metzger@intel.com>
448
449 * gdb.btrace/instruction_history.c (loop): Add declaration.
450
8ce09462
AT
4512016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
452
453 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
454
2e88a1ea
SM
4552016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
458 parentheses to print.
459 (continue_handler): Likewise.
460
f48e22e3
SM
4612016-04-08 Simon Marchi <simon.marchi@ericsson.com>
462
463 * gdb.server/solib-list.exp: Remove is_remote check.
464 Pass shlib= to gdb_compile. Don't link shared library with
465 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
466 Run binary filename through "readlink -f" on the target.
467
096be756
PA
4682016-04-08 Pedro Alves <palves@redhat.com>
469
470 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
471 interpreter filename as argument to gdbserver_spawn.
472 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
473 Return empty if $last_loaded_file does not exist.
474
06500533
JK
4752016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
476
477 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
478 * gdb.base/jit-main.c: Use exit after usage.
479
2d35e871
JK
4802016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
481
482 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
483 GDBHISTSIZE prior to the tests.
484 * gdb.base/gdbinit-history.exp: Likewise.
485
4862016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
487
488 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
489 instead of build_executable. Use gdb_load_shlibs.
490
c8064e7e
YQ
4912016-04-07 Yao Qi <yao.qi@linaro.org>
492
493 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
494 Execute "si" command.
495
bde47561
YQ
4962016-04-07 Yao Qi <yao.qi@linaro.org>
497
498 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
499 number instead of the comments on some line.
500
b16f8a3b
DB
5012016-04-06 Don Breazeal <donb@codesourcery.com>
502
503 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
504 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
505
c2f901df
SM
5062016-04-06 Simon Marchi <simon.marchi@ericsson.com>
507
508 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
509 standard_output_file. Remove unused binfile variable.
510
ac17fda0
CU
5112016-04-05 Catalin Udma <catalin.udma@freescale.com>
512
513 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
514 * gdb.python/py-mi-objfile.exp: Match "list main" output
515 in console format.
516
03a8c4df
SM
5172016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
518
519 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
520 absolute.
521
6e774b13
SM
5222016-04-05 Simon Marchi <simon.marchi@ericsson.com>
523
524 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
525 absolute.
526 * gdb.trace/ftrace.exp: Likewise.
527 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
528 targets as well.
529 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
530 (gdb_load_shlibs): Copy libraries to test directory when testing
531 natively. Only set solib-search-path if testing remotely.
532 * lib/mi-support.exp (mi_load_shlibs): Likewise.
533
7817ea46
SM
5342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
535
536 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
537 gdb_download. Use it even if the target is not remote.
538 * gdb.base/jit.exp (compile_jit_test): Likewise.
539 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
540 output directory if the destination board is local, otherwise use
541 the standard remote_download from DejaGnu.
542 (gdb_download): Remove.
543 (gdb_load_shlibs): Use gdb_remote_download instead of
544 gdb_download.
545 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
546 Use gdb_remote_download instead of gdb_download. Use it even if
547 the target is not remote.
548 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
549 instead of gdb_download.
550
7beb7f68
SM
5512016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
552
553 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
554 (test_insert_delete_modify): Call mi_load_shlibs before trying to
555 run.
556
cc63428a
AV
5572016-04-01 Artemiy Volkov <artemiyv@acm.org>
558
559 PR gdb/19820
560 * gdb.base/printcmds.exp: Add artificial arrays tests.
561
64cdf930
PA
5622016-03-31 Pedro Alves <palves@redhat.com>
563
564 PR gdb/19858
565 * gdb.base/jit-main.c: Include unistd.h.
566 (ATTACH): Define to 0 if not already defined.
567 (wait_for_gdb, mypid): New globals.
568 (WAIT_FOR_GDB): New macro.
569 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
570 some breakpoint locations.
571 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
572 New procedures.
573 (one_jit_test): Add REATTACH parameter, and handle it. Use
574 continue_to_test_location.
575 (top level): Test attach, and adjusts calls to one_jit_test.
576
40dea8cb
PA
5772016-03-31 Pedro Alves <palves@redhat.com>
578
579 PR gdb/19858
580 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
581 BINSUFFIX parameter, and handle it.
582 (top level): Adjust calls compile_jit_test.
583
e7ea3ec7
CU
5842016-03-31 Catalin Udma <catalin.udma@freescale.com>
585
586 PR python/19743
587 * gdb.python/py-mi-events-gdb.py: New file.
588 * gdb.python/py-mi-events.c: New file.
589 * gdb.python/py-mi-events.exp: New file.
590
e6359af3
YQ
5912016-03-30 Yao Qi <yao.qi@linaro.org>
592
593 * gdb.reverse/until-precsave.exp: Match function name only.
594 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
595 Move malloc to a condition block.
596 * gdb.reverse/until-reverse.exp: Match function name only.
597
a4105d04
MK
5982016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
599
600 * gdb.trace/ftrace.exp: Set arg0exp for s390.
601 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
602 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
603 variable for GPR 0 instead of assuming it is register 0.
604 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
605 * lib/trace-support.exp: Add s390 registers.
606
bfa6adb9
YQ
6072016-03-29 Yao Qi <yao.qi@linaro.org>
608
609 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
610
1e6697ea
YQ
6112016-03-24 Yao Qi <yao.qi@linaro.org>
612
613 * gdb.reverse/break-reverse.exp: Add quotation mark in the
614 test message.
615
64bcd522
AA
6162016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
617
618 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
619 maintaining separate logic for constructing the output path.
620
7868401b
DB
6212016-03-16 Don Breazeal <donb@codesourcery.com>
622
623 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
624 Retry fork and waitpid on interrupted system call errors.
625 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
626 Use with_timeout_factor to increase timeout by factor of 10.
627
1cafadb4
DB
6282016-03-15 Don Breazeal <donb@codesourcery.com>
629
630 * gdb.cp/scope-err.cc: New test program.
631 * gdb.cp/scope-err.exp: New test script.
632 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
633 lines and "set breakpoint here" comment.
634 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
635 Fixed some whitespace and format issues.
636 * gdb.mi/mi-linespec-err-cp.cc: New test program.
637 * gdb.mi/mi-linespec-err-cp.exp: New test script.
638
81516450
DE
6392016-03-15 Doug Evans <dje@google.com>
640
641 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
642 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
643 All callers updated. Add tests for enums, mixed flags register.
644
aa52b601
DE
6452016-03-15 Doug Evans <dje@google.com>
646
647 * gdb.base/skip.c (main): Call test_skip_file_and_function.
648 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
649
fa4ff313
SM
6502016-03-14 Simon Marchi <simon.marchi@ericsson.com>
651
652 * gdb.base/default.exp: Add $_as_string to the list of expected
653 convenience functions.
654
f2403c39
AB
6552016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
656
657 * gdb.base/maint.exp: New tests for 'maint info line-table'.
658
f2f3ccb9
SM
6592016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
660
661 * gdb.python/py-as-string.exp: New file.
662 * gdb.python/py-as-string.c: New file.
663
00dbd492
PA
6642016-03-09 Pedro Alves <palves@redhat.com>
665
666 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
667 signal" -> "Thread NN received signal" output change.
668 * gdb.threads/ia64-sigill.exp: Likewise.
669 * gdb.threads/linux-dp.exp: Likewise.
670 * gdb.threads/manythreads.exp: Likewise.
671 * gdb.threads/pending-step.exp: Likewise.
672 * gdb.threads/print-threads.exp: Likewise.
673 * gdb.threads/sigstep-threads.exp: Likewise.
674 * gdb.threads/staticthreads.exp: Likewise.
675 * gdb.threads/tls.exp: Likewise.
676
1e6697ea
YQ
6772016-03-09 Pedro Alves <palves@redhat.com>
678
679 * gdb.base/command-line-input.exp: New file.
680
b04fd3be
MK
6812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
682
683 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
684 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
685 * gdb.trace/pending.exp: Accept leading dot before function name.
686 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
687 * lib/trace-support.exp: Set registers for ppc.
688
98fa59e9
MK
6892016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
690
691 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
692 use it for disassembly; accept .main in addition to main in backtrace.
693
f77198c8
MK
6942016-03-09 Wei-cheng Wang <cole945@gmail.com>
695 Marcin Kościelnicki <koriakin@0x04.net>
696
697 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
698 (gdb_recursion_test_ptr): New global variable.
699 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
700 gdb_recursion_test.
701 (gdb_c_test): Ditto.
702
ba84e0da
MK
7032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
704
705 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
706 ordering.
707
4366d36e
MK
7082016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
709
710 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
711 (bar): Add bar_start_lbl label.
712 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
713 of foo/bar for emitting DWARF and tracing.
714
5eb264df
SDJ
7152016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
716
717 * analyze-racy-logs.py: Set executable bit.
718
fb6a751f
SDJ
7192016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
720
721 * Makefile.in (DEFAULT_RACY_ITER): New variable.
722 (CHECK_TARGET_TMP): Likewise.
723 (check-single-racy): New rule.
724 (check-parallel-racy): Likewise.
725 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
726 (do-check-parallel-racy): New rule.
727 (check-racy/%.exp): Likewise.
728 * README (Racy testcases): New section.
729 * analyze-racy-logs.py: New file.
730
bdf7e230
DE
7312016-03-03 Doug Evans <dje@google.com>
732
733 * gdb.base/skip.exp: Use with_test_prefix.
734
4719d415
YQ
7352016-03-03 Yao Qi <yao.qi@linaro.org>
736
737 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
738 Invoke step_over_syscall "clone" and break_cond_on_syscall
739 "clone".
740 * gdb.base/step-over-clone.c: New file.
741
ea507862
YQ
7422016-03-03 Yao Qi <yao.qi@linaro.org>
743
744 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
745 code format.
746
8fc8cbda
YQ
7472016-03-03 Yao Qi <yao.qi@linaro.org>
748
749 * gdb.base/disp-step-fork.c: Rename to ...
750 * gdb.base/step-over-fork.c: ... it. New file.
751 * gdb.base/disp-step-vfork.c: Rename to ...
752 * gdb.base/step-over-vfork.c: ... it. New file.
753 * gdb.base/disp-step-syscall.exp: Rename to ...
754 * gdb.base/step-over-syscall.exp: ... it. New file.
755 (disp_step_cross_syscall): Rename to ...
756 (step_over_syscall): ... it.
757
92fa70b0
YQ
7582016-03-03 Yao Qi <yao.qi@linaro.org>
759
760 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
761 If target supports condition evaluation on target, invoke
762 break_cond_on_syscall for fork and vfork.
763
e197ad3c
YQ
7642016-03-03 Yao Qi <yao.qi@linaro.org>
765
766 * gdb.base/disp-step-syscall.exp: Don't invoke
767 support_displaced_stepping.
768 (disp_step_cross_syscall): Test with displaced stepping off and
769 on if supported.
770
0b47da9f
YQ
7712016-03-03 Yao Qi <yao.qi@linaro.org>
772
773 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
774 proc.
775 (setup): New proc.
776 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
777 and setup.
778
065ab6dc
BH
7792016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
780
781 * gdb.fortran/vla-history.exp: Remove breakpoint.
782
07e448ad 7832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
784
785 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
786
9ac2d526 7872016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
788
789 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
790
17807369
BH
7912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
792
793 * gdb.mi/vla.f90: Nullify pointer after declaration.
794
86e501af
PA
7952016-03-01 Pedro Alves <palves@redhat.com>
796
797 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
798
1e903e32
PA
7992016-03-01 Pedro Alves <palves@redhat.com>
800
801 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
802 before anything else.
803 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
804 _GNU_SOURCE here.
805 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
806 before anything else.
807 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
808
6ccb54e2
PA
8092016-03-01 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
812
30ca9da1
YQ
8132016-03-01 Yao Qi <yao.qi@linaro.org>
814
815 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
816 prepare_for_testing.
817
dc856b38
YQ
8182016-03-01 Yao Qi <yao.qi@linaro.org>
819
820 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
821
4a932159
AA
8222016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
823
824 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
825 manually constructing the output path.
826
f2489477
AA
8272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
828
829 * gdb.arch/s390-stackless.S: New.
830 * gdb.arch/s390-stackless.exp: New.
831
38899f16
IB
8322016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
833
834 * gdb.dlang/circular.c: New file.
835 * gdb.dlang/circular.exp: New file.
836
9fde51ed
YQ
8372016-02-26 Yao Qi <yao.qi@linaro.org>
838
839 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
840 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
841 (testcases): Update.
842
ce90fefe
YQ
8432016-02-26 Yao Qi <yao.qi@linaro.org>
844
845 * gdb.reverse/aarch64.c: Rename to ...
846 * gdb.reverse/insn-reverse.c: ... it.
847 * gdb.reverse/aarch64.exp: Rename to ...
848 * gdb.reverse/insn-reverse.exp: ... it.
849
3263bceb
YQ
8502016-02-26 Yao Qi <yao.qi@linaro.org>
851
852 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
853 (testcase_ftype): New.
854 (testcases): New array.
855 (n_testcases): New.
856 (main): Call each element in testcases.
857 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
858 (read_testcase): New.
859 Do the tests in a loop.
860
6cb59ff1
YQ
8612016-02-25 Yao Qi <yao.qi@linaro.org>
862
863 * gdb.base/branches.c: Remove.
864
ae91f625
MK
8652016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
866
867 PR gdb/13808
868 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
869
678b48b7
MK
8702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
871
872 * gdb.trace/ftrace.exp: Remove unnecessary target check.
873
7337a6f2
MK
8742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
875
876 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
877 change x86_64 call_insn to 'callq'.
878
861ca91f
AT
8792016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
880
881 * gdb.trace/tfile-avx.c: Move to...
882 * gdb.trace/tracefile-pseudo-reg.c: Here.
883 * gdb.trace/tfile-avx.exp: Move to...
884 * gdb.trace/tracefile-pseudo-reg.exp: Here.
885
bf74e428
GB
8862016-02-24 Gary Benson <gbenson@redhat.com>
887
888 * gdb.base/attach-pie-noexec.exp: Do not expect an error
889 message on attach.
890
cce0e923
DE
8912016-02-23 Doug Evans <dje@google.com>
892
893 * gdb.base/skip.c (test_skip): New function.
894 (end_test_skip_file_and_function): New function.
895 (test_skip_file_and_function): New function.
896 * gdb.base/skip1.c (test_skip): New function.
897 (skip1_test_skip_file_and_function): New function.
898 * gdb.base/skip.exp: Add tests for new skip options.
899 * gdb.base/skip-solib.exp: Update expected output.
900 * gdb.perf/skip-command.cc: New file.
901 * gdb.perf/skip-command.exp: New file.
902 * gdb.perf/skip-command.py: New file.
903
4000e47e
MK
9042016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
905
906 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
907 info registers pattern.
908
24f75ead
IB
9092016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
910
911 * lib/future.exp: Add D support.
912 (gdb_find_gdc): New proc.
913 (gdb_default_target_compile): Add D support.
914
fbb7bcbe
WW
9152016-02-18 Wei-cheng Wang <cole945@gmail.com>
916
917 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
918 user+system time.
919 (trace_speed_test): Determine the iteration count for a time
920 between 15..30 seconds.
921
012b3a21
WT
9222016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
923
924 * gdb.arch/i386-mpx-sigsegv.c: New file.
925 * gdb.arch/i386-mpx-sigsegv.exp: New file.
926 * gdb.arch/i386-mpx-simple_segv.c: New file.
927 * gdb.arch/i386-mpx-simple_segv.exp: New file.
928
2d5189bd
YQ
9292016-02-18 Yao Qi <yao.qi@linaro.org>
930
931 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
932 Don't call setup_kfail.
933
40fb20d0
YQ
9342016-02-18 Yao Qi <yao.qi@linaro.org>
935
936 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
937 Set "set breakpoint condition-evaluation" per $cond_bp_target.
938
21b1f8d2
DE
9392016-02-16 Doug Evans <dje@google.com>
940
941 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
942 * gdb.base/skip1.c: Ditto.
943 * gdb.base/skip.exp: Whitespace cleanup.
944
4041ed77
DB
9452016-02-16 Don Breazeal <donb@codesourcery.com>
946
947 PR remote/19496
948 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
949 Remove kfail for PR remote/19496.
950
c4ef31bf
SM
9512016-02-16 Simon Marchi <simon.marchi@ericsson.com>
952
953 * lib/gdb.exp (standard_temp_file): Return a path specific to
954 the runtest invocation.
955
266b65b3
SM
9562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
957
958 * gdb.trace/save-trace.exp: Change relative path to be in the
959 standard output directory.
960
a7a0a6a9
JK
9612016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 * gdb.arch/i386-prologue.c: Add missing prototypes.
964
c99dbb42
JK
9652016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
966
967 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
968 * gdb.arch/i386-prologue.exp: Likewise.
969 * gdb.arch/i386-size.exp: Likewise.
970
aa480355
SM
9712016-02-15 Simon Marchi <simon.marchi@ericsson.com>
972
973 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
974 define object file path.
975 * gdb.btrace/gcore.exp: Use standard_output_file to define core
976 file path.
977 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
978 standard_output_file to define binfile.
979
ba881f50
JK
9802016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 Fix compatibility with recent gfortran-5.3.1.
983 * gdb.fortran/vla-history.exp (print vla1 allocated)
984 (print vla2 allocated, print $2, print $3): Remove
985 (print $4): Rename to ...
986 (print $2): ... here.
987 (print $9): Rename to ...
988 (print $5): ... here.
989 (print $10): Rename to ...
990 (print $6): ... here.
991 * gdb.fortran/vla.f90: Add pvla initialization.
992
e9fb005c
JK
9932016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
994
995 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
996 New test.
997 * gdb.fortran/vla-value-sub.exp: Likewise.
998
e44e00ff
MK
9992016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1000
1001 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1002
97e94151
SM
10032016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * i386-biarch-core.exp: Define corefile using
1006 standard_output_file.
1007
01113bc1
YQ
10082016-02-12 Yao Qi <yao.qi@linaro.org>
1009
1010 * gdb.arch/arm-single-step-kernel-helper.c: New.
1011 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1012
33b4777c
MM
10132016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1014
1015 * gdb.btrace/tailcall-only.exp: New.
1016 * gdb.btrace/tailcall-only.c: New.
1017 * gdb.btrace/x86_64-tailcall-only.S: New.
1018 * gdb.btrace/i686-tailcall-only.S: New.
1019
acc23c11
PA
10202016-02-11 Pedro Alves <palves@redhat.com>
1021
1022 * README (Parallel testing): Add missing double quotes.
1023
e352bf0a
PA
10242016-02-11 Pedro Alves <palves@redhat.com>
1025
1026 * README (Parallel testing): New section.
1027 (GDB_PARALLEL): Rewrite.
1028 (FORCE_PARALLEL): Document.
1029
9f5fed78
MK
10302016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1031
1032 * gdb.trace/tfile-avx.c: New test.
1033 * gdb.trace/tfile-avx.exp: New test.
1034
9ef9e6a6
KS
10352016-02-09 Keith Seitz <keiths@redhat.com>
1036
1037 PR breakpoints/19546
1038 * gdb.base/infcall-exec.c: New file.
1039 * gdb.base/infcall-exec2.c: New file.
1040 * gdb.base/infcall-exec.exp: New file.
1041
a96e36da
KS
10422016-02-09 Keith Seitz <keiths@redhat.com>
1043
1044 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1045 (toplevel): Call test_bkpt_address.
1046
9f61929f
KS
10472016-02-09 Keith Seitz <keiths@redhat.com>
1048
1049 PR python/19506
1050 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1051 (toplevel): Call test_bkpt_address.
1052
1e94266c
SM
10532016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1054
1055 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1056 to AC_OUTPUT.
1057 * configure: Regenerate.
1058
2a7f3dff
PA
10592016-02-09 Pedro Alves <palves@redhat.com>
1060
1061 PR breakpoints/19548
1062 * gdb.base/execl-update-breakpoints.c (some_function): New
1063 function.
1064 (main): Call it.
1065 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1066 Tighten expected GDB output.
1067
2151ccc5
SM
10682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1069
1070 * Makefile.in (ALL_SUBDIRS): Remove.
1071 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1072 (distclean maintainer-clean realclean): Likewise.
1073 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1074 * configure: Regenerate.
1075 * gdb.ada/Makefile.in: Delete.
1076 * gdb.arch/Makefile.in: Likewise.
1077 * gdb.asm/Makefile.in: Likewise.
1078 * gdb.base/Makefile.in: Likewise.
1079 * gdb.btrace/Makefile.in: Likewise.
1080 * gdb.cell/Makefile.in: Likewise.
1081 * gdb.compile/Makefile.in: Likewise.
1082 * gdb.cp/Makefile.in: Likewise.
1083 * gdb.disasm/Makefile.in: Likewise.
1084 * gdb.dlang/Makefile.in: Likewise.
1085 * gdb.dwarf2/Makefile.in: Likewise.
1086 * gdb.fortran/Makefile.in: Likewise.
1087 * gdb.gdb/Makefile.in: Likewise.
1088 * gdb.go/Makefile.in: Likewise.
1089 * gdb.guile/Makefile.in: Likewise.
1090 * gdb.java/Makefile.in: Likewise.
1091 * gdb.linespec/Makefile.in: Likewise.
1092 * gdb.mi/Makefile.in: Likewise.
1093 * gdb.modula2/Makefile.in: Likewise.
1094 * gdb.multi/Makefile.in: Likewise.
1095 * gdb.objc/Makefile.in: Likewise.
1096 * gdb.opencl/Makefile.in: Likewise.
1097 * gdb.opt/Makefile.in: Likewise.
1098 * gdb.pascal/Makefile.in: Likewise.
1099 * gdb.perf/Makefile.in: Likewise.
1100 * gdb.python/Makefile.in: Likewise.
1101 * gdb.reverse/Makefile.in: Likewise.
1102 * gdb.server/Makefile.in: Likewise.
1103 * gdb.stabs/Makefile.in: Likewise.
1104 * gdb.threads/Makefile.in: Likewise.
1105 * gdb.trace/Makefile.in: Likewise.
1106 * gdb.xml/Makefile.in: Likewise.
1107 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1108 GDB_PARALLEL.
1109 (standard_output_file): Remove check for GDB_PARALLEL, always
1110 return path in outputs/$subdir/$testname.
1111
437277d4
SM
11122016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1113
1114 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1115 (site.exp): Assign abs_srcdir to tcl's srcdir.
1116
31d913c7
YQ
11172016-02-04 Yao Qi <yao.qi@linaro.org>
1118
1119 * gdb.base/foll-exec-mode.c: Include limits.h.
1120 (main): Add parameters argc and argv. Get directory from
1121 argv[0].
1122 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1123 compilation.
1124 * gdb.base/foll-exec.c: Include limits.h.
1125 (main): Add parameters argc and argv.
1126 Get directory from argv[0].
1127 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1128 Adjust tests on the number of lines as source code changed.
1129 * gdb.base/foll-vfork-exit.c: Include limits.h.
1130 (main): Add one line of statement before vfork.
1131 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1132 (main): Add parameters argc and argv. Get directory from
1133 argv[0].
1134 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1135 (setup_gdb): Set tbreak to skip some source lines.
1136 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1137 (main): Add parameters argc and argv. Get directory from
1138 argv[0].
1139 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1140 compilation.
1141 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1142 (main): Add parameters argc and argv. Get directory from
1143 argv[0].
1144 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1145 compilation.
1146
9482b9fb
DE
11472016-02-01 Doug Evans <dje@google.com>
1148
1149 * gdb.base/skip.exp: Clean up multiple references to same test name.
1150
6b2e4f10
PA
11512016-02-01 Pedro Alves <palves@redhat.com>
1152
ccb6afd6 1153 PR remote/19496
6b2e4f10
PA
1154 * gdb.threads/forking-threads-plus-breakpoint.exp
1155 (displaced_stepping_supported): New global.
1156 (probe_displaced_stepping_support): New procedure.
1157 (do_test): Add 'displaced' parameter, and use it.
1158 (top level): Check for displaced stepping support. Add displaced
1159 stepping on/off testing axis.
1160
37a8db1a
AB
11612016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1164 pointer. Don't perform further tests on the unassociated pointer
1165 if the first test fails.
1166
5fdf6324
AB
11672016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.base/max-value-size.c: New file.
1170 * gdb.base/max-value-size.exp: New file.
1171 * gdb.base/huge.exp: Disable max-value-size for this test.
1172
935c6144
IB
11732016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1174
1175 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1176
7fe8399d
YQ
11772016-01-28 Yao Qi <yao.qi@linaro.org>
1178
1179 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1180
a2077e25
PA
11812016-01-25 Pedro Alves <palves@redhat.com>
1182
1183 PR threads/19461
1184 * gdb.base/fork-running-state.c: New file.
1185 * gdb.base/fork-running-state.exp: New file.
1186
1d2736d4
PA
11872016-01-25 Pedro Alves <palves@redhat.com>
1188
1189 PR gdb/19494
1190 * gdb.base/catch-fork-kill.c: New file.
1191 * gdb.base/catch-fork-kill.exp: New file.
1192
f1da4b11
PA
11932016-01-25 Pedro Alves <palves@redhat.com>
1194
1195 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1196 Delete, moved to lib/gdb.exp.
1197 * gdb.threads/forking-threads-plus-breakpoint.exp
1198 (foreach_with_prefix): Likewise.
1199 * gdb.threads/process-dies-while-handling-bp.exp
1200 (foreach_with_prefix): Likewise.
1201 * lib/gdb.exp (foreach_with_prefix): New procedure.
1202
45f38546
MK
12032016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1204
1205 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1206 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1207
dc29a1ce
MK
12082016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1209
1210 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1211 endian targets.
1212
092127d7
JK
12132016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1214 Pedro Alves <palves@redhat.com>
1215
1216 Fix testsuite compatibility with Guile.
1217 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1218 number.
1219
31d765d3
JK
12202016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 Fix testsuite compatibility with Guile.
1223 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1224 (thread 1): New test for backtrace through signal handler.
1225
1ac78c04
YQ
12262016-01-22 Yao Qi <yao.qi@linaro.org>
1227
1228 PR testsuite/19491
1229 * gdb.base/multi-forks.c: Include
1230 ../lib/unbuffer_output.c
1231 (main): Call gdb_unbuffer_output.
1232
4f5946a8
DE
12332016-01-21 Doug Evans <dje@google.com>
1234
1235 * lib/ada.exp (gdb_compile_ada): Fix typo.
1236
305e13e6
JB
12372016-01-21 Joel Brobecker <brobecker@adacore.com>
1238
1239 * gdb.base/break-fun-addr.exp: New file.
1240 * gdb.base/break-fun-addr1.c: New file.
1241 * gdb.base/break-fun-addr2.c: New file.
1242
5f5dfff6
SM
12432016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1244
1245 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1246 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1247 enum flag values.
1248
fd356fa2
AA
12492016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1250
1251 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1252 when GDB can not set the vector return value. Add more comments
1253 for clarification.
1254
9df22175
AT
12552016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1256
1257 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1258 command.
1259
41d1845e
SM
12602016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1261
1262 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1263
01ac6840
SM
12642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1265
1266 * Makefile.in (check-single): Pass --status to runtest.
1267 (check/%.exp): Likewise.
1268
12692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1270
1271 * Makefile.in (check-parallel): Propagate return code from make
1272 do-check-parallel.
1273
bd0a71fa
MK
12742016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1275
1276 * gdb.trace/ftrace.exp: Fix expected message on continue.
1277 * gdb.trace/pending.exp: Fix expected message on continue.
1278 * gdb.trace/trace-break.exp: Fix expected message on continue.
1279
8bcbad33
SM
12802016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1281
1282 * lib/gdb.exp (gdb_test): Remove unused global references.
1283
f303dbd6
PA
12842016-01-18 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.base/async-shell.exp: Adjust expected output.
1287 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1288 * gdb.base/siginfo-thread.exp: Adjust expected output.
1289 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1290 * gdb.java/jnpe.exp: Adjust expected output.
1291 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1292 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1293 * gdb.threads/leader-exit.exp: Adjust expected output.
1294 * gdb.threads/manythreads.exp: Adjust expected output.
1295 * gdb.threads/pthreads.exp: Adjust expected output.
1296 * gdb.threads/schedlock.exp: Adjust expected output.
1297 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1298 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1299 expected output.
1300 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1301 output.
1302 * gdb.threads/sigthread.exp: Adjust expected output.
1303 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1304
b2789696
YQ
13052016-01-18 Yao Qi <yao.qi@linaro.org>
1306
1307 * gdb.guile/scm-section-script.c: Replace @progbits with
1308 %progbits.
1309 * gdb.python/py-section-script.c: Likewise.
1310
71ef29a8
PA
13112016-01-15 Pedro Alves <palves@redhat.com>
1312
1313 * gdb.multi/tids.exp: Test star wildcard ranges.
1314
3f5b7598
PA
13152016-01-15 Pedro Alves <palves@redhat.com>
1316
1317 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1318 command from "thread apply" invocation.
1319 (thr_apply_info_thr_invalid): Default the expected output to the
1320 input tid list.
1321 (top level): Add tests that use convenience variables. Add tests
1322 for "thread apply" with a valid TID list, but missing the command.
1323
663f6d42
PA
13242016-01-13 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/default.exp: Expect $_gthread as well.
1327 * gdb.multi/tids.exp: Test $_gthread.
1328 * gdb.threads/thread-specific.exp: Test $_gthread.
1329
c84f6bbf
PA
13302016-01-13 Pedro Alves <palves@redhat.com>
1331
1332 * gdb.multi/tids.exp: Test "info threads -gid".
1333
22a02324
PA
13342016-01-13 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1337 Breakpoint.thread.
1338 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1339
5d5658a1
PA
13402016-01-07 Pedro Alves <palves@redhat.com>
1341
1342 * gdb.base/break.exp: Adjust to output changes.
1343 * gdb.base/hbreak2.exp: Likewise.
1344 * gdb.base/sepdebug.exp: Likewise.
1345 * gdb.base/watch_thread_num.exp: Likewise.
1346 * gdb.linespec/keywords.exp: Likewise.
1347 * gdb.multi/info-threads.exp: Likewise.
1348 * gdb.threads/thread-find.exp: Likewise.
1349 * gdb.multi/tids.c: New file.
1350 * gdb.multi/tids.exp: New file.
1351
84654457
PA
13522016-01-13 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1355
e3940304
PA
13562016-01-13 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.base/default.exp: Expect $_inferior as well.
1359 * gdb.multi/base.exp: Test $_inferior.
1360
a911d87a
PA
13612016-01-13 Pedro Alves <palves@redhat.com>
1362
1363 PR breakpoints/19388
1364 * gdb.base/catch-signal-siginfo-cond.c: New file.
1365 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1366
82075af2
JS
13672016-01-12 Josh Stone <jistone@redhat.com>
1368 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1369
1370 * gdb.base/catch-syscall.c (do_execve): New variable.
1371 (main): Conditionally trigger an execve.
1372 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1373 (test_catch_syscall_execve): New, check entry/return across execve.
1374 (do_syscall_tests): Call test_catch_syscall_execve.
1375
e46eeedd
PA
13762016-01-12 Pedro Alves <palves@redhat.com>
1377
1378 * gdb.base/random-signal.exp (do_test): New procedure, with body
1379 of testcase moved in.
1380
01d8c27e
JK
13812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1382 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.base/funcargs.exp (finish from indirectly called function):
1385 Reintroduce the case for 'First'.
1386
9a706302
JK
13872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1388 Pedro Alves <palves@redhat.com>
1389
1390 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1391 (tcatch_vfork_then_child_follow_exec)
1392 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1393 identification.
1394
c0ecb95f
JK
13952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1396
1397 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1398 and repeats to unlimited.
1399 * gdb.python/py-value.exp: Likewise.
1400 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1401 and repeats to unlimited.
1402
6cfc1fcb
JK
14032016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1404
1405 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1406 and reordering the functions.
1407 * gdb.multi/hangout.c: Likewise.
1408 * gdb.multi/hello.c: Likewise.
1409
582a1b00
SM
14102016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1411
1412 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1413 absolute.
1414 (SingleStatisticTestResult.report): Use dict.keys instead of
1415 dict.iterkeys.
1416
79bc59cb
PA
14172016-01-06 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1420
43368e1d
MM
14212016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1422
1423 * gdb.btrace/dlopen.exp: New.
1424 * gdb.btrace/dlopen.c: New.
1425 * gdb.btrace/dlopen-dso.c: New.
1426
79fad5b8
SL
14272015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1428
1429 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1430 PATTERN argument is optional.
1431
ab8314b3
JB
14322015-12-24 Joel Brobecker <brobecker@adacore.com>
1433
1434 * lib/ada.exp (target_compile_ada_from_dir): New function.
1435 (gdb_compile_ada): Reimplement avoiding the use of project files.
1436 * gdb.ada/gnat_ada.gpr: Delete.
1437 * gdb.ada/cond_lang.exp: Adjust test to make path before
1438 filename optional.
1439 * gdb.ada/small_reg_param.exp: Likewise.
1440
fe33faff
SM
14412015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1442
1443 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1444
6d265cb4
TP
14452015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1446
1447 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1448 case.
1449
10125099
SM
14502015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1451
1452 * gdb.base/break.exp: Remove dead code.
1453 * gdb.base/sepdebug.exp: Likewise.
1454
3ca22649
SM
14552015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1456
1457 * gdb.asm/asm-source.exp: Remove HP-UX references.
1458 * gdb.base/annota1.exp: Likewise.
1459 * gdb.base/annota3.exp: Likewise.
1460 * gdb.base/attach.exp: Likewise.
1461 * gdb.base/bigcore.exp: Likewise.
1462 * gdb.base/break.exp: Likewise.
1463 * gdb.base/call-ar-st.exp: Likewise.
1464 * gdb.base/callfuncs.exp: Likewise.
1465 * gdb.base/catch-fork-static.exp: Likewise.
1466 * gdb.base/display.exp: Likewise.
1467 * gdb.base/foll-exec-mode.exp: Likewise.
1468 * gdb.base/foll-exec.exp: Likewise.
1469 * gdb.base/foll-fork.exp: Likewise.
1470 * gdb.base/foll-vfork.exp: Likewise.
1471 * gdb.base/funcargs.exp: Likewise.
1472 * gdb.base/hbreak2.exp: Likewise.
1473 * gdb.base/inferior-died.exp: Likewise.
1474 * gdb.base/interrupt.exp: Likewise.
1475 * gdb.base/multi-forks.exp: Likewise.
1476 * gdb.base/nodebug.exp: Likewise.
1477 * gdb.base/sepdebug.exp: Likewise.
1478 * gdb.base/solib1.c: Likewise.
1479 * gdb.base/step-test.exp: Likewise.
1480 * gdb.mi/non-stop.c: Likewise.
1481 * gdb.mi/pthreads.c: Likewise.
1482 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1483 * gdb.threads/pthreads.c: Likewise.
1484 * gdb.threads/staticthreads.exp: Likewise.
1485 * lib/future.exp: Likewise.
1486 * lib/gdb.exp: Likewise.
1487 * gdb.base/so-indr-cl.c: Remove.
1488 * gdb.base/so-indr-cl.exp: Likewise.
1489 * gdb.base/solib.c: Likewise.
1490 * gdb.base/solib.exp: Likewise.
1491 * gdb.base/solib2.c: Likewise.
1492
b6304613
SM
14932015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1494
1495 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1496 * gdb.base/call-ar-st.exp: Likewise.
1497 * gdb.base/callfuncs.exp: Likewise.
1498 * gdb.base/condbreak.exp: Likewise.
1499 * gdb.base/constvars.exp: Likewise.
1500 * gdb.base/hbreak2.exp: Likewise.
1501 * gdb.base/langs.exp: Likewise.
1502 * gdb.base/list.exp: Likewise.
1503 * gdb.base/long_long.exp: Likewise.
1504 * gdb.base/ptype.exp: Likewise.
1505 * gdb.base/scope.exp: Likewise.
1506 * gdb.base/signals.exp: Likewise.
1507 * gdb.base/so-impl-ld.exp: Likewise.
1508 * gdb.base/varargs.exp: Likewise.
1509 * gdb.base/volatile.exp: Likewise.
1510 * gdb.base/whatis.exp: Likewise.
1511 * gdb.cp/cplusfuncs.exp: Likewise.
1512 * gdb.cp/inherit.exp: Likewise.
1513 * gdb.cp/local.exp: Likewise.
1514 * gdb.cp/member-ptr.exp: Likewise.
1515 * gdb.cp/method.exp: Likewise.
1516 * gdb.cp/overload.exp: Likewise.
1517 * gdb.cp/templates.exp: Likewise.
1518 * gdb.stabs/weird.exp: Likewise.
1519 * lib/compiler.c: Likewise.
1520 * lib/compiler.cc: Likewise.
1521 * lib/cp-support.exp: Likewise.
1522 * lib/gdb.exp: Likewise.
1523
bf401b07
SM
15242015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1525
1526 * configure.ac: Remove HP-UX case.
1527 * configure: Regenerate.
1528
aff9c0f8
SM
15292015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1530
1531 * lib/gdb.exp (gdb_compile): Add function doc.
1532
a6904d5a
PA
15332015-12-17 Pedro Alves <palves@redhat.com>
1534
1535 PR threads/19354
1536 * gdb.multi/info-threads.exp: New file.
1537
a22279dd
YQ
15382015-12-15 Yao Qi <yao.qi@linaro.org>
1539
1540 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1541 is aarch64*-*-*.
1542
0588c796
SL
15432015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1544
1545 * gdb.base/history-duplicates.exp: Skip if no readline support.
1546
5d978e17
SL
15472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1548
1549 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1550
7e763b86
SL
15512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1552
1553 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1554
87a3a92c
SL
15552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1556
1557 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1558 ctrl-C if nointerrupts target property is set.
1559 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1560 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1561 * gdb.base/paginate-bg-execution.exp: Likewise.
1562 * gdb.base/paginate-execution-startup.exp: Likewise.
1563 * gdb.base/random-signal.exp: Likewise.
1564 * gdb.base/range-stepping.exp: Likewise.
1565 * gdb.cp/annota2.exp: Likewise.
1566 * gdb.cp/annota3.exp: Likewise.
1567 * gdb.gdb/selftest.exp: Likewise.
1568 * gdb.threads/continue-pending-status.exp: Likewise.
1569 * gdb.threads/leader-exit.exp: Likewise.
1570 * gdb.threads/manythreads.exp: Likewise.
1571 * gdb.threads/pthreads.exp: Likewise.
1572 * gdb.threads/schedlock.exp: Likewise.
1573 * gdb.threads/sigthread.exp: Likewise.
1574
a8f077dc
DB
15752015-12-11 Don Breazeal <donb@codesourcery.com>
1576
1577 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1578 remote.
1579 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1580 * gdb.base/foll-exec.exp (main): Enable for target remote.
1581 * gdb.base/foll-fork.exp (main): Likewise.
1582 * gdb.base/foll-vfork.exp (main): Likewise.
1583 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1584 (proc continue_to_exit_bp_loc): Use clean_restart.
1585 * gdb.base/pie-execl.exp (main): Disable for target remote.
1586 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1587 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1588 * gdb.threads/execl.exp (main): Likewise.
1589 * gdb.threads/fork-child-threads.exp (main): Likewise.
1590 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1591 remote.
1592 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1593 remote.
1594 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1595 pid.tid style ptids, instead of just tid.
1596 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1597 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1598 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1599 ptids, instead of just tid.
1600
3b2464a8
AB
16012015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.base/list.exp (test_list_forward): Add end of file error
1604 test.
1605 (test_repeat_list_command): Add end of file error test.
1606 (test_list_backwards): Add beginning of file error test.
1607
a0def019
AB
16082015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.base/list.exp (test_list_invalid_args): New function,
1611 defined, and called.
1612
5c000dff
AB
16132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/list.exp (test_list): Make test names unique.
1616
f1637ebe
YQ
16172015-12-11 Yao Qi <yao.qi@linaro.org>
1618
1619 * gdb.base/coremaker2.c: Remove.
1620
36d6fc0a
PA
16212015-12-10 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.multi/base.exp: Remove stale "spaces" references.
1624
762f7747
PA
16252015-12-10 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.multi/base.exp: Don't use nowarnings.
1628 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1629 * gdb.multi/hangout.c: Include stdio.h.
1630 * gdb.multi/hello.c: Include stdlib.h.
1631 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1632 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1633 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1634
28d2bfb9
AB
16352015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.dwarf2/dw2-ranges-base.c: New file.
1638 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1639 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1640 support additional line table, and debug ranges generation.
1641 (Dwarf::ranges): New function, generate .debug_ranges.
1642 (Dwarf::lines): Support generating simple line table programs.
1643 (Dwarf::assemble): Initialise new namespace variables.
1644
5fc2beac
KB
16452015-12-09 Kevin Buettner <kevinb@redhat.com>
1646
1647 * gdb.base/async.exp (proc test_background): Add case for
1648 asynchronous execution not supported.
1649
1c35a88f
LM
16502015-12-09 Luis Machado <lgustavo@codesourcery.com>
1651
1652 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1653 format and change test names to make them unique.
1654
b593e3d9
RK
16552015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1656 Pedro Alves <pedro@redhat.com>
1657
1658 PR gdb/18702
1659 Add checking of floatformats setup on x86_64 hosts.
1660 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1661 (smallval, bigval): New labels/constants.
1662 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1663 float" after loading bigval and smallval.
1664
d72413e6
PMR
16652015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1666
1667 * gdb.ada/fun_overload_menu.exp: New testcase.
1668 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1669
ece66d65
JS
16702015-12-04 Josh Stone <jistone@redhat.com>
1671
1672 * gdb.base/catch-fork-static.exp: New.
1673
41d0efca
YQ
16742015-12-03 Yao Qi <yao.qi@linaro.org>
1675
1676 * gdb.base/sizeof.c: Don't include stdio.h and
1677 ../lib/unbuffer_output.c.
1678 (main): New variable 'size' and 'value'. Remove printf and
1679 gdb_unbuffer_output. Assign return value to size and value.
1680 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1681 at the beginning.
1682 (check_sizeof): Check the result by printing variable 'size'.
1683 (check_valueof): Check the result by printing variable 'value'.
1684
99fd02d9
YQ
16852015-12-01 Yao Qi <yao.qi@linaro.org>
1686
1687 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1688 for aarch64*-*-linux* target.
1689
f2faf941
PA
16902015-11-30 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1693
04bf20c5
PA
16942015-11-30 Pedro Alves <palves@redhat.com>
1695
1696 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1697 Handle non-stop mode vCont replies.
1698
09df4675
PA
16992015-11-30 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1702 prepare_for_testing. Start gdb with "set non-stop on" appended to
1703 GDBFLAGS. Lax expected stop output.
1704
58b584af
YQ
17052015-11-27 Yao Qi <yao.qi@linaro.org>
1706
1707 * gdb.arch/arm-neon.exp: New.
1708 * gdb.arch/arm-neon.c: New.
1709
dfcb77a8
YQ
17102015-11-27 Yao Qi <yao.qi@linaro.org>
1711
1712 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1713
88e8ec1b
YQ
17142015-11-27 Yao Qi <yao.qi@linaro.org>
1715
1716 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1717 frames-invalid annotation.
1718
bfde72c2
YQ
17192015-11-27 Yao Qi <yao.qi@linaro.org>
1720
1721 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1722
f6512a69
SM
17232015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1724
1725 * gdb.threads/names.exp: New file.
1726 * gdb.threads/names.c: New file.
1727 * README: Mention gdb,no_thread_names.
1728
46a3515b
MM
17292015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1730
1731 PR 19297
1732 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1733 support" error.
1734
62147a22
PA
17352015-11-24 Pedro Alves <palves@redhat.com>
1736
1737 PR 17539
1738 * gdb.base/display.exp: Expect displays to be sorted in ascending
1739 order. Use multi_line.
1740 * gdb.base/solib-display.exp: Likewise.
1741
2f341b6e
PA
17422015-11-24 Pedro Alves <palves@redhat.com>
1743
1744 PR 17539
1745 * gdb.base/display.exp: Expect displays to be sorted in ascending
1746 order. Use multi_line.
1747 * gdb.base/solib-display.exp: Likewise.
1748
7e0aa6aa
PA
17492015-11-24 Pedro Alves <palves@redhat.com>
1750
1751 PR 17539
1752 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1753 threads in ascending order.
1754 * gdb.base/foll-fork.exp: Likewise.
1755 * gdb.base/foll-vfork.exp: Likewise.
1756 * gdb.base/multi-forks.exp: Likewise.
1757 * gdb.mi/mi-nonstop.exp: Likewise.
1758 * gdb.mi/mi-nsintrall.exp: Likewise.
1759 * gdb.multi/base.exp: Likewise.
1760 * gdb.multi/multi-arch.exp: Likewise.
1761 * gdb.python/py-inferior.exp: Likewise.
1762 * gdb.threads/break-while-running.exp: Likewise.
1763 * gdb.threads/execl.exp: Likewise.
1764 * gdb.threads/gcore-thread.exp: Likewise.
1765 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1766 * gdb.threads/kill.exp: Likewise.
1767 * gdb.threads/linux-dp.exp: Likewise.
1768 * gdb.threads/multiple-step-overs.exp: Likewise.
1769 * gdb.threads/next-bp-other-thread.exp: Likewise.
1770 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1771 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1772 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1773 * gdb.threads/thread-find.exp: Likewise.
1774 * gdb.threads/tls.exp: Likewise.
1775 * lib/mi-support.exp (mi_reverse_list): Delete.
1776 (mi_check_thread_states): No longer reverse list.
1777
2cc57ad8
PA
17782015-11-24 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1781 use lowercase.
1782
c93e8391
SM
17832015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1784
1785 * gdb.trace/actions.c: Include trace-common.h.
1786 (main): Add a location for a fast tracepoint.
1787 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1788 the normal tracepoints.
1789 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1790
045ccf91
SM
17912015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1792
1793 * save-trace.exp: Factor out code to these...
1794 (gdb_save_tracepoints): New.
1795 (gdb_load_tracepoints): New.
1796 (do_save_load_test): New.
1797
5506f9f6
KB
17982015-11-23 Kevin Buettner <kevinb@redhat.com>
1799
1800 * gdb.base/asmlabel.exp: New test.
1801 * gdb.base/asmlabel.c: New test case.
1802
16c3b12f
JB
18032015-11-23 Joel Brobecker <brobecker@adacore.com>
1804
1805 * gdb.base/wrong_frame_bt_full-main.c: New file.
1806 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1807 * gdb.base/wrong_frame_bt_full.exp: New file.
1808
155bfbd3
JB
18092015-11-23 Joel Brobecker <brobecker@adacore.com>
1810
1811 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1812
bb097445
JM
18132015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1814
206853a0 1815 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1816 pstate register when comparing registers values in
1817 sparc64-*-linux-gnu targets to avoid spurious differences.
1818
9c88ed8f
JM
18192015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1820
206853a0 1821 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1822
96161e25
SL
18232015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1824
1825 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1826 as type argument to gdb_compile.
1827 * gdb.base/nested-subp2.exp: Likewise.
1828 * gdb.base/nested-subp3.exp: Likewise.
1829
340c2830
DV
18302015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1831
1832 * lib/dwarf.exp (_note): Fix left shift of negative value.
1833 * gdb.trace/trace-condition.exp: Likewise.
1834
c1862d0f
YQ
18352015-11-13 Yao Qi <yao.qi@linaro.org>
1836
1837 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1838 comments about d10v.
1839 (test_scalar_returns): Likewise.
1840 * gdb.base/d10v.ld: Remove.
1841 * gdb.base/overlays.exp: Remove the target triplet checking for
1842 d10v-*-*.
1843 * gdb.base/structs.exp (test_struct_returns): Remove the
1844 comments about d10v.
1845 (test_struct_calls): Likewise.
1846
77ae9c19
YQ
18472015-11-13 Yao Qi <yao.qi@linaro.org>
1848
1849 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1850 * gdb.base/gnu_vector.c: Don't include stdio.h.
1851 (main): Don't print res and call add_some_intvecs.
1852
430e004e
MK
18532015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1854
1855 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1856 macro.
1857 (func5): Removed.
1858 (func4): Use FAST_TRACEPOINT_LABEL.
1859 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1860 macro.
1861 (func): Removed.
1862 (thread_function): Use FAST_TRACEPOINT_LABEL.
1863 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1864 (func): Remove.
1865 (marker): Use FAST_TRACEPOINT_LABEL.
1866 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1867 (pendfunc1): Remove.
1868 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1869 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1870 (foo): Remove.
1871 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1872 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1873 macro.
1874 (func): Remove.
1875 (marker): Use FAST_TRACEPOINT_LABEL.
1876 * gdb.trace/trace-common.h: New header.
1877 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1878 macro.
1879 (func): Remove.
1880 (marker): Use FAST_TRACEPOINT_LABEL.
1881 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1882 (func): Remove.
1883 (thread_function): Use FAST_TRACEPOINT_LABEL.
1884
6e7675a7
MK
18852015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1886
1887 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1888 in front.
1889 * gdb.trace/change-loc.exp: Use global pcreg definition.
1890 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1891 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1892 in front.
1893 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1894 * gdb.trace/pending.exp: Likewise.
1895 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1896 * gdb.trace/trace-break.exp: Likewise.
1897 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1898 in front.
1899 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1900 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1901 in front.
1902 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1903
dddc0e16
JB
19042015-11-09 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.ada/fin_fun_out: New testcase.
1907
c6f0b406
KB
19082015-11-07 Kevin Buettner <kevinb@redhat.com>
1909
1910 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1911 value associated with DW_AT_byte_size.
1912 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1913 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1914 DW_AT_upper_bound.
1915
f01dcfd9
KB
19162015-11-07 Kevin Buettner <kevinb@redhat.com>
1917
1918 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1919 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1920 version.
1921 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1922 gdb.dwarf2/dw2-canonicalize-type.exp,
1923 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1924 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1925 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1926 provided by gdb_target_symbol_prefix_flags_asm.
1927 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1928 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1929 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1930 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1931 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1932 macros where needed). Use this macro for symbols which require
1933 the prefix provided by SYMBOL_PREFIX.
1934
2223449a
KB
19352015-11-05 Kevin Buettner <kevinb@redhat.com>
1936
1937 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1938 New procs.
1939 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1940 representing expressions, of more than one list element.
1941 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1942 to prepend linker symbol prefix to f.
1943 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1944 table_1 and table_2.
1945 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1946 Likewise, for f and g.
1947 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1948 for ptr.
1949 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1950 for main.
1951 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1952 table_1_ptr and table_2_ptr.
1953
6f2f1a3a
JK
19542015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1955 Joel Brobecker <brobecker@adacore.com>
1956
1957 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1958
566c56c9
MK
19592015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1960
1961 * gdb.reverse/s390-mvcle.c: New test.
1962 * gdb.reverse/s390-mvcle.exp: New file.
1963 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1964
d5f0636b
MK
19652015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1966
1967 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1968
7ad8b86c
MK
19692015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1970
1971 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1972 reaching marker2.
1973 * gdb.reverse/getresuid-reverse.exp: Likewise.
1974 * gdb.reverse/pipe-reverse.exp: Likewise.
1975 * gdb.reverse/readv-reverse.exp: Likewise.
1976 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1977 * gdb.reverse/time-reverse.exp: Likewise.
1978 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1979
4081c0f1
YQ
19802015-10-30 Yao Qi <yao.qi@linaro.org>
1981
1982 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1983 (empty_cycle): Remove.
1984 (main): Don't call empty_cycle. Don't use watch_count_done.
1985 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1986 empty_cycle. Rewrite the code counting HW watchpoints.
1987
452b4ba5
MK
19882015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1989
1990 * gdb.reverse/fstatat-reverse.c: New test.
1991 * gdb.reverse/fstatat-reverse.exp: New file.
1992 * gdb.reverse/getresuid-reverse.c: New test.
1993 * gdb.reverse/getresuid-reverse.exp: New file.
1994 * gdb.reverse/pipe-reverse.c: New test.
1995 * gdb.reverse/pipe-reverse.exp: New file.
1996 * gdb.reverse/readv-reverse.c: New test.
1997 * gdb.reverse/readv-reverse.exp: New file.
1998 * gdb.reverse/recvmsg-reverse.c: New test.
1999 * gdb.reverse/recvmsg-reverse.exp: New file.
2000 * gdb.reverse/time-reverse.c: New test.
2001 * gdb.reverse/time-reverse.exp: New file.
2002 * gdb.reverse/waitpid-reverse.c: New test.
2003 * gdb.reverse/waitpid-reverse.exp: New file.
2004
5e2e7507
JK
20052015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2008
0fde2c53
DE
20092015-10-26 Doug Evans <dje@google.com>
2010
2011 PR symtab/17391
2012 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2013 * gdb.dwarf2/bad-regnum.c: New file.
2014 * gdb.dwarf2/bad-regnum.exp: New file.
2015
1a70ae97
DE
20162015-10-26 Doug Evans <dje@google.com>
2017
2018 PR python/18938
2019 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2020 file.
2021
27dc26ab
JK
20222015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2023
2024 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2025 for a change by "Mention language in compile error message".
2026
bed91f4d
SM
20272015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2028
2029 PR python/18073
2030 * gdb.python/py-type.c (C::a_method): New.
2031 (C::a_const_method): New.
2032 (C::a_static_method): New.
2033 (a_function): New.
2034 * gdb.python/py-type.exp (test_fields): Test getting fields
2035 from function and method.
2036
3f2f83dd
KB
20372015-10-21 Keven Boell <keven.boell@intel.com>
2038
2039 * gdb.fortran/vla-alloc-assoc.exp: New file.
2040 * gdb.fortran/vla-datatypes.exp: New file.
2041 * gdb.fortran/vla-datatypes.f90: New file.
2042 * gdb.fortran/vla-history.exp: New file.
2043 * gdb.fortran/vla-ptype-sub.exp: New file.
2044 * gdb.fortran/vla-ptype.exp: New file.
2045 * gdb.fortran/vla-sizeof.exp: New file.
2046 * gdb.fortran/vla-sub.f90: New file.
2047 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2048 * gdb.fortran/vla-value-sub-finish.exp: New file.
2049 * gdb.fortran/vla-value-sub.exp: New file.
2050 * gdb.fortran/vla-value.exp: New file.
2051 * gdb.fortran/vla-ptr-info.exp: New file.
2052 * gdb.mi/mi-vla-fortran.exp: New file.
2053 * gdb.mi/vla.f90: New file.
2054
27145d50
SL
20552015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2056
2057 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2058 of hardwired timeout value.
2059
5f3ff4f8
JK
20602015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2061 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2064 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2065
bfd09d20
JS
20662015-10-19 Josh Stone <jistone@redhat.com>
2067
2068 * gdb.base/catch-syscall.c: Include <sched.h>.
2069 (unknown_syscall): New variable.
2070 (main): Trigger a vfork and an unknown syscall.
2071 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2072 (unknown_syscall_number): Likewise.
2073 (check_call_to_syscall): Accept an optional syscall pattern.
2074 (check_return_from_syscall): Likewise.
2075 (check_continue): Likewise.
2076 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2077 (test_catch_syscall_skipping_return): New test toggling off 'catch
2078 syscall' to step over the syscall return, then toggling back on.
2079 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2080 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2081 (do_syscall_tests): Call test_catch_syscall_without_args and
2082 test_catch_syscall_mid_vfork.
2083 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2084 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2085
b32b93c6
AS
20862015-10-19 Andrew Stubbs <ams@codesourcery.com>
2087
2088 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2089 print g_vE): Add new pass patterns.
2090 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2091 print various symbol names for vptr fields.
2092
9d622bda
AB
20932015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2094
2095 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2096 results.
2097
0fd8ac1c
YQ
20982015-10-12 Yao Qi <yao.qi@linaro.org>
2099
2100 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2101
34240514
YQ
21022015-10-12 Yao Qi <yao.qi@linaro.org>
2103
2104 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2105 is aarch64*-*-linux*.
2106
8240f442
YQ
21072015-10-12 Yao Qi <yao.qi@linaro.org>
2108
2109 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2110 (can_relocate_bcond_true): ... it.
2111 (can_relocate_bcond_false): New function.
2112 (foo): Likewise.
2113 (can_relocate_bl): Likewise.
2114 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2115 can_relocate_bl.
2116
2520f728
PMR
21172015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2118
2119 * gdb.base/nested-addr.c: New file.
2120 * gdb.base/nested-addr.exp: New testcase.
2121
abcef95a
MM
21222015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2123
2124 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2125 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2126 its output. Ignore the output of "record goto begin" and instead
2127 check that GDB is replaying.
2128
145e3ddb
PA
21292015-10-09 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2132 (top level): Use it in the run with no args test.
2133
d5d8c4e1
IB
21342015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2135
2136 * gdb.dlang/properties.exp: New file.
2137
06e635ef
SL
21382015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2139
2140 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2141 whether or not address 0x1000 is mapped on the target.
2142
e019fd1d
SM
21432015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2144
2145 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2146 build.
2147
77ba2a67
MM
21482015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2149
2150 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2151 instruction-history test.
2152
c60eb31f
DE
21532015-09-28 Doug Evans <dje@google.com>
2154
2155 * gdb.base/gcore.c (array_func): Add reference to static_array.
2156
9a3c8263
SM
21572015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2158
2159 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2160 source line.
2161
9720e656
SL
21622015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2163
2164 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2165 short or char as base type.
2166
938d3bf2
SL
21672015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2168
2169 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2170 to allow any size enum.
2171
e6c2c623
PMR
21722015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2173
2174 * gdb.ada/array_ptr_renaming.exp: New testcase.
2175 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2176 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2177
06da0f77
PL
21782015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2179
2180 * gdb.trace/ftrace-lock.c: New file.
2181 * gdb.trace/ftrace-lock.exp: New file.
2182
4f51c22a
PL
21832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2184
2185 * gdb.arch/insn-reloc.c: New file.
2186 * gdb.arch/ftrace-insn-reloc.exp: New file.
2187
7041adf4
PL
21882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2189
2190 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2191 instruction.
2192 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2193 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2194 * gdb.trace/range-stepping.c: Likewise.
2195 * gdb.trace/trace-break.c: Likewise.
2196 * gdb.trace/trace-mt.c (thread_function): Likewise.
2197 * gdb.trace/ftrace.c (marker): Likewise.
2198 * gdb.trace/trace-condition.c (marker): Likewise.
2199 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2200 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2201 is_aarch64_target.
2202
015d2e7e
DE
22032015-09-18 Doug Evans <xdje42@gmail.com>
2204
2205 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2206 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2207
26b188a2
SL
22082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2209
2210 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2211 the breakpoint.
2212
79dc332b
SL
22132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2214
2215 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2216 the pending breakpoint. Remove timeout override for "Run till
2217 MI pending breakpoint on pendfunc3 on thread 2" test.
2218
f57929f2
SL
22192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2220
2221 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2222 filename pattern.
2223
3f469b17
SL
22242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2225
2226 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2227 in breakpoint filename pattern.
2228
515b89b3
SL
22292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2230
7800dbe4
SL
2231 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2232
22332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2234
515b89b3
SL
2235 * gdb.linespec/explicit.exp: Check for readline support for
2236 tab-completion tests. Fix obvious typo.
2237
d2939ba2
MM
22382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2239
2240 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2241 and replay.
2242
cbb55fa7
MM
22432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2244
2245 * gdb.btrace/non-stop.c: New.
2246 * gdb.btrace/non-stop.exp: New.
2247
43691ca1
PL
22482015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2249 Yao Qi <yao.qi@linaro.org>
2250
2251 * gdb.trace/trace-condition.c: New file.
2252 * gdb.trace/trace-condition.exp: New file.
2253
d78908cf
WW
22542015-09-16 Wei-cheng Wang <cole945@gmail.com>
2255
2256 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2257 for testing bytecode compilation.
2258
1ed415e2
PA
22592015-09-16 Pedro Alves <palves@redhat.com>
2260 Sandra Loosemore <sandra@codesourcery.com>
2261
2262 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2263 (SECONDS): Redefine.
2264 (main): Call pthread_kill and alarm early.
2265 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2266 support.
2267 (test): If the target can't hardware step and doesn't support
2268 displaced stepping, increase the timeout.
2269
d136eff5
PA
22702015-09-16 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2273 (enable_debug): New procedures.
2274 (test): Use them. Bail out if waiting for threads fails.
2275 (top level): Bail out if a test fails.
2276
991f019c
YQ
22772015-09-16 Yao Qi <yao.qi@linaro.org>
2278
2279 * gdb.asm/asm-source.exp: Set asm-arch for
2280 aarch64*-*-* target.
2281 * gdb.asm/aarch64.inc: New file.
2282
bfca584f
PMR
22832015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2284
2285 * gdb.ada/array_of_variable_length.exp: New testcase.
2286 * gdb.ada/array_of_variable_length/foo.adb: New file.
2287 * gdb.ada/array_of_variable_length/pck.adb: New file.
2288 * gdb.ada/array_of_variable_length/pck.ads: New file.
2289
b326e587
DE
22902015-09-15 Doug Evans <dje@google.com>
2291
2292 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2293 of function static local variable.
2294
5382cfab
PW
22952015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2296
2297 * gdb.threads/tls-so_extern.exp: New test file.
2298 * gdb.threads/tls-so_extern.c: New test file.
2299 * gdb.threads/tls-so_extern_main.c: New test file.
2300
141c5cc4
JK
23012015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * gdb.opt/solib-intra-step-lib.c: New file.
2304 * gdb.opt/solib-intra-step-main.c: New file.
2305 * gdb.opt/solib-intra-step.exp: New file.
2306
d15dcecd
PA
23072015-09-15 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2310 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2311
4c2f2a79
PA
23122015-09-14 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.base/hook-stop-continue.c: Delete.
2315 * gdb.base/hook-stop-continue.exp: Delete.
2316 * gdb.base/hook-stop-frame.c: Delete.
2317 * gdb.base/hook-stop-frame.exp: Delete.
2318 * gdb.base/hook-stop.c: New file.
2319 * gdb.base/hook-stop.exp: New file.
2320
919e6dbe
PMR
23212015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2322
2323 * gdb.ada/access_to_packed_array.exp: New testcase.
2324 * gdb.ada/access_to_packed_array/foo.adb: New file.
2325 * gdb.ada/access_to_packed_array/pack.adb: New file.
2326 * gdb.ada/access_to_packed_array/pack.ads: New file.
2327
157280a4
MM
23282015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2329
2330 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2331 buffer size test.
2332
2fd33e94
DB
23332015-09-11 Don Breazeal <donb@codesourcery.com>
2334
2335 * gdb.base/foll-exec.c: Add copyright header. Fix
2336 formatting issues.
2337 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2338 (do_exec_tests): Use clean_restart in place of zap_session,
2339 and for test initialization. Fix formatting issues. Use
2340 fail in place of perror.
2341 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2342 an expect statement to match an expression with output from
2343 the program under debug.
2344 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2345 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2346 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2347 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2348 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2349
e70b6e8e
DE
23502015-09-09 Doug Evans <dje@google.com>
2351
2352 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2353
7a551a51
DE
23542015-09-09 Doug Evans <dje@google.com>
2355
2356 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2357
4c666f84
DE
23582015-09-09 Doug Evans <dje@google.com>
2359
2360 * gdb.base/savedregs.exp: Fix typo.
2361
243a9253
PA
23622015-09-09 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2365
c0fa8fbd
SL
23662015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2367
2368 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2369 command actually switches threads. Give up on remaining
2370 tests if target fails to stop at breakpoint.
2371
cd7c1778
PMR
23722015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2373
2374 * gdb.ada/funcall_char.exp: New testcase.
2375 * gdb.ada/funcall_char/foo.adb: New file.
2376
dc5c8746
PMR
23772015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2378
2379 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2380 expected outputs. Add two testcases for completing ambiguous
2381 functions.
2382 * gdb.ada/complete/aux_pck.adb: New file.
2383 * gdb.ada/complete/aux_pck.ads: New file.
2384 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2385 Ambiguous_Func functions.
2386 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2387 * gdb.ada/complete/pck.adb: Likewise.
2388
4e83a1e7
UW
23892015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2390
2391 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2392 failures to run the test program under GDB.
2393
8ce74153
LM
23942015-08-26 Luis Machado <lgustavo@codesourcery.com>
2395
2396 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2397 to C.
2398
e9756d52
PP
23992015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2400
2401 * gdb.base/run-after-attach.exp: New test file.
2402 * gdb.base/run-after-attach.c: New test file.
2403
8d37573b
DB
24042015-08-26 Don Breazeal <donb@codesourcery.com>
2405
2406 * gdb.base/foll-exec-2.c: New test program.
2407 * gdb.base/foll-exec-2.exp: New test.
2408
63e43d3a
PMR
24092015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2410
2411 * gdb.base/nested-subp1.exp: New file.
2412 * gdb.base/nested-subp1.c: New file.
2413 * gdb.base/nested-subp2.exp: New file.
2414 * gdb.base/nested-subp2.c: New file.
2415 * gdb.base/nested-subp3.exp: New file.
2416 * gdb.base/nested-subp3.c: New file.
2417
3d40fbb5
PA
24182015-08-24 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.server/connect-without-multi-process.c: New file.
2421 * gdb.server/connect-without-multi-process.exp: New file.
2422
4422ac93
LM
24232015-08-24 Luis Machado <lgustavo@codesourcery.com>
2424
2425 * gdb.opt/inline-markers.c: Make z int.
2426
91dddb86
LM
24272015-08-24 Luis Machado <lgustavo@codesourcery.com>
2428
2429 * gdb.opt/inline-markers.c: Make z volatile.
2430
a48847ee
LM
24312015-08-24 Luis Machado <lgustavo@codesourcery.com>
2432
2433 * gdb.opt/inline-bt.c: New volatile global z.
2434 * gdb.opt/inline-cmds.c: Likewise.
2435 * gdb.opt/inline-locals.c: Likewise.
2436 * gdb.opt/inline-markers.c: New extern global z.
2437 (marker): Use z.
2438 (inline_fn): Likewise.
2439
0ebbc52b
PA
24402015-08-24 Pedro Alves <palves@redhat.com>
2441
2442 * config/m32r-stub.exp: Remove file.
2443 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2444 * gdb.base/call-rt-st.exp: Likewise.
2445 * gdb.base/call-strs.exp: Likewise.
2446 * gdb.base/default.exp: Remove references to h8300-*-hms and
2447 *-*-udi*.
2448 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2449
77c365df
AA
24502015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2451
2452 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2453 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2454 and "return" use KFAIL when GDB can not read/write the vector
2455 return value.
2456
4313b8c0
GB
24572015-08-21 Gary Benson <gbenson@redhat.com>
2458
2459 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2460
0e433b32
PA
24612015-08-20 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.server/solib-list.exp: No longer expect an interior stop in
2464 non-stop mode.
2465
221e1a37
PA
24662015-08-20 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.server/connect-stopped-target.c: New file.
2469 * gdb.server/connect-stopped-target.exp: New file.
2470
40e3ad0e
PA
24712015-08-20 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.dwarf2/comp-unit-lang.exp: New file.
2474 * gdb.dwarf2/comp-unit-lang.c: New file.
2475
af39b327
PMR
24762015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2477
2478 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2479 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2480
7d45c7c3 24812015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2482
7d45c7c3
KB
2483 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2484 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2485
4d6cceb4
DE
24862015-08-18 Doug Evans <dje@google.com>
2487 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2488
2489 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2490 skip_python_tests. New arg prompt_regexp.
2491 (skip_python_tests): New function.
2492 * lib/mi-support.exp (mi_skip_python_tests): New function.
2493 * gdb.python/py-mi-objfile-gdb.py: New file.
2494 * gdb.python/py-mi-objfile.c: New file.
2495 * gdb.python/py-mi-objfile.exp: New file.
2496
ad89c2aa
KS
24972015-08-17 Keith Seitz <keiths@redhat.com>
2498
2499 * gdb.linespec/explicit.exp: Move strace test from here ...
2500 * gdb.trace/strace.exp: ... to here.
2501
e3ae3c43
PP
25022015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2503
2504 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2505 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2506
604b2636
DE
25072015-08-14 Doug Evans <xdje42@gmail.com>
2508
2509 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2510 inferior before selecting a new file.
2511
6ff0ba5f
DE
25122015-08-14 Doug Evans <xdje42@gmail.com>
2513
2514 * gdb.mi/mi-disassemble.exp: Update.
2515 * gdb.base/disasm-optim.S: New file.
2516 * gdb.base/disasm-optim.c: New file.
2517 * gdb.base/disasm-optim.h: New file.
2518 * gdb.base/disasm-optim.exp: New file.
2519
9ca98f92
KS
25202015-08-14 Keith Seitz <keiths@redhat.com>
2521
2522 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2523 "evaluated-by".
2524
52bbc560
JB
25252015-08-13 Joel Brobecker <brobecker@adacore.com>
2526
2527 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2528
5d8c3ed3
PMR
25292015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2530
2531 * gdb.ada/fun_renaming.exp: New testcase.
2532 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2533 * gdb.ada/fun_renaming/pack.adb: New file.
2534 * gdb.ada/fun_renaming/pack.ads: New file.
2535
ea8812bc
KS
25362015-08-12 Keith Seitz <keiths@redhat.com>
2537
2538 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2539 gdb_get_line_number.
2540
4dafcdeb
JB
25412015-08-12 Joel Brobecker <brobecker@adacore.com>
2542
2543 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2544 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2545 gdb.base/dso2dso.exp: New files.
2546
5ba32597
SDJ
25472015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2548 Pedro Alves <palves@redhat.com>
2549 Keith Seitz <keiths@redhat.com>
2550
2551 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2552 GDBFLAGS.
2553
b6dafabf
PP
25542015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2555
2556 * gdb.base/gdbhistsize-history.exp
2557 (test_histsize_history_setting): Use save_vars.
2558 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2559 Use save_vars.
2560 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2561 * gdb.base/readline.exp: Use save_vars.
2562
abe8e607
PP
25632015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2564
2565 * lib/gdb.exp (save_vars): New proc.
2566
629500fa
KS
25672015-08-11 Keith Seitz <keiths@redhat.com>
2568
2569 * gdb.base/help.exp: Update help_breakpoint_text.
2570
eb8c4e2e
KS
25712015-08-11 Keith Seitz <keiths@redhat.com>
2572
2573 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2574 (at toplevel): Call test_explicit_breakpoints.
2575 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2576 breakpoints.
2577 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2578 breakpoint conditions, "-cond".
2579
87f0e720
KS
25802015-08-11 Keith Seitz <keiths@redhat.com>
2581
2582 * gdb.linespec/3explicit.c: New file.
2583 * gdb.linespec/cpexplicit.cc: New file.
2584 * gdb.linespec/cpexplicit.exp: New file.
2585 * gdb.linespec/explicit.c: New file.
2586 * gdb.linespec/explicit.exp: New file.
2587 * gdb.linespec/explicit2.c: New file.
2588 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2589 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2590 before using in the matching pattern.
2591 Clarify that `prefix' is a regular expression.
2592
f00aae0f
KS
25932015-08-11 Keith Seitz <keiths@redhat.com>
2594
2595 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2596 test.
2597 Add tests for missing ",FMT" and ",".
2598
e27852be
DE
25992015-08-10 Doug Evans <dje@google.com>
2600 Keith Seitz <keiths@redhat.com>
2601
2602 PR gdb/17960
2603 * gdb.base/completion.exp: Add location completer tests.
2604
7f03bd92
PA
26052015-08-07 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2608 tests here.
2609 (top level): Run do_test with and without displaced stepping.
2610
3fc8eb30
PA
26112015-08-07 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/valgrind-disp-step.c: New file.
2614 * gdb.base/valgrind-disp-step.exp: New file.
2615
d4569d7b
PA
26162015-08-07 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2619 Delete function.
2620 (main): Add alarm. Run an infinite loop instead of calling
2621 wait_threads.
2622 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2623 comment.
2624 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2625 Delete function.
2626 (main): Add alarm. Run an infinite loop instead of calling
2627 wait_threads.
2628 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2629 comment.
2630
e1316e60
PA
26312015-08-07 Pedro Alves <palves@redhat.com>
2632
2633 * gdb.base/checkpoint-ns.exp: New file.
2634 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2635 standard_testfile.
2636
da8c46d2
MM
26372015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2638
2639 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2640 * gdb.btrace/instruction_history.exp: Update.
2641 * gdb.btrace/tsx.exp: New.
2642 * gdb.btrace/tsx.c: New.
2643
de1c2c52
PA
26442015-08-06 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2647 increase timeout.
2648 * gdb.reverse/until-precsave.exp: Bump timeouts.
2649
782e0bf4
PA
26502015-08-06 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2653
83e97ed0
PA
26542015-08-06 Pedro Alves <palves@redhat.com>
2655
2656 PR gdb/18749
2657 * gdb.threads/process-dies-while-handling-bp.c: New file.
2658 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2659
863d01bd
PA
26602015-08-06 Pedro Alves <palves@redhat.com>
2661
2662 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2663 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2664
0a39bb32
PA
26652015-08-05 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2668 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2669
ee2d2b10
SL
26702015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2671
2672 * gdb.base/bp-permanent.exp: Report test as unsupported if
2673 the target cannot stop at the permanent breakpoint.
2674
4e1bdb00
DE
26752015-08-03 Doug Evans <dje@google.com>
2676
2677 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2678 10000.
2679
3d338901
DE
26802015-08-03 Doug Evans <dje@google.com>
2681
2682 * Makefile.in (workers/%.worker, build-perf): New rule.
2683 (GDB_PERFTEST_MODE): New variable.
2684 (check-perf): Use it.
2685 (clean): Clean up gdb.perf parallel build subdirs.
2686 * lib/build-piece.exp: New file.
2687 * lib/gdb.exp (make_gdb_parallel_path): New function
2688 (standard_output_file, standard_temp_file): Call it.
2689 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2690 of $GDB_PARALLEL.
2691 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2692
af061d3e
DE
26932015-08-03 Doug Evans <dje@google.com>
2694
8e1afc81 2695 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2696 (LOG_FILE_NAME): New global.
2697 (TextReporter.__init__): Initialize self.txt_sum.
2698 (TextReporter.report): Add support for multiple data-points.
2699 Move report to perftest.sum, put raw data in perftest.log.
2700 (TextReporter.start): Open sum and log files.
2701 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2702 * gdb.perf/lib/perftest/testresult.py
2703 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2704
2c8c5d37
PA
27052015-07-31 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2708 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2709 kill_wait_spawned_process instead of explicit "kill -9".
2710 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2711 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2712 kill_wait_spawned_process.
2713 * gdb.base/attach-twice.exp: Likewise.
2714 * gdb.base/attach.exp: Likewise.
2715 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2716 gdb_test_multiple.
2717 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2718 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2719 kill_wait_spawned_process.
2720 * gdb.base/valgrind-infcall.exp: Likewise.
2721 * gdb.multi/multi-attach.exp: Likewise.
2722 * gdb.python/py-prompt.exp: Likewise.
2723 * gdb.python/py-sync-interp.exp: Likewise.
2724 * gdb.server/ext-attach.exp: Likewise.
2725 * gdb.threads/attach-into-signal.exp (corefunc): Use
2726 spawn_wait_for_attach, spawn_id_get_pid and
2727 kill_wait_spawned_process.
2728 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2729 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2730 spawn_id_get_pid and kill_wait_spawned_process.
2731 * gdb.threads/attach-stopped.exp (corefunc): Use
2732 spawn_wait_for_attach, spawn_id_get_pid and
2733 kill_wait_spawned_process.
2734 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2735 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2736 kill_wait_spawned_process instead of explicit "kill -9".
2737 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2738 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2739 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2740 processes. Don't map cygwin/windows pids here. Now returns a
2741 spawn id list.
2742
032a0fca
SL
27432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2744
2745 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2746 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2747 correct patch.
2748
61a934ca
SL
27492015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2750
2751 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2752
4bc4d428
SL
27532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2754
2755 Reapply:
2756 2014-05-21 Mark Wielaard <mjw@redhat.com>
2757
2758 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2759
998d452a
PA
27602015-07-30 Pedro Alves <palves@redhat.com>
2761
2762 * linux-low.c (handle_extended_wait): Set the child's last
2763 reported status to TARGET_WAITKIND_STOPPED.
2764
69dde7dc
PA
27652015-07-30 Pedro Alves <palves@redhat.com>
2766
2767 PR threads/18600
2768 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2769 only shows inferior 1.
2770
4dd63d48
PA
27712015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2772 Pedro Alves <palves@redhat.com>
2773
2774 PR threads/18600
2775 * gdb.threads/fork-plus-threads.c: New file.
2776 * gdb.threads/fork-plus-threads.exp: New file.
2777
d618e4c5
PP
27782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2779
2780 * gdb.base/batch-preserve-term-settings.exp
2781 (test_terminal_settings_preserved_after_cli_exit): Use
2782 send_quit_command.
2783
1eef6428
PA
27842015-07-29 Pedro Alves <palves@redhat.com>
2785 Don Breazeal <donb@codesourcery.com>
2786
2787 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2788 output from both inferior_spawn_id and gdb_spawn_id.
2789
7da5b897
SDJ
27902015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2791
2792 * gdb.threads/attach-into-signal.exp (corefunc): Use
2793 with_test_prefix on nested loops, uniquefying the test messages.
2794
dac804df
SDJ
27952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2796
2797 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2798 commit.
2799
06265e53
PP
28002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2801
2802 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2803 New proc.
2804 (test_terminal_settings_preserved_after_sigterm): New test.
2805
18206ca3
PP
28062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2807
2808 * gdb.base/batch-preserve-term-settings.exp
2809 (test_terminal_settings_preserved_after_cli_exit): New test.
2810
90074d11
PP
28112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2812
2813 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2814 manipulation of saved_gdbflags.
2815 (test_terminal_settings_preserved): Remove global declaration of
2816 the unused variable pagination_prompt. Remove manipulation of
2817 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2818 GDBFLAGS.
2819
eb1a7902
PA
28202015-07-29 Pedro Alves <palves@redhat.com>
2821
2822 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2823
8b75dd3b
PA
28242015-07-29 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2827 at the top.
2828
dedad4e3
PA
28292015-07-29 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2832 (main): Call gdb_unbuffer_output.
2833 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2834 (main): Call gdb_unbuffer_output.
2835 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2836 (main): Call gdb_unbuffer_output.
2837 * gdb.base/call-strs.exp: Adjust to step over the
2838 gdb_unbuffer_output call.
2839 * gdb.base/catch-gdb-caused-signals.c: Include
2840 "../lib/unbuffer_output.c".
2841 (main): Call gdb_unbuffer_output.
2842 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2843 (main): Call gdb_unbuffer_output.
2844 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2845 (main): Call gdb_unbuffer_output.
2846 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2847 (main): Call gdb_unbuffer_output.
2848 * gdb.base/shlib-call.exp: Adjust to step over the
2849 gdb_unbuffer_output call.
2850 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2851 (main): Call gdb_unbuffer_output.
2852 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2853 (main): Call gdb_unbuffer_output.
2854 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2855 (main): Rename to ...
2856 (test): ... this.
2857 (main): Reimplement.
2858 * gdb.base/varargs.exp: Run to test instead of to main.
2859 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2860 (main): Call gdb_unbuffer_output.
2861
58789a91
PA
28622015-07-29 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2865 factore out from mi_continue_dprintf. For call-style dprintfs,
2866 expect dprintf output out of $inferior_spawn_id.
2867 (mi_continue_dprintf): Use mi_expect_dprintf.
2868 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2869 (main): Call gdb_unbuffer_output.
2870
e8376742
PA
28712015-07-29 Pedro Alves <palves@redhat.com>
2872
2873 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2874 (default_mi_gdb_start): Set inferior_spawn_id instead of
2875 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2876 gdb_spawn_id.
2877 (mi_gdb_test): Always expect inferior output from both
2878 $inferior_spawn_id and $gdb_spawn_id.
2879
08280010
PA
28802015-07-29 Pedro Alves <palves@redhat.com>
2881
2882 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2883 send_inferior and $inferior_spawn_id.
2884
4d30e432
PA
28852015-07-29 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.gdb/complaints.exp (test_initial_complaints)
2888 (test_serial_complaints, test_short_complaints): Use
2889 gdb_test_stdio.
2890 (test_empty_complaint): Handle $inferior_spawn_id !=
2891 $gdb_spawn_id.
2892
0d30a335
PA
28932015-07-29 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.base/varargs.exp: Use gdb_test_stdio.
2896
39413b29
PA
28972015-07-29 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2900
7cb000a9
PA
29012015-07-29 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2904
d7b8ac82
PA
29052015-07-29 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2908 parameter into two new parameters, "inf_result" and "gdb_result".
2909 Expect inferior output and gdb output from $inferior_spawn_id and
2910 $gdb_spawn_id, respectively. Adjust all callers.
2911
789c3a0c
PA
29122015-07-29 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2915 of gdb_test_sequence.
2916
77e760c3
PA
29172015-07-29 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2920 (saw_spurious_output): Expect inferior output from
2921 $inferior_spawn_id. Use gdb_test_stdio.
2922
8396d2cd
PA
29232015-07-29 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.base/dprintf.exp: Use standard_testfile. Change
2926 prepare_for_testing call.
2927 (srcfile): Don't set.
2928 (restart): New procedure.
2929 (test_dprintf): New procecure, use to continue over dprintfs.
2930 (test_call, test_agent): New procedures, tests moved here.
2931 Restart gdb and recreate dprintfs. Adjust expected output.
2932
2051d61f
PA
29332015-07-29 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2936
452397af
PA
29372015-07-29 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2940
8aed9555
PA
29412015-07-29 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2944 gdb_test_stdio.
2945
188a61b4
PA
29462015-07-29 Pedro Alves <palves@redhat.com>
2947
2948 * lib/gdb.exp (gdb_test_stdio): New procedure.
2949
12264a45
PA
29502015-07-29 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2953
23ffc893
PA
29542015-07-29 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/call-signal-resume.exp: Remove check for
2957 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2958 * gdb.base/unwindonsignal.exp: Likewise.
2959 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2960 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2961
65566918
PA
29622015-07-29 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/siginfo-addr.c (pass): New function.
2965 (handler): Call it iff si_addr is correct.
2966 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2967 Set a breakpoint at "pass" and continue to it.
2968
d60a9221
SDJ
29692015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2970
2971 * gdb.python/py-objfile.exp: Make some tests have unique names.
2972 * gdb.python/py-pp-registration.exp: Likewise.
2973
bde40b8f
PA
29742015-07-28 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2977
13e1dec8
SM
29782015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2979
2980 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2981
da33c9a7
SM
29822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2983
2984 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2985
077836f7
PP
29862015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2987
2988 * gdb.base/gdb-sigterm-2.exp: New test.
2989
b8cc7b2e
DE
29902015-07-25 Doug Evans <xdje42@gmail.com>
2991
2992 Revert:
2993 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2994 (workers/%.worker, build-perf): New rule.
2995 (GDB_PERFTEST_MODE): New variable.
2996 (check-perf): Use it.
2997 (clean): Clean up gdb.perf parallel build subdirs.
2998 * lib/build-piece.exp: New file.
2999 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3000 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3001 name.
3002 (standard_temp_file): Ditto.
3003 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3004 of $GDB_PARALLEL.
3005
c8bd4544
DE
30062015-07-24 Doug Evans <dje@google.com>
3007
3008 * gdb.perf/lib/perftest/utils.py: New file.
3009 * gdb.perf/gm-hello.cc: New file.
3010 * gdb.perf/gm-pervasive-typedef.cc: New file.
3011 * gdb.perf/gm-pervasive-typedef.h: New file.
3012 * gdb.perf/gm-std.cc: New file.
3013 * gdb.perf/gm-std.h: New file.
3014 * gdb.perf/gm-use-cerr.cc: New file.
3015 * gdb.perf/gm-utils.h: New file.
3016 * gdb.perf/gmonster-null-lookup.py: New file.
3017 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3018 * gdb.perf/gmonster-print-cerr.py: New file.
3019 * gdb.perf/gmonster-ptype-string.py: New file.
3020 * gdb.perf/gmonster-runto-main.py: New file.
3021 * gdb.perf/gmonster-select-file.py: New file.
3022 * gdb.perf/gmonster1-null-lookup.exp: New file.
3023 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3024 * gdb.perf/gmonster1-print-cerr.exp: New file.
3025 * gdb.perf/gmonster1-ptype-string.exp: New file.
3026 * gdb.perf/gmonster1-runto-main.exp: New file.
3027 * gdb.perf/gmonster1-select-file.exp: New file.
3028 * gdb.perf/gmonster1.cc: New file.
3029 * gdb.perf/gmonster1.exp: New file.
3030 * gdb.perf/gmonster2-null-lookup.exp: New file.
3031 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3032 * gdb.perf/gmonster2-print-cerr.exp: New file.
3033 * gdb.perf/gmonster2-ptype-string.exp: New file.
3034 * gdb.perf/gmonster2-runto-main.exp: New file.
3035 * gdb.perf/gmonster2-select-file.exp: New file.
3036 * gdb.perf/gmonster2.cc: New file.
3037 * gdb.perf/gmonster2.exp: New file.
3038
6eab34f3
DE
30392015-07-24 Doug Evans <dje@google.com>
3040
3041 * gdb.perf/README: New file.
3042 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3043 * lib/gen-perf-test.exp: New file.
3044
63738bfd
DE
30452015-07-24 Doug Evans <dje@google.com>
3046
3047 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3048 (PerfTest::startup): New function.
3049 (PerfTest::run): Return result of calling body.
3050 (PerfTest::assemble): Rewrite.
3051 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3052 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3053 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3054 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3055 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3056
7b606f95
DE
30572015-07-24 Doug Evans <dje@google.com>
3058
3059 * lib/gdb.exp (clean_restart): Make executable optional.
3060
a97b16b8
DE
30612015-07-24 Doug Evans <dje@google.com>
3062
3063 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3064 compiler_info references.
3065 * gdb.cp/temargs.exp: Ditto.
3066 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3067 (get_compiler_info): Early exit if already computed. Set compiler_info
3068 to "unknown" if there was a problem.
3069 (test_compiler_info): Add function comment. Call get_compiler_info.
3070
35baa57f
DE
30712015-07-24 Doug Evans <dje@google.com>
3072
3073 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3074 (workers/%.worker, build-perf): New rule.
3075 (GDB_PERFTEST_MODE): New variable.
3076 (check-perf): Use it.
3077 (clean): Clean up gdb.perf parallel build subdirs.
3078 * lib/build-piece.exp: New file.
3079 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3080 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3081 name.
3082 (standard_temp_file): Ditto.
3083 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3084 of $GDB_PARALLEL.
3085
6ebea266
DE
30862015-07-24 Doug Evans <dje@google.com>
3087
3088 * lib/future.exp (gdb_default_target_compile): New option
3089 "early_flags".
3090 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3091 --as-needed.
3092
1e76a7e9
SDJ
30932015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3094
3095 * gdb.base/catch-syscall.exp: Call gdb_exit before
3096 gdb_skip_xml_test.
3097
5068630a
PA
30982015-07-24 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.python/py-events.exp: Accept output between the stop event
3101 and the prompt.
3102 * gdb.python/py-evsignal.exp: Likewise.
3103 * gdb.python/py-evthreads.exp: Likewise.
3104
77598427
PA
31052015-07-24 Pedro Alves <palves@redhat.com>
3106
3107 PR gdb/18717
3108 * gdb.threads/non-ldr-exit.c: New file.
3109 * gdb.threads/non-ldr-exit.exp: New file.
3110
11e6c98f
YQ
31112015-07-24 Yao Qi <yao.qi@linaro.org>
3112
3113 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3114 restarting process.
3115
51aee833
YQ
31162015-07-24 Yao Qi <yao.qi@linaro.org>
3117
3118 * gdb.server/ext-restart.exp: New file.
3119
8cfe207c
YQ
31202015-07-24 Yao Qi <yao.qi@linaro.org>
3121
3122 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3123 argument options.
3124 * gdb.server/ext-wrapper.exp: New file.
3125
cc12ce38
DE
31262015-07-23 Doug Evans <dje@google.com>
3127
3128 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3129 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3130
d0d84780
PMR
31312015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3132
3133 * gdb.ada/var_arr_typedef.exp: New testcase.
3134 * gdb.ada/var_arr_typedef/pack.adb: New file.
3135 * gdb.ada/var_arr_typedef/pack.ads: New file.
3136 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3137
8b558f79
JB
31382015-07-20 Joel Brobecker <brobecker@adacore.com>
3139
3140 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3141
775a3298
JK
31422015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 * gdb.arch/i386-biarch-core.exp: Replace istarget
3145 by "complete set gnutarget". Remove expectation for the "core-file"
3146 command.
3147
db1ff28b
JK
31482015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 Revert the previous commit:
3151 Tests for validate symbol file using build-id.
3152
0a94970d
JK
31532015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3154
3155 Tests for validate symbol file using build-id.
3156 * gdb.base/solib-mismatch-lib.c: New file.
3157 * gdb.base/solib-mismatch-libmod.c: New file.
3158 * gdb.base/solib-mismatch.c: New file.
3159 * gdb.base/solib-mismatch.exp: New file.
3160
03346981
SL
31612015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3162
3163 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3164 nios2-*-linux*.
3165 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3166 * gdb.base/siginfo.exp: Likewise.
3167 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3168
42422cc7
PL
31692015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3170
3171 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3172 Move it to ...
3173 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3174 ... here.
3175 * gdb.trace/range-stepping.exp: Check that the target supports
3176 range stepping.
3177
cfa68bae
JK
31782015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3181
8ffdba26
PA
31822015-07-14 Pedro Alves <palves@redhat.com>
3183
3184 * gdb.base/killed-outside.exp: New file.
3185 * gdb.base/killed-outside.c: New file.
3186
218a5a11
JK
31872015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3190 (n at main): New.
3191 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3192
e03ed3c6
AA
31932015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3194
3195 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3196 infcall tests instead of setting up for KFAIL.
3197
485668e5
MM
31982015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3199
3200 * gdb.btrace/record_goto-step.exp: New.
3201
08464196
JK
32022015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 PR compile/18484
3205 * gdb.compile/compile.c (struct struct_type): Add volatile to
3206 selffield's type.
3207 * gdb.compile/compile.exp
3208 (compile code struct_object.selffield = &struct_object): Skip further
3209 struct_object tests if this one xfails.
3210
bcf5c1d9
RC
32112015-07-08 Robert O'Callahan <robert@ocallahan.org>
3212
3213 PR exp/18617
3214 * gdb.trace/ax.exp: Add test.
3215
4931af25
YQ
32162015-07-07 Yao Qi <yao.qi@linaro.org>
3217
3218 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3219 instead of istarget "aarch64*-*-*".
3220 * gdb.arch/aarch64-fp.exp: Likewise.
3221 * gdb.base/float.exp: Likewise.
3222 * gdb.reverse/aarch64.exp: Likewise.
3223 * lib/gdb.exp (is_aarch64_target): New proc.
3224
9fcf688e
YQ
32252015-07-07 Yao Qi <yao.qi@linaro.org>
3226
3227 * lib/gdb.exp (is_aarch32_target): New proc.
3228 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3229 instead of "istarget "arm*-*-*"".
3230 * gdb.arch/arm-disp-step.exp: Likewise.
3231 * gdb.arch/thumb-bx-pc.exp: Likewise.
3232 * gdb.arch/thumb-prologue.exp: Likewise.
3233 * gdb.arch/thumb-singlestep.exp: Likewise.
3234 * gdb.base/disp-step-syscall.exp: Likewise.
3235 * gdb.base/float.exp: Likewise.
3236
fbd8d50d
YQ
32372015-07-07 Yao Qi <yao.qi@linaro.org>
3238
3239 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3240 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3241
71be1fdc
YQ
32422015-07-07 Yao Qi <yao.qi@linaro.org>
3243
3244 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3245 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3246 if it exists.
3247 * gdb.multi/multi-arch.exp: Likewise.
3248
3e221d36
SM
32492015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3252 print.
3253
d441430b
YQ
32542015-07-07 Yao Qi <yao.qi@linaro.org>
3255
3256 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3257
06f810bd
MG
32582015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3259
3260 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3261 '[' and ']' characters.
3262
5e61e7c0
IB
32632015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3264
3265 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3266
28bf096c
PA
32672015-06-29 Pedro Alves <palves@redhat.com>
3268
3269 PR threads/18127
3270 * gdb.threads/hand-call-new-thread.c: New file.
3271 * gdb.threads/hand-call-new-thread.c: New file.
3272
ee93cd5e
KS
32732015-06-26 Keith Seitz <keiths@redhat.com>
3274 Doug Evans <dje@google.com>
3275
3276 PR 16253
3277 * gdb.cp/var-tag-2.cc: New file.
3278 * gdb.cp/var-tag-3.cc: New file.
3279 * gdb.cp/var-tag-4.cc: New file.
3280 * gdb.cp/var-tag.cc: New file.
3281 * gdb.cp/var-tag.exp: New file.
3282
fc637f04
PP
32832015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3284
3285 * gdb.base/history-duplicates.exp: New test.
3286
2e52ae68
PP
32872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3288
3289 * gdb.base/completion.exp: Test the completion of the "focus"
3290 command.
3291
6e22494e
JK
32922015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3293
3294 * gdb.arch/amd64-prologue-skip.S: New file.
3295 * gdb.arch/amd64-prologue-skip.exp: New file.
3296
bf7b9cd9
SM
32972015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3298
3299 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3300 is_address_zero_readable check.
3301
201e8dfd
PB
33022015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3303
3304 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3305 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3306
5cd867b4
YQ
33072015-06-24 Yao Qi <yao.qi@linaro.org>
3308
3309 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3310 linux targets.
3311
4d7be007
YQ
33122015-06-24 Yao Qi <yao.qi@linaro.org>
3313
3314 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3315 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3316 * gdb.base/siginfo-thread.exp: Likewise.
3317
07fcd301
YQ
33182015-06-22 Yao Qi <yao.qi@linaro.org>
3319
3320 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3321
52042a00
YQ
33222015-06-22 Yao Qi <yao.qi@linaro.org>
3323
3324 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3325 aarch64*-*-*.
3326 (skip_hw_watchpoint_tests): Likewise.
3327
74bd41ce
PP
33282015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3329
3330 * gdb.base/gdbinit-history.exp: Test the interaction between
3331 setting GDBHISTSIZE and setting the history size via .gdbinit.
3332
bc460514
PP
33332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3334
3335 PR gdb/16999
3336 * gdb.base/gdbhistsize-history.exp: New test.
3337
b58c513b
PP
33382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3339
3340 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3341 with GDBHISTSIZE.
3342 * gdb.base/readline.exp: Likewise.
3343
92046791
YQ
33442015-06-17 Yao Qi <yao.qi@linaro.org>
3345
3346 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3347 line.
3348
2093d2d3
PP
33492015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3350
3351 * gdb.base/gdbinit-history.exp: Add test case to check that
3352 an unlimited history file does not get truncated on exit.
3353
e6c693af
AA
33542015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3355
3356 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3357 (VECTOR): New macro. Use it...
3358 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3359 ...for these typedefs.
3360 (int8, char1, int1, double1): New typedefs.
3361 (struct just_int2, struct two_int2): New structures.
3362 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3363 (add_structvecs, add_singlevecs): New functions.
3364 (main): Call add_some_intvecs twice.
3365 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3366 the compile and exit upon failure. Try compiling for the "native"
3367 architecture. Test inferior function calls with vector arguments
3368 and vector return value handling with "finish" and "return".
3369
c74f7d1c
JT
33702015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3371
3372 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3373 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3374 PE file.
3375 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3376
98aa42ee
AT
33772015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3378
3379 PR breakpoints/16465
3380 * gdb.mi/mi-dprintf-pending.c: New file.
3381 * gdb.mi/mi-dprintf-pending.exp: New test.
3382 * gdb.mi/mi-dprintf-pendshr.c: New file.
3383
7d73c23c 33842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3385 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3386
3387 * gdb.arch/i386-mpx-map.c: New file.
3388 * gdb.arch/i386-mpx-map.exp: New File.
3389
33902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3391
3392 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3393 * gdb.arch/i386-mpx.exp: Indentation fixed.
3394
33952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3396
3397 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3398 function and improved indentation.
3399 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3400 gdb_test_multiple. Added additional tests to skip the test.
3401
34022015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3403
3404 * gdb.arch/i386-avx512.c: Change path in include file.
3405 * gdb.arch/i386-avx512.exp: Change include dir path
3406 compilation flag.
3407 * gdb.arch/i386-mpx.c: Change path in include file.
3408 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3409 flag.
3410
d5eba19a
JK
34112015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 * gdb.compile/compile-print.exp (compile print *vararray@3)
3414 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3415
7f361056
JK
34162015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3419 (do not keep jit in memory): ... this.
3420 (expect 5): Change it to ...
3421 (expect no 5): ... this.
3422
3b462ec2
SM
34232015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3424
3425 PR gdb/15564
3426 * gdb.mi/mi-detach.exp: New file.
3427
e0619de6
JK
34282015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 PR symtab/18392
3431 * gdb.arch/amd64-tailcall-self.S: New file.
3432 * gdb.arch/amd64-tailcall-self.c: New file.
3433 * gdb.arch/amd64-tailcall-self.exp: New file.
3434
e970cb34
DB
34352015-05-28 Don Breazeal <donb@codesourcery.com>
3436
3437 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3438 tests for remote targets by checking is_target_gdbserver.
3439
b2e2f908
DE
34402015-05-27 Doug Evans <dje@google.com>
3441
3442 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3443 * gdb.dwarf2/opaque-type-lookup.c: New file.
3444 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3445
82c7be31
DE
34462015-05-26 Doug Evans <dje@google.com>
3447
3448 * gdb.cp/iostream.cc: New file.
3449 * gdb.cp/iostream.exp: New file.
3450
b4f54984
DE
34512015-05-26 Doug Evans <dje@google.com>
3452
3453 * gdb.dwarf2/dw2-op-call.exp: Update.
3454 * gdb.dwarf2/dw4-sig-types.exp: Update.
3455 * gdb.dwarf2/implptr.exp: Update.
3456 * gdb.mi/mi-cmd-param-changed.exp: Update.
3457
4ea6efe9
DE
34582015-05-26 Doug Evans <dje@google.com>
3459
3460 * gdb.python/py-lazy-string.c: New file.
3461 * gdb.python/py-lazy-string.exp: New file.
3462 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3463 (main): Update. Add estring3.
3464 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3465 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3466
f6bb7db3
YQ
34672015-05-26 Omair Javaid <omair.javaid@linaro.org>
3468 Yao Qi <yao.qi@linaro.org>
3469
3470 * gdb.reverse/aarch64.c: New.
3471 * gdb.reverse/aarch64.exp: New.
3472
a81bfbd0
OJ
34732015-05-26 Omair Javaid <omair.javaid@linaro.org>
3474
3475 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3476 (supports_reverse): Likewise.
3477
158bf1b4
PP
34782015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3479
3480 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3481 Use with_test_prefix.
3482
a0145030
AB
34832015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.base/completion.exp: Add test for completion of layout
3486 names.
3487
ebe3b578
AB
34882015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * lib/gdb.exp (skip_tui_tests): New proc.
3491 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3492
84204ed7
PA
34932015-05-19 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3496 Save the whole env array instead of just HOME. Unset HISTSIZE in
3497 the environment while testing. Restore whole environment
3498 afterwards.
3499
37442ce1
DE
35002015-05-16 Doug Evans <xdje42@gmail.com>
3501
3502 * gdb.guile/scm-ports.c: New file.
3503 * gdb.guile/scm-ports.exp: Add memory port tests.
3504
36de76f9
JK
35052015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3506
3507 * gdb.compile/compile-print.c: New file.
3508 * gdb.compile/compile-print.exp: New file.
3509
3a9558c4
JK
35102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 * gdb.compile/compile-ops.exp: Cast param to void.
3513 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3514 (compile code struct_object.selffield = &struct_object): Add xfail.
3515
aa715135
JG
35162015-05-15 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdb.ada/arr_enum_with_gap: New testcase.
3519
931e5bc3
JG
35202015-05-15 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.ada/byte_packed_arr: New testcase.
3523
9cd4d857
JB
35242015-05-15 Joel Brobecker <brobecker@adacore.com>
3525
3526 * gdb.ada/pckd_neg: New testcase.
3527
ebfd00d2
PP
35282015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3529
3530 PR gdb/17820
3531 * gdb.base/gdbinit-history.exp: New test.
3532 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3533 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3534
4c082a81
SC
35352015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3536
3537 * gdb.python/py-xmethods.cc: Enhance test case.
3538 * gdb.python/py-xmethods.exp: New tests.
3539 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3540 function.
3541 (B_indexoper): Likewise.
3542 (global_dm_list) : Add new xmethod worker functions.
3543
f7797074
SDJ
35442015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3545
3546 * gdb.base/coredump-filter.exp: Correctly unset
3547 "coredump_var_addr" array.
3548
a4674e4e
PA
35492015-05-08 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.server/non-existing-program.exp: Unset spawn_id.
3552
df2eb078
SC
35532015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3554
3555 PR python/18291
3556 * gdb.python/py-xmethods.exp: Add tests.
3557
422349a3
YQ
35582015-05-08 Yao Qi <yao.qi@linaro.org>
3559
3560 PR gdb/18208
3561 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3562 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3563 function set_coredump_filter, and remove remote_exec call.
3564 Remove argument ipid. Callers update.
3565 (top level): Don't get inferior's PID.
3566
63fc80ce
AA
35672015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3568
3569 * gdb.base/watch_thread_num.exp: Skip test on targets without
3570 access watchpoints.
3571
80ad801e
PA
35722015-05-06 Pedro Alves <palves@redhat.com>
3573
3574 PR server/18081
3575 * gdb.server/non-existing-program.exp: New file.
3576
0fa7fe50
JB
35772015-05-05 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3580
3ea89b92
PMR
35812015-05-05 Joel Brobecker <brobecker@adacore.com>
3582
3583 * gdb.ada/out_of_line_in_inlined: New testcase.
3584
87b8eff0
JB
35852015-05-05 Joel Brobecker <brobecker@adacore.com>
3586
3587 * gdb.ada/var_rec_arr: New testcase.
3588
5fccc635
YQ
35892015-04-30 Yao Qi <yao.qi@linaro.org>
3590
3591 * gdb.base/break-idempotent.exp: If
3592 skip_hw_watchpoint_multi_tests returns true, skip the tests
3593 on "rwatch" and "awatch".
3594
42d38f42
YQ
35952015-04-30 Yao Qi <yao.qi@linaro.org>
3596
3597 * gdb.base/relativedebug.exp: Invoke gdb command
3598 "info sharedlibrary", and if libc.so doesn't have debug info,
3599 skip the test.
3600
2ce1cdbf
DE
36012015-04-29 Doug Evans <dje@google.com>
3602
3603 * gdb.python/py-xmethods.exp: Add ptype tests.
3604 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3605 get_result_type method.
3606
f24a38c5
LM
36072015-04-29 Luis Machado <lgustavo@codesourcery.com>
3608
3609 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3610 the target does not support hardware watchpoints.
3611
ecbf2b3c
LM
36122015-04-29 Luis Machado <lgustavo@codesourcery.com>
3613
3614 * gdb.base/break-always.exp: Abort testing if writing to memory
3615 causes an error.
3616
34f5f757
DE
36172015-04-28 Doug Evans <dje@google.com>
3618
3619 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3620 * gdb.python/py-pp-registration.exp: ... here. New file.
3621 * gdb.python/py-pp-registration.c: New file.
3622 * gdb.python/py-pp-registration.py: New file.
3623
69b4374a
DE
36242015-04-28 Doug Evans <dje@google.com>
3625
3626 * gdb.python/py-bad-printers.c: New file.
3627 * gdb.python/py-bad-printers.py: New file.
3628 * gdb.python/py-bad-printers.exp: New file.
3629
59fb7612
SS
36302015-04-28 Sasha Smundak <asmundak@google.com>
3631
3632 * gdb.python/py-type.exp: New test.
3633
2631b16a
AW
36342015-04-28 Andy Wingo <wingo@igalia.com>
3635
3636 * gdb.python/py-parameter.exp:
3637 * gdb.guile/scm-parameter.exp: Escape the path that we are
3638 matching against, as it might contain characters that are special
3639 to regular expressions.
3640
460efde1
JB
36412015-04-27 Joel Brobecker <brobecker@adacore.com>
3642
3643 * gdb.ada/rec_comp: New testcase.
3644
2d369d8e
SDJ
36452015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3646
3647 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3648 before using it.
3649
cf75d6c3
AB
36502015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3651
3652 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3653 new tests for verilog output.
3654
8dbe7ca5
YQ
36552015-04-24 Yao Qi <yao.qi@linaro.org>
3656
3657 * boards/remote-gdbserver-on-localhost.exp: New file.
3658
4ef9fb2f
PA
36592015-04-23 Pedro Alves <palves@redhat.com>
3660
3661 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3662 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3663 "end of file", remove $inferior_spawn_id from the indirect list.
3664
0a803169
PA
36652015-04-23 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3668
749ef8f8
PA
36692015-04-23 Pedro Alves <palves@redhat.com>
3670
3671 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3672 on $any_spawn_id instead of only on $gdb_spawn_id.
3673
8aae4344
PM
36742015-04-21 Pierre Muller <muller@sourceware.org>
3675
3676 PR pascal/17815
3677 * lib/pascal.exp (gpc_compile): Add new option "class".
3678 (fpc_compile): Likewise.
3679 * gdb.pascal/case-insensitive-symbols.pas: New file.
3680 * gdb.pascal/case-insensitive-symbols.exp: New file.
3681
1586c8fb
GB
36822015-04-20 Gary Benson <gbenson@redhat.com>
3683
3684 * gdb.base/attach.exp: Fix three extended remote failures.
3685
1b6e6f5c
GB
36862015-04-17 Gary Benson <gbenson@redhat.com>
3687
3688 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3689 the main executable over the remote protocol.
3690
e797481d
PA
36912015-04-16 Pedro Alves <palves@redhat.com>
3692
3693 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3694 a new gdbserver if gdbserver_reconnect_p is set.
3695
1ca99c42
PA
36962015-04-16 Pedro Alves <palves@redhat.com>
3697
3698 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3699 is set, don't exit gdbserver.
3700
af9fd6f8
AA
37012015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3702
3703 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3704 appropriate .insn, such that an older assembler can be used.
3705 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3706 the z/Architecture instruction set on 31-bit targets as well.
3707
04ff1e61
AA
37082015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3709
3710 * gdb.go/handcall.exp: Remove all logic related to the first
3711 breakpoint and rely on go_runto_main instead.
3712 * gdb.go/strings.exp: Likewise.
3713 * gdb.go/unsafe.exp: Likewise.
3714 * gdb.go/hello.exp: Likewise. Also rename the remaining
3715 breakpoint marker to "breakpoint 1".
3716 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3717 * gdb.go/strings.go: Likewise.
3718 * gdb.go/unsafe.go: Likewise.
3719 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3720 "set breakpoint 2 here" and rename the remaining breakpoint marker
3721 to "breakpoint 1".
3722
40d2f8d6
SM
37232015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3724
3725 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3726 if itertools.imap is not present.
3727 * gdb.python/py-objfile.exp: Add parentheses.
3728 * gdb.python/py-type.exp: Same.
3729 * gdb.python/py-unwind-maint.py: Same.
3730
8cbc97c6
YQ
37312015-04-15 Yao Qi <yao.qi@linaro.org>
3732
3733 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3734 of ":$ptr_size" and set its form explicitly.
3735
45fd756c
YQ
37362015-04-15 Pedro Alves <palves@redhat.com>
3737 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3740 timeout by factor of 4.
3741 (test_regular_watch): Likewise.
3742 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3743 * gdb.reverse/sigall-reverse.exp: Likewise.
3744 * gdb.reverse/until-precsave.exp: Likewise.
3745 * lib/gdb.exp (with_timeout_factor): New proc.
3746 (gdb_expect): Move some code to ...
3747 (get_largest_timeout): ... here. New procedure.
3748
9e811bc3
LM
37492015-04-14 Luis Machado <lgustavo@codesourcery.com>
3750
3751 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3752
0ff6fcb2
LM
37532015-04-13 Luis Machado <lgustavo@codesourcery.com>
3754
3755 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3756 to write to the .text section.
3757
7578d5f7
LM
37582015-04-13 Luis Machado <lgustavo@codesourcery.com>
3759
3760 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3761 Handle the case of targets that do not provide PID information.
3762
2efe15c4
YQ
37632015-04-13 Yao Qi <yao.qi@linaro.org>
3764
3765 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3766 and use expect instead of gdb_expect.
3767
8cd8f2f8
SDJ
37682015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3769
3770 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3771 "coredump_var_addr" to avoid naming conflict with other testcases.
3772
9ee41772
PA
37732015-04-10 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3776 gdb_test_sequence and gdb_assert.
3777
07473109
PA
37782015-04-10 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3781 test messages that don't include the breakpoint address.
3782
de3db44c
YQ
37832015-04-10 Yao Qi <yao.qi@linaro.org>
3784
3785 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3786 false for some offset and width combinations which aren't
3787 supported by linux kernel.
3788
c79d856c
PA
37892015-04-10 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3792 procedure, factored out from ...
3793 (top level): ... here. Add "set displaced-stepping" testing axis.
3794 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3795 parameter "displaced". Use it.
3796 (top level): Use foreach and add "set displaced-stepping" testing
3797 axis.
3798
ebc90b50
PA
37992015-04-10 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3802 Remove comment.
3803 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3804 both the address of the instruction that triggers the watchpoint
3805 and the address of the instruction immediately after, and use
3806 those addresses for the test. Fix comment.
3807
8f572e5c
PA
38082015-04-10 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.base/sigstep.exp (breakpoint_to_handler)
3811 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3812 Test "backtrace" in handler.
3813 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3814 (top level): Add new "displaced" test axis to
3815 breakpoint_to_handler, breakpoint_to_handler_entry and
3816 breakpoint_over_handler.
3817
8d707a12
PA
38182015-04-10 Pedro Alves <palves@redhat.com>
3819
3820 PR gdb/18216
3821 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3822
ef713951
YQ
38232015-04-10 Yao Qi <yao.qi@linaro.org>
3824
3825 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3826 (test_add_rn_pc): New function.
3827 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3828 (top level): Invoke test_add_rn_pc.
3829
906d60cf
PA
38302015-04-10 Pedro Alves <palves@redhat.com>
3831
3832 PR gdb/13858
3833 * gdb.base/step-over-no-symbols.exp: New file.
3834
f2983cc3
AW
38352015-04-09 Andy Wingo <wingo@igalia.com>
3836
3837 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3838 after the Python tests.
3839
6d62641c
SDJ
38402015-04-08 Keith Seitz <keiths@redhat.com>
3841
3842 PR python/16699
3843 * gdb.python/py-completion.exp: New tests for completion.
3844 * gdb.python/py-completion.py (CompleteLimit1): New class.
3845 (CompleteLimit2): Likewise.
3846 (CompleteLimit3): Likewise.
3847 (CompleteLimit4): Likewise.
3848 (CompleteLimit5): Likewise.
3849 (CompleteLimit6): Likewise.
3850 (CompleteLimit7): Likewise.
3851
f3770638
PA
38522015-04-08 Pedro Alves <palves@redhat.com>
3853
3854 PR gdb/18214
3855 PR gdb/18216
3856 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3857 function.
3858 (main): Install it as SIGUSR1 handler.
3859 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3860 parameter. Always use "setup" as prefix. Toggle "set
3861 displaced-stepping" off/on depending on global. Don't switch to
3862 thread 1 here.
3863 (top level): Add displaced stepping "off/on" test axis. Update
3864 "setup" calls. Wrap each subtest with with_test_prefix. Test
3865 continuing with a queued signal in each thread.
3866
4496bed7
PA
38672015-04-08 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3870 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3871 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3872 Return early if running to main fails.
3873 * gdb.trace/while-stepping.exp: Likewise.
3874
b97fde92
PA
38752015-04-07 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3878 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3879 interact with inferior program.
3880
f71c18e7
PA
38812015-04-07 Pedro Alves <palves@redhat.com>
3882
3883 * lib/gdb.exp (inferior_spawn_id): New global.
3884 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3885 spawn id after processing the user code.
3886 (default_gdb_start): Set inferior_spawn_id.
3887 (send_inferior): New procedure.
3888 * lib/gdbserver-support.exp (gdbserver_start): Set
3889 inferior_spawn_id.
3890 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3891
6423214f
PA
38922015-04-07 Pedro Alves <palves@redhat.com>
3893
3894 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3895 * lib/gdbserver-support.exp (gdbserver_start): Make
3896 $server_spawn_id global.
3897 (gdbserver_start): Don't wait for gdbserver's spawn id with
3898 expect_background.
3899 (close_gdbserver): New procedure.
3900 (gdb_exit): Rename the default version and reimplement.
3901
71c0ee8c
PA
39022015-04-07 Pedro Alves <palves@redhat.com>
3903
72f4393d 3904 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3905 append the substituted item, not the original item.
3906
203bc29b
PA
39072015-04-07 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3910 gdb_expect.
3911
508a3ddf
PA
39122015-04-07 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3915 output appearing once only.
3916
9f6dbe2b
PA
39172015-04-07 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3920 that doesn't expect anything. Return early if running to main
3921 fails.
3922
337532fa
YQ
39232015-04-07 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3926 (child_function): Call alarm.
3927 (main): Move call to alarm into the loop.
3928 * gdb.threads/non-stop-fair-events.exp: Build program with
3929 -DTIMEOUT=$timeout.
3930
01b622d4
DE
39312015-04-06 Doug Evans <xdje42@gmail.com>
3932
3933 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3934 Fix dest parameter to board_info.
3935 (fpc_compile): Ditto.
3936 (gdb_compile_pascal): Rename dest arg to destfile.
3937
961f4160
PMR
39382015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3939
3940 * gdb.ada/funcall_ref.exp: New file.
3941 * gdb.ada/funcall_ref/foo.adb: New file.
3942
cafda597
YQ
39432015-04-02 Yao Qi <yao.qi@linaro.org>
3944
3945 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3946 is remote.
3947
fed040c6
GB
39482015-04-02 Gary Benson <gbenson@redhat.com>
3949
3950 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3951
d11916aa
SS
39522015-04-01 Sasha Smundak <asmundak@google.com>
3953
3954 * gdb.python/py-unwind-maint.c: New file.
3955 * gdb.python/py-unwind-maint.exp: New test.
3956 * gdb.python/py-unwind-maint.py: New file.
3957 * gdb.python/py-unwind.c: New file.
3958 * gdb.python/py-unwind.exp: New test.
3959 * gdb.python/py-unwind.py: New test.
3960
a1471180
PA
39612015-04-01 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3964 to fail instead of non-existent $test.
3965
0bbeccb1
PA
39662015-04-01 Pedro Alves <palves@redhat.com>
3967
3968 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3969 GDBFLAGS if not empty.
3970
3c724c8c
PMR
39712015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3972
3973 * gdb.ada/complete.exp: Remove "multi_line".
3974 * gdb.ada/info_exc.exp: Remove "multi_line".
3975 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3976 * gdb.ada/ptype_field.exp: Remove "multi_line".
3977 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3978 * gdb.ada/tagged.exp: Remove "multi_line".
3979 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3980 [multi_line ...]
3981 * gdb.btrace/delta.exp: Likewise.
3982 * gdb.btrace/exception.exp: Likewise.
3983 * gdb.btrace/function_call_history.exp: Likewise.
3984 * gdb.btrace/instruction_history.exp: Likewise.
3985 * gdb.btrace/nohist.exp: Likewise.
3986 * gdb.btrace/record_goto.exp: Likewise.
3987 * gdb.btrace/segv.exp: Likewise.
3988 * gdb.btrace/stepi.exp: Likewise.
3989 * gdb.btrace/tailcall.exp: Likewise.
3990 * gdb.btrace/unknown_functions.exp: Likewise.
3991 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3992 * lib/gdb.exp: Add the "multi_line" helper.
3993
4eec2deb
PA
39942015-04-01 Pedro Alves <palves@redhat.com>
3995
3996 * gdb.threads/tid-reuse.c: New file.
3997 * gdb.threads/tid-reuse.exp: New file.
3998
df8411da
SDJ
39992015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4000
4001 PR corefiles/16092
4002 * gdb.base/coredump-filter.c: New file.
4003 * gdb.base/coredump-filter.exp: Likewise.
4004
6ef37366
PM
40052015-03-27 Petr Machata <pmachata@redhat.com>
4006
4007 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4008 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4009 (Dwarf::assemble): Initialize them.
4010 (Dwarf::lines): New function.
4011
7ec911b0
JT
40122015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4013
4014 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4015 SYMBOL_PREFIX for x86_64-*-cygwin.
4016
ff908ebf
AW
40172015-03-26 Andy Wingo <wingo@igalia.com>
4018
4019 PR symtab/18148
4020 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4021 const_value but not a location.
4022 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4023 location defined in non-main CUs are visible.
4024
6d5f0679
YQ
40252015-03-26 Yao Qi <yao.qi@linaro.org>
4026
4027 PR testsuite/18139
4028 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4029 Add a line number entry for the same line.
4030 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4031 Add a line number entry for the same line.
4032
2898689b
YQ
40332015-03-26 Yao Qi <yao.qi@linaro.org>
4034
4035 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4036 .int 0.
4037 (func): Likewise. Add .Lfunc_1 label.
4038 Use .Lfunc_1 label.
4039 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4040 .int 0.
4041 (func): Likewise.
4042 Use .Lfunc_1 label.
4043
85180498
YQ
40442015-03-26 Yao Qi <yao.qi@linaro.org>
4045
4046 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4047 Call gdb_compile instead to compile each .s files without debug
4048 information.
4049
8aa08a8d
YQ
40502015-03-26 Yao Qi <yao.qi@linaro.org>
4051
4052 * gdb.base/savedregs.exp (process_saved_regs): Make
4053 "Saved registers:" optional in the pattern.
4054
66849923
MM
40552015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4056
4057 * gdb.btrace/next.exp: Merged into step.exp.
4058 * gdb.btrace/finish.exp: Merged into step.exp.
4059 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4060 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4061 "record goto" and checking the exact replay position.
4062 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4063 check for "Recording format" in "info record" output.
4064 * gdb.btrace/record_goto.exp: Choose test file based on target.
4065 * gdb.btrace/x86-record_goto.S: Renamed into ...
4066 * gdb.btrace/x86_64-record_goto.S: ... this.
4067 * gdb.btrace/i686-record_goto.S: New.
4068 * gdb.btrace/x86-tailcall.S: Renamed into ...
4069 * gdb.btrace/x86_64-tailcall.S: ... this.
4070 * gdb.btrace/i686-tailcall.S: New.
4071 * gdb.btrace/x86-tailcall.c: Renamed into ...
4072 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4073 separate statements. Update test.
4074 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4075 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4076 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4077 * gdb.btrace/tailcall.exp: Choose test file based on target.
4078 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4079
11cc1b74
MM
40802015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4081
4082 * gdb.btrace/exception.exp: Increase BTS buffer size.
4083
a25d8bf9
PA
40842015-03-24 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4087
856e7dd6
PA
40882015-03-24 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.threads/schedlock.exp (test_step): No longer expect that
4091 "set scheduler-locking step" with "next" over a function call runs
4092 threads unlocked.
4093
ad235a41
AT
40942015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4095
4096 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4097
15630549
AT
40982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4099
4100 PR breakpoints/16466
4101 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4102 * gdb.mi/mi-pending.c (thread_func): New function.
4103 (int main): Add threading support required.
4104 * gdb.mi/mi-pending.exp: Add tests for this issue.
4105 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4106 (pendfunc2): Remove stdio dependency.
4107 * gdb.mi/mi-pendshr2.c: New file.
4108
693dca06
KS
41092015-03-23 Keith Seitz <keiths@redhat.com>
4110
4111 * gdb.linespec/keywords.c: New file.
4112 * gdb.linespec/keywords.exp: New file.
4113
7e993ebf
KS
41142015-03-23 Keith Seitz <keiths@redhat.com>
4115
4116 PR gdb/18021
4117 * gdb.dwarf2/staticvirtual.exp: New test.
4118
bc23328c
JK
41192015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4122 * README: Remove HP-UX and gdb.hp.
4123 (configuration):
4124 * configure: Regenerate.
4125 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4126 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4127 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4128 gdb.hp/gdb.defects/Makefile.
4129 * gdb.hp/Makefile.in: File deleted.
4130 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4131 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4132 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4133 * gdb.hp/gdb.aCC/run.c: File deleted.
4134 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4135 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4136 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4137 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4138 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4139 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4140 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4141 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4142 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4143 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4144 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4145 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4146 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4147 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4148 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4149 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4150 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4151 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4152 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4153 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4154 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4155 * gdb.hp/gdb.compat/average.c: File deleted.
4156 * gdb.hp/gdb.compat/sum.c: File deleted.
4157 * gdb.hp/gdb.compat/xdb.c: File deleted.
4158 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4159 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4160 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4161 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4162 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4163 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4164 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4165 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4166 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4167 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4168 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4169 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4170 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4171 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4172 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4173 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4174 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4175 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4176 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4177 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4178 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4179 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4180 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4181 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4182 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4183 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4184 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4185 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4186 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4187 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4188 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4189 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4190 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4191 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4192 * gdb.hp/tools/odump: File deleted.
4193
8bf3b159
PA
41942015-03-19 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4197 (saw_thread_3): New globals.
4198 (top level): Increment them when an event for the corresponding
4199 thread is seen.
4200 (no thread starvation): New test.
4201
eb54c8bf
PA
42022015-03-19 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.threads/continue-pending-status.c: New file.
4205 * gdb.threads/continue-pending-status.exp: New file.
4206
32d2e5d6
PA
42072015-03-18 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4210 Use gdb_is_target_remote instead of is_remote. Use
4211 gdb_test_multiple instead of gdb_expect. Exit early if
4212 gdb_test_multiple hits its internal matches. Tighten stepi tests
4213 expected output. Fail on exit with any signal, instead of just
4214 SIGILL.
4215
f68f11b7
YQ
42162015-03-18 Yao Qi <yao.qi@linaro.org>
4217
4218 PR tdep/18107
4219 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4220 variable.
4221 * gdb.base/catch-syscall.exp: Don't skip it on
4222 aarch64*-*-linux* target. Remove elements in all_syscalls.
4223 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4224 target.
4225 (setup_all_syscalls): New proc.
4226
ca5fd19b
YQ
42272015-03-16 Yao Qi <yao.qi@linaro.org>
4228
4229 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4230 (top level): Skip tests if valid_addr_p returns false for
4231 $cmd1 or $cmd2.
4232
85642ba0
AW
42332015-03-11 Andy Wingo <wingo@igalia.com>
4234
4235 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4236
e03f9645
YQ
42372015-03-11 Yao Qi <yao.qi@linaro.org>
4238
4239 * gdb.base/catch-syscall.exp: Fix typo in comments.
4240
5d0962b2
YQ
42412015-03-11 Yao Qi <yao.qi@linaro.org>
4242
4243 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4244
b2df3cef
PA
42452015-03-09 Pedro Alves <palves@redhat.com>
4246
4247 * dg-extract-results.py: Delete.
4248
ef878e53
PA
42492015-03-09 Pedro Alves <palves@redhat.com>
4250
4251 Merge dg-extract-results.sh from GCC upstream (r218843).
4252
4253 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4254 * dg-extract-results.sh: Use --text with grep to avoid issues with
4255 binary files. Fall back to cat -v, if that doesn't work.
4256
9494d219
PA
42572015-03-05 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4260
a8d9763a
SM
42612015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4262
4263 * lib/mi-support.exp (mi_expect_interrupt): Accept
4264 alternative event for when in all-stop mode.
4265
be9957b8
PA
42662015-03-04 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4269
d57be0f4 42702015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4271
4272 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4273
c214c7cf
AA
42742015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4275
4276 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4277 regexps for GDB's current line display, accept a hex address
4278 preceding the line number.
4279
6d74a497
AA
42802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4281
4282 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4283 the 'arch1' variable for "s390*-linux*" targets.
4284
511aee7c
PA
42852015-03-04 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4288 (main): Pass missing retval argument to pthread_join call.
4289
95e50b27
PA
42902015-03-02 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4293 (top level): Call do_test with non-stop as well.
4294
28054d69
PA
42952015-03-02 Pedro Alves <palves@redhat.com>
4296
4297 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4298 -1.
4299
4fa5d7b4
AA
43002015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4301
4302 * gdb.arch/s390-vregs.exp: New test.
4303 * gdb.arch/s390-vregs.S: New file.
4304
97c18565
PA
43052015-02-27 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4308 call to catch_command_errors.
4309 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4310 catch_command_errors.
4311
a37bfa30
PA
43122015-02-27 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4315 "true" for boolean result.
4316 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4317 prototype of main.
4318
6f98576f
PA
43192015-02-27 Pedro Alves <palves@redhat.com>
4320
4321 * lib/unbuffer_output.c: New file.
4322 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4323 (main): Call gdb_unbuffer_output.
4324
eba5ab56
YQ
43252015-02-27 Yao Qi <yao.qi@linaro.org>
4326
4327 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4328 target.
4329
0def5aaa
DE
43302015-02-26 Doug Evans <dje@google.com>
4331
4332 * gdb.cp/class2.cc (Dbase, D): New classes.
4333 (main): New local delta.
4334 * gdb.cp/class2.exp: Test printing delta.
4335 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4336 (dynbar): New global.
4337 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4338
081a1c2c
JK
43392015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * gdb.compile/compile-ifunc.c: New file.
4342 * gdb.compile/compile-ifunc.exp: New file.
4343
2f41223f
AT
43442015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4345
4346 * gdb.base/structs.exp: Check for correct struct on finish.
4347
03eddd80
YQ
43482015-02-26 Yao Qi <yao.qi@linaro.org>
4349
4350 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4351 is zero.
4352
80c57053
JK
43532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.arch/cordic.ko.bz2: New file.
4356 * gdb.arch/cordic.ko.debug.bz2: New file.
4357 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4358
21613c12
YQ
43592015-02-25 Yao Qi <yao.qi@linaro.org>
4360
4361 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4362 aarch64*-*-* target.
4363
d8b901ed
PA
43642015-02-23 Pedro Alves <palves@redhat.com>
4365
4366 * lib/gdb.exp (delete_breakpoints): Rewrite using
4367 gdb_test_multiple.
4368
e5b85ead
PA
43692015-02-23 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/info-os.c: Include stdlib.h.
4372
85c3a371
DE
43732015-02-22 Doug Evans <xdje42@gmail.com>
4374
4375 PR symtab/17855
4376 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4377 is read after symbols have been re-read.
4378 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4379 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4380
96553a0c
DE
43812015-02-21 Doug Evans <dje@google.com>
4382
4383 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4384
97a0c697
JK
43852015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 PR corefiles/17808
4388 * gdb.arch/i386-biarch-core.core.bz2: New file.
4389 * gdb.arch/i386-biarch-core.exp: New file.
4390
a47cd6e9
PA
43912015-02-21 Pedro Alves <palves@redhat.com>
4392
4393 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4394 runto_main fails.
4395
c5facdc4
PA
43962015-02-20 Pedro Alves <palves@redhat.com>
4397
4398 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4399 info probes.
4400
2db9a427
PA
44012015-02-20 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4404
60fb7e9e
PA
44052015-02-20 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4408 clean_restart before gdb_target_supports_trace.
4409
5c5019c2
PA
44102015-02-20 Pedro Alves <palves@redhat.com>
4411
4412 PR threads/18006
4413 * gdb.threads/clone-thread_db.c: New file.
4414 * gdb.threads/clone-thread_db.exp: New file.
4415
c9587f88
AT
44162015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4417
4418 PR breakpoints/16812
4419 * gdb.base/catch-gdb-caused-signals.c: New file.
4420 * gdb.base/catch-gdb-caused-signals.exp: New file.
4421
f6a88844
JM
44222015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4423
4424 * configure: Regenerated.
4425 * configure.ac: Use GDB_AC_TRANSFORM.
4426 * aclocal.m4: sinclude ../transform.m4.
4427
497c491b
JM
44282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4429
4430 * lib/dtrace.exp: New file.
4431 * gdb.base/dtrace-probe.exp: Likewise.
4432 * gdb.base/dtrace-probe.d: Likewise.
4433 * gdb.base/dtrace-probe.c: Likewise.
4434 * lib/pdtrace.in: Likewise.
4435 * configure.ac: Output variables with the transformed names of
4436 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4437 * configure: Regenerated.
4438
03e98035
JM
44392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4440
4441 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4442 expected message when trying to access $_probe_* convenience
4443 variables while not on a probe.
4444
63cc30e9
JK
44452015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4446
4447 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4448
0703599a
PA
44492015-02-11 Pedro Alves <pedro@codesourcery.com>
4450
4451 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4452 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4453
7e60a48e
DE
44542015-02-10 Doug Evans <xdje42@gmail.com>
4455
4456 * lib/gdb.exp (gdb_load): Always return a result.
4457
01b088bc
PA
44582015-02-10 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.threads/signal-sigtrap.c: New file.
4461 * gdb.threads/signal-sigtrap.exp: New file.
4462
b05ec7a5
AT
44632015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4464
4465 * gdb.trace/no-attach-trace.c: New file.
4466 * gdb.trace/no-attach-trace.exp: New file.
4467
a2c2acaf
MW
44682015-02-09 Mark Wielaard <mjw@redhat.com>
4469
4470 * gdb.dwarf2/atomic.c: New file.
4471 * gdb.dwarf2/atomic-type.exp: Likewise.
4472
31fd9caa
MM
44732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4474
4475 * gdb.btrace/buffer-size.exp: Update "info record" output.
4476 * gdb.btrace/delta.exp: Update "info record" output.
4477 * gdb.btrace/enable.exp: Update "info record" output.
4478 * gdb.btrace/finish.exp: Update "info record" output.
4479 * gdb.btrace/instruction_history.exp: Update "info record" output.
4480 * gdb.btrace/next.exp: Update "info record" output.
4481 * gdb.btrace/nexti.exp: Update "info record" output.
4482 * gdb.btrace/step.exp: Update "info record" output.
4483 * gdb.btrace/stepi.exp: Update "info record" output.
4484 * gdb.btrace/nohist.exp: Update "info record" output.
4485
d33501a5
MM
44862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4487
4488 * gdb.btrace/buffer-size: New.
4489
f4abbc16
MM
44902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4491
4492 * gdb.btrace/delta.exp: Update "info record" output.
4493 * gdb.btrace/enable.exp: Update "info record" output.
4494 * gdb.btrace/finish.exp: Update "info record" output.
4495 * gdb.btrace/instruction_history.exp: Update "info record" output.
4496 * gdb.btrace/next.exp: Update "info record" output.
4497 * gdb.btrace/nexti.exp: Update "info record" output.
4498 * gdb.btrace/step.exp: Update "info record" output.
4499 * gdb.btrace/stepi.exp: Update "info record" output.
4500 * gdb.btrace/nohist.exp: Update "info record" output.
4501
b9d61307
SM
45022015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4503
4504 PR gdb/15678
4505 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4506
e584fdbc
PA
45072015-02-06 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4510 macro.
4511 (seconds_left, again): New globals.
4512 (main): Wait seconds_left in a 1-second sleep loop instead of
4513 sleeping 180 seconds. If 'again' is set, reset the seconds
4514 counter.
4515 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4516 'again' in the inferior before detaching. Print the seconds left.
4517 (options): New global.
4518 (top level): Build program with -DTIMEOUT=$timeout.
4519
77f41761
PA
45202015-02-06 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4523 determine how many seconds to pass to 'alarm'.
4524 * gdb.base/gdb-sigterm.exp (top level): Build program with
4525 -DTIMEOUT=$timeout.
4526 (do_test): Return success/failure indication. Add more verbose
4527 logging. Don't fail if 200 single steps are seen. Instead, fail
4528 when the test times out.
4529 (passes): New global.
4530 (top level): Break the testing loop if testing fails on any
4531 iteration. Use gdb_assert.
4532
b9394193
DB
45332015-02-04 Don Breazeal <donb@codesourcery.com>
4534
4535 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4536 and initialize them.
4537 (ipc_cleanup): New function.
4538 (main): Don't declare shmid, semid, and msqid. Add a call to
4539 atexit so that we call ipc_cleanup on exit.
4540
42d9e528
PA
45412015-02-04 Pedro Alves <palves@redhat.com>
4542
4543 * boards/native-extended-gdbserver.exp: Remove any target variant
4544 specifications from the board name before clearing the isremote
4545 flag from board_info.
4546
ae6ae975
DE
45472015-01-31 Doug Evans <xdje42@gmail.com>
4548
4549 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4550
cfb069a8
GB
45512015-01-31 Gary Benson <gbenson@redhat.com>
4552
4553 * gdb.base/completion.exp: Disable completion limiting for
4554 existing tests. Add new tests to check completion limiting.
4555 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4556
5dd31d79
DE
45572015-01-31 Doug Evans <xdje42@gmail.com>
4558
4559 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4560
9f050062
DE
45612015-01-31 Doug Evans <xdje42@gmail.com>
4562
4563 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4564 entries. Duplicate file section script entries.
4565 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4566 inlined entries. Add test for safe-path rejection.
4567 * gdb.python/py-section-script.c: Add duplicate inlined section script
4568 entries. Duplicate file section script entries.
4569 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4570 inlined entries. Add test for safe-path rejection.
4571
df25ebbd
JB
45722015-01-29 Joel Brobecker <brobecker@adacore.com>
4573
4574 * gdb.ada/disc_arr_bound: New testcase.
4575
4a0ca9ec
JB
45762015-01-29 Joel Brobecker <brobecker@adacore.com>
4577
4578 * gdb.ada/mi_var_array: New testcase.
4579
3a8b707a
DE
45802015-01-27 Doug Evans <dje@google.com>
4581
4582 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4583 Add test for objfile.filename, objfile.username after objfile
4584 has been unloaded.
4585
f8313f6e
JB
45862015-01-26 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4589 the second test to print the name attribute of value
4590 returned by the call to gdb.lookup_type, and adjust
4591 the expected output accordingly.
4592
37bc665e
MW
45932015-01-25 Mark Wielaard <mjw@redhat.com>
4594
4595 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4596 * gdb.base/disp-step-fork.c: Include unistd.h.
4597 * gdb.base/siginfo-obj.c: Include stdio.h.
4598 * gdb.base/siginfo-thread.c: Likewise.
4599 * gdb.mi/non-stop.c: Include unistd.h.
4600 * gdb.mi/nsthrexec.c: Include stdio.h.
4601 * gdb.mi/pthreads.c: Include unistd.h.
4602 * gdb.modula2/unbounded1.c (main): Declare returns int.
4603 * gdb.reverse/consecutive-reverse.c: Likewise.
4604 * gdb.threads/create-fail.c: Include unistd.h.
4605 * gdb.threads/killed.c: Likewise.
4606 * gdb.threads/linux-dp.c: Likewise.
4607 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4608 * gdb.threads/non-ldr-exc-2.c: Likewise.
4609 * gdb.threads/non-ldr-exc-3.c: Likewise.
4610 * gdb.threads/non-ldr-exc-4.c: Likewise.
4611 * gdb.threads/pthreads.c: Include unistd.h.
4612 (main): Declare returns int.
4613 * gdb.threads/tls-main.c (foo): New declaration.
4614 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4615
f7e5394d
SM
46162015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4617
4618 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4619 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4620
743649fd
MW
46212015-01-15 Mark Wielaard <mjw@redhat.com>
4622
4623 * gdb.base/noreturn-return.c: New file.
4624 * gdb.base/noreturn-return.exp: New file.
4625 * gdb.base/noreturn-finish.c: New file.
4626 * gdb.base/noreturn-finish.exp: New file.
4627
198297aa
PA
46282015-01-23 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.threads/continue-pending-after-query.c: New file.
4631 * gdb.threads/continue-pending-after-query.exp: New file.
4632
717cf30c
AG
46332015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4634 Simon Marchi <simon.marchi@ericsson.com>
4635
4636 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4637 * gdb.base/valgrind-db-attach.exp: Same.
4638 * gdb.base/valgrind-infcall.exp: Same.
4639 * lib/mi-support.exp (default_mi_gdb_start): Same.
4640 * lib/prompt.exp (default_prompt_gdb_start): Same.
4641 * lib/gdb.exp (default_gdb_spawn): Same.
4642 (gdb_interact): New.
4643
4644
4b62a76e
JK
46452015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4646
4647 * gdb.compile/compile.exp (pointer to jit function): New test.
4648
b4cdae6f
WW
46492015-01-17 Wei-cheng Wang <cole945@gmail.com>
4650
4651 * lib/gdb.exp (supports_process_record): Return true for
4652 powerpc*-*-linux*.
4653 (supports_reverse): Likewise.
4654
d221e7ef
DB
46552015-01-15 Don Breazeal <donb@codesourcery.com>
4656
4657 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4658 instead of checking whether the target board is remote and
4659 use spawn_wait_for_attach instead of exec/sleep.
4660 * gdb.base/attach-twice.exp: Likewise.
4661
bafffb51
JB
46622015-01-15 Joel Brobecker <brobecker@adacore.com>
4663
4664 * gdb.ada/var_arr_attrs: New testcase.
4665
5589af0e
PA
46662015-01-14 Pedro Alves <palves@redhat.com>
4667 Joel Brobecker <brobecker@adacore.com>
4668
4669 PR gdb/17525
4670 * gdb.base/bp-cmds-execution-x-script.c: New file.
4671 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4672 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4673
6c400b59
PA
46742015-01-14 Pedro Alves <palves@redhat.com>
4675
4676 PR cli/17828
4677 * gdb.base/batch-preserve-term-settings.c: New file.
4678 * gdb.base/batch-preserve-term-settings.exp: New file.
4679
e02c96a7
DE
46802015-01-13 Doug Evans <dje@google.com>
4681
4682 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4683 binary.
4684
576fd14c
JB
46852015-01-13 Joel Brobecker <brobecker@adacore.com>
4686
4687 * Makefile.in (clean mostlyclean): Do not delete *.py.
4688
04dccad0
JB
46892015-01-13 Joel Brobecker <brobecker@adacore.com>
4690
4691 * gdb.python/py-lookup-type.exp: New file.
4692
3d230f71
PA
46932015-01-12 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4696 restore GDBFLAGS before returning.
4697
7e67715d
JK
46982015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4701 is_amd64_regs_target and is_x86_like_target.
4702
f2e0d4b4
DE
47032015-01-11 Doug Evans <xdje42@gmail.com>
4704
4705 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4706 is given without an explicit form.
4707 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4708 attributes.
4709 * gdb.dwarf/corrupt.exp: Ditto.
4710 * gdb.dwarf2/enum-type.exp: Ditto.
4711 * gdb.trace/entry-values.exp: Ditto.
4712 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4713
439250fb
DE
47142015-01-11 Doug Evans <xdje42@gmail.com>
4715
4716 PR gdb/15830
4717 * gdb.base/maint.exp: Remove references to "maint demangle".
4718 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4719 Add tests for explicitly specifying language to demangle.
4720 * gdb.dlang/demangle.exp: Ditto.
4721
ede9f622
PA
47222015-01-09 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.threads/non-stop-fair-events.c: New file.
4725 * gdb.threads/non-stop-fair-events.exp: New file.
4726
a7b796db
PA
47272015-01-09 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4730 the global scope. Set a breakpoint after all threads are started
4731 rather than stepping over two source lines. Expect the prompt.
4732 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4733 global.
4734 (NUM): Now 15.
4735 (main): Use threads_started_barrier to wait for all threads to
4736 start. Main thread no longer calls thread_function. Exit after
4737 180 seconds.
4738 (loop): New function.
4739 (thread_function): Wait on threads_started_barrier barrier. Call
4740 'loop' at each iteration.
4741 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4742 threads have started, instead of hardcoding number of "next"
4743 steps. Use an access watchpoint instead of a write watchpoint.
4744
9665ffdd
PA
47452015-01-09 Pedro Alves <palves@redhat.com>
4746
4747 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4748 (thread_func): Wait on barrier.
4749 (main): Wait for all threads to start before stopping GDB.
4750 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4751 global.
4752 (thread1_func, thread2_func): Wait on barrier.
4753 (main): Wait for all threads to start before stopping GDB.
4754 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4755 New global.
4756 (thread1_func, thread2_func): Wait on barrier.
4757 (main): Wait for all threads to start before stopping GDB.
4758
c945a99f
PA
47592015-01-09 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.threads/attach-many-short-lived-threads.c: New file.
4762 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4763
c1a747c1
PA
47642014-01-09 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4767 instead of to thread 2.
4768 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4769 Add barrier around each pthread_create call instead of around all
4770 calls.
4771 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4772 Set a break on thread_function and have the child threads hit it
4773 one at at a time.
4774
60b3033e
PA
47752015-01-09 Pedro Alves <palves@redhat.com>
4776
4777 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4778 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4779 false.
4780 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4781 checking whether the target board is remote.
4782 * gdb.multi/multi-attach.exp: Likewise.
4783 * gdb.python/py-sync-interp.exp: Likewise.
4784 * gdb.server/ext-attach.exp: Likewise.
4785 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4786 tests that need to attach, instead of checking whether the target
4787 board is remote at the top of the file.
4788
acc018ac
YQ
47892015-01-08 Yao Qi <yao@codesourcery.com>
4790
4791 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4792
50a18af8
JK
47932015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4794
4795 Fix testcase compilation.
4796 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4797
8503d6e1
JB
47982015-01-06 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.python/py-type.exp: Add a couple test about empty
4801 array creation, and negative-length array creation.
4802
cc73dbcc
DE
48032015-01-02 Doug Evans <xdje42@gmail.com>
4804
4805 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4806
0300bbc7
DE
48072015-01-02 Doug Evans <dje@google.com>
4808
4809 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4810
9d85a0ec
YQ
48112014-12-29 Yao Qi <yao@codesourcery.com>
4812
4813 * gdb.trace/entry-values.exp: Update comments. Rename variable
4814 bar_call_foo to returned_from_foo.
4815
87186c6a
MMN
48162014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4817
4818 PR gdb/17394
4819 * gdb.linespec/break-asm-file.c: New file.
4820 * gdb.linespec/break-asm-file.exp: New file.
4821 * gdb.linespec/break-asm-file0.s: New file.
4822 * gdb.linespec/break-asm-file1.s: New file.
4823
1bab7383
YQ
48242014-12-18 Nigel Stephens <nigel@mips.com>
4825 Maciej W. Rozycki <macro@codesourcery.com>
4826
4827 * gdb.base/float.exp: Handle the new output from "info float" on
4828 MIPS targets.
4829
1bc1068a
JK
48302014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4831
4832 Fix MinGW compilation.
4833 * gdb.compile/compile-ops.exp: Update untested message if
4834 !skip_compile_feature_tests.
4835 * gdb.compile/compile-setjmp.exp: Likewise.
4836 * gdb.compile/compile-tls.exp: Likewise.
4837 * gdb.compile/compile.exp: Likewise.
4838 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4839 supported on this host".
4840
b6615d10
DE
48412014-12-16 Doug Evans <xdje42@gmail.com>
4842
4843 * boards/stabs.exp: New file.
4844
25dda427
AA
48452014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4846
4847 * gdb.base/completion.exp: Adjust to format changes of "maint
4848 print user-registers".
4849
bf330350
CU
48502014-12-16 Catalin Udma <catalin.udma@freescale.com>
4851
4852 PR server/17457
4853 * gdb.arch/aarch64-fp.c: New file.
4854 * gdb.arch/aarch64-fp.exp: New file.
4855
395cf596
SDJ
48562014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4857
4858 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4859 r210637, r210913, r211666, r215400, r215817).
4860
4861 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4862 * dg-extract-results.py: New file.
4863 * dg-extract-results.sh: Use it if the environment seems
4864 suitable.
4865
4866 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4867
4868 * dg-extract-results.py (parse_run): Handle warnings that
4869 are printed before a test harness is run.
4870
4871 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4872
4873 * dg-extract-results.py (Named): Remove __cmp__ method.
4874 (output_variation): Use a key to sort variation.harnesses.
4875
4876 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4877
4878 * dg-extract-results.py: For Python 3, force sys.stdout to
4879 handle surrogate escape sequences.
4880 (safe_open): New function.
4881 (output_segment, main): Use it.
4882
4883 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4884
4885 * dg-extract-results.py (Prog.result_re): Include options
4886 in test name.
4887
4888 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4889
4890 * dg-extract-results.py (output_variation): Always sort if
4891 do_sum.
4892
e882ef3c
SM
48932014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4894
4895 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4896 as long as we get pagination notifications.
4897
4992aa20
JM
48982014-12-15 Jason Merrill <jason@redhat.com>
4899
4900 * Makefile.in (check-gdb.%): Restore.
4901 * README: Mention it.
4902
c1b5a1a6
JB
49032014-12-13 Joel Brobecker <brobecker@adacore.com>
4904
4905 * gdb.ada/str_uninit: New testcase.
4906
5537b577
JK
49072014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4908
4909 PR symtab/17642
4910 * gdb.base/vla-stub-define.c: New file.
4911 * gdb.base/vla-stub.c: New file.
4912 * gdb.base/vla-stub.exp: New file.
4913
bb2ec1b3
TT
49142014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4915 Jan Kratochvil <jan.kratochvil@redhat.com>
4916 Tom Tromey <tromey@redhat.com>
4917
4918 * configure.ac: Add gdb.compile/.
4919 * configure: Regenerate.
4920 * gdb.compile/Makefile.in: New file.
4921 * gdb.compile/compile-ops.exp: New file.
4922 * gdb.compile/compile-ops.c: New file.
4923 * gdb.compile/compile-tls.c: New file.
4924 * gdb.compile/compile-tls.exp: New file.
4925 * gdb.compile/compile-constvar.S: New file.
4926 * gdb.compile/compile-constvar.c: New file.
4927 * gdb.compile/compile-mod.c: New file.
4928 * gdb.compile/compile-nodebug.c: New file.
4929 * gdb.compile/compile-setjmp-mod.c: New file.
4930 * gdb.compile/compile-setjmp.c: New file.
4931 * gdb.compile/compile-setjmp.exp: New file.
4932 * gdb.compile/compile-shlib.c: New file.
4933 * gdb.compile/compile.c: New file.
4934 * gdb.compile/compile.exp: New file.
4935 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4936
4ff709eb
TT
49372014-12-12 Tom Tromey <tromey@redhat.com>
4938
4939 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4940 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4941
6dddd6a5
DE
49422014-12-12 Doug Evans <dje@google.com>
4943
4944 * lib/gdb-python.exp (get_python_valueof): New function.
4945 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4946
71c24708
AA
49472014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4948
4949 * gdb.base/completion.exp: Add test for completion of "info
4950 registers ".
4951
3e29f34a
MR
49522014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4953
4954 * gdb.base/func-ptrs.c: New file.
4955 * gdb.base/func-ptrs.exp: New file.
4956
fc126975
SM
49572014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4958
4959 PR breakpoints/17012
4960 * gdb.base/dprintf-detach.c: New file.
4961 * gdb.base/dprintf-detach.exp: New file.
4962
0a46d518
SM
49632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4964
4965 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4966 * lib/gdb.exp (target_is_gdbserver): New procedure.
4967
a0be3e44
DE
49682014-12-08 Doug Evans <dje@google.com>
4969
4970 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4971
df1b803a
YQ
49722014-12-05 Yao Qi <yao@codesourcery.com>
4973
4974 * gdb.guile/scm-error.exp: Remove the third argument to
4975 gdb_remote_download.
4976 * gdb.guile/scm-frame-args.exp: Likewise.
4977 * gdb.guile/scm-section-script.exp: Likewise.
4978
ddb9f679
YQ
49792014-12-05 Yao Qi <yao@codesourcery.com>
4980
4981 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4982
86e4ed39
DE
49832014-12-04 Doug Evans <dje@google.com>
4984
4985 * gdb.python/py-objfile.exp: Add tests for
4986 objfile.add_separate_debug_file.
4987
7c50a931
DE
49882014-12-04 Doug Evans <dje@google.com>
4989
4990 * lib/gdb.exp (get_build_id): New function.
4991 (build_id_debug_filename_get): Rewrite to use it.
4992 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4993
621661e3
MR
49942014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4995
4996 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4997 `method(long)', not just 0x0.
4998 * gdb.cp/nsalias.exp: Align code labels to 4.
4999 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5000 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5001 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5002 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5003 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5004 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5005
29f0c3b7
DE
50062014-12-02 Doug Evans <dje@google.com>
5007
e1e061e7 5008 PR symtab/17602
29f0c3b7 5009 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5010 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5011 * gdb.cp/anon-ns.exp: Update.
5012
162078c8
NB
50132014-12-02 Nick Bull <nicholaspbull@gmail.com>
5014
5015 * gdb.python/py-events.py (inferior_call_handler): New.
5016 (register_changed_handler, memory_changed_handler): New.
5017 (test_events.invoke): Register new handlers.
5018 * gdb.python/py-events.exp: Add tests for inferior call,
5019 memory_changed and register_changed events.
5020
fdb09caf
AA
50212014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5022
5023 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5024 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5025 if the linker doesn't understand this.
5026
55cfb2c4
SM
50272014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5028
5029 * gdb.python/python.exp: Change expected reply to help().
5030
9e8cd6df
YQ
50312014-12-01 Yao Qi <yao@codesourcery.com>
5032
5033 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5034 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5035 * configure: Re-generated.
5036
6c659fc2
SC
50372014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5038
5039 * gdb.cp/chained-calls.cc: New file.
5040 * gdb.cp/chained-calls.exp: New file.
5041 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5042
d7fc3181
SM
50432014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5044
5045 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5046 * gdb.dwarf2/symtab-producer.exp: Same.
5047 * gdb.gdb/python-interrupts.exp: Same.
5048 * gdb.gdb/python-selftest.exp: Same.
5049 * gdb.python/py-linetable.exp: Same.
5050 * gdb.python/py-type.exp: Same.
5051 * gdb.python/py-value-cc.exp: Same.
5052 * gdb.python/py-value.exp: Same.
5053
10e79639
YQ
50542014-11-28 Yao Qi <yao@codesourcery.com>
5055
5056 * gdb.base/break-probes.exp: Match library name prefixed with
5057 sysroot.
5058
f28a0564
SM
50592014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5060
5061 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5062 test expected output. Add parentheses for the call to print.
5063 Remove L suffix from integers.
5064
3fe1ce1d
DE
50652014-11-26 Doug Evans <dje@google.com>
5066
5067 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5068
84429e27
YQ
50692014-11-22 Yao Qi <yao@codesourcery.com>
5070
5071 * gdb.trace/entry-values.c: Remove asms.
5072 (foo): Add foo_label.
5073 (bar): Add bar_label.
5074 * gdb.trace/entry-values.exp: Remove code computing foo's
5075 length and bar's length.
5076 (Dwarf::assemble): Invoke function_range for bar and use
5077 MACRO_AT_func for foo.
5078
26741859
YQ
50792014-11-22 Yao Qi <yao@codesourcery.com>
5080
5081 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5082 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5083 Use .Lgcc43_procstart instead of gcc43.
5084
45e44d27
JB
50852014-11-21 Joel Brobecker <brobecker@adacore.com>
5086
5087 * gdb.ada/n_arr_bound: New testcase.
5088
458c8db8
SDJ
50892014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5090
5091 PR breakpoints/10737
5092 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5093 test_catch_syscall_multi_arch.
5094 (test_catch_syscall_multi_arch): New function.
5095
43f3e411
DE
50962014-11-20 Doug Evans <xdje42@gmail.com>
5097
5098 * gdb.base/maint.exp: Update expected output.
5099
0d7b2549
AA
51002014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5101
5102 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5103 4-byte instruction on S390.
5104
8908fca5
JB
51052014-11-19 Joel Brobecker <brobecker@adacore.com>
5106
5107 * gdb.ada/arr_arr: New testcase.
5108
4a46959e
JB
51092014-11-19 Joel Brobecker <brobecker@adacore.com>
5110
5111 * gdb.ada/pkd_arr_elem: New Testcase.
5112
470e2f4e
LM
51132014-11-18 Luis Machado <lgustavo@codesourcery.com>
5114
5115 * gdb.reverse/break-precsave: Expect completion message for
5116 core file reads.
5117 * gdb.reverse/consecutive-precsave.exp: Likewise.
5118 * gdb.reverse/finish-precsave.exp: Likewise.
5119 * gdb.reverse/i386-precsave.exp: Likewise.
5120 * gdb.reverse/machinestate-precsave.exp: Likewise.
5121 * gdb.reverse/sigall-precsave.exp: Likewise.
5122 * gdb.reverse/solib-precsave.exp: Likewise.
5123 * gdb.reverse/step-precsave.exp: Likewise.
5124 * gdb.reverse/until-precsave.exp: Likewise.
5125 * gdb.reverse/watch-precsave.exp: Likewise.
5126
a267f3ad
AA
51272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5128
5129 * gdb.base/bp-permanent.c: Include unistd.h.
5130 * gdb.python/py-framefilter-mi.c (main): Add return type.
5131 * gdb.python/py-framefilter.c (main): Likewise.
5132 * gdb.trace/actions-changed.c (main): Likewise.
5133
12084a9a
AA
51342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5135
5136 * gdb.mi/until.c: Add eye-catchers.
5137 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5138 line numbers.
5139
dc7e1a77
AA
51402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5141
5142 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5143 function header variants in break1.c.
5144 * gdb.base/ena-dis-br.exp: Likewise.
5145 * gdb.base/hbreak2.exp: Likewise.
5146 * gdb.reverse/until-precsave.exp: Drop references to removed
5147 non-prototype function header variants in ur1.c.
5148 * gdb.reverse/until-reverse.exp: Likewise.
5149
41c77605
PM
51502014-11-17 Petr Machata <pmachata@redhat.com>
5151
5152 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5153 ${_cu_offset_size} bytes abbrev offset.
5154
34248c3a
DE
51552014-11-15 Doug Evans <xdje42@gmail.com>
5156
5157 PR symtab/17559
5158 * gdb.base/line-symtabs.exp: New file.
5159 * gdb.base/line-symtabs.c: New file.
5160 * gdb.base/line-symtabs.h: New file.
5161
646da059
YQ
51622014-11-14 Yao Qi <yao@codesourcery.com>
5163
5164 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5165 (func): Add label func_label.
5166 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5167 Replace low_pc and high_pc with MACRO_AT_range.
5168 Replace name, low_pc and high_pc with MACRO_AT_func.
5169
9301ebe6
YQ
51702014-11-14 Yao Qi <yao@codesourcery.com>
5171
5172 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5173 Replace name, low_pc and high_pc with MACRO_AT_func.
5174
f166b542
YQ
51752014-11-14 Yao Qi <yao@codesourcery.com>
5176
5177 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5178 produce debug information.
5179 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5180
0f6e71e3
YQ
51812014-11-14 Yao Qi <yao@codesourcery.com>
5182
5183 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5184 object and get function length.
5185 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5186 with MACRO_AT_func.
5187 (top-level): Replace gdb_compile and clean_restart with
5188 prepare_for_testing.
5189 * gdb.dwarf2/main.c (main): Add label main_label.
5190
876c4df9
YQ
51912014-11-14 Yao Qi <yao@codesourcery.com>
5192
5193 * lib/dwarf.exp (function_range): New procedure.
5194 (Dwarf::_handle_macro_at_func): New procedure.
5195 (Dwarf::_handle_macro_at_range): New procedure.
5196 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5197
02ad9cf1
YQ
51982014-11-14 Yao Qi <yao@codesourcery.com>
5199
5200 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5201 (_handle_attribute): New procedure.
5202
a59add0c
AA
52032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5204
5205 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5206 * gdb.base/call-sc.c (zed): Likewise.
5207 * gdb.base/checkpoint.c (main): Likewise.
5208 * gdb.base/dump.c (main): Likewise.
5209 * gdb.base/gcore.c (main): Likewise.
5210 * gdb.base/huge.c (main): Likewise.
5211 * gdb.base/multi-forks.c (main): Likewise.
5212 * gdb.base/pr10179-a.c (main): Likewise.
5213 * gdb.base/savedregs.c (main): Likewise.
5214 * gdb.base/sigaltstack.c (main): Likewise.
5215 * gdb.base/siginfo.c (main): Likewise.
5216 * gdb.base/structs.c (zed): Likewise.
5217 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5218 * gdb.mi/mi-syn-frame.c (main): Likewise.
5219 * gdb.mi/until.c (foo, main): Likewise.
5220 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5221 * gdb.base/solib-weak.c (foo): Declare.
5222 * gdb.base/attach-twice.c: Include stdio.h.
5223 * gdb.base/weaklib1.c: Likewise.
5224 * gdb.base/weaklib2.c: Likewise.
5225 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5226 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5227 unistd.h.
5228 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5229 * gdb.mi/mi-exit-code.c: Likewise.
5230 * gdb.base/break-interp-lib.c: Include string.h.
5231 * gdb.base/coremaker.c: Likewise.
5232 * gdb.base/testenv.c: Likewise.
5233 * gdb.python/py-finish-breakpoint.c: Likewise.
5234 * gdb.base/inferior-died.c: Include sys/wait.h.
5235 * gdb.base/fileio.c: Include time.h.
5236 * gdb.base/async-shell.c: Include unistd.h.
5237 * gdb.base/dprintf-non-stop.c: Likewise.
5238 * gdb.base/info-os.c: Likewise.
5239 * gdb.mi/mi-console.c: Likewise.
5240 * gdb.mi/watch-nonstop.c: Likewise.
5241 * gdb.python/py-events.c: Likewise.
5242 * gdb.base/async.c (baz): Move up before its invocation.
5243 * gdb.base/code_elim2.c (my_global_func): Likewise.
5244 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5245 * gdb.base/advance.c (func2): Likewise.
5246
3b5d5997
AA
52472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5248
5249 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5250 variant.
5251 * gdb.base/annota3.c: Likewise.
5252 * gdb.base/async.c: Likewise.
5253 * gdb.base/average.c: Likewise.
5254 * gdb.base/call-ar-st.c: Likewise.
5255 * gdb.base/call-rt-st.c: Likewise.
5256 * gdb.base/call-sc.c: Likewise.
5257 * gdb.base/call-strs.c: Likewise.
5258 * gdb.base/ending-run.c: Likewise.
5259 * gdb.base/execd-prog.c: Likewise.
5260 * gdb.base/exprs.c: Likewise.
5261 * gdb.base/foll-exec.c: Likewise.
5262 * gdb.base/foll-fork.c: Likewise.
5263 * gdb.base/foll-vfork.c: Likewise.
5264 * gdb.base/funcargs.c: Likewise.
5265 * gdb.base/gcore.c: Likewise.
5266 * gdb.base/jump.c: Likewise.
5267 * gdb.base/langs0.c: Likewise.
5268 * gdb.base/langs1.c: Likewise.
5269 * gdb.base/langs2.c: Likewise.
5270 * gdb.base/mips_pro.c: Likewise.
5271 * gdb.base/nodebug.c: Likewise.
5272 * gdb.base/opaque0.c: Likewise.
5273 * gdb.base/opaque1.c: Likewise.
5274 * gdb.base/recurse.c: Likewise.
5275 * gdb.base/run.c: Likewise.
5276 * gdb.base/scope0.c: Likewise.
5277 * gdb.base/scope1.c: Likewise.
5278 * gdb.base/setshow.c: Likewise.
5279 * gdb.base/setvar.c: Likewise.
5280 * gdb.base/shmain.c: Likewise.
5281 * gdb.base/shr1.c: Likewise.
5282 * gdb.base/shr2.c: Likewise.
5283 * gdb.base/sigall.c: Likewise.
5284 * gdb.base/signals.c: Likewise.
5285 * gdb.base/so-indr-cl.c: Likewise.
5286 * gdb.base/solib2.c: Likewise.
5287 * gdb.base/structs.c: Likewise.
5288 * gdb.base/sum.c: Likewise.
5289 * gdb.base/vforked-prog.c: Likewise.
5290 * gdb.base/watchpoint.c: Likewise.
5291 * gdb.reverse/shr2.c: Likewise.
5292 * gdb.reverse/until-reverse.c: Likewise.
5293 * gdb.reverse/ur1.c: Likewise.
5294 * gdb.reverse/watch-reverse.c: Likewise.
5295
066a77c5
AA
52962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5297
5298 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5299 variant.
5300 * gdb.base/sepdebug.exp: Drop references to removed code.
5301
4f204ea5
AA
53022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5303
5304 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5305 variant. Preserve original line numbering.
5306 * gdb.base/list1.c: Likewise.
5307
3b377a3a
AA
53082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5309
5310 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5311 variant.
5312 * gdb.base/break1.c: Likewise.
5313 * gdb.base/break.exp: Drop references to removed code.
5314
e444df73
AA
53152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5316
5317 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5318 variant.
5319
8008f2a7
AA
53202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5321
5322 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5323
a5a06887
AA
53242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5325
5326 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5327 logic into perform_all_tests() and invoke it with and without
5328 function header prototypes.
5329 (do_function_calls): Remove conditional XFAIL for PR 5318.
5330 (rerun_and_prepare): Remove duplicate code.
5331 (perform_all_tests): New. Main logic moved here.
5332
44dba9b9
AA
53332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5334
5335 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5336 code guarded by #ifdef NO_PROTOTYPES.
5337 (t_double_many_args): Likewise.
5338 (DEF_FUNC_MANY_ARGS_1): Likewise.
5339 (DEF_FUNC_VALUES_1): Likewise.
5340 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5341 guarded by #ifdef PROTOTYPES.
5342
d1fbcd56
AA
53432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5344
5345 * gdb.mi/mi-console.c: Add eye-catcher.
5346 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5347 instead of literal line number.
5348
b0e59b8f
AA
53492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5350
5351 * gdb.base/shr2.c: Add eye-catcher.
5352 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5353 line number.
5354
78f98cca
AA
53552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5356
5357 * gdb.base/jump.c: Add eye-catchers.
5358 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5359 numbers.
5360
58fa2af0
AA
53612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5362
5363 * gdb.base/execd-prog.c: Add eye-catchers.
5364 * gdb.base/foll-exec.c: Likewise.
5365 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5366 line numbers.
5367
04e5059b
AA
53682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5369
5370 * gdb.base/ending-run.c: Add eye-catchers.
5371 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5372 literal line numbers.
5373
dbfdb174
AA
53742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5375
5376 * gdb.base/call-rt-st.c: Add eye-catchers.
5377 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5378 literal line numbers.
5379
888a2ade
AA
53802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5381
5382 * gdb.base/call-ar-st.c: Add eye-catchers.
5383 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5384 literal line numbers.
5385
6acc2dde
AA
53862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5387
5388 * gdb.base/average.c: Add eye-catchers.
5389 * gdb.base/sum.c: Likewise.
5390 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5391 regexps dynamically.
5392
9ecfcd1d
AA
53932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5394
5395 * gdb.base/solib1.c: Add eye-catchers.
5396 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5397 literal line numbers.
5398
78708b7c
PA
53992014-11-12 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5402 leader has exited.
5403
af48d08f
PA
54042014-11-12 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.arch/i386-bp_permanent.c: New file.
5407 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5408 (srcfile): Set to i386-bp_permanent.c.
5409 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5410 that stepi does not execute the 'leave' instruction, instead of
5411 testing it does execute.
5412 * gdb.base/bp-permanent.c: New file.
5413 * gdb.base/bp-permanent.exp: New file.
5414
af3768e9
DE
54152014-11-10 Doug Evans <xdje42@gmail.com>
5416
5417 PR symtab/17564
5418 * gdb.base/symtab-search-order.exp: New file.
5419 * gdb.base/symtab-search-order.c: New file.
5420 * gdb.base/symtab-search-order-1.c: New file.
5421 * gdb.base/symtab-search-order-shlib-1.c: New file.
5422
9de00a4a
PA
54232014-11-07 Pedro Alves <palves@redhat.com>
5424
5425 PR gdb/17511
5426 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5427 i?86-*-linux*.
5428
e0f52461
SC
54292014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5430
5431 PR c++/17494
5432 * gdb.cp/pr17494.cc: New file.
5433 * gdb.cp/pr17494.exp: New file.
5434
6ce8c980
YQ
54352014-11-02 Yao Qi <yao@codesourcery.com>
5436
5437 * gdb.python/python.exp: Get working directory and match the
5438 output of "set extended-prompt \\w " with it.
5439
02be9a71
DE
54402014-10-30 Doug Evans <dje@google.com>
5441
5442 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5443 in objfiles.
5444 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5445 in progspaces.
5446
3bdff46b
LM
54472014-10-30 Janis Johnson <janisjo@codesourcery.com>
5448
5449 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5450 * gdb.base/realname-expand.exp: Likewise.
5451 * gdb.linespec/macro-relative.exp: Likewise.
5452
ab917dfb
PA
54532014-10-29 Pedro Alves <palves@redhat.com>
5454
5455 PR gdb/17408
5456 * gdb.threads/schedlock.c (some_function): New function.
5457 (call_function): New global.
5458 (MAYBE_CALL_SOME_FUNCTION): New macro.
5459 (thread_function): Call it.
5460 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5461 and use it instead of a global counter. Adjust all callers.
5462 (get_current_thread): Use "find current thread" for test message
5463 here rather than having all callers pass down the same string.
5464 (goto_loop): New procedure, factored out from ...
5465 (my_continue): ... this.
5466 (step_ten_loops): Change parameter from test message to command to
5467 use. Adjust.
5468 (list_count): Delete global.
5469 (check_result): New procedure, factored out from duplicate top
5470 level code.
5471 (continue tests): Wrap in with_test_prefix.
5472 (test_step): New procedure, factored out from duplicate top level
5473 code.
5474 (top level): Test "step" in combination with all scheduler-locking
5475 modes. Test "next" in combination with all scheduler-locking
5476 modes, and in combination with stepping over a function call or
5477 not.
5478 * gdb.threads/next-bp-other-thread.c: New file.
5479 * gdb.threads/next-bp-other-thread.exp: New file.
5480
d3d4baed
PA
54812014-10-29 Pedro Alves <palves@redhat.com>
5482
5483 PR python/17372
5484 * gdb.python/python.exp: Test a multi-line command that spawns
5485 interactive Python.
5486 * gdb.base/multi-line-starts-subshell.exp: New file.
5487
563e8d85
YQ
54882014-10-29 Yao Qi <yao@codesourcery.com>
5489
5490 * gdb.base/fileio.exp: Make directories on host.
5491
0ea4d52e
YQ
54922014-10-29 Yao Qi <yao@codesourcery.com>
5493
5494 * gdb.base/fileio.c (test_write): Close the file.
5495
7f5ef605
PA
54962014-10-28 Pedro Alves <palves@redhat.com>
5497
5498 PR gdb/12623
5499 * gdb.base/sigstep.c (no_handler): New global.
5500 (main): If 'no_handler is true, set the signal handlers to
5501 SIG_IGN.
5502 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5503 with_sw_watch and no_handler parameters. Handle them.
5504 (top level) <stepping over handler when stopped at a breakpoint
5505 test>: Add a test axis for testing with a software watchpoint, and
5506 another for testing with the signal handler set to SIG_IGN.
5507 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5508 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5509
abbdbd03
PA
55102014-10-28 Pedro Alves <palves@redhat.com>
5511
5512 PR gdb/17511
5513 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5514 * gdb.base/sigstep.exp (other_handler_location): New global.
5515 (advance): Support stepping into the signal handler, and running
5516 commands while in the handler.
5517 (in_handler_map): New global.
5518 (top level): In the advance test, add combinations for getting
5519 into the handler with stepping commands, and for running commands
5520 in the handler. Add comment descripting the advancei tests.
5521
1df4399f
PA
55222014-10-28 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.base/sigstep.exp: Use build_executable instead of
5525 prepare_for_testing.
5526 (top level): Move code that starts GDB, runs to main and creates a
5527 display to ...
5528 (restart): ... this new procedure.
5529 (top level): Move backtrace from signal handler test to ...
5530 (validate_backtrace): ... this new procedure.
5531 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5532 with_test_prefix. Always restart GDB.
5533 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5534 with_test_prefix. Always restart GDB. No need to delete
5535 breakpoints after the test.
5536 (test_skip_handler): Remove prefix parameter.
5537 (skip_over_handler, breakpoint_to_handler)
5538 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5539 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5540 restart GDB. No need to delete breakpoints after the test.
5541 (top level): Use foreach to call the test procedures with
5542 different commands.
5543
a5b6e449
PA
55442014-10-28 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5547 instead of GNATS numbers.
5548 * gdb.base/sigbpt.exp: Likewise.
5549 * gdb.base/siginfo.exp: Likewise.
5550 * gdb.base/sigstep.exp: Likewise.
5551
e5f8a7cc
PA
55522014-10-27 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.base/sigstep.c (dummy): New global.
5555 (main): Issue a couple writes to the new global.
5556 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5557 procedures.
5558 (skip_over_handler): Use test_skip_handler.
5559 (top level): Call skip_over_handler for stepi and nexti too.
5560 (breakpoint_over_handler): Use test_skip_handler.
5561 (top level): Call breakpoint_over_handler for stepi and nexti too.
5562
763905a3
YQ
55632014-10-27 Yao Qi <yao@codesourcery.com>
5564
5565 * gdb.trace/tfile.c (adjust_function_address)
5566 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5567 function descriptor.
5568
6f259a23
DB
55692014-10-24 Don Breazeal <donb@codesourcery.com>
5570
5571 * gdb.base/foll-fork.exp (test_follow_fork,
5572 catch_fork_child_follow): Check for updated fork messages emitted
5573 from infrun.c.
5574 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5575 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5576 vfork_and_exec_child_follow_through_step): Check for updated vfork
5577 messages emitted from infrun.c.
5578
09dd9a69
PA
55792014-10-24 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.base/corefile.exp: Remove references to ultrix.
5582 * gdb.base/interrupt.exp: Likewise.
5583 * gdb.base/whatis.exp: Likewise.
5584 * gdb.gdb/selftest.exp: Likewise.
5585 * gdb.threads/manythreads.exp: Likewise.
5586 * gdb.threads/print-threads.exp: Likewise.
5587 * gdb.threads/pthreads.exp:: Likewise.
5588 * gdb.threads/schedlock.exp: Likewise.
5589
3433cfa5
SC
55902014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5591
5592 * gdb.cp/non-trivial-retval.cc: Add a test case.
5593 * gdb.cp/non-trivial-retval.exp: Add a test.
5594
092f880b
YQ
55952014-10-20 Yao Qi <yao@codesourcery.com>
5596
5597 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5598 * gdb.python/py-objfile-script-gdb.py: New file.
5599 * gdb.python/py-objfile-script.exp: Update reference to
5600 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5601 of remote_download. Remove the dest file.
5602
acbdb7f3
YQ
56032014-10-20 Yao Qi <yao@codesourcery.com>
5604
5605 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5606 * gdb.base/step-line.exp: Likewise.
5607 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5608 * gdb.dwarf2/dw2-basic.exp: Likewise.
5609 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5610 * gdb.dwarf2/dw2-filename.exp: Likewise.
5611 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5612 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5613 * gdb.dwarf2/dw2-producer.exp: Likewise.
5614 * gdb.dwarf2/mac-fileno.exp: Likewise.
5615 * gdb.python/py-frame-args.exp: Likewise.
5616 * gdb.python/py-framefilter.exp: Likewise.
5617 * gdb.python/py-mi.exp: Likewise.
5618 * gdb.python/py-objfile-script.exp: Likewise
5619 * gdb.python/py-pp-integral.exp: Likewise.
5620 * gdb.python/py-pp-re-notag.exp: Likewise.
5621 * gdb.python/py-prettyprint.exp: Likewise.
5622 * gdb.python/py-section-script.exp: Likewise.
5623 * gdb.python/py-typeprint.exp: Likewise.
5624 * gdb.python/py-xmethods.exp: Likewise.
5625 * gdb.stabs/weird.exp: Likewise.
5626 * gdb.xml/tdesc-regs.exp: Likewise.
5627
bd286a29
KCY
56282014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5629
5630 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5631 (out_cu): Use addr_len for the size of addresses.
5632 (out_line): Likewise. Size DW_LNE_set_address instruction
5633 according to addr_len.
5634 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5635 (FUNC): Add START_INSNS to definition.
5636
673dc4a0
YQ
56372014-10-18 Yao Qi <yao@codesourcery.com>
5638
5639 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5640 gdb_has_argv0 return true.
5641 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5642 check [target_info exists noargs], check [gdb_has_argv0]
5643 instead.
5644 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5645 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5646 procedures.
5647
4ffbba72
DE
56482014-10-17 Doug Evans <dje@google.com>
5649
5650 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5651 event.
5652 * gdb.python/py-events.py: Add clear_objfiles event.
5653
d096d8c1
DE
56542014-10-17 Doug Evans <dje@google.com>
5655
5656 * gdb.python/py-objfile.exp: Test progspace attribute.
5657
a80db015
LM
56582014-10-17 Luis Machado <lgustavo@codesourcery.com>
5659
5660 * gdb.guile/scm-breakpoint.exp: Do not assume any
5661 directory separators when matching source file paths.
5662 * gdb.python/py-breakpoint.exp: Likewise.
5663 * gdb.reverse/break-precsave.exp: Likewise.
5664 * gdb.reverse/break-reverse.exp: Likewise.
5665 * gdb.reverse/consecutive-precsave.exp: Likewise.
5666 * gdb.reverse/finish-precsave.exp: Likewise.
5667 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5668 * gdb.reverse/finish-reverse.exp: Likewise.
5669 * gdb.reverse/i386-precsave.exp: Likewise.
5670 * gdb.reverse/i387-env-reverse.exp: Likewise.
5671 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5672 * gdb.reverse/machinestate-precsave.exp: Likewise.
5673 * gdb.reverse/machinestate.exp: Likewise.
5674 * gdb.reverse/sigall-precsave.exp: Likewise.
5675 * gdb.reverse/solib-precsave.exp: Likewise.
5676 * gdb.reverse/step-precsave.exp: Likewise.
5677 * gdb.reverse/until-precsave.exp: Likewise.
5678 * gdb.reverse/watch-precsave.exp: Likewise.
5679 * gdb.reverse/watch-reverse.exp: Likewise.
5680
b22089ab
YQ
56812014-10-17 Yao Qi <yao@codesourcery.com>
5682
5683 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5684 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5685
6c4486e6
PA
56862014-10-17 Pedro Alves <palves@redhat.com>
5687
5688 PR gdb/17471
5689 * gdb.base/bg-execution-repeat.c: New file.
5690 * gdb.base/bg-execution-repeat.exp: New file.
5691
0ff33695
PA
56922014-10-17 Pedro Alves <palves@redhat.com>
5693
5694 PR gdb/17300
5695 * gdb.base/continue-all-already-running.c: New file.
5696 * gdb.base/continue-all-already-running.exp: New file.
5697
6fdebc3d
PA
56982014-10-17 Pedro Alves <palves@redhat.com>
5699
5700 PR gdb/17472
5701 * gdb.base/annota-input-while-running.c: New file.
5702 * gdb.base/annota-input-while-running.exp: New file.
5703
32a8097b
PA
57042014-10-17 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/callfuncs.exp: emove references to osf.
5707 * gdb.base/sigall.exp: Likewise.
5708 * gdb.gdb/selftest.exp: Likewise.
5709 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5710 * gdb.mi/non-stop.c: Likewise.
5711 * gdb.mi/pthreads.c: Likewise.
5712 * gdb.reverse/sigall-precsave.exp: Likewise.
5713 * gdb.reverse/sigall-reverse.exp: Likewise.
5714 * gdb.threads/pthreads.c: Likewise.
5715 * gdb.threads/pthreads.exp: Likewise.
5716
7a3517ff
YQ
57172014-10-17 Yao Qi <yao@codesourcery.com>
5718
5719 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5720 check 'target_info exists noargs'.
5721 (test_command_prompt_position): Likewise.
5722 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5723 Remove "set args".
5724 (progvar_simple_while_test): Likewise.
5725 (progvar_complex_if_while_test): Likewise.
5726 (if_while_breakpoint_command_test): Likewise.
5727 (infrun_breakpoint_command_test): Likewise.
5728 (breakpoint_command_test): Likewise.
5729 (watchpoint_command_test): Likewise.
5730 (bp_deleted_in_command_test): Likewise.
5731 (temporary_breakpoint_commands): Likewise.
5732
bb99c472
YQ
57332014-10-16 Yao Qi <yao@codesourcery.com>
5734
5735 * gdb.base/remotetimeout.exp: Remove noargs checking.
5736
7c16b83e
PA
57372014-10-15 Pedro Alves <palves@redhat.com>
5738
5739 PR breakpoints/9649
5740 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5741 * gdb.base/breakpoint-in-ro-region.exp
5742 (probe_target_hardware_step): New procedure.
5743 (top level): Probe hardware stepping and hardware breakpoint
5744 support. Test stepping through a read-only region, with both
5745 "breakpoint auto-hw" on and off and both "always-inserted" on and
5746 off.
5747
35a49624
IB
57482014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5749
5750 * gdb.dlang/demangle.exp: Update for demangling changes.
5751
2d1c107c
SC
57522014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5753
5754 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5755 * gdb.cp/non-trivial-retval.exp: Add new tests.
5756
778811d5
SC
57572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5758
5759 PR c++/13403
5760 PR c++/15154
5761 * gdb.cp/non-trivial-retval.cc: New file.
5762 * gdb.cp/non-trivial-retval.exp: New file.
5763
10c5f0a8
YQ
57642014-10-15 Yao Qi <yao@codesourcery.com>
5765
5766 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5767 remote host.
5768
65d7b369
YQ
57692014-10-15 Yao Qi <yao@codesourcery.com>
5770
5771 * gdb.python/py-symbol.exp: Match file base name if host is
5772 remote, otherwise match file name with dir name.
5773 * gdb.python/py-symtab.exp: Likewise.
5774 * gdb.python/python.exp: Likewise.
5775
46dc1394
YQ
57762014-10-15 Yao Qi <yao@codesourcery.com>
5777
5778 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5779 pattern.
5780 * gdb.python/py-symtab.exp: Likewise.
5781 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5782 locationn.
5783
c40cc657
JB
57842014-10-14 Joel Brobecker <brobecker@adacore.com>
5785
5786 * gdb.ada/addr_arith: New testcase.
5787
2abf49e1
MR
57882014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5789
5790 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5791 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5792 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5793 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5794
f7088df3
SDJ
57952014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5796
5797 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5798 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5799 * gdb.arch/stap-eval-lang-ada.exp: New file.
5800
4dc06805
YQ
58012014-10-14 Yao Qi <yao@codesourcery.com>
5802
5803 * gdb.mi/mi-var-child.c (nothing1): New function.
5804 (nothing2): New function.
5805 (do_children_tests): Set function pointers by nothing1 and
5806 nothing2.
5807 * gdb.mi/mi-var-child.exp: Step over new added statements.
5808 Update test to match the new output.
5809 * gdb.mi/var-cmd.c (nothing1): New function.
5810 (nothing2): New function.
5811 (do_children_tests): Set function pointers by nothing1 and
5812 nothing2.
5813 * gdb.mi/mi-var-display.exp: Update test to match output.
5814 Step to the line specified by $line_dct_nothing.
5815 Increase the number of lines to step.
5816
46a93de2
YQ
58172014-10-14 Yao Qi <yao@codesourcery.com>
5818
5819 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5820 tests.
5821 * gdb.mi/mi2-var-child.exp: Likewise.
5822
14ea52ee
DE
58232014-10-13 Doug Evans <dje@google.com>
5824
5825 * gdb.python/py-objfile.exp: Change name of file name test.
5826
e5c6e92b
DE
58272014-10-13 Doug Evans <dje@google.com>
5828
5829 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5830 from the start of the CU.
5831
c780cc2f
JK
58322014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5833 Yao Qi <yao@codesourcery.com>
5834
5835 Fix "save breakpoints" for "catch" command.
5836 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5837 Remove -nonewline. Match also the added "main" line.
5838
99894e11
JK
58392014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 Fix "save breakpoints" for "disable $bpnum" command.
5842 * gdb.base/save-bp.c (main): Add label.
5843 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5844
6e1ac5a3
JK
58452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5846
5847 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5848
754dd2b0
YQ
58492014-10-11 Yao Qi <yao@codesourcery.com>
5850
5851 * gdb.server/server-kill.exp: Execute command
5852 "set remote trace-status-packet on" before "tstatus".
5853
f90183d7
YQ
58542014-10-11 Yao Qi <yao@codesourcery.com>
5855
5856 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5857 (main): Call getppid.
5858 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5859 and continue to it. Read variable "server_pid".
5860
bf40a607
YQ
58612014-10-11 Yao Qi <yao@codesourcery.com>
5862
5863 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5864
052ca370
YQ
58652014-10-11 Yao Qi <yao@codesourcery.com>
5866
5867 * gdb.threads/thread-find.exp: Don't execute command
5868 "info threads".
5869 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5870 * gdb.threads/linux-dp.exp: Don't check the condition
5871 $threads_created equals to zero.
5872
3831839c
PA
58732014-10-10 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/bigcore.exp: Remove references to IRIX.
5876 * gdb.base/funcargs.exp: Likewise.
5877 * gdb.base/interrupt.exp: Likewise.
5878 * gdb.base/mips_pro.exp: Likewise.
5879 * gdb.base/nodebug.exp: Likewise.
5880 * gdb.base/setvar.exp: Likewise.
5881 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5882
8b9a549d
PA
58832014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5884 Pedro Alves <palves@redhat.com>
5885
5886 PR symtab/14466
5887 * gdb.base/vdso-warning.c: New file.
5888 * gdb.base/vdso-warning.exp: New file.
5889
d48ba5e8
DE
58902014-10-02 Doug Evans <dje@google.com>
5891
5892 * gdb.base/structs.c (main): Don't run forever.
5893
2278c276
PA
58942014-10-02 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5897 (top level) <stop threads 1, stop threads 2>: Use it.
5898
b57bacec
PA
58992014-10-02 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.threads/break-while-running.exp (test): Add new
5902 'update_thread_list' argument. Skip "info threads" if false.
5903 (top level): Add new 'update_thread_list' axis.
5904
13fd3ff3
PA
59052014-10-02 Pedro Alves <palves@redhat.com>
5906
5907 PR breakpoints/17431
5908 * gdb.base/execl-update-breakpoints.c: New file.
5909 * gdb.base/execl-update-breakpoints.exp: New file.
5910
0fec99e8
PA
59112014-10-01 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.base/breakpoint-in-ro-region.c: New file.
5914 * gdb.base/breakpoint-in-ro-region.exp: New file.
5915
2ddf4301
SM
59162014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * gdb.mi/mi-exit-code.exp: New file.
5919 * gdb.mi/mi-exit-code.c: New file.
5920
6a5f3f43
YQ
59212014-09-30 Yao Qi <yao@codesourcery.com>
5922
5923 * lib/prelink-support.exp (build_executable_own_libs): Error if
5924 the target isn't native.
5925
345bcc73
YQ
59262014-09-30 Yao Qi <yao@codesourcery.com>
5927
5928 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5929 false.
5930
a25a5a45
PA
59312014-09-22 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.threads/break-while-running.exp: New file.
5934 * gdb.threads/break-while-running.c: New file.
5935
00ba3162
YQ
59362014-09-19 Yao Qi <yao@codesourcery.com>
5937
5938 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5939 Invoke test. Restart GDB with --readnow and invoke test again.
5940
c3b7b696
YQ
59412014-09-19 Yao Qi <yao@codesourcery.com>
5942
5943 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5944 proc set_breakpoint_on_gcd_function. Invoke
5945 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5946 invoke set_breakpoint_on_gcd_function again.
5947
2b4fd423
DE
59482014-09-18 Doug Evans <dje@google.com>
5949
5950 * gdb.dwarf2/symtab-producer.exp: New file.
5951
a5947601
SDJ
59522014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5953
5954 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5955 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5956 * gdb.base/global-var-nested-by-dso.c: Likewise.
5957 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5958
91c19059
SDJ
59592014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5960 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/watch-bitfields.exp: Pass string other than test file
5963 name to prepare_for_testing.
5964 (watch): New procedure.
5965 (expect_watchpoint): Use with_test_prefix.
5966 (top level): Factor out tests to ...
5967 (test_watch_location, test_regular_watch): ... these new
5968 procedures, and use with_test_prefix and gdb_continue_to_end.
5969
bb9d5f81
PP
59702014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5971
5972 PR breakpoints/12526
5973 * gdb.base/watch-bitfields.exp: New file.
5974 * gdb.base/watch-bitfields.c: New file.
5975
635856f5
PA
59762014-09-16 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5979 software and hardware addresses, not software address against
5980 itself.
5981
7280ceea
PA
59822014-09-16 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5985 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5986
428b16bd
PA
59872014-09-16 Pedro Alves <palves@redhat.com>
5988
5989 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5990 files.
5991 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5992 "*-*-vxworks*" throughout.
5993 * gdb.base/break.exp: Likewise.
5994 * gdb.base/default.exp: Likewise.
5995 * gdb.base/scope.exp: Likewise.
5996 * gdb.base/sepdebug.exp: Likewise.
5997 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5998 throughout.
5999 * gdb.base/run.c: Likewise.
6000 * gdb.base/sepdebug.c: Likewise.
6001 * gdb.hp/gdb.aCC/run.c: Likewise.
6002 * gdb.reverse/until-reverse.c: Likewise.
6003 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6004
666d413c
YQ
60052014-09-16 Yao Qi <yao@codesourcery.com>
6006
6007 * boards/local-remote-host-native.exp: New file.
6008
57cbd724
DE
60092014-09-14 Doug Evans <xdje42@gmail.com>
6010
6011 * gdb.threads/queue-signal.c (thread_count): New variable.
6012 (thread_count_mutex, thread_count_condvar): New variables.
6013 (incr_thread_count, wait_all_threads_running): New functions.
6014 (main): Wait for all threads to be in their thread functions.
6015
81219e53
DE
60162014-09-13 Doug Evans <xdje42@gmail.com>
6017
6018 * gdb.threads/queue-signal.c: New file.
6019 * gdb.threads/queue-signal.exp: New file.
6020
3714cea7
DE
60212014-09-13 Doug Evans <xdje42@gmail.com>
6022
6023 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6024 be consistent with what default_gdb_init uses.
6025 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6026 the plain text of the prompt. Add some logging printfs.
6027 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6028
fa43b1d7
PA
60292014-09-12 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6032 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6033 * gdb.arch/i386-size-overlap.exp: Likewise.
6034 * gdb.arch/i386-size.exp: Likewise.
6035 * gdb.arch/i386-unwind.exp: Likewise.
6036 * gdb.base/a2-run.exp: Likewise.
6037 * gdb.base/break.exp: Likewise.
6038 * gdb.base/charset.exp: Likewise.
6039 * gdb.base/chng-syms.exp: Likewise.
6040 * gdb.base/commands.exp: Likewise.
6041 * gdb.base/dbx.exp: Likewise.
6042 * gdb.base/find.exp: Likewise.
6043 * gdb.base/funcargs.exp: Likewise.
6044 * gdb.base/jit-simple.exp: Likewise.
6045 * gdb.base/reread.exp: Likewise.
6046 * gdb.base/sepdebug.exp: Likewise.
6047 * gdb.base/step-bt.exp: Likewise.
6048 * gdb.cp/mb-inline.exp: Likewise.
6049 * gdb.cp/mb-templates.exp: Likewise.
6050 * gdb.objc/basicclass.exp: Likewise.
6051 * gdb.threads/killed.exp: Likewise.
6052
9d9bf2df
EBM
60532014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6054
6055 PR tdep/17379
6056 * gdb.arch/powerpc-stackless.S: New file.
6057 * gdb.arch/powerpc-stackless.exp: New file.
6058
1cf2f1b0
JK
60592014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6060
6061 * gdb.base/attach.c: Include unistd.h.
6062 (main): Call alarm. Add label postloop.
6063 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6064 gdb_breakpoint, gdb_continue_to_breakpoint.
6065 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6066
98880d46
PA
60672014-09-11 Pedro Alves <palves@redhat.com>
6068
6069 PR gdb/17347
6070 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6071 * gdb.base/attach.exp (test_command_line_attach_run): New
6072 procedure.
6073 (top level): Call it.
6074
4c92ff2c
PA
60752014-09-11 Pedro Alves <palves@redhat.com>
6076
6077 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6078 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6079 (do_command_attach_tests): Use spawn_wait_for_attach.
6080 * gdb.base/solib-overlap.exp: Likewise.
6081 * gdb.multi/multi-attach.exp: Likewise.
6082 * gdb.python/py-prompt.exp: Likewise.
6083 * gdb.python/py-sync-interp.exp: Likewise.
6084 * gdb.server/ext-attach.exp: Likewise.
6085
3adc1a7d
GKB
60862014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6087
6088 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6089 command in testcase. Simplify testcase.
6090
96334934
JB
60912014-09-10 Joel Brobecker <brobecker@adacore.com>
6092
6093 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6094
eb479039
JB
60952014-09-10 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6098
deede10c
JB
60992014-09-10 Joel Brobecker <brobecker@adacore.com>
6100
6101 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6102
7828a5f5
JB
61032014-09-10 Joel Brobecker <brobecker@adacore.com>
6104
6105 * gdb.dwarf2/dynarr-ptr.c: New file.
6106 * gdb.dwarf2/dynarr-ptr.exp: New file.
6107
33aeebcf
MR
61082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6109
6110 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6111 of 30 rather than hardcoding 120 for a slow test case. Take the
6112 `gdb,timeout' target setting into account for this calculation.
6113 Don't extend the timeout for the test cases that don't need it.
6114
7b415901
MR
61152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6116
6117 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6118 a factor of 2 for a slow test case. Take the `gdb,timeout'
6119 target setting into account for this calculation.
6120 * gdb.reverse/until-precsave.exp: Increase the timeout by
6121 a factor of 15 and 3 respectively rather than adding 120
6122 for a pair of slow test cases. Take the `gdb,timeout'
6123 target setting into account for this calculation.
6124
4a40f85a
MR
61252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6126
6127 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6128 timeout, don't pass one down to gdb_expect.
6129 (gdb_expect): Rework timeout selection.
6130
09635af7
MR
61312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6132
6133 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6134 exception on timeout.
6135 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6136 (gdbserver_start_extended): Catch any `gdbserver_start' error
6137 exceptions.
6138 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6139 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6140 `gdbserver_gdb_load' error exceptions.
6141
2bdd10b7
MR
61422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6143
6144 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6145 120 on waiting for the TCP socket to open.
6146
316935f0
DE
61472014-09-09 Doug Evans <xdje42@gmail.com>
6148
6149 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6150 _caller_matches, _any_caller_is, _any_caller_matches.
6151
83740597
DE
61522014-09-09 Doug Evans <xdje42@gmail.com>
6153
6154 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6155
4c122fc3
YQ
61562014-09-09 Yao Qi <yao@codesourcery.com>
6157
6158 * gdb.mi/mi-var-display.exp: Set print symbol off.
6159
a9f116cb
GKB
61602014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6161
6162 PR gdb/17035
6163 * gdb.base/commands.exp: Add tests to verify user-defined
6164 commands with empty bodies.
6165 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6166 python commands in `show user command`.
6167 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6168 scheme commands in `show user command`.
6169
c75bd3a2
JK
61702014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6171
6172 PR python/17355
6173 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6174 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6175 * gdb.python/py-framefilter-invalidarg.exp: New file.
6176 * gdb.python/py-framefilter-invalidarg.py: New file.
6177
faa42425
DE
61782014-09-06 Doug Evans <xdje42@gmail.com>
6179
6180 PR 15276
6181 * gdb.python/py-caller-is.c: New file.
6182 * gdb.python/py-caller-is.exp: New file.
6183
474ca4f6
SDJ
61842014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6185
6186 PR gdb/17235
6187 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6188 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6189
eb0b0463
SDJ
61902014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 PR fortran/17237
6193 * gdb.fortran/print-formatted.exp: New file.
6194 * gdb.fortran/print-formatted.f90: Likewise.
6195
5f3b99cf
SS
61962014-09-03 Sasha Smundak <asmundak@google.com>
6197
6198 * gdb.python/py-frame.exp: Test Frame.read_register.
6199
7d793aa9
SDJ
62002014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6201
6202 PR python/16699
6203 * gdb.python/py-completion.exp: New file.
6204 * gdb.python/py-completion.py: Likewise.
6205
fb0576e9
DE
62062014-08-28 Doug Evans <dje@google.com>
6207
6208 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6209 eax,etc. are live with values set by gdb and thus the compiler can't
6210 use them.
6211 * gdb.arch/i386-pseudo.c (main): Ditto.
6212
ee92b0dd
DE
62132014-08-27 Doug Evans <dje@google.com>
6214
6215 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6216
6649db35
DE
62172014-08-25 Doug Evans <dje@google.com>
6218
6219 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6220 (main): Ditto.
6221
564b7600
DE
62222014-08-25 Doug Evans <dje@google.com>
6223
6224 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6225
3881fb67
YQ
62262014-08-24 Yao Qi <yao@codesourcery.com>
6227
6228 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6229 symbol off.
6230 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6231
a05a36a5
DE
62322014-08-22 Doug Evans <dje@google.com>
6233
6234 PR 17276
6235 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6236 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6237 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6238
7c343b48
YQ
62392014-08-22 Yao Qi <yao@codesourcery.com>
6240
6241 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6242 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6243 * gdb.python/python.exp: Likewise. Use .py file on the host
6244 instead of the build.
6245
22fd09ae
JK
62462014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6247
6248 * gdb.threads/gcore-stale-thread.c: New file.
6249 * gdb.threads/gcore-stale-thread.exp: New file.
6250
a8454a7c
PA
62512014-08-21 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6254 * gdb.base/gcore-relro-pie.exp: Likewise.
6255 * gdb.base/gcore-relro.exp: Likewise.
6256 * gdb.base/gcore.exp: Likewise.
6257 * gdb.base/print-symbol-loading.exp: Likewise.
6258 * gdb.threads/gcore-thread.exp: Likewise.
6259 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6260
2a31c623
PA
62612014-08-20 Pedro Alves <palves@redhat.com>
6262 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6265 configure.
6266 (EXPECT): Handle READ1 being set.
6267 (all): Depend on EXTRA_RULES.
6268 (check-read1, expect-read1, read1.so, read1): New rules.
6269 * README (Testsuite Parameters): Document the READ1 make variable.
6270 (Race detection): New section.
6271 * configure: Regenerate.
6272 * configure.ac: If build==host==target, and running under a
6273 GNU/glibc system, add read1 to the extra Makefile rules.
6274 (EXTRA_RULES): AC_SUBST it.
6275 * lib/read1.c: New file.
6276
d36430db
JB
62772014-08-20 Joel Brobecker <brobecker@adacore.com>
6278
6279 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6280 the handling of variables declared as a typedef to an array
6281 which a DW_AT_data_location attribute.
6282
9a0dc9e3
PA
62832014-08-19 Andrew Burgess <aburgess@broadcom.com>
6284 Pedro Alves <palves@redhat.com>
6285
6286 PR symtab/14604
6287 PR symtab/14605
6288 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6289 gdb_test.
6290
0718a8da
PA
62912014-08-19 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6294
13b448cd
YQ
62952014-08-19 Yao Qi <yao@codesourcery.com>
6296
6297 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6298 right line.
6299
1cbf5077
DB
63002014-08-18 David Blaikie <dblaikie@gmail.com>
6301
6302 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6303
bf0fae19
JB
63042014-08-18 Joel Brobecker <brobecker@adacore.com>
6305
6306 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6307 attribute in array range.
6308
3c8c5dcc
JB
63092014-08-18 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6312
e66d4446
SC
63132014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6314
6315 PR c++/17132
6316 * gdb.cp/pr17132.cc: New file.
6317 * gdb.cp/pr17132.exp: New file.
6318
940df408
SC
63192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6320
6321 * gdb.python/py-xmethods.py (A_getarrayind)
6322 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6323 Use 'print' with function call syntax.
6324 (E_method_matcher.match): Fix tab vs space indentation mixup.
6325
ebcc6c3a
YQ
63262014-08-15 Yao Qi <yao@codesourcery.com>
6327
6328 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6329 false.
6330
775e0f04
YQ
63312014-08-15 Yao Qi <yao@codesourcery.com>
6332
6333 * gdb.cp/casts.exp: Set print symbol off.
6334 * gdb.cp/class2.exp: Likewise.
6335 * gdb.cp/overload.exp: Likewise.
6336 * gdb.cp/templates.exp: Likewise.
6337
d769e349
DE
63382014-08-11 Doug Evans <dje@google.com>
6339
6340 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6341 (test_load_shlib): Update.
6342
20c6f1e1
YQ
63432014-08-09 Yao Qi <yao@codesourcery.com>
6344
6345 * gdb.base/display.exp: Invoke is_address_zero_readable.
6346 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6347 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6348 * gdb.base/hbreak-unmapped.exp: Return if
6349 is_address_zero_readable returns true.
6350 * gdb.base/signest.exp: Likewise.
6351 * gdb.base/signull.exp: Likewise.
6352 * gdb.base/sigbpt.exp: Likewise.
6353 * gdb.guile/scm-disasm.exp: Do the test if
6354 is_address_zero_readable returns false.
6355 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6356 * gdb.python/py-arch.exp: Likewise.
6357 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6358 * lib/gdb.exp (is_address_zero_readable): New proc.
6359
5792e8e3
YQ
63602014-08-09 Yao Qi <yao@codesourcery.com>
6361
6362 PR testsuite/13443
6363 * gdb.mi/mi-var-display.exp: Make test messages unique.
6364
3cecbbbe
TT
63652014-08-04 Tom Tromey <tromey@redhat.com>
6366
6367 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6368 target 0".
6369
00b51ff5
TT
63702014-08-04 Tom Tromey <tromey@redhat.com>
6371
6372 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6373 "target_resume".
6374
6908c509
JB
63752014-08-01 Joel Brobecker <brobecker@adacore.com>
6376
6377 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6378 inner_vla_struct_object_size.
6379 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6380 as xfail.
6381
cc6563d2
PA
63822014-07-30 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6385 comment.
6386
7e09a223
YQ
63872014-07-29 Yao Qi <yao@codesourcery.com>
6388
6389 PR gdb/17206
6390 * gdb.base/until-nodebug.exp: New.
6391
7ebdbe92
DE
63922014-07-28 Doug Evans <xdje42@gmail.com>
6393
6394 PR guile/17203
6395 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6396 previously existing parameter, and previously ambiguously spelled
6397 parameter.
6398
fdb1adc6
WN
63992014-07-28 Will Newton <will.newton@linaro.org>
6400
6401 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6402
186fcde0
DE
64032014-07-26 Ludovic Courtès <ludo@gnu.org>
6404 Doug Evans <xdje42@gmail.com>
6405
6406 PR guile/17146
6407 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6408
70509625
PA
64092014-07-25 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.threads/signal-command-handle-nopass.c: New file.
6412 * gdb.threads/signal-command-handle-nopass.exp: New file.
6413 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6414 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6415 * gdb.threads/signal-delivered-right-thread.c: New file.
6416 * gdb.threads/signal-delivered-right-thread.exp: New file.
6417
c3f814a1
PA
64182014-07-25 Pedro Alves <palves@redhat.com>
6419
6420 * gdb.base/double-prompt-target-event-error.exp
6421 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6422 match.
6423 (cancel_pagination_in_target_event): Rework double prompt
6424 detection.
6425 * gdb.base/paginate-after-ctrl-c-running.exp
6426 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6427 <return>' match.
6428 * gdb.base/paginate-bg-execution.exp
6429 (test_bg_execution_pagination_return)
6430 (test_bg_execution_pagination_cancel): Remove '-notransfer
6431 <return>' matches.
6432 * gdb.base/paginate-execution-startup.exp
6433 (test_fg_execution_pagination_return)
6434 (test_fg_execution_pagination_cancel): Remove '-notransfer
6435 <return>' matches.
6436 * gdb.base/paginate-inferior-exit.exp
6437 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6438 match.
6439 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6440 * lib/gdb.exp (pagination_prompt): Run text through
6441 string_to_regexp.
6442 (gdb_test_multiple): Match $pagination_prompt instead of
6443 "<return>".
6444 (string_to_regexp): Move to lib/gdb-utils.exp.
6445
e214cf6c
JK
64462014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6447
6448 * gdb.arch/amd64-entry-value-paramref.S: New file.
6449 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6450 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6451 * gdb.arch/amd64-optimout-repeat.S: New file.
6452 * gdb.arch/amd64-optimout-repeat.c: New file.
6453 * gdb.arch/amd64-optimout-repeat.exp: New file.
6454
17d0c5c8
JK
64552014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6456
6457 PR gdb/17170
6458 * gdb.base/statistics.exp: New file.
6459
b8b8facf
DE
64602014-07-17 Doug Evans <dje@google.com>
6461
74b49205 6462 PR gdb/17170
b8b8facf
DE
6463 * gdb.base/maint.exp: Update testing of per-command stats.
6464
1b5d0ab3
PA
64652014-07-16 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6468 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6469 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6470 (tfile_write_buf): New functions.
6471 (add_memory_block): Rewrite using the above.
6472 (adjust_function_address): New function.
6473 (FUNCTION_ADDRESS): New macro.
6474 (write_basic_trace_file): Remove short_x local, and use
6475 tfile_write_16. Change type of func_addr local to unsigned long
6476 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6477 here. Cast argument of add_memory_block to char pointer.
6478 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6479 (main): Remove parameters.
6480 * gdb.trace/tfile.exp: Remove nowarnings.
6481
4d974e88
SM
64822014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6483
6484 * gdb.base/debug-expr.exp: Test string evaluation with
6485 "debug expression" on.
6486
41e99568
PA
64872014-07-15 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/reread.exp: Use clean_restart.
6490
487d9753
PL
64912014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6492
6493 * gdb.arch/avr-flash-qualifer.c: New.
6494 * gdb.arch/avr-flash-qualifer.exp: New.
6495
cc1c52ad
PA
64962014-07-14 Pedro Alves <palves@redhat.com>
6497
6498 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6499 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6500
1e973570
PA
65012014-07-14 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.base/double-prompt-target-event-error.c: New file.
6504 * gdb.base/double-prompt-target-event-error.exp: New file.
6505
93d6eb10
PA
65062014-07-14 Pedro Alves <palves@redhat.com>
6507
6508 PR gdb/17072
6509 * gdb.base/paginate-inferior-exit.c: New file.
6510 * gdb.base/paginate-inferior-exit.exp: New file.
6511
0017922d
PA
65122014-07-14 Pedro Alves <palves@redhat.com>
6513
6514 PR gdb/17072
6515 * gdb.base/paginate-bg-execution.c: New file.
6516 * gdb.base/paginate-bg-execution.exp: New file.
6517
94696ad3
PA
65182014-07-14 Pedro Alves <palves@redhat.com>
6519
6520 PR gdb/17072
6521 * gdb.base/paginate-execution-startup.c: New file.
6522 * gdb.base/paginate-execution-startup.exp: New file.
6523 * lib/gdb.exp (pagination_prompt): New global.
6524 (default_gdb_spawn): New procedure, factored out from
6525 default_gdb_spawn.
6526 (default_gdb_start): Adjust to call default_gdb_spawn.
6527 (gdb_spawn): New procedure.
6528
bd293940
PA
65292014-07-14 Pedro Alves <palves@redhat.com>
6530
6531 * lib/gdb.exp (gdb_assert): New procedure.
6532 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6533
c933f875
PA
65342014-07-14 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.base/execution-termios.c: New file.
6537 * gdb.base/execution-termios.exp: New file.
6538
d98b7a16
TT
65392014-07-14 Tom Tromey <tromey@redhat.com>
6540
6541 * gdb.cp/vla-cxx.cc: New file.
6542 * gdb.cp/vla-cxx.exp: New file.
6543
548740d6
TT
65442014-07-14 Tom Tromey <tromey@redhat.com>
6545
6546 * gdb.reverse/rerun-prec.c: New file.
6547 * gdb.reverse/rerun-prec.exp: New file.
6548
a25eb028
MR
65492014-07-12 Maciej W. Rozycki <macro@mips.com>
6550 Maciej W. Rozycki <macro@codesourcery.com>
6551
6552 * lib/gdb-utils.exp: New file.
6553 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6554 inline `gdb_init_command' processing.
6555 (gdb_start_cmd): Likewise.
6556 * lib/mi-support.exp (mi_run_cmd): Likewise.
6557 * README: Document `gdb_init_command' and `gdb_init_commands'.
6558
218c2655
JK
65592014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 Fix false FAIL running under a very long directory name.
6562 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6563 and "set print elements 10000". Twice.
6564
5401fde3
YQ
65652014-07-11 Yao Qi <yao@codesourcery.com>
6566
6567 * gdb.base/exprs.exp: "set print symbol off".
6568
e76126e8
PA
65692014-07-11 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.threads/kill.c: New file.
6572 * gdb.threads/kill.exp: New file.
6573
2d6f0de6
YQ
65742014-07-10 Yao Qi <yao@codesourcery.com>
6575
6576 * gdb.trace/tfile.c (write_basic_trace_file)
6577 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6578 address written to trace file.
6579
7180e04a
PA
65802014-07-09 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.base/attach-wait-input.exp: New file.
6583 * gdb.base/attach-wait-input.c: New file.
6584
9a9a7608
AB
65852014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6586
6587 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6588 setting up test structures.
6589 (main): Call new test function.
6590 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6591 test function, continue into test function and walk test
6592 structures.
6593
161ac41e
YQ
65942014-07-02 Yao Qi <yao@codesourcery.com>
6595
6596 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6597 'bar_start' at the beginning of functions 'foo' and 'bar'
6598 respectively.
6599 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6600 instead of 'foo' and 'bar'.
6601
1f267ae3
MM
66022014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6603
6604 * gdb.btrace/segv.exp: New.
6605 * gdb.btrace/segv.c: New.
6606
2b239efb
LM
66072014-07-02 Luis Machado <lgustavo@codesourcery.com>
6608
6609 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6610 instruction.
6611
cf363f18
MW
66122014-06-30 Mark Wielaard <mjw@redhat.com>
6613
6614 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6615 vulture, vilify, villar): New volatile array constants.
6616 (vindictive, vegetation): New const volatile array constants.
6617 * gdb.base/volatile.exp: Test volatile and const volatile array
6618 types.
6619
aebf9d24
AA
66202014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6621
6622 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6623 target lacks support for awatch, rwatch, or hbreak.
6624
b67a2c6f
YQ
66252014-06-27 Yao Qi <yao@codesourcery.com>
6626
6627 * gdb.multi/dummy-frame-restore.exp: New.
6628 * gdb.multi/dummy-frame-restore.c: New.
6629
aef92902
MM
66302014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6631
6632 * gdb.btrace/gcore.exp: New.
6633
8e9db26e
PA
66342014-06-23 Pedro Alves <palves@redhat.com>
6635
6636 * gdb.base/watchpoint-reuse-slot.c: New file.
6637 * gdb.base/watchpoint-reuse-slot.exp: New file.
6638
70afc5b7
SC
66392014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6640
6641 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6642 progspace's filename in 'info', 'enable' and 'disable' command
6643 tests.
6644
b972bd9c
JK
66452014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6648 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6649 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6650
125f8a3d
GB
66512014-06-20 Gary Benson <gbenson@redhat.com>
6652
6653 * gdb.arch/i386-avx.exp: Fix include file location.
6654 * gdb.arch/i386-sse.exp: Likewise.
6655
3ed9baed
IB
66562014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6657
6658 * gdb.dlang/expression.exp: New file.
6659
034f788c
PA
66602014-06-19 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6663 out from ...
6664 (top level): ... here. Iterate running tests under different
6665 scheduler-locking settings.
6666
45371d0c
LM
66672014-06-18 Luis Machado <lgustavo@codesourcery.com>
6668
6669 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6670 to DW_FORM_addr and use non-zero addresses.
6671
5d376983
SC
66722014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6673
6674 PR gdb/17017
6675 * gdb.python/py-xmethods.cc: Add global function call counters and
6676 increment them in their respective functions. Remove "cout"
6677 statements.
6678 * gdb.python/py-xmethods.exp: Make tests check the global function
6679 call counters instead of depending on inferior IO.
6680
a1aa2221
LM
66812014-06-18 Don Breazeal <donb@codesourcery.com>
6682
6683 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6684 Deleted procedure.
6685 (explicit_fork_parent_follow): Deleted procedure.
6686 (explicit_fork_child_follow): Deleted procedure.
6687 (test_follow_fork): New procedure.
6688 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6689 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6690 procedure calls.
6691
0fc05997
YQ
66922014-06-17 Yao Qi <yao@codesourcery.com>
6693
6694 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6695 CP1252.
6696
70795c52
LM
66972014-06-17 Luis Machado <lgustavo@codesourcery.com>
6698
6699 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6700 Initialize ptr and S explicitly.
6701 (skip_type_update_when_not_use_rtti_test): Likewise.
6702
6be47f0c
KS
67032014-06-16 Keith Seitz <keiths@redhat.com>
6704
6705 PR mi/15863
6706 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6707 the inferior is started.
6708
d03de421
PA
67092014-06-16 Pedro Alves <palves@redhat.com>
6710
6711 * gdb.base/break-main-file-remove-fail.c: New file.
6712 * gdb.base/break-main-file-remove-fail.exp: New file.
6713 * gdb.base/break-unload-file.exp: Use build_executable instead of
6714 prepare_for_testing.
6715 (test_break): New parameter "initial_load". Handle it.
6716 (top level): Add initial_load cmdline/file axis.
6717
f9579b99
TT
67182014-06-12 Tom Tromey <tromey@redhat.com>
6719
6720 * gdb.base/completion.exp: Don't use directory name in test.
6721
3657956b
GB
67222014-06-09 Gary Benson <gbenson@redhat.com>
6723
6724 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6725 separate the always-available ANSI-standard signals from the
6726 signals that require checking.
6727 (main): Likewise.
6728 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6729 Likewise.
6730 (main): Likewise.
6731
4186eb54
KS
67322014-06-07 Keith Seitz <keiths@redhat.com>
6733
6734 Revert:
6735 PR c++/16253
6736 * gdb.cp/var-tag.cc: New file.
6737 * gdb.cp/var-tag.exp: New file.
6738 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6739 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6740 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6741 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6742
25326a28 67432014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6744
6745 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6746
829155c9
PA
67472014-06-06 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6750 in target debug output instead of looking at RSP packets,
6751 disabling the test on any target that uses hardware stepping.
6752 Update comments.
6753
61c8d22e
PA
67542014-06-06 Pedro Alves <palves@redhat.com>
6755
6756 * gdb.base/break-unload-file.exp: Fix typo.
6757
d9a47287
YQ
67582014-06-06 Yao Qi <yao@codesourcery.com>
6759
6760 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6761 from "jit_function" to "^jit_function".
6762
e5e01dbf
YQ
67632014-06-06 Yao Qi <yao@codesourcery.com>
6764
6765 * gdb.base/async.c (foo): Add one statement.
6766 * gdb.base/async.exp: Get the next instruction address and
6767 match the output of "nexti" by instruction address. Match
6768 the hex address in the output of "finish".
6769
73ba372c
GB
67702014-06-06 Gary Benson <gbenson@redhat.com>
6771
6772 * gdb.base/call-signals.c: Remove preprocessor conditionals
6773 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6774 SIGSEGV and SIGTERM.
6775 * gdb.base/sigall.c: Likewise.
6776 * gdb.base/unwindonsignal.c: Likewise.
6777 * gdb.reverse/sigall-reverse.c: Likewise.
6778
831517df
YQ
67792014-06-06 Yao Qi <yao@codesourcery.com>
6780
6781 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6782 readable, skip the test.
6783
b8b91e98
YQ
67842014-06-06 Yao Qi <yao@codesourcery.com>
6785
6786 * gdb.threads/staticthreads.c (thread_function): Move the line
6787 setting breakpoint on forward.
6788 * gdb.threads/staticthreads.exp: Update comments.
6789
fb934770
LC
67902014-06-05 Ludovic Courtès <ludo@gnu.org>
6791
6792 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6793 "history-append! type error".
6794
6ef284bd
SM
67952014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6796
6797 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6798 erroneous dprintf expected input.
6799
a872e241
DE
68002014-06-04 Doug Evans <xdje42@gmail.com>
6801
6802 * gdb.guile/scm-generics.exp: Delete.
6803
16f691fb
DE
68042014-06-04 Doug Evans <xdje42@gmail.com>
6805
6806 * gdb.guile/scm-breakpoint.exp: Update.
6807 Add tests for breakpoint registration.
6808
012370f6
TT
68092014-06-04 Tom Tromey <tromey@redhat.com>
6810
6811 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6812 VLA-in-union.
6813 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6814 inner_vla_struct, vla_union types. Initialize objects of those
6815 types and compute their sizes.
6816
9f5a4cef
HZ
68172014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6818 Hui Zhu <hui@codesourcery.com>
6819
6820 * gdb.base/fileio.exp: Add test for shell not available as well as
6821 available.
6822 * gdb.base/fileio.c (test_system): Check for shell twice.
6823
90a45c4d
YQ
68242014-06-04 Yao Qi <yao@codesourcery.com>
6825
6826 * gdb.base/auto-connect-native-target.exp: Remove redundant
6827 space from the regexp pattern.
6828
70017e41
YQ
68292014-06-04 Yao Qi <yao@codesourcery.com>
6830
6831 * gdb.base/default.exp: Replace "child" with "native" in
6832 regexp pattern.
6833
883964a7
SC
68342014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6835
6836 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6837 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6838 * gdb.python/py-xmethods.py: Python script supporting the
6839 new testcase and tests.
6840
ef370185
JB
68412014-06-03 Joel Brobecker <brobecker@adacore.com>
6842 Pedro Alves <palves@redhat.com>
6843
6844 PR breakpoints/17000
6845 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6846 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6847
1e2ccb61
BM
68482014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6849
6850 * gdb.base/subst.exp: Add tests to verify partial path matching
6851 output.
6852
c6ec5ab2
PA
68532014-06-03 Pedro Alves <palves@redhat.com>
6854
6855 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6856 target that doesn't use software single-stepping.
6857
835c559f
PA
68582014-06-03 Pedro Alves <palves@redhat.com>
6859
6860 PR breakpoints/17000
6861 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6862 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6863
06eb1586
DE
68642014-06-02 Doug Evans <xdje42@gmail.com>
6865
6866 * gdb.guile/scm-parameter.exp: New file.
6867
e698b8c4
DE
68682014-06-02 Doug Evans <xdje42@gmail.com>
6869
6870 * gdb.guile/scm-cmd.c: New file.
6871 * gdb.guile/scm-cmd.exp: New file.
6872
ded03782
DE
68732014-06-02 Doug Evans <xdje42@gmail.com>
6874
6875 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6876 pretty-printer lookup.
6877 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6878 (make-pp_s-printer): Call it.
6879 (make-pretty-printer-from-dict): New function.
6880 (lookup-pretty-printer-maker-from-dict): New function.
6881 (*pretty-printer*): Simplify.
6882 (make-objfile-pp_s-printer): New function.
6883 (install-objfile-pretty-printers!): New function.
6884 (make-progspace-pp_s-printer): New function.
6885 (install-progspace-pretty-printers!): New function.
6886 * gdb.guile/scm-progspace.c: New file.
6887 * gdb.guile/scm-progspace.exp: New file.
6888
41fac0cf
PA
68892014-06-02 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/dprintf-bp-same-addr.c: New file.
6892 * gdb.base/dprintf-bp-same-addr.exp: New file.
6893
96ae5695
EBM
68942014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6895
6896 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6897 * gdb.arch/powerpc-power.s: Likewise.
6898
da02b3a8
JB
68992014-06-02 Joel Brobecker <brobecker@adacore.com>
6900
6901 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6902
c72b2e7b
YQ
69032014-06-01 Yao Qi <yao@codesourcery.com>
6904
6905 * gdb.base/watchpoint.exp (test_watch_location): Check null
6906 pointer can be dereferenced. If not, do the test, otherwise
6907 skip it.
6908
53e8a631
AB
69092014-05-30 Andrew Burgess <aburgess@broadcom.com>
6910
6911 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6912 results.
6913 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6914
938f0e2f
AB
69152014-05-30 Andrew Burgess <aburgess@broadcom.com>
6916
6917 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6918 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6919 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6920 * gdb.arch/amd64-invalid-stack-top.c: New file.
6921 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6922
9ba6657a
PA
69232014-05-30 Pedro Alves <palves@redhat.com>
6924
6925 PR breakpoints/17000
6926 * gdb.base/sss-bp-on-user-bp.c: New file.
6927 * gdb.base/sss-bp-on-user-bp.exp: New file.
6928
522c09bf
DB
69292014-05-30 David Blaikie <dblaikie@gmail.com>
6930
6931 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6932 gnu_inline semantics via attribute.
6933 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6934 source explicitly specifies the required semantics.
6935
bf4ef81e
MR
69362014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6937
6938 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6939
329ea579
PA
69402014-05-29 Pedro Alves <palves@redhat.com>
6941 Tom Tromey <tromey@redhat.com>
6942
6943 * gdb.base/async-shell.exp: Don't enable target-async.
6944 * gdb.base/async.exp
6945 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6946 parameter. Adjust.
6947 (top level): Don't test with "target-async".
6948 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6949 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6950 * gdb.base/inferior-died.exp: Don't enable target-async.
6951 * gdb.base/interrupt-noterm.exp: Likewise.
6952 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6953 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6954 * gdb.mi/mi-nonstop.exp: Likewise.
6955 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6956 * gdb.mi/mi-nsintrall.exp: Likewise.
6957 * gdb.mi/mi-nsmoribund.exp: Likewise.
6958 * gdb.mi/mi-nsthrexec.exp: Likewise.
6959 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6960 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6961 * gdb.python/py-evsignal.exp: Don't enable target-async.
6962 * gdb.python/py-evthreads.exp: Likewise.
6963 * gdb.python/py-prompt.exp: Likewise.
6964 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6965 * gdb.server/solib-list.exp: Don't enable target-async.
6966 * gdb.threads/thread-specific-bp.exp: Likewise.
6967 * lib/mi-support.exp: Adjust to use mi-async.
6968
fd664c91
PA
69692014-05-29 Pedro Alves <palves@redhat.com>
6970
6971 PR gdb/13860
6972 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6973 reason, even in sync mode.
6974
251bde03
PA
69752014-05-29 Pedro Alves <palves@redhat.com>
6976 Hui Zhu <hui@codesourcery.com>
6977
6978 PR PR15693
6979 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6980 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6981 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6982 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6983
7f3c0343
JB
69842014-05-28 Joel Brobecker <brobecker@adacore.com>
6985
6986 * config/monitor.exp (gdb_target_monitor): Replace use of
6987 "set remotebaud" by "set serial baud".
6988
b2715b27
AW
69892014-05-26 Andy Wingo <wingo@igalia.com>
6990
6991 * gdb.guile/scm-breakpoint.exp:
6992 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6993 properties instead of gdb-object-properties.
6994
498a4489
YQ
69952014-05-26 Yao Qi <yao@codesourcery.com>
6996
6997 * gdb.server/no-thread-db.exp: Specify source file name
6998 explicitly when setting a breakpoint.
6999
589fdceb
MM
70002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7001
7002 * gdb.btrace/vdso.c: New.
7003 * gdb.btrace/vdso.exp: New.
7004
e9089e05
MM
70052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7006
7007 * gdb.base/gcore.exp (capture_command_output): Move ...
7008 * lib/gdb.exp (capture_command_output): ... here.
7009
67b5c0c1
MM
70102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7011
7012 * gdb.btrace/data.exp: Test memory access during btrace replay.
7013
a2199296
SM
70142014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7015
7016 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7017
17b2616c
PA
70182014-05-21 Pedro Alves <palves@redhat.com>
7019
7020 PR gdb/13860
7021 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7022 (top level): Test that output related to execution commands is
7023 sent to the console with CLI commands, but not with MI commands.
7024 Test that breakpoint events are always mirrored to the console.
7025 Also expect the new source line to be output after a "next" in
7026 async mode too. Make it a pass/fail test.
7027 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7028 output.
7029 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7030
5166082f
PA
70312014-05-21 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7034 Use them to test variations of "list" after reaching a breakpoint.
7035 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7036 Test "list" with listsize 10 after reaching a breakpoint.
7037 * gdb.python/python.exp (decode_line current location line
7038 number): Adjust expected line number.
7039
2f25d70f
SM
70402014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7041
7042 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7043 behavior for $args, pass it directly to "run".
7044
ff604a67
MR
70452014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7046
7047 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7048 30000 to 65536.
7049
6a3cb8e8
PA
70502014-05-21 Pedro Alves <palves@redhat.com>
7051
7052 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7053 auto-connect-native-target off".
7054 * gdb.base/auto-connect-native-target.c: New file.
7055 * gdb.base/auto-connect-native-target.exp: New file.
7056
4ebfc96e
PA
70572014-05-21 Pedro Alves <palves@redhat.com>
7058
7059 * gdb.base/default.exp: Test "target native" instead of "target
7060 child".
7061
36d46afb
MW
70622014-05-21 Mark Wielaard <mjw@redhat.com>
7063
7064 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7065
5876f503
JK
70662014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7067
7068 Fix TLS access for -static -pthread.
7069 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7070 <HAVE_TLS> (thread_function, main): Initialize it.
7071 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7072 Add clean_restart.
7073 <$have_tls != "">: Check TLSVAR.
7074
0256a6ac
PA
70752014-05-21 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.base/dcache-line-read-error.c: New.
7078 * gdb.base/dcache-line-read-error.exp: New.
7079
936d2992
PA
70802014-05-20 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/compare-sections.c: New file.
7083 * gdb.base/compare-sections.exp: New file.
7084
802e8e6d
PA
70852014-05-20 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/break-idempotent.c: New file.
7088 * gdb.base/break-idempotent.exp: New file.
7089
e59fa00f
MM
70902014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7091
7092 * gdb.btrace/nohist.exp: New.
7093
8b696e31
YQ
70942014-05-20 Yao Qi <yao@codesourcery.com>
7095
7096 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7097 gdb.reverse directory and gdb_reverse_timeout exists in board
7098 setting.
7099 * README: Document gdb_reverse_timeout.
7100
73c9764f
YQ
71012014-05-20 Yao Qi <yao@codesourcery.com>
7102
7103 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7104 'test_file_name'. Treat args as a string instead of a list.
7105 (gdb_init): Rename argument 'args' by 'test_file_name'.
7106
f1f4348a
JK
71072014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7108
7109 * gdb.arch/powerpc-power.exp: New file.
7110 * gdb.arch/powerpc-power.s: New file.
7111
0dbe70ce
DE
71122014-05-16 Doug Evans <dje@google.com>
7113
7114 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7115 * gdb.base/completion.exp: Check that all expected files exist
7116 before doing file completion.
0dbe70ce 7117
8d551b02
DE
71182014-05-16 Doug Evans <dje@google.com>
7119
7120 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7121 Update.
7122 (do_syscall_tests_without_xml): Update.
7123
73eb7709
PA
71242014-05-16 Pedro Alves <palves@redhat.com>
7125
7126 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7127 instead of "unknown output after running".
7128
3fae92fc
YQ
71292014-05-16 Yao Qi <yao@codesourcery.com>
7130
7131 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7132 file1.txt from host at the end.
7133 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7134
c2b2ccc5
DE
71352014-05-15 Doug Evans <dje@google.com>
7136
7137 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7138 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7139 loading file. Add test for TU lookup.
7140
8c217a4b
SM
71412014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7144 calling "-exec-arguments" or "set args" before running the
7145 inferior.
7146
3deb39c6
SM
71472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * lib/mi-support.exp (mi_expect_stop): Expect message for
7150 inferiors that exit with non-zero exit code.
7151
71a79f8c
YQ
71522014-05-14 Yao Qi <yao@codesourcery.com>
7153
7154 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7155 match absolute path on remote host.
7156 (test_file_list_exec_source_files): Remove "/" from the
7157 pattern.
7158
f23fcd46
YQ
71592014-05-14 Yao Qi <yao@codesourcery.com>
7160
7161 * boards/local-remote-host-notty.exp (${board}_file): New
7162 proc.
7163
9404b58f
KM
71642014-05-07 Kyle McMartin <kyle@redhat.com>
7165
7166 Pushed by Joel Brobecker <brobecker@adacore.com>.
7167 * gdb.arch/aarch64-atomic-inst.c: New file.
7168 * gdb.arch/aarch64-atomic-inst.exp: New file.
7169
5e45f04c
YQ
71702014-05-07 Yao Qi <yao@codesourcery.com>
7171
7172 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7173 in current context" too.
7174
c888a17d
KS
71752014-05-05 Keith Seitz <keiths@redhat.com>
7176
7177 * gdb.linespec/ls-dollar.exp: Add test for linespec
7178 file:convenience_variable.
7179
290a839c
YQ
71802014-05-05 Yao Qi <yao@codesourcery.com>
7181
7182 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7183 traceframes into tfile and ctf trace files. Read data from
7184 trace file and test collected data.
7185 (gdb_collect_locals_test): Likewise.
7186 (gdb_unavailable_registers_test): Likewise.
7187 (gdb_unavailable_floats): Likewise.
7188 (gdb_collect_globals_test): Likewise.
7189 (top-level): Append "ctf" to trace_file_targets if GDB
7190 supports.
7191
b5262cd0
YQ
71922014-05-05 Yao Qi <yao@codesourcery.com>
7193
7194 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7195 code to ...
7196 (gdb_collect_args_test_1): ... it. New proc.
7197 (gdb_collect_locals_test): Move some code to ...
7198 (gdb_collect_locals_test_1): ... it. New proc.
7199 (gdb_unavailable_registers_test): Move some code to ...
7200 (gdb_unavailable_registers_test_1): ... it. New proc.
7201 (gdb_unavailable_floats): Move some code to ...
7202 (gdb_unavailable_floats_1): ... it. New proc.
7203
30a1e6cc
SDJ
72042014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7205
7206 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7207 probes to test for bitness recognition.
7208 * gdb.arch/amd64-stap-optional-prefix.exp
7209 (test_probe_value_without_reg): New procedure.
7210 Add code to test for different kinds of bitness.
7211
f33da99a
SDJ
72122014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7213
7214 PR breakpoints/16889
7215 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7216 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7217
5b80f00d
PA
72182014-05-01 Pedro Alves <palves@redhat.com>
7219
7220 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7221 gdb_file_cmd if no file is specified.
7222 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7223 last_loaded_file to set the remote exec-file.
7224
f8c2a73c
PA
72252014-05-01 Pedro Alves <palves@redhat.com>
7226
7227 * boards/local-remote-host.exp: New file.
7228
be6e8ac7
PA
72292014-05-01 Pedro Alves <palves@redhat.com>
7230
7231 * boards/local-remote-host.exp: Rename to ...
7232 * boards/local-remote-host-notty.exp: ... this.
7233
cac0dc8f
JB
72342014-04-28 Joel Brobecker <brobecker@adacore.com>
7235
7236 * gdb.ada/dyn_arrayidx: New testcase.
7237
9730e6cc
YQ
72382014-04-26 Yao Qi <yao@codesourcery.com>
7239
7240 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7241 and compute the length of function main. Save it in
7242 $main_length.
7243 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7244 (top-level): Use gdb_compile to compile objects into
7245 executable and restart GDB. Remove invocation to
7246 prepare_for_testing.
7247
7ae1a6a6
PA
72482014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7249 Pedro Alves <palves@redhat.com>
7250
7251 PR server/16255
7252 * gdb.multi/multi-attach.c: New file.
7253 * gdb.multi/multi-attach.exp: New file.
7254
4082afcc
PA
72552014-04-25 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7258 user.
7259 (top level): Test that "set remote conditional-breakpoints-packet
7260 off" works as intended.
7261 * gdb.base/dprintf.exp: Test that "set remote
7262 breakpoint-commands-packet off" works as intended.
7263 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7264 New function.
7265 (top level): Call it.
7266 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7267 remote fast-tracepoints-packet off" works as intended.
7268 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7269 * lib/gdb.exp (gdb_is_target_remote): ... here.
7270
2abc3f8d
DB
72712014-04-24 David Blaikie <dblaikie@gmail.com>
7272
7273 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7274 ensure clang would not discard them.
7275 * gdb.base/gdbvars.c: Ditto.
7276 * gdb.base/memattr.c: Ditto.
7277 * gdb.base/whatis.c: Ditto.
7278 * gdb.python/py-prettyprint.c: Ditto.
7279 * gdb.trace/actions.c: Ditto.
7280 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7281 ensure clang would not discard it.
7282
bfd39632
DB
72832014-04-24 David Blaikie <dblaikie@gmail.com>
7284
7285 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7286 clang to emit the full definition of type required by the test
7287 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7288
22842ff6
DB
72892014-04-24 David Blaikie <dblaikie@gmail.com>
7290
7291 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7292 coax Clang into emitting the definition of the type.
7293 * gdb.cp/pr10728-x.h (y): Ditto.
7294 * gdb.cp/pr10728-y.cc (y): Ditto.
7295
c2e827ad
DB
72962014-04-24 David Blaikie <dblaikie@gmail.com>
7297
7298 * gdb.base/label.exp: XFAIL label related tests under Clang.
7299 * gdb.cp/cplabel.exp: Ditto.
7300 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7301 under Clang those using labels.
7302
4c2d33e7
YQ
73032014-04-25 Yao Qi <yao@codesourcery.com>
7304
7305 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7306 double_label.
7307 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7308 partial_label and double_label.
7309
56083b99
DB
73102014-04-24 David Blaikie <dblaikie@gmail.com>
7311
7312 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7313
25d4e99d
DB
73142014-04-24 David Blaikie <dblaikie@gmail.com>
7315
7316 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7317 of the function to work across GCC and Clang.
7318 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7319 pointer types (const void ** const V void **).
7320
01f9f808
MS
73212014-04-24 Michael Sturm <michael.sturm@mintel.com>
7322 Walfred Tedeschi <walfred.tedeschi@intel.com>
7323
7324 * Makefile.in (EXECUTABLES): Added i386-avx512.
7325 * gdb.arch/i386-avx512.c: New file.
7326 * gdb.arch/i386-avx512.exp: Likewise.
7327
4b48d439
KS
73282014-04-23 Keith Seitz <keiths@redhat.com>
7329
7330 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7331 (mi_make_breakpoint_table): New procedure.
7332 (mi_create_breakpoint): Use mi_make_breakpoint
7333 and return the result.
7334 (mi_make_breakpoint): New procedure.
7335 (mi_build_kv_pairs): New procedure.
7336
7337 * gdb.mi/mi-break.exp: Remove unused globals,
7338 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7339 All callers updated.
7340 * gdb.mi/mi-dprintf.exp: Use variable to track command
7341 number.
7342 Update all callers of mi_create_breakpoint and use
7343 mi_make_breakpoint_table.
7344 Remove any unused global variables.
7345 * gdb.mi/mi-nonstop.exp: Likewise.
7346 * gdb.mi/mi-nsintrall.exp: Likewise.
7347 * gdb.mi/mi-nsmoribund.exp: Likewise.
7348 * gdb.mi/mi-nsthrexec.exp: Likewise.
7349 * gdb.mi/mi-reverse.exp: Likewise.
7350 * gdb.mi/mi-simplerun.exp: Likewise.
7351 * gdb.mi/mi-stepn.exp: Likewise.
7352 * gdb.mi/mi-syn-frame.exp: Likewise.
7353 * gdb.mi/mi-until.exp: Likewise.
7354 * gdb.mi/mi-var-cp.exp: Likewise.
7355 * gdb.mi/mi-var-display.exp: Likewise.
7356 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7357 * gdb.mi/mi2-var-child.exp: Likewise.
7358 * gdb.mi/mi-vla-c99.exp: Likewise.
7359 * lib/mi-support.exp: Likewise.
7360
7361 From Ian Lance Taylor <iant@cygnus.com>:
7362 * lib/gdb.exp (parse_args): New procedure.
7363
08351840
PA
73642014-04-23 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/break-unload-file.c: New file.
7367 * gdb.base/break-unload-file.exp: New file.
7368 * gdb.base/sym-file-lib.c (baz): New function.
7369 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7370 field.
7371 (load): Store the segment's mapped size.
7372 (unload): New function.
7373 (unload_shlib): New function.
7374 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7375 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7376 set a breakpoint at baz, and call it.
7377 * gdb.base/sym-file.exp: New tests for stale breakpoint
7378 instructions.
7379
076855f9
PA
73802014-04-23 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7383 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7384 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7385 * gdb.base/hbreak-unmapped.c: New file.
7386 * gdb.base/hbreak-unmapped.exp: New file.
7387 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7388 * lib/gdb.exp (gdb_is_target_remote): ... here.
7389
483805cf
PA
73902014-04-22 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.base/consecutive-step-over.c: New file.
7393 * gdb.base/consecutive-step-over.exp: New file.
7394
06d97543
PA
73952014-04-22 Pedro Alves <palves@redhat.com>
7396
7397 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7398 instead of send_gdb/gdb_expect.
7399
b4429ea2
YQ
74002014-04-22 Yao Qi <yao@codesourcery.com>
7401
7402 * lib/trace-support.exp (generate_tracefile): New procedure.
7403 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7404 return 0.
7405 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7406 if generate_tracefile returns 1.
7407
51d48146
PA
74082014-04-18 Tom Tromey <palves@redhat.com>
7409 Pedro alves <tromey@redhat.com>
7410
7411 PR backtrace/15558
7412 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7413 with a backtrace limit.
7414 * gdb.python/py-frame-inline.exp: Test running to an inline
7415 function with a backtrace limit, and printing the newest frame.
7416 * gdb.python/py-frame-inline.c (main): Call f.
7417
bd1dce5f
MS
74182014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7419
7420 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7421
40d1a503
MS
74222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7423
7424 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7425 Drop prefix from unsupported source file path.
7426
389b98f7
YQ
74272014-04-17 Yao Qi <yao@codesourcery.com>
7428
7429 * lib/gdb.exp (with_target_charset): New proc.
7430 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7431 with_target_charset.
7432 (test_print_strings): Likewise.
7433 (test_repeat_bytes): Likewise.
7434 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7435 for some tests.
7436
22869d73
KS
74372014-04-16 Keith Seitz <keiths@redhat.com>
7438
7439 PR gdb/15827
7440 * gdb.dwarf2/corrupt.c: New file.
7441 * gdb.dwarf2/corrupt.exp: New file.
7442
c4f87ca6
KS
74432014-04-16 Keith Seitz <keiths@redhat.com>
7444
7445 PR c++/16597
7446 * gdb.cp/namelessclass.cc: New file.
7447 * gdb.cp/namelessclass.exp: New file.
7448 * gdb.cp/namelessclass.S: New file.
7449
ab19de87
DE
74502014-04-16 Doug Evans <dje@google.com>
7451
7452 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7453 Add comment.
7454 (gdbserver_default_get_comm_port): New function.
7455 (gdbserver_start): Check if board file provided
7456 "gdbserver,get_comm_port" and use it if so.
7457 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7458 (gdb,socketport): Set to "stdio".
7459 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7460 (stdio_gdbserver_template): Delete.
7461 (${board}_get_remote_address): Update.
7462 (${board}_build_remote_cmd): Delete.
7463 (${board}_get_comm_port): New function.
7464 (${board}_spawn): Update.
7465 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7466 Delete.
7467 (${board}_get_remote_address): Update.
7468 (${board}_get_comm_port): New function.
7469
fc98a809
AB
74702014-04-16 Andrew Burgess <aburgess@broadcom.com>
7471
7472 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7473 appearing in any order.
7474
87fd9e6e
DE
74752014-04-15 Doug Evans <dje@google.com>
7476
7477 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7478 uninitialized value of "description".
7479
099fc3ea
KS
74802014-04-15 Keith Seitz <keiths@redhat.com>
7481
7482 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7483 Remove unused globals.
7484 (test_running_the_program): Likewise.
7485 (test_controlled_execution): Likewise.
7486 (test_controlling_breakpoints): Likewise.
7487 (test_program_termination): Likewise.
7488
5da151d4
KS
74892014-04-15 Keith Seitz <keiths@redhat.com>
7490
7491 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7492 unused globals.
7493 (test_rbreak_creation_and_listing): Likewise.
7494 (test_ignore_count): Likewise.
7495 (test_error): Likewise.
7496
35e5d2f0
PA
74972014-04-15 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7500 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7501 sym-file-loader.c.
7502 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7503 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7504 to sym-file-loader.c.
7505 (struct library): Forward declare.
7506 (load_shlib, lookup_function): Change prototypes.
7507 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7508 (translate_offset): Remove declarations.
7509 (get_text_addr): New declaration.
7510 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7511 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7512 sym-file-loader.h.
7513 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7514 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7515 here from sym-file-loader.h.
7516 (struct library): New structure.
7517 (load_shlib, lookup_function): Change prototypes and adjust to
7518 work with a struct library.
7519 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7520 (translate_offset): Make static.
7521 (get_text_addr): New function.
7522 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7523
eb4c1710
PA
75242014-04-15 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7527
2d1baf52
PA
75282014-04-15 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.base/sym-file-loader.c: Include <limits.h>.
7531 (SELF_LINK): New define.
7532 (get_origin): New function.
7533 (load_shlib): Use it.
7534 * gdb.base/sym-file.exp: Don't early return if the target is
7535 remote. Use runto_main, and issue fail is that fails. Use
7536 gdb_load_shlibs.
7537 (shlib_name): Delete.
7538 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7539
7dd6df01
PA
75402014-04-15 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/sym-file.exp: Remove regex characters from test
7543 message. Don't refer to breakpoint numbers in test messages.
7544
b50c8614
KS
75452014-04-14 Keith Seitz <keiths@redhat.com>
7546
7547 PR c++/16253
7548 * gdb.cp/var-tag.cc: New file.
7549 * gdb.cp/var-tag.exp: New file.
7550 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7551 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7552 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7553 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7554
3d567982
TT
75552014-04-14 Tom Tromey <tromey@redhat.com>
7556
7557 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7558 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7559 type.
7560 * gdb.cp/enum-class.exp: New file.
7561 * gdb.cp/enum-class.cc: New file.
7562
0626fc76
TT
75632014-04-14 Tom Tromey <tromey@redhat.com>
7564
7565 * gdb.dwarf2/enum-type.exp: New file.
7566
dca325b3
SA
75672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7568
7569 * gdb.mi/mi-vla-c99.exp: New file.
7570 * gdb.mi/vla.c: New file.
7571
5854b38a
SA
75722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7573
7574 * gdb.base/vla-datatypes.c: New file.
7575 * gdb.base/vla-datatypes.exp: New file.
7576
463bb957
SA
75772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7578
7579 * gdb.base/vla-ptr.c: New file.
7580 * gdb.base/vla-ptr.exp: New file.
7581
3dd170be
SA
75822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7583
7584 * gdb.dwarf2/count.exp: New file.
7585
5ecaaa66
SA
75862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7587
7588 * gdb.base/vla-sideeffect.c: New file.
7589 * gdb.base/vla-sideeffect.exp: New file.
7590
41f1ada5
DB
75912014-04-14 David Blaikie <dblaikie@gmail.com>
7592
7593 * gdb.mi/non-stop.c: Add return value for non-void function return
7594 statement.
7595 * gdb.threads/staticthreads.c: Ditto.
7596
0be03e84
DE
75972014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7598 Doug Evans <xdje42@gmail.com>
7599
7600 * gdb.guile/scm-value.c: Improve test case.
7601 * gdb.guile/scm-value.exp: Add new test.
7602
f180a1fb
DB
76032014-04-11 David Blaikie <dblaikie@gmail.com>
7604
7605 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7606 override Clang's default.
7607
6b662e19
JB
76082014-04-11 Joel Brobecker <brobecker@adacore.com>
7609
7610 Revert the following changes (regressions):
7611
7612 * gdb.base/vla-sideeffect.c: New file.
7613 * gdb.base/vla-sideeffect.exp: New file.
7614
7615 * gdb.dwarf2/count.exp: New file.
7616
7617 * gdb.base/vla-multi.c: New file.
7618 * gdb.base/vla-multi.exp: New file.
7619
7620 * gdb.base/vla-ptr.c: New file.
7621 * gdb.base/vla-ptr.exp: New file.
7622
7623 * gdb.base/vla-datatypes.c: New file.
7624 * gdb.base/vla-datatypes.exp: New file.
7625
7626 * gdb.mi/mi-vla-c99.exp: New file.
7627 * gdb.mi/vla.c: New file.
7628
245a5f0b
KS
76292014-04-11 Keith Seitz <keiths@redhat.com>
7630
7631 PR c++/16675
7632 * gdb.cp/cpsizeof.exp: New file.
7633 * gdb.cp/cpsizeof.cc: New file.
7634
58a84dcf
SA
76352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7636
191a8a90
JB
7637 * gdb.mi/mi-vla-c99.exp: New file.
7638 * gdb.mi/vla.c: New file.
58a84dcf 7639
c8655f75
SA
76402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7641
7642 * gdb.base/vla-datatypes.c: New file.
7643 * gdb.base/vla-datatypes.exp: New file.
7644
024e13b4
SA
76452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7646
7647 * gdb.base/vla-ptr.c: New file.
7648 * gdb.base/vla-ptr.exp: New file.
7649
1a237e0e
SA
76502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7651
7652 * gdb.base/vla-multi.c: New file.
7653 * gdb.base/vla-multi.exp: New file.
7654
504f3432
SA
76552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7656
7657 * gdb.dwarf2/count.exp: New file.
7658
3bce8237
SA
76592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7660
191a8a90
JB
7661 * gdb.base/vla-sideeffect.c: New file.
7662 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7663
322f9c21
YQ
76642014-04-11 Yao Qi <yao@codesourcery.com>
7665
7666 * gdb.base/completion.exp: Check file exists before running tests
7667 on file completion.
7668
d708bcd1
PA
76692014-04-10 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.base/cond-eval-mode.c: New file.
7672 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7673 prepare_for_testing to build the new file. Check result of
7674 runto_main.
7675 (test_break, test_watch): New procedures.
7676 (top level): Use them.
7677
ae1d2761
PM
76782014-04-08 Pierre Muller <muller@sourceware.org>
7679
7680 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7681 Ctrl-V use for mingw hosts.
7682
7af389b8
SC
76832014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7684
7685 * gdb.python/py-value.c: Improve test case.
7686 * gdb.python/py-value.exp: Add new test.
7687
5e703181
DE
76882014-04-07 David Blaikie <dblaikie@gmail.com>
7689
7690 * lib/compiler.c: Identify the clang compiler.
7691 * lib/compiler.cc: Ditto.
7692
9810b410
YQ
76932014-04-03 Yao Qi <yao@codesourcery.com>
7694
7695 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7696
98d1b8dc
AB
76972014-04-01 Anton Blanchard <anton@samba.org>
7698
7699 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7700 messages unique.
7701
3114cea1
AB
77022014-04-01 Anton Blanchard <anton@samba.org>
7703
7704 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7705 prepare_for_testing.
7706
62f7182c
AB
77072014-04-01 Anton Blanchard <anton@samba.org>
7708
7709 * gdb.arch/ppc64-atomic-inst.c: Remove.
7710 * gdb.arch/ppc64-atomic-inst.S: New file.
7711 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7712
770e7fc7
DE
77132014-03-31 Doug Evans <dje@google.com>
7714
7715 * gdb.base/print-symbol-loading-lib.c: New file.
7716 * gdb.base/print-symbol-loading-main.c: New file.
7717 * gdb.base/print-symbol-loading.exp: New file.
7718
46e2bafa
YQ
77192014-03-31 Yao Qi <yao@codesourcery.com>
7720
7721 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7722
8776cfe9
JB
77232014-03-28 Joel Brobecker <brobecker@adacore.com>
7724
7725 * gdb.ada/mi_dyn_arr: New testcase.
7726
5d1ef361
DE
77272014-03-27 Doug Evans <dje@google.com>
7728
7729 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7730
b5bee914
YQ
77312014-03-27 Yao Qi <yao@codesourcery.com>
7732
7733 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7734 if target is nios2-*-*.
7735
0d4d0e77
YQ
77362014-03-26 Yao Qi <yao@codesourcery.com>
7737
7738 * lib/gdb.exp (readline_is_used): New proc.
7739 * gdb.base/completion.exp: Move tests on command complete up.
7740 Skip the rest of tests if readline is not used.
7741 * gdb.ada/complete.exp: Skp the test if readline is not
7742 used.
7743 * gdb.base/filesym.exp: Likewise.
7744 * gdb.base/macscp.exp: Likewise.
7745 * gdb.base/readline-ask.exp: Likewise.
7746 * gdb.base/readline.exp: Likewise.
7747 * gdb.python/py-cmd.exp: Likewise.
7748 * gdb.trace/tfile.exp: Likewise.
7749
29361eee
YQ
77502014-03-26 Yao Qi <yao@codesourcery.com>
7751
7752 * gdb.base/macscp.exp: Fix code format issues.
7753
bc9a5525
UW
77542014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7755
7756 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7757 * gdb.asm/powerpc64le.inc: New file.
7758
d3839ede
PA
77592014-03-25 Pedro Alves <palves@redhat.com>
7760 Doug Evans <dje@google.com>
7761
7762 * gdb.base/source-execution.c: New file.
7763 * gdb.base/source-execution.exp: New file.
7764 * gdb.base/source-execution.gdb: New file.
7765
01672a57
DE
77662014-03-24 Doug Evans <dje@google.com>
7767
7768 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7769 using fission.
7770
88bbeca9
HZ
77712014-03-24 Hui Zhu <hui@codesourcery.com>
7772 Pedro Alves <palves@redhat.com>
7773
7774 PR breakpoints/16101
7775 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7776 test pass/fail messages. Detect missing support for dprintf when
7777 breakpoints are actually inserted.
7778 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7779 breakpoints are actually inserted.
7780 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7781 fails.
7782
d2348791
JK
77832014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7784
7785 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7786
feef67ab
DE
77872014-03-22 Doug Evans <xdje42@gmail.com>
7788
7789 * gdb.python/python.exp (python not supported): Verify multi-line
7790 python command issues an error.
25d743f9 7791 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7792 guile command issues an error.
feef67ab 7793
ecebef6a
MR
77942014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7795
7796 * gdb.threads/thread-specific.exp: Handle the lack of usable
7797 $this_breakpoint and $this_thread.
7798
ccdd1909
HZ
77992014-03-21 Hui Zhu <hui@codesourcery.com>
7800
7801 * gdb.base/attach.exp (do_command_attach_tests): New.
7802
beb460e8
PA
78032014-03-20 Tom Tromey <tromey@redhat.com>
7804 Pedro Alves <palves@redhat.com>
7805
7806 PR cli/15718
7807 * gdb.base/condbreak-call-false.c: New file.
7808 * gdb.base/condbreak-call-false.exp: New file.
7809
40acf43a
PA
78102014-03-20 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7813 Delete.
7814 (block_signals, unblock_signals): Delete.
7815 (child_function_2, main): Remove references to deleted variable
7816 and functions.
7817
9f5e1e02
PA
78182014-03-20 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7821 Use pthread_kill to signal thread 2.
7822 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7823 Adjust to make the test send itself a signal rather than using the
7824 host's "kill" command.
7825
99619bea
PA
78262014-03-20 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.threads/multiple-step-overs.c: New file.
7829 * gdb.threads/multiple-step-overs.exp: New file.
7830 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7831 Adjust expected infrun debug output.
7832
2adfaa28
PA
78332014-03-20 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7836 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7837
31e77af2
PA
78382014-03-20 Pedro Alves <palves@redhat.com>
7839
7840 PR breakpoints/7143
7841 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7842 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7843 of gdb_test_multiple.
7844 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7845 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7846
b9f437de
PA
78472014-03-20 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7850 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7851
05adc73e
PA
78522014-03-19 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.base/async.exp: Remove early return.
7855
6048b950
PA
78562014-03-19 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7859
8bcfb00a
PA
78602014-03-19 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/async.exp (test_background): Expect \r\n after
7863 "completed." in the fail pattern.
7864
884e37dc
PA
78652014-03-19 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/async.exp (test_background): New procedure.
7868 Use it for all background execution command tests.
7869
148e57e2
PA
78702014-03-19 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/async.exp: Use prepare_for_testing.
7873
f48088c7
PA
78742014-03-19 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7877 the same line.
7878
e2f6c966
PA
78792014-03-19 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/async.c (main): Add "jump here" and "until here" line
7882 marker comments.
7883 * gdb.base/async.exp (jump_here): New global.
7884 (jump& test): Use it.
7885 (until_here): New global.
7886 (until& test): Use it.
7887
c30568d4
PA
78882014-03-19 Pedro Alves <palves@redhat.com>
7889
7890 * gdb.base/async.exp: Don't frob gdb_protocol.
7891
0172b6a7
DE
78922014-03-18 Doug Evans <xdje42@gmail.com>
7893
7894 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7895 Fix spelling of exec-done-display.
7896
06c868a8
JK
78972014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7898
7899 PR gdb/15358
7900 * gdb.base/gdb-sigterm.c: New file.
7901 * gdb.base/gdb-sigterm.exp: New file.
7902
0c7e1a46
PA
79032014-03-18 Pedro Alves <palves@redhat.com>
7904
7905 PR gdb/13860
7906 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7907 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7908 solib-event.
7909
f7c77d93
JB
79102014-03-17 Joel Brobecker <brobecker@adacore.com>
7911
7912 * gdb.ada/pckd_arr_ren: New testcase.
7913
5a1e8c7a
DE
79142014-03-13 Doug Evans <xdje42@gmail.com>
7915
7916 PR guile/16612
7917 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7918 collect after discarding symbols.
7919
350e1a76
DE
79202014-03-13 Ludovic Courtès <ludo@gnu.org>
7921 Doug Evans <xdje42@gmail.com>
7922
7923 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7924 to history survives a gc.
7925
a69900ae
PA
79262014-03-13 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.base/default.exp: Don't test "target procfs".
7929
5db9f0bd
PA
79302014-03-13 Pedro Alves <palves@redhat.com>
7931
7932 * gdb.base/default.exp: Update "target child" and "target procfs"
7933 tests to not expect "Unix".
7934
b3ccfe11
TT
79352014-03-12 Tom Tromey <tromey@redhat.com>
7936
7937 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7938 New procs. Add target-async tests.
7939 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7940 Add target-async tests.
7941
646f4417
AA
79422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7943
7944 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7945 'func_start' and 'func_end' for the beginning and end of the
7946 function code, respectively.
7947 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7948 'func_end' instead of 'func' and 'main'.
7949
288c211f
AA
79502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7951
7952 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7953 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7954 generate the debug info assembler source.
7955
e0c0f156
AA
79562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7957
7958 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7959 * gdb.dwarf2/arr-subrange.exp: Likewise.
7960 * gdb.dwarf2/dwz.exp: Likewise.
7961 * gdb.dwarf2/method-ptr.exp: Likewise.
7962 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7963 * gdb.dwarf2/subrange.exp: Likewise.
7964 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7965 * gdb.dwarf2/implptrpiece.exp: Likewise.
7966 * gdb.dwarf2/nostaticblock.exp: Likewise.
7967
0e5c4555
AA
79682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7969
7970 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7971 directory to absolute path name arguments.
7972
5ec18f2b
JG
79732014-03-10 Joel Brobecker <brobecker@adacore.com>
7974
7975 * gdb.ada/tagged_access: New testcase.
7976
847fc4f2
MM
79772014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7978
7979 * gdb.btrace/data.exp: Update expected output.
7980
cc3da688
YQ
79812014-03-06 Yao Qi <yao@codesourcery.com>
7982
7983 * gdb.trace/pr16508.exp: New file.
7984
0f26cec1
PA
79852014-03-05 Pedro Alves <palves@redhat.com>
7986
7987 PR gdb/16575
7988 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7989 procedure.
7990 (top level): Adjust to use it. Add tests that exercise breakpoint
7991 interaction with the code-cache.
7992
7a5a839f
LC
79932014-02-26 Ludovic Courtès <ludo@gnu.org>
7994
7995 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7996 test for 'history-append!'.
7997
31aa7e4e
JB
79982014-02-26 Joel Brobecker <brobecker@adacore.com>
7999
8000 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8001 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8002 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8003 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8004 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8005 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8006
1b588015
JB
80072014-02-26 Joel Brobecker <brobecker@adacore.com>
8008
8009 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8010 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8011 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8012
55426c9d
JB
80132014-02-26 Joel Brobecker <brobecker@adacore.com>
8014
8015 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8016
dc53a7ad
JB
80172014-02-26 Joel Brobecker <brobecker@adacore.com>
8018
8019 * gdb.dwarf2/arr-stride.c: New file.
8020 * gdb.dwarf2/arr-stride.exp: New file.
8021
12ab52e9
PA
80222014-02-26 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8025 that won't ever trigger. Make sure that GDB reports the correct
8026 breakpoint that caused the stop.
8027
849c862e
JK
80282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8029
8030 PR gdb/16626
8031 * gdb.base/auto-load-script: New file.
8032 * gdb.base/auto-load.c: New file.
8033 * gdb.base/auto-load.exp: New file.
8034
71b7d793
JK
8035 PR gdb/16626
8036 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8037
e2f0d509
JK
80382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8039
8040 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8041 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8042
50cc37c8
DE
80432014-02-24 Doug Evans <dje@google.com>
8044
8045 * lib/gdb.exp (run_on_host): Log error output if program fails.
8046
ea4758f2
PA
80472014-02-21 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.threads/step-after-sr-lock.c: Rename to ...
8050 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8051 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8052 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8053 ... this.
8054
d7b30f67
SDJ
80552014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8056
8057 PR tdep/16397
8058 * gdb.arch/amd64-stap-special-operands.exp: New file.
8059 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8060 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8061 * gdb.arch/amd64-stap-triplet.S: Likewise.
8062 * gdb.arch/amd64-stap-triplet.c: Likewise.
8063
83deb43f
JB
80642014-02-20 Joel Brobecker <brobecker@adacore.com>
8065
8066 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8067 in .section pseudo-op.
8068
adde2bff
DE
80692014-02-20 lin zuojian <manjian2006@gmail.com>
8070 Joel Brobecker <brobecker@adacore.com>
8071 Doug Evans <xdje42@gmail.com>
8072
8073 PR symtab/16581
8074 * gdb.dwarf2/dw2-icycle.S: New file.
8075 * gdb.dwarf2/dw2-icycle.c: New file.
8076 * gdb.dwarf2/dw2-icycle.exp: New file.
8077
f7bd0f78
SC
80782014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8079
8080 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8081 operations on gdb.Value objects.
8082 * gdb.python/py-value-cc.exp: Add new test to test operations on
8083 gdb.Value objects.
8084
c17ef0d5
DE
80852014-02-18 Doug Evans <dje@google.com>
8086
8087 * Makefile.in (TESTS): New variable.
8088 (expanded_tests, expanded_tests_or_none): New variables
8089 (check-single): Pass $(expanded_tests_or_none) to runtest.
8090 (check-parallel): Only run tests in $(TESTS) if non-empty.
8091 (check/no-matching-tests-found): New rule.
8092 * README: Document TESTS makefile variable.
8093
5dd3176f
DE
80942014-02-18 Doug Evans <dje@google.com>
8095
8096 * Makefile.in (check-parallel): rm -rf outputs temp.
8097
0b10be4f
JK
80982014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8099
8100 Fix "ERROR: no fileid for" in the testsuite.
8101 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8102
85f224e7
DE
81032014-02-12 Doug Evans <dje@google.com>
8104
8105 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8106 (MISCELLANEOUS): New variable.
8107 (clean): rm -rf $(MISCELLANEOUS).
8108 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8109 dwp live in the same directory as symlinks, with each symlink pointed
8110 to a differently named file in a different directory.
8111
149b30ff
DE
81122014-02-11 Doug Evans <dje@google.com>
8113
8114 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8115 of Tcl file commands.
8116
1dfdac32
MK
81172014-02-10 Mark Kettenis <kettenis@gnu.org>
8118
8119 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8120 "kill -SIGUSR1 -1".
8121
aa4fb036
JB
81222014-02-10 Joel Brobecker <brobecker@adacore.com>
8123
8124 * gdb.ada/tick_length_array_enum_idx: New testcase.
8125
ed3ef339
DE
81262014-02-10 Doug Evans <xdje42@gmail.com>
8127
8128 * configure.ac (AC_OUTPUT): Add gdb.guile.
8129 * configure: Regenerate.
8130 * lib/gdb-guile.exp: New file.
8131 * lib/gdb.exp (get_target_charset): New function.
8132 * gdb.base/help.exp: Update expected output from "apropos apropos".
8133 * gdb.guile/Makefile.in: New file.
8134 * gdb.guile/guile.exp: New file.
8135 * gdb.guile/scm-arch.c: New file.
8136 * gdb.guile/scm-arch.exp: New file.
8137 * gdb.guile/scm-block.c: New file.
8138 * gdb.guile/scm-block.exp: New file.
8139 * gdb.guile/scm-breakpoint.c: New file.
8140 * gdb.guile/scm-breakpoint.exp: New file.
8141 * gdb.guile/scm-disasm.c: New file.
8142 * gdb.guile/scm-disasm.exp: New file.
8143 * gdb.guile/scm-equal.c: New file.
8144 * gdb.guile/scm-equal.exp: New file.
8145 * gdb.guile/scm-error.exp: New file.
8146 * gdb.guile/scm-error.scm: New file.
8147 * gdb.guile/scm-frame-args.c: New file.
8148 * gdb.guile/scm-frame-args.exp: New file.
8149 * gdb.guile/scm-frame-args.scm: New file.
8150 * gdb.guile/scm-frame-inline.c: New file.
8151 * gdb.guile/scm-frame-inline.exp: New file.
8152 * gdb.guile/scm-frame.c: New file.
8153 * gdb.guile/scm-frame.exp: New file.
8154 * gdb.guile/scm-generics.exp: New file.
8155 * gdb.guile/scm-gsmob.exp: New file.
8156 * gdb.guile/scm-iterator.c: New file.
8157 * gdb.guile/scm-iterator.exp: New file.
8158 * gdb.guile/scm-math.c: New file.
8159 * gdb.guile/scm-math.exp: New file.
8160 * gdb.guile/scm-objfile-script-gdb.in: New file.
8161 * gdb.guile/scm-objfile-script.c: New file.
8162 * gdb.guile/scm-objfile-script.exp: New file.
8163 * gdb.guile/scm-objfile.c: New file.
8164 * gdb.guile/scm-objfile.exp: New file.
8165 * gdb.guile/scm-ports.exp: New file.
8166 * gdb.guile/scm-pretty-print.c: New file.
8167 * gdb.guile/scm-pretty-print.exp: New file.
8168 * gdb.guile/scm-pretty-print.scm: New file.
8169 * gdb.guile/scm-section-script.c: New file.
8170 * gdb.guile/scm-section-script.exp: New file.
8171 * gdb.guile/scm-section-script.scm: New file.
8172 * gdb.guile/scm-symbol.c: New file.
8173 * gdb.guile/scm-symbol.exp: New file.
8174 * gdb.guile/scm-symtab-2.c: New file.
8175 * gdb.guile/scm-symtab.c: New file.
8176 * gdb.guile/scm-symtab.exp: New file.
8177 * gdb.guile/scm-type.c: New file.
8178 * gdb.guile/scm-type.exp: New file.
8179 * gdb.guile/scm-value-cc.cc: New file.
8180 * gdb.guile/scm-value-cc.exp: New file.
8181 * gdb.guile/scm-value.c: New file.
8182 * gdb.guile/scm-value.exp: New file.
8183 * gdb.guile/source2.scm: New file.
8184 * gdb.guile/types-module.cc: New file.
8185 * gdb.guile/types-module.exp: New file.
8186
7026a7c1
YQ
81872014-02-10 Yao Qi <yao@codesourcery.com>
8188
8189 PR testsuite/16543
8190 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8191 * configure: Regenerated.
8192 * Makefile.in: New file.
8193
6c466447
AS
81942014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8195
8196 * gdb.python/py-framefilter.exp: Fix typo.
8197
6e854735
YQ
81982014-02-08 Yao Qi <yao@codesourcery.com>
8199
8200 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8201 that no =breakpoint-modified is emitted when breakpoints are
8202 modified through MI commands.
8203
d137e6dc
PA
82042014-02-07 Pedro Alves <pedro@codesourcery.com>
8205 Pedro Alves <palves@redhat.com>
8206
8207 * gdb.threads/step-after-sr-lock.c: New file.
8208 * gdb.threads/step-after-sr-lock.exp: New file.
8209
b5ee5a50
PA
82102014-02-07 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8213
3c77faf3
JK
82142014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8217 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8218
6dddc817
DE
82192014-02-06 Doug Evans <xdje42@gmail.com>
8220
8221 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8222 output.
8223
8224 * gdb.gdb/python-interrupts.exp: New file.
8225
de7b2893
YQ
82262014-02-05 Yao Qi <yao@codesourcery.com>
8227
8228 * gdb.trace/report.exp (use_collected_data): Test the output
8229 of "info threads" and "info inferiors".
8230
66d032ac
YQ
82312014-02-05 Yao Qi <yao@codesourcery.com>
8232
8233 Revert this patch:
8234
8235 2013-05-24 Yao Qi <yao@codesourcery.com>
8236
8237 * gdb.trace/tfile.exp: Test inferior and thread.
8238
591a12a1
UW
82392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8240
8241 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8242 on a function.
8243 * gdb.base/step-bt.c: Call hello via function pointer to make
8244 sure its first instruction is executed on powerpc64le-linux.
8245
0ff3e01f
UW
82462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8247
8248 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8249
084ee545
UW
82502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8251
8252 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8253 of the test patterns for use on little-endian systems.
8254
6ed14ff3
UW
82552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8256
8257 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8258 (decimal_vector): Fix for little-endian.
8259
401e27fd
JM
82602014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8261
8262 * gdb.arch/sparc-sysstep.exp: New file.
8263 * gdb.arch/sparc-sysstep.c: Likewise.
8264
8265 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8266
8b924729
EBM
82672014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8268
8269 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8270
fb151210
JB
82712014-01-23 Tom Tromey <tromey@redhat.com>
8272
8273 * gdb.ada/array_char_idx: New testcase.
8274
0740f8d8
TT
82752014-01-23 Tom Tromey <tromey@redhat.com>
8276
8277 PR python/16487:
8278 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8279 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8280 classes.
8281
21909fa1
TT
82822014-01-23 Tom Tromey <tromey@redhat.com>
8283
8284 PR python/16491:
8285 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8286 string from an inferior frame.
8287 * gdb.python/py-framefilter-mi.exp: Update.
8288
87ce2a04
DE
82892014-01-22 Doug Evans <dje@google.com>
8290
8291 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8292
237b092b
AA
82932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8294
8295 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8296
d674a709
AA
82972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8298
8299 * gdb.trace/entry-values.exp: Remove excess space character from
8300 regex patterns. Handle s390 call instruction.
8301
20fa3390
AA
83022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8303
8304 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8305 define "*_start" label. Make "name" static.
8306 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8307 ${name} by references to ${name}_start.
8308
78466714
AA
83092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8310
8311 * gdb.base/info-macros.exp: Remove "debug" from the compile
8312 options.
8313
ec9f644a
IB
83142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8315
8316 * gdb.dlang/demangle.exp: New file.
8317
94b1b47e
IB
83182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8319
8320 * gdb.dlang/primitive-types.exp: New file.
8321
7f420862
IB
83222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8323
8324 * configure.ac: Create gdb.dlang/Makefile.
8325 * configure: Regenerate.
8326 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8327 * gdb.dlang/Makefile.in: New file.
8328 * lib/d-support.exp: New file.
8329 * lib/gdb.exp (skip_d_tests): New proc.
8330
52834460
MM
83312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8332
8333 * gdb.btrace/delta.exp: Check reverse stepi.
8334 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8335 * gdb.btrace/finish.exp: New.
8336 * gdb.btrace/next.exp: New.
8337 * gdb.btrace/nexti.exp: New.
8338 * gdb.btrace/record_goto.c: Add comments.
8339 * gdb.btrace/step.exp: New.
8340 * gdb.btrace/stepi.exp: New.
8341 * gdb.btrace/multi-thread-step.c: New.
8342 * gdb.btrace/multi-thread-step.exp: New.
8343 * gdb.btrace/rn-dl-bind.c: New.
8344 * gdb.btrace/rn-dl-bind.exp: New.
8345 * gdb.btrace/data.c: New.
8346 * gdb.btrace/data.exp: New.
8347 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8348
6e07b1d2
MM
83492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8350
8351 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8352 * gdb.btrace/exception.exp: Update.
8353 * gdb.btrace/instruction_history.exp: Update.
8354 * gdb.btrace/record_goto.exp: Update.
8355 * gdb.btrace/tailcall.exp: Update.
8356 * gdb.btrace/unknown_functions.exp: Update.
8357 * gdb.btrace/delta.exp: New.
8358
0b722aec
MM
83592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8360
8361 * gdb.btrace/record_goto.exp: Add backtrace test.
8362 * gdb.btrace/tailcall.exp: Add backtrace test.
8363
066ce621
MM
83642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8365
8366 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8367 * gdb.btrace/record_goto.c: New.
8368 * gdb.btrace/record_goto.exp: New.
8369 * gdb.btrace/x86-record_goto.S: New.
8370
0688d04e
MM
83712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8372
8373 * gdb.btrace/function_call_history.exp: Update tests.
8374 * gdb.btrace/instruction_history.exp: Update tests.
8375
8710b709
MM
83762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8377
8378 * gdb.btrace/function_call_history.exp: Fix expected field
8379 order for "record function-call-history".
8380 Add new tests for "record function-call-history /c".
8381 * gdb.btrace/exception.cc: New.
8382 * gdb.btrace/exception.exp: New.
8383 * gdb.btrace/tailcall.exp: New.
8384 * gdb.btrace/x86-tailcall.S: New.
8385 * gdb.btrace/x86-tailcall.c: New.
8386 * gdb.btrace/unknown_functions.c: New.
8387 * gdb.btrace/unknown_functions.exp: New.
8388 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8389
5de9129b
MM
83902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8391
8392 * gdb.btrace/instruction_history.exp: Update.
8393 * gdb.btrace/function_call_history.exp: Update.
8394
23a7fe75
MM
83952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8396
8397 * gdb.btrace/function_call_history.exp: Fix expected function
8398 trace.
8399 * gdb.btrace/instruction_history.exp: Initialize traced.
8400 Remove traced_functions.
8401
724c7dd8
MM
84022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8403
8404 * gdb.btrace/function_call_history.exp: Update
8405 * gdb.btrace/instruction_history.exp: Update.
8406
6d78d93b
MM
84072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8408
8409 * gdb.btrace/enable.exp: Update expected text.
8410
93a360cc
OJ
84112014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8412
8413 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8414 bytes.
8415
3772b53f
MR
84162014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8417
8418 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8419
596662fa
OJ
84202014-01-15 Omair Javaid <omair.javaid@linaro.org>
8421
8422 * lib/gdb.exp (supports_process_record): Return true for
8423 arm*-linux*. (supports_reverse): Likewise.
8424
b5b08fb4
SC
84252014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8426
8427 PR python/15464
8428 PR python/16113
8429 * gdb.python/py-type.c: Enhance test case.
8430 * gdb.python/py-value-cc.cc: Likewise
8431 * gdb.python/py-type.exp: Add new tests.
8432 * gdb.python/py-value-cc.exp: Likewise
8433
52d7fb13
AA
84342014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8435 Pedro Alves <palves@redhat.com>
8436
8437 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8438 Make "name" extern.
8439 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8440 references to ${name}_start by references to ${name}.
8441
a2cd8cfe
JB
84422014-01-10 Joel Brobecker <brobecker@adacore.com>
8443
8444 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8445
4e23fced
JB
84462014-01-10 Joel Brobecker <brobecker@adacore.com>
8447
8448 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8449
c6a9e42c
PA
84502014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8451 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8454 mi_gdb_target_load.
c6a9e42c 8455
b7ea362b
PA
84562014-01-08 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.threads/reconnect-signal.c: New file.
8459 * gdb.threads/reconnect-signal.exp: New file.
8460
5e3f4fab
EBM
84612014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8462
8463 * gdb.base/source-dir.exp: New file.
8464
79301218
JB
84652014-01-07 Joel Brobecker <brobecker@adacore.com>
8466
8467 * gdb.ada/mi_interface: New testcase.
8468
8e355c5d
JB
84692014-01-07 Joel Brobecker <brobecker@adacore.com>
8470
8471 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8472 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8473 gdb.ada/pp-rec-component/pck.ads: New files.
8474
c0d48811
JB
84752014-01-07 Joel Brobecker <brobecker@adacore.com>
8476
8477 * gdb.python/py-pp-integral.c: New file.
8478 * gdb.python/py-pp-integral.py: New file.
8479 * gdb.python/py-pp-integral.exp: New file.
8480
17b609c3 8481For older changes see ChangeLog-1993-2013.
c906108c 8482\f
8d8cb839
EZ
8483;; Local Variables:
8484;; mode: change-log
8485;; left-margin: 8
8486;; fill-column: 74
8487;; version-control: never
8488;; End:
902f2ccb 8489
618f726f 8490 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8491 Copying and distribution of this file, with or without modification,
8492 are permitted provided the copyright notice and this notice are preserved.
This page took 3.722055 seconds and 4 git commands to generate.