]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Step over exit with reinsert breakpoints
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f50bf8e5
YQ
12016-06-17 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.base/step-over-exit.c: New.
4 * gdb.base/step-over-exit.exp: New.
5
a28d8e50
YTL
62016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7
8 * gdb.base/float.exp: Add target check for nds32*-*-*.
9 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10
cad8e26d
AB
112016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14 for unsupported target features.
15 * gdb.base/call-rt-st.exp: Likewise.
16 * gdb.base/call-sc.exp: Likewise.
17 * gdb.base/call-signal-resume.exp: Likewise.
18 * gdb.base/call-strs.exp: Likewise.
19 * gdb.base/callexit.exp: Likewise.
20 * gdb.base/callfuncs.exp: Likewise.
21 * gdb.base/nodebug.exp: Likewise.
22 * gdb.base/printcmds.exp: Likewise.
23 * gdb.base/ptype.exp: Likewise.
24 * gdb.base/structs.exp: Likewise.
25 * gdb.base/unwindonsignal.exp: Likewise.
26 * gdb.cp/gdb2495.exp: Likewise.
27 * gdb.cp/templates.exp: Likewise.
28 * gdb.cp/virtfunc.exp: Likewise.
29 * gdb.threads/hand-call-in-threads.exp: Likewise.
30 * gdb.threads/interrupted-hand-call.exp: Likewise.
31 * gdb.threads/thread-unwindonsignal.exp: Likewise.
32
347dc102
TT
332016-06-10 Tom Tromey <tom@tromey.com>
34
35 PR rust/20110:
36 * gdb.rust/expr.exp: Add test for integer constant larger than
37 i32.
38
5e13cf25
BH
392016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
40
41 * gdb.fortran/nested-funcs.exp: New.
42 * gdb.fortran/nested-funcs.f90: New.
43
bb556f1f
TK
442016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
45
46 * gdb.base/examine-backward.c: New file.
47 * gdb.base/examine-backward.exp: New file.
48
38b022b4
SM
492016-06-06 Simon Marchi <simon.marchi@ericsson.com>
50
51 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
52 matching.
53
1b40ec05
TT
542016-06-02 Tom Tromey <tom@tromey.com>
55
56 PR python/18984:
57 * gdb.python/py-shared.exp: Add solib_name test.
58
193bd378
SM
592016-06-02 Simon Marchi <simon.marchi@ericsson.com>
60
61 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
62
3326303b
MG
632016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
64
65 PR c++/19893
66 * gdb.dwarf2/implref.exp: Rename to...
67 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
68 * gdb.dwarf2/implref-array.c: New file.
69 * gdb.dwarf2/implref-array.exp: Likewise.
70 * gdb.dwarf2/implref-global.c: Likewise.
71 * gdb.dwarf2/implref-global.exp: Likewise.
72 * gdb.dwarf2/implref-struct.c: Likewise.
73 * gdb.dwarf2/implref-struct.exp: Likewise.
74
825c8ef2
AT
752016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
76
77 * gdb.trace/trace-condition.exp: Add 64bit tests.
78
2320162a
AT
792016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
80
81 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
82 bits types.
83 (main): Adapt to 8 to 64 bits types.
84 * gdb.trace/trace-condition.exp: Add new tests.
85
a7818233
AT
862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
87
88 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
89
0d336466
AT
902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
91
92 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
93 Move condition tests...
94 * gdb.trace/trace-condition.exp: Here.
95
7faeb45a
AT
962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
97
98 * gdb.trace/trace-condition.exp: Add counter-case tests.
99
e385593e
JK
1002016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 PR c++/15231
103 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
104 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
105
744608cc
PA
1062016-05-27 Pedro Alves <palves@redhat.com>
107
108 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
109 New procedure.
110 (top level): Call it, and bail out of DejaGnu is known to be bad.
111
ac775bf4
AB
1122016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * gdb.base/whatis.c: Extend the test case.
115 * gdb.base/whatis.exp: Add additional tests.
116
2bbad2ea
BH
1172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
118
119* gdb.fortran/type.f90: Add pointer variable.
120* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
121
8b70175d
BH
1222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
123
124 * gdb.fortran/vla-type.exp: Fix testcase name.
125
86d8a848
BH
1262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
127
128 * gdb.fortran/vla-type.exp: Access elements in nested structs.
129
e188eb36
BH
1302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
131
132 * gdb.fortran/type.f90: Add nested structures.
133 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
134 * gdb.fortran/derived-type.exp: Adapt expected output.
135 * gdb.fortran/vla-type.exp: Adapt expected output.
136
9b2db1fd
BH
1372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
138
139 * gdb.fortran/whatis_type.exp: Adapt expected output.
140
72b17055
BH
1412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
142
143 * gdb.fortran/print_type.exp: Fix expected output.
144 * gdb.fortran/whatis_type.exp: Fix expected output.
145
3cd81d8d
BH
1462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
147
148 * gdb.fortran/whatis_type.exp: Use multi_line.
149
ddae9462
TT
1502016-05-24 Tom Tromey <tom@tromey.com>
151
152 PR python/17386:
153 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
154 use value as an index.
155
1957f6b8
TT
1562016-05-23 Tom Tromey <tom@tromey.com>
157
158 PR python/17981:
159 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
160 no-breakpoint case.
161
026a9174
PA
1622016-05-24 Pedro Alves <palves@redhat.com>
163
164 PR gdb/19828
165 * gdb.threads/clone-attach-detach.c: New file.
166 * gdb.threads/clone-attach-detach.exp: New file.
167
e70a7231
FR
1682016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
169
170 * gdb.base/annota-input-while-running.exp: Fix syntax error.
171
0f6ed0e0
TT
1722016-05-23 Tom Tromey <tom@tromey.com>
173
174 PR python/19438, PR python/18393:
175 * gdb.python/py-progspace.exp: Add "dir" test.
176 * gdb.python/py-objfile.exp: Add "dir" test.
177
ffd19d61
YQ
1782016-05-23 Yao Qi <yao.qi@linaro.org>
179
180 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
181 * gdb.arch/thumb2-it.exp: Likewise.
182
9e8f9b05
SM
1832016-05-18 Simon Marchi <simon.marchi@ericsson.com>
184
185 * gdb.mi/mi-threads-interrupt.c: New file.
186 * gdb.mi/mi-threads-interrupt.exp: New file.
187
61c6156d
SM
1882016-05-17 Simon Marchi <simon.marchi@ericsson.com>
189
190 PR gdb/18077
191 * gdb.mi/mi-async-run.exp: New file.
192 * gdb.mi/mi-async-run.c: New file.
193
67218854
TT
1942016-05-17 Tom Tromey <tom@tromey.com>
195 Manish Goregaokar <manishsmail@gmail.com>
196
197 * lib/rust-support.exp: New file.
198 * lib/gdb.exp (skip_rust_tests): New proc.
199 (build_executable_from_specs): Handle rust.
200 * lib/future.exp (gdb_find_rustc): New proc.
201 (gdb_default_target_compile): Handle rust.
202 * gdb.rust/expr.exp: New file.
203 * gdb.rust/generics.exp: New file.
204 * gdb.rust/generics.rs: New file.
205 * gdb.rust/methods.exp: New file.
206 * gdb.rust/methods.rs: New file.
207 * gdb.rust/modules.exp: New file.
208 * gdb.rust/modules.rs: New file.
209 * gdb.rust/simple.exp: New file.
210 * gdb.rust/simple.rs: New file.
211
c44af4eb
TT
2122016-05-17 Tom Tromey <tom@tromey.com>
213
214 * gdb.base/default.exp (set language): Add rust.
215
dcd1f979
TT
2162016-05-17 Tom Tromey <tom@tromey.com>
217
218 * gdb.gdb/unittest.exp: New file.
219
155b7f57
YQ
2202016-05-16 Yao Qi <yao.qi@linaro.org>
221
222 * gdb.base/batch-preserve-term-settings.exp: Remove variable
223 shell_prompt. Update shell_prompt_re.
224
8ddd5a6c
DE
2252016-05-12 Doug Evans <dje@google.com>
226
227 PR symtab/19999
228 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
229 $options when building executable.
230 * gdb.dwarf2/fission-loclists-pie.S: New file.
231 * gdb.dwarf2/fission-loclists-pie.exp: New file.
232
02e370d9
SM
2332016-05-04 Simon Marchi <simon.marchi@ericsson.com>
234
235 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
236 of [is_remote target],
237
8929ad8b
SM
2382016-05-04 Simon Marchi <simon.marchi@ericsson.com>
239
240 * lib/gdb.exp (use_gdb_stub): New procedure.
241
6c447423
DE
2422016-05-03 Yunlian Jiang <yunlian@google.com>
243 Doug Evans <dje@google.com>
244
245 PR symtab/19914
246 * gdb.dwarf2/dwp-sepdebug.c: New file.
247 * gdb.dwarf2/dwp-sepdebug.exp: New file.
248
444e826c
SM
2492016-05-02 Simon Marchi <simon.marchi@ericsson.com>
250
251 * gdb.base/detach.exp: Remove is_remote check.
252
740feeaa
SM
2532016-05-02 Simon Marchi <simon.marchi@ericsson.com>
254
255 * gdb.base/annota-input-while-running.exp: Don't check for
256 [is_remote target]. Enable annotations after running to main.
257 Remove unused "set test..." line.
258
9080ac9d
SM
2592016-04-28 Simon Marchi <simon.marchi@ericsson.com>
260
261 * gdb.trace/trace-enable-disable.exp: New file.
262 * gdb.trace/trace-enable-disable.c: New file.
263
952ebca5
SM
2642016-04-28 Simon Marchi <simon.marchi@ericsson.com>
265
266 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
267 use it in info sharedlibrary test.
268 * gdb.trace/ftrace-lock.exp: Likewise.
269 * gdb.trace/ftrace.exp: Likewise.
270 * gdb.trace/range-stepping.exp: Likewise.
271 * gdb.trace/trace-break.exp: Likewise.
272 * gdb.trace/trace-condition.exp: Likewise.
273 * gdb.trace/trace-mt.exp: Likewise.
274
d9019901
SM
2752016-04-27 Simon Marchi <simon.marchi@ericsson.com>
276
277 * lib/gdb.exp (gdb_load_shlibs): Rename to...
278 (gdb_load_shlib): ... this.
279 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
280 gdb_load_shlib.
281 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
282 * gdb.base/ctxobj.exp: Likewise.
283 * gdb.base/dprintf-pending.exp: Likewise.
284 * gdb.base/dso2dso.exp: Likewise.
285 * gdb.base/fixsection.exp: Likewise.
286 * gdb.base/gcore-relro.exp: Likewise.
287 * gdb.base/gdb1555.exp: Likewise.
288 * gdb.base/global-var-nested-by-dso.exp: Likewise.
289 * gdb.base/gnu-ifunc.exp: Likewise.
290 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
291 * gdb.base/jit-so.exp (one_jit_test): Likewise.
292 * gdb.base/pending.exp: Likewise.
293 * gdb.base/print-file-var.exp: Likewise.
294 * gdb.base/print-symbol-loading.exp: Likewise.
295 * gdb.base/shlib-call.exp: Likewise.
296 * gdb.base/shreloc.exp: Likewise.
297 * gdb.base/so-impl-ld.exp: Likewise.
298 * gdb.base/solib-disc.exp: Likewise.
299 * gdb.base/solib-nodir.exp: Likewise.
300 * gdb.base/solib-overlap.exp: Likewise.
301 * gdb.base/solib-symbol.exp: Likewise.
302 * gdb.base/solib-weak.exp (do_test): Likewise.
303 * gdb.base/sym-file.exp: Likewise.
304 * gdb.base/symtab-search-order.exp: Likewise.
305 * gdb.base/type-opaque.exp: Likewise.
306 * gdb.base/unload.exp: Likewise.
307 * gdb.base/watchpoint-solib.exp: Likewise.
308 * gdb.compile/compile.exp: Likewise.
309 * gdb.cp/gdb2384.exp: Likewise.
310 * gdb.cp/infcall-dlopen.exp: Likewise.
311 * gdb.cp/re-set-overloaded.exp: Likewise.
312 * gdb.fortran/library-module.exp: Likewise.
313 * gdb.opt/solib-intra-step.exp: Likewise.
314 * gdb.python/py-finish-breakpoint.exp: Likewise.
315 * gdb.python/py-shared.exp: Likewise.
316 * gdb.reverse/solib-precsave.exp: Likewise.
317 * gdb.reverse/solib-reverse.exp: Likewise.
318 * gdb.server/solib-list.exp: Likewise.
319 * gdb.threads/dlopen-libpthread.exp: Likewise.
320 * gdb.threads/tls-shared.exp: Likewise.
321 * gdb.threads/tls-so_extern.exp: Likewise.
322 * gdb.trace/change-loc.exp: Likewise.
323 * gdb.trace/ftrace-lock.exp: Likewise.
324 * gdb.trace/ftrace.exp: Likewise.
325 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
326 * gdb.trace/pending.exp: Likewise.
327 * gdb.trace/range-stepping.exp: Likewise.
328 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
329 (strace_info_marker): Likewise.
330 (strace_probe_marker): Likewise.
331 (strace_trace_on_same_addr): Likewise.
332 (strace_trace_on_diff_addr): Likewise.
333 * gdb.trace/trace-break.exp: Likewise.
334 * gdb.trace/trace-condition.exp: Likewise.
335 * gdb.trace/trace-mt.exp: Likewise.
336
fca4cfd9
SM
3372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
338
339 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
340 result of gdb_remote_download.
341 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
342 * gdb.base/dso2dso.exp: Likewise.
343 * gdb.base/global-var-nested-by-dso.exp: Likewise.
344 * gdb.base/print-file-var.exp: Likewise.
345 * gdb.base/shlib-call.exp: Likewise.
346 * gdb.base/shreloc.exp: Likewise.
347 * gdb.base/solib-overlap.exp: Likewise.
348 * gdb.base/solib-weak.exp (do_test): Likewise.
349 * gdb.base/unload.exp: Likewise.
350
11cf4ffb
YQ
3512016-04-27 Yao Qi <yao.qi@linaro.org>
352
353 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
354 exists.
355
3e2e34f8
KB
3562016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
357
358 * vla-type.exp: Print structure from toplevel.
359
8f07e298
BH
3602016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
361
362 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
363 of dynamic types.
364 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
365 of dynamic types.
366
9920b434
BH
3672016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
368
369 * gdb.fortran/vla-type.f90: New file.
370 * gdb.fortran/vla-type.exp: New file.
371
f3abeff5
YQ
3722016-04-25 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.base/branch-to-self.c: New file.
375 * gdb.base/branch-to-self.exp: New file.
376
0a5d52f0
YQ
3772016-04-22 Yao Qi <yao.qi@linaro.org>
378
379 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
380 more after $hex.
381
495346f6
YQ
3822016-04-22 Yao Qi <yao.qi@linaro.org>
383
384 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
385 * gdb.base/annota3.exp: Likewise.
386
4a7e075c
YQ
3872016-04-22 Yao Qi <yao.qi@linaro.org>
388
389 * gdb.reverse/step-precsave.exp: Do one step and test program
390 stops in "callee" and do multiple steps until program goes out
391 of "callee".
392 * gdb.reverse/step-reverse.exp: Likewise.
393
5b061e98
YQ
3942016-04-22 Yao Qi <yao.qi@linaro.org>
395
396 * gdb.trace/signal.exp: Also pass if
397 $tracepoint_hits($i) > $iterations.
398
5c5dc57f
YQ
3992016-04-22 Yao Qi <yao.qi@linaro.org>
400
401 * gdb.trace/signal.c: New file.
402 * gdb.trace/signal.exp: New file.
403
a55411b9
DE
4042016-04-19 Doug Evans <xdje42@gmail.com>
405
406 * gdb.base/bad-file.exp: New file.
407
a22df60a
MG
4082016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
409
410 * gdb.dwarf2/implref.exp: New file.
411
0c13f7e5
BH
4122016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
413
414 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
415 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
416 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
417 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
418 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
419 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
420 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
421 * lib/fortran.exp (fortran_int4): New procedure.
422 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
423 (fortran_logical4): Likewise.
424
9b9b09e9
BH
4252016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
426
427 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
428
a14d1f4d
BH
4292016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
430
431 * lib/compiler.c: Add Intel specific preprocessor macros.
432 * lib/compiler.cc: Likewise.
433
7d49b1d0
LM
4342016-04-13 Luis Machado <lgustavo@codesourcery.com>
435
436 * gdb.server/connect-with-no-symbol-file.c: New file.
437 * gdb.server/connect-with-no-symbol-file.exp: New file.
438
8392fa22
SM
4392016-04-13 Simon Marchi <simon.marchi@ericsson.com>
440
441 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
442
8c4c4aeb
SM
4432016-04-13 Simon Marchi <simon.marchi@ericsson.com>
444
445 * boards/gdbserver-base.exp (${board}_download): Copy source file to
446 standard output directory.
447
45e3745e
AT
4482016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
449
450 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
451
e26b7e41
MM
4522016-04-13 Markus Metzger <markus.t.metzger@intel.com>
453
454 * gdb.btrace/instruction_history.c (loop): Add declaration.
455
8ce09462
AT
4562016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
457
458 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
459
2e88a1ea
SM
4602016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
461
462 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
463 parentheses to print.
464 (continue_handler): Likewise.
465
f48e22e3
SM
4662016-04-08 Simon Marchi <simon.marchi@ericsson.com>
467
468 * gdb.server/solib-list.exp: Remove is_remote check.
469 Pass shlib= to gdb_compile. Don't link shared library with
470 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
471 Run binary filename through "readlink -f" on the target.
472
096be756
PA
4732016-04-08 Pedro Alves <palves@redhat.com>
474
475 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
476 interpreter filename as argument to gdbserver_spawn.
477 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
478 Return empty if $last_loaded_file does not exist.
479
06500533
JK
4802016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
481
482 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
483 * gdb.base/jit-main.c: Use exit after usage.
484
2d35e871
JK
4852016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
486
487 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
488 GDBHISTSIZE prior to the tests.
489 * gdb.base/gdbinit-history.exp: Likewise.
490
4912016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
492
493 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
494 instead of build_executable. Use gdb_load_shlibs.
495
c8064e7e
YQ
4962016-04-07 Yao Qi <yao.qi@linaro.org>
497
498 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
499 Execute "si" command.
500
bde47561
YQ
5012016-04-07 Yao Qi <yao.qi@linaro.org>
502
503 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
504 number instead of the comments on some line.
505
b16f8a3b
DB
5062016-04-06 Don Breazeal <donb@codesourcery.com>
507
508 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
509 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
510
c2f901df
SM
5112016-04-06 Simon Marchi <simon.marchi@ericsson.com>
512
513 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
514 standard_output_file. Remove unused binfile variable.
515
ac17fda0
CU
5162016-04-05 Catalin Udma <catalin.udma@freescale.com>
517
518 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
519 * gdb.python/py-mi-objfile.exp: Match "list main" output
520 in console format.
521
03a8c4df
SM
5222016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
523
524 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
525 absolute.
526
6e774b13
SM
5272016-04-05 Simon Marchi <simon.marchi@ericsson.com>
528
529 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
530 absolute.
531 * gdb.trace/ftrace.exp: Likewise.
532 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
533 targets as well.
534 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
535 (gdb_load_shlibs): Copy libraries to test directory when testing
536 natively. Only set solib-search-path if testing remotely.
537 * lib/mi-support.exp (mi_load_shlibs): Likewise.
538
7817ea46
SM
5392016-04-05 Simon Marchi <simon.marchi@ericsson.com>
540
541 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
542 gdb_download. Use it even if the target is not remote.
543 * gdb.base/jit.exp (compile_jit_test): Likewise.
544 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
545 output directory if the destination board is local, otherwise use
546 the standard remote_download from DejaGnu.
547 (gdb_download): Remove.
548 (gdb_load_shlibs): Use gdb_remote_download instead of
549 gdb_download.
550 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
551 Use gdb_remote_download instead of gdb_download. Use it even if
552 the target is not remote.
553 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
554 instead of gdb_download.
555
7beb7f68
SM
5562016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
557
558 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
559 (test_insert_delete_modify): Call mi_load_shlibs before trying to
560 run.
561
cc63428a
AV
5622016-04-01 Artemiy Volkov <artemiyv@acm.org>
563
564 PR gdb/19820
565 * gdb.base/printcmds.exp: Add artificial arrays tests.
566
64cdf930
PA
5672016-03-31 Pedro Alves <palves@redhat.com>
568
569 PR gdb/19858
570 * gdb.base/jit-main.c: Include unistd.h.
571 (ATTACH): Define to 0 if not already defined.
572 (wait_for_gdb, mypid): New globals.
573 (WAIT_FOR_GDB): New macro.
574 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
575 some breakpoint locations.
576 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
577 New procedures.
578 (one_jit_test): Add REATTACH parameter, and handle it. Use
579 continue_to_test_location.
580 (top level): Test attach, and adjusts calls to one_jit_test.
581
40dea8cb
PA
5822016-03-31 Pedro Alves <palves@redhat.com>
583
584 PR gdb/19858
585 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
586 BINSUFFIX parameter, and handle it.
587 (top level): Adjust calls compile_jit_test.
588
e7ea3ec7
CU
5892016-03-31 Catalin Udma <catalin.udma@freescale.com>
590
591 PR python/19743
592 * gdb.python/py-mi-events-gdb.py: New file.
593 * gdb.python/py-mi-events.c: New file.
594 * gdb.python/py-mi-events.exp: New file.
595
e6359af3
YQ
5962016-03-30 Yao Qi <yao.qi@linaro.org>
597
598 * gdb.reverse/until-precsave.exp: Match function name only.
599 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
600 Move malloc to a condition block.
601 * gdb.reverse/until-reverse.exp: Match function name only.
602
a4105d04
MK
6032016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
604
605 * gdb.trace/ftrace.exp: Set arg0exp for s390.
606 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
607 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
608 variable for GPR 0 instead of assuming it is register 0.
609 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
610 * lib/trace-support.exp: Add s390 registers.
611
bfa6adb9
YQ
6122016-03-29 Yao Qi <yao.qi@linaro.org>
613
614 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
615
1e6697ea
YQ
6162016-03-24 Yao Qi <yao.qi@linaro.org>
617
618 * gdb.reverse/break-reverse.exp: Add quotation mark in the
619 test message.
620
64bcd522
AA
6212016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
622
623 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
624 maintaining separate logic for constructing the output path.
625
7868401b
DB
6262016-03-16 Don Breazeal <donb@codesourcery.com>
627
628 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
629 Retry fork and waitpid on interrupted system call errors.
630 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
631 Use with_timeout_factor to increase timeout by factor of 10.
632
1cafadb4
DB
6332016-03-15 Don Breazeal <donb@codesourcery.com>
634
635 * gdb.cp/scope-err.cc: New test program.
636 * gdb.cp/scope-err.exp: New test script.
637 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
638 lines and "set breakpoint here" comment.
639 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
640 Fixed some whitespace and format issues.
641 * gdb.mi/mi-linespec-err-cp.cc: New test program.
642 * gdb.mi/mi-linespec-err-cp.exp: New test script.
643
81516450
DE
6442016-03-15 Doug Evans <dje@google.com>
645
646 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
647 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
648 All callers updated. Add tests for enums, mixed flags register.
649
aa52b601
DE
6502016-03-15 Doug Evans <dje@google.com>
651
652 * gdb.base/skip.c (main): Call test_skip_file_and_function.
653 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
654
fa4ff313
SM
6552016-03-14 Simon Marchi <simon.marchi@ericsson.com>
656
657 * gdb.base/default.exp: Add $_as_string to the list of expected
658 convenience functions.
659
f2403c39
AB
6602016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * gdb.base/maint.exp: New tests for 'maint info line-table'.
663
f2f3ccb9
SM
6642016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
665
666 * gdb.python/py-as-string.exp: New file.
667 * gdb.python/py-as-string.c: New file.
668
00dbd492
PA
6692016-03-09 Pedro Alves <palves@redhat.com>
670
671 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
672 signal" -> "Thread NN received signal" output change.
673 * gdb.threads/ia64-sigill.exp: Likewise.
674 * gdb.threads/linux-dp.exp: Likewise.
675 * gdb.threads/manythreads.exp: Likewise.
676 * gdb.threads/pending-step.exp: Likewise.
677 * gdb.threads/print-threads.exp: Likewise.
678 * gdb.threads/sigstep-threads.exp: Likewise.
679 * gdb.threads/staticthreads.exp: Likewise.
680 * gdb.threads/tls.exp: Likewise.
681
1e6697ea
YQ
6822016-03-09 Pedro Alves <palves@redhat.com>
683
684 * gdb.base/command-line-input.exp: New file.
685
b04fd3be
MK
6862016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
687
688 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
689 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
690 * gdb.trace/pending.exp: Accept leading dot before function name.
691 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
692 * lib/trace-support.exp: Set registers for ppc.
693
98fa59e9
MK
6942016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
695
696 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
697 use it for disassembly; accept .main in addition to main in backtrace.
698
f77198c8
MK
6992016-03-09 Wei-cheng Wang <cole945@gmail.com>
700 Marcin Kościelnicki <koriakin@0x04.net>
701
702 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
703 (gdb_recursion_test_ptr): New global variable.
704 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
705 gdb_recursion_test.
706 (gdb_c_test): Ditto.
707
ba84e0da
MK
7082016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
709
710 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
711 ordering.
712
4366d36e
MK
7132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
714
715 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
716 (bar): Add bar_start_lbl label.
717 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
718 of foo/bar for emitting DWARF and tracing.
719
5eb264df
SDJ
7202016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
721
722 * analyze-racy-logs.py: Set executable bit.
723
fb6a751f
SDJ
7242016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
725
726 * Makefile.in (DEFAULT_RACY_ITER): New variable.
727 (CHECK_TARGET_TMP): Likewise.
728 (check-single-racy): New rule.
729 (check-parallel-racy): Likewise.
730 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
731 (do-check-parallel-racy): New rule.
732 (check-racy/%.exp): Likewise.
733 * README (Racy testcases): New section.
734 * analyze-racy-logs.py: New file.
735
bdf7e230
DE
7362016-03-03 Doug Evans <dje@google.com>
737
738 * gdb.base/skip.exp: Use with_test_prefix.
739
4719d415
YQ
7402016-03-03 Yao Qi <yao.qi@linaro.org>
741
742 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
743 Invoke step_over_syscall "clone" and break_cond_on_syscall
744 "clone".
745 * gdb.base/step-over-clone.c: New file.
746
ea507862
YQ
7472016-03-03 Yao Qi <yao.qi@linaro.org>
748
749 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
750 code format.
751
8fc8cbda
YQ
7522016-03-03 Yao Qi <yao.qi@linaro.org>
753
754 * gdb.base/disp-step-fork.c: Rename to ...
755 * gdb.base/step-over-fork.c: ... it. New file.
756 * gdb.base/disp-step-vfork.c: Rename to ...
757 * gdb.base/step-over-vfork.c: ... it. New file.
758 * gdb.base/disp-step-syscall.exp: Rename to ...
759 * gdb.base/step-over-syscall.exp: ... it. New file.
760 (disp_step_cross_syscall): Rename to ...
761 (step_over_syscall): ... it.
762
92fa70b0
YQ
7632016-03-03 Yao Qi <yao.qi@linaro.org>
764
765 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
766 If target supports condition evaluation on target, invoke
767 break_cond_on_syscall for fork and vfork.
768
e197ad3c
YQ
7692016-03-03 Yao Qi <yao.qi@linaro.org>
770
771 * gdb.base/disp-step-syscall.exp: Don't invoke
772 support_displaced_stepping.
773 (disp_step_cross_syscall): Test with displaced stepping off and
774 on if supported.
775
0b47da9f
YQ
7762016-03-03 Yao Qi <yao.qi@linaro.org>
777
778 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
779 proc.
780 (setup): New proc.
781 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
782 and setup.
783
065ab6dc
BH
7842016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
785
786 * gdb.fortran/vla-history.exp: Remove breakpoint.
787
07e448ad 7882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
789
790 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
791
9ac2d526 7922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
793
794 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
795
17807369
BH
7962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
797
798 * gdb.mi/vla.f90: Nullify pointer after declaration.
799
86e501af
PA
8002016-03-01 Pedro Alves <palves@redhat.com>
801
802 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
803
1e903e32
PA
8042016-03-01 Pedro Alves <palves@redhat.com>
805
806 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
807 before anything else.
808 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
809 _GNU_SOURCE here.
810 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
811 before anything else.
812 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
813
6ccb54e2
PA
8142016-03-01 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
817
30ca9da1
YQ
8182016-03-01 Yao Qi <yao.qi@linaro.org>
819
820 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
821 prepare_for_testing.
822
dc856b38
YQ
8232016-03-01 Yao Qi <yao.qi@linaro.org>
824
825 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
826
4a932159
AA
8272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
828
829 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
830 manually constructing the output path.
831
f2489477
AA
8322016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
833
834 * gdb.arch/s390-stackless.S: New.
835 * gdb.arch/s390-stackless.exp: New.
836
38899f16
IB
8372016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
838
839 * gdb.dlang/circular.c: New file.
840 * gdb.dlang/circular.exp: New file.
841
9fde51ed
YQ
8422016-02-26 Yao Qi <yao.qi@linaro.org>
843
844 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
845 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
846 (testcases): Update.
847
ce90fefe
YQ
8482016-02-26 Yao Qi <yao.qi@linaro.org>
849
850 * gdb.reverse/aarch64.c: Rename to ...
851 * gdb.reverse/insn-reverse.c: ... it.
852 * gdb.reverse/aarch64.exp: Rename to ...
853 * gdb.reverse/insn-reverse.exp: ... it.
854
3263bceb
YQ
8552016-02-26 Yao Qi <yao.qi@linaro.org>
856
857 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
858 (testcase_ftype): New.
859 (testcases): New array.
860 (n_testcases): New.
861 (main): Call each element in testcases.
862 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
863 (read_testcase): New.
864 Do the tests in a loop.
865
6cb59ff1
YQ
8662016-02-25 Yao Qi <yao.qi@linaro.org>
867
868 * gdb.base/branches.c: Remove.
869
ae91f625
MK
8702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
871
872 PR gdb/13808
873 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
874
678b48b7
MK
8752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
876
877 * gdb.trace/ftrace.exp: Remove unnecessary target check.
878
7337a6f2
MK
8792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
880
881 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
882 change x86_64 call_insn to 'callq'.
883
861ca91f
AT
8842016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
885
886 * gdb.trace/tfile-avx.c: Move to...
887 * gdb.trace/tracefile-pseudo-reg.c: Here.
888 * gdb.trace/tfile-avx.exp: Move to...
889 * gdb.trace/tracefile-pseudo-reg.exp: Here.
890
bf74e428
GB
8912016-02-24 Gary Benson <gbenson@redhat.com>
892
893 * gdb.base/attach-pie-noexec.exp: Do not expect an error
894 message on attach.
895
cce0e923
DE
8962016-02-23 Doug Evans <dje@google.com>
897
898 * gdb.base/skip.c (test_skip): New function.
899 (end_test_skip_file_and_function): New function.
900 (test_skip_file_and_function): New function.
901 * gdb.base/skip1.c (test_skip): New function.
902 (skip1_test_skip_file_and_function): New function.
903 * gdb.base/skip.exp: Add tests for new skip options.
904 * gdb.base/skip-solib.exp: Update expected output.
905 * gdb.perf/skip-command.cc: New file.
906 * gdb.perf/skip-command.exp: New file.
907 * gdb.perf/skip-command.py: New file.
908
4000e47e
MK
9092016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
910
911 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
912 info registers pattern.
913
24f75ead
IB
9142016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
915
916 * lib/future.exp: Add D support.
917 (gdb_find_gdc): New proc.
918 (gdb_default_target_compile): Add D support.
919
fbb7bcbe
WW
9202016-02-18 Wei-cheng Wang <cole945@gmail.com>
921
922 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
923 user+system time.
924 (trace_speed_test): Determine the iteration count for a time
925 between 15..30 seconds.
926
012b3a21
WT
9272016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
928
929 * gdb.arch/i386-mpx-sigsegv.c: New file.
930 * gdb.arch/i386-mpx-sigsegv.exp: New file.
931 * gdb.arch/i386-mpx-simple_segv.c: New file.
932 * gdb.arch/i386-mpx-simple_segv.exp: New file.
933
2d5189bd
YQ
9342016-02-18 Yao Qi <yao.qi@linaro.org>
935
936 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
937 Don't call setup_kfail.
938
40fb20d0
YQ
9392016-02-18 Yao Qi <yao.qi@linaro.org>
940
941 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
942 Set "set breakpoint condition-evaluation" per $cond_bp_target.
943
21b1f8d2
DE
9442016-02-16 Doug Evans <dje@google.com>
945
946 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
947 * gdb.base/skip1.c: Ditto.
948 * gdb.base/skip.exp: Whitespace cleanup.
949
4041ed77
DB
9502016-02-16 Don Breazeal <donb@codesourcery.com>
951
952 PR remote/19496
953 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
954 Remove kfail for PR remote/19496.
955
c4ef31bf
SM
9562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
957
958 * lib/gdb.exp (standard_temp_file): Return a path specific to
959 the runtest invocation.
960
266b65b3
SM
9612016-02-16 Simon Marchi <simon.marchi@ericsson.com>
962
963 * gdb.trace/save-trace.exp: Change relative path to be in the
964 standard output directory.
965
a7a0a6a9
JK
9662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
967
968 * gdb.arch/i386-prologue.c: Add missing prototypes.
969
c99dbb42
JK
9702016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
973 * gdb.arch/i386-prologue.exp: Likewise.
974 * gdb.arch/i386-size.exp: Likewise.
975
aa480355
SM
9762016-02-15 Simon Marchi <simon.marchi@ericsson.com>
977
978 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
979 define object file path.
980 * gdb.btrace/gcore.exp: Use standard_output_file to define core
981 file path.
982 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
983 standard_output_file to define binfile.
984
ba881f50
JK
9852016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 Fix compatibility with recent gfortran-5.3.1.
988 * gdb.fortran/vla-history.exp (print vla1 allocated)
989 (print vla2 allocated, print $2, print $3): Remove
990 (print $4): Rename to ...
991 (print $2): ... here.
992 (print $9): Rename to ...
993 (print $5): ... here.
994 (print $10): Rename to ...
995 (print $6): ... here.
996 * gdb.fortran/vla.f90: Add pvla initialization.
997
e9fb005c
JK
9982016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1001 New test.
1002 * gdb.fortran/vla-value-sub.exp: Likewise.
1003
e44e00ff
MK
10042016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1005
1006 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1007
97e94151
SM
10082016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * i386-biarch-core.exp: Define corefile using
1011 standard_output_file.
1012
01113bc1
YQ
10132016-02-12 Yao Qi <yao.qi@linaro.org>
1014
1015 * gdb.arch/arm-single-step-kernel-helper.c: New.
1016 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1017
33b4777c
MM
10182016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1019
1020 * gdb.btrace/tailcall-only.exp: New.
1021 * gdb.btrace/tailcall-only.c: New.
1022 * gdb.btrace/x86_64-tailcall-only.S: New.
1023 * gdb.btrace/i686-tailcall-only.S: New.
1024
acc23c11
PA
10252016-02-11 Pedro Alves <palves@redhat.com>
1026
1027 * README (Parallel testing): Add missing double quotes.
1028
e352bf0a
PA
10292016-02-11 Pedro Alves <palves@redhat.com>
1030
1031 * README (Parallel testing): New section.
1032 (GDB_PARALLEL): Rewrite.
1033 (FORCE_PARALLEL): Document.
1034
9f5fed78
MK
10352016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1036
1037 * gdb.trace/tfile-avx.c: New test.
1038 * gdb.trace/tfile-avx.exp: New test.
1039
9ef9e6a6
KS
10402016-02-09 Keith Seitz <keiths@redhat.com>
1041
1042 PR breakpoints/19546
1043 * gdb.base/infcall-exec.c: New file.
1044 * gdb.base/infcall-exec2.c: New file.
1045 * gdb.base/infcall-exec.exp: New file.
1046
a96e36da
KS
10472016-02-09 Keith Seitz <keiths@redhat.com>
1048
1049 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1050 (toplevel): Call test_bkpt_address.
1051
9f61929f
KS
10522016-02-09 Keith Seitz <keiths@redhat.com>
1053
1054 PR python/19506
1055 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1056 (toplevel): Call test_bkpt_address.
1057
1e94266c
SM
10582016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1059
1060 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1061 to AC_OUTPUT.
1062 * configure: Regenerate.
1063
2a7f3dff
PA
10642016-02-09 Pedro Alves <palves@redhat.com>
1065
1066 PR breakpoints/19548
1067 * gdb.base/execl-update-breakpoints.c (some_function): New
1068 function.
1069 (main): Call it.
1070 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1071 Tighten expected GDB output.
1072
2151ccc5
SM
10732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1074
1075 * Makefile.in (ALL_SUBDIRS): Remove.
1076 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1077 (distclean maintainer-clean realclean): Likewise.
1078 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1079 * configure: Regenerate.
1080 * gdb.ada/Makefile.in: Delete.
1081 * gdb.arch/Makefile.in: Likewise.
1082 * gdb.asm/Makefile.in: Likewise.
1083 * gdb.base/Makefile.in: Likewise.
1084 * gdb.btrace/Makefile.in: Likewise.
1085 * gdb.cell/Makefile.in: Likewise.
1086 * gdb.compile/Makefile.in: Likewise.
1087 * gdb.cp/Makefile.in: Likewise.
1088 * gdb.disasm/Makefile.in: Likewise.
1089 * gdb.dlang/Makefile.in: Likewise.
1090 * gdb.dwarf2/Makefile.in: Likewise.
1091 * gdb.fortran/Makefile.in: Likewise.
1092 * gdb.gdb/Makefile.in: Likewise.
1093 * gdb.go/Makefile.in: Likewise.
1094 * gdb.guile/Makefile.in: Likewise.
1095 * gdb.java/Makefile.in: Likewise.
1096 * gdb.linespec/Makefile.in: Likewise.
1097 * gdb.mi/Makefile.in: Likewise.
1098 * gdb.modula2/Makefile.in: Likewise.
1099 * gdb.multi/Makefile.in: Likewise.
1100 * gdb.objc/Makefile.in: Likewise.
1101 * gdb.opencl/Makefile.in: Likewise.
1102 * gdb.opt/Makefile.in: Likewise.
1103 * gdb.pascal/Makefile.in: Likewise.
1104 * gdb.perf/Makefile.in: Likewise.
1105 * gdb.python/Makefile.in: Likewise.
1106 * gdb.reverse/Makefile.in: Likewise.
1107 * gdb.server/Makefile.in: Likewise.
1108 * gdb.stabs/Makefile.in: Likewise.
1109 * gdb.threads/Makefile.in: Likewise.
1110 * gdb.trace/Makefile.in: Likewise.
1111 * gdb.xml/Makefile.in: Likewise.
1112 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1113 GDB_PARALLEL.
1114 (standard_output_file): Remove check for GDB_PARALLEL, always
1115 return path in outputs/$subdir/$testname.
1116
437277d4
SM
11172016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1118
1119 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1120 (site.exp): Assign abs_srcdir to tcl's srcdir.
1121
31d913c7
YQ
11222016-02-04 Yao Qi <yao.qi@linaro.org>
1123
1124 * gdb.base/foll-exec-mode.c: Include limits.h.
1125 (main): Add parameters argc and argv. Get directory from
1126 argv[0].
1127 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1128 compilation.
1129 * gdb.base/foll-exec.c: Include limits.h.
1130 (main): Add parameters argc and argv.
1131 Get directory from argv[0].
1132 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1133 Adjust tests on the number of lines as source code changed.
1134 * gdb.base/foll-vfork-exit.c: Include limits.h.
1135 (main): Add one line of statement before vfork.
1136 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1137 (main): Add parameters argc and argv. Get directory from
1138 argv[0].
1139 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1140 (setup_gdb): Set tbreak to skip some source lines.
1141 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1142 (main): Add parameters argc and argv. Get directory from
1143 argv[0].
1144 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1145 compilation.
1146 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1147 (main): Add parameters argc and argv. Get directory from
1148 argv[0].
1149 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1150 compilation.
1151
9482b9fb
DE
11522016-02-01 Doug Evans <dje@google.com>
1153
1154 * gdb.base/skip.exp: Clean up multiple references to same test name.
1155
6b2e4f10
PA
11562016-02-01 Pedro Alves <palves@redhat.com>
1157
ccb6afd6 1158 PR remote/19496
6b2e4f10
PA
1159 * gdb.threads/forking-threads-plus-breakpoint.exp
1160 (displaced_stepping_supported): New global.
1161 (probe_displaced_stepping_support): New procedure.
1162 (do_test): Add 'displaced' parameter, and use it.
1163 (top level): Check for displaced stepping support. Add displaced
1164 stepping on/off testing axis.
1165
37a8db1a
AB
11662016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1169 pointer. Don't perform further tests on the unassociated pointer
1170 if the first test fails.
1171
5fdf6324
AB
11722016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * gdb.base/max-value-size.c: New file.
1175 * gdb.base/max-value-size.exp: New file.
1176 * gdb.base/huge.exp: Disable max-value-size for this test.
1177
935c6144
IB
11782016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1179
1180 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1181
7fe8399d
YQ
11822016-01-28 Yao Qi <yao.qi@linaro.org>
1183
1184 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1185
a2077e25
PA
11862016-01-25 Pedro Alves <palves@redhat.com>
1187
1188 PR threads/19461
1189 * gdb.base/fork-running-state.c: New file.
1190 * gdb.base/fork-running-state.exp: New file.
1191
1d2736d4
PA
11922016-01-25 Pedro Alves <palves@redhat.com>
1193
1194 PR gdb/19494
1195 * gdb.base/catch-fork-kill.c: New file.
1196 * gdb.base/catch-fork-kill.exp: New file.
1197
f1da4b11
PA
11982016-01-25 Pedro Alves <palves@redhat.com>
1199
1200 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1201 Delete, moved to lib/gdb.exp.
1202 * gdb.threads/forking-threads-plus-breakpoint.exp
1203 (foreach_with_prefix): Likewise.
1204 * gdb.threads/process-dies-while-handling-bp.exp
1205 (foreach_with_prefix): Likewise.
1206 * lib/gdb.exp (foreach_with_prefix): New procedure.
1207
45f38546
MK
12082016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1209
1210 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1211 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1212
dc29a1ce
MK
12132016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1214
1215 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1216 endian targets.
1217
092127d7
JK
12182016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1219 Pedro Alves <palves@redhat.com>
1220
1221 Fix testsuite compatibility with Guile.
1222 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1223 number.
1224
31d765d3
JK
12252016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 Fix testsuite compatibility with Guile.
1228 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1229 (thread 1): New test for backtrace through signal handler.
1230
1ac78c04
YQ
12312016-01-22 Yao Qi <yao.qi@linaro.org>
1232
1233 PR testsuite/19491
1234 * gdb.base/multi-forks.c: Include
1235 ../lib/unbuffer_output.c
1236 (main): Call gdb_unbuffer_output.
1237
4f5946a8
DE
12382016-01-21 Doug Evans <dje@google.com>
1239
1240 * lib/ada.exp (gdb_compile_ada): Fix typo.
1241
305e13e6
JB
12422016-01-21 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.base/break-fun-addr.exp: New file.
1245 * gdb.base/break-fun-addr1.c: New file.
1246 * gdb.base/break-fun-addr2.c: New file.
1247
5f5dfff6
SM
12482016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1249
1250 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1251 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1252 enum flag values.
1253
fd356fa2
AA
12542016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1255
1256 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1257 when GDB can not set the vector return value. Add more comments
1258 for clarification.
1259
9df22175
AT
12602016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1261
1262 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1263 command.
1264
41d1845e
SM
12652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1266
1267 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1268
01ac6840
SM
12692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1270
1271 * Makefile.in (check-single): Pass --status to runtest.
1272 (check/%.exp): Likewise.
1273
12742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1275
1276 * Makefile.in (check-parallel): Propagate return code from make
1277 do-check-parallel.
1278
bd0a71fa
MK
12792016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1280
1281 * gdb.trace/ftrace.exp: Fix expected message on continue.
1282 * gdb.trace/pending.exp: Fix expected message on continue.
1283 * gdb.trace/trace-break.exp: Fix expected message on continue.
1284
8bcbad33
SM
12852016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1286
1287 * lib/gdb.exp (gdb_test): Remove unused global references.
1288
f303dbd6
PA
12892016-01-18 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.base/async-shell.exp: Adjust expected output.
1292 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1293 * gdb.base/siginfo-thread.exp: Adjust expected output.
1294 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1295 * gdb.java/jnpe.exp: Adjust expected output.
1296 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1297 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1298 * gdb.threads/leader-exit.exp: Adjust expected output.
1299 * gdb.threads/manythreads.exp: Adjust expected output.
1300 * gdb.threads/pthreads.exp: Adjust expected output.
1301 * gdb.threads/schedlock.exp: Adjust expected output.
1302 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1303 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1304 expected output.
1305 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1306 output.
1307 * gdb.threads/sigthread.exp: Adjust expected output.
1308 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1309
b2789696
YQ
13102016-01-18 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdb.guile/scm-section-script.c: Replace @progbits with
1313 %progbits.
1314 * gdb.python/py-section-script.c: Likewise.
1315
71ef29a8
PA
13162016-01-15 Pedro Alves <palves@redhat.com>
1317
1318 * gdb.multi/tids.exp: Test star wildcard ranges.
1319
3f5b7598
PA
13202016-01-15 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1323 command from "thread apply" invocation.
1324 (thr_apply_info_thr_invalid): Default the expected output to the
1325 input tid list.
1326 (top level): Add tests that use convenience variables. Add tests
1327 for "thread apply" with a valid TID list, but missing the command.
1328
663f6d42
PA
13292016-01-13 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/default.exp: Expect $_gthread as well.
1332 * gdb.multi/tids.exp: Test $_gthread.
1333 * gdb.threads/thread-specific.exp: Test $_gthread.
1334
c84f6bbf
PA
13352016-01-13 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.multi/tids.exp: Test "info threads -gid".
1338
22a02324
PA
13392016-01-13 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1342 Breakpoint.thread.
1343 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1344
5d5658a1
PA
13452016-01-07 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/break.exp: Adjust to output changes.
1348 * gdb.base/hbreak2.exp: Likewise.
1349 * gdb.base/sepdebug.exp: Likewise.
1350 * gdb.base/watch_thread_num.exp: Likewise.
1351 * gdb.linespec/keywords.exp: Likewise.
1352 * gdb.multi/info-threads.exp: Likewise.
1353 * gdb.threads/thread-find.exp: Likewise.
1354 * gdb.multi/tids.c: New file.
1355 * gdb.multi/tids.exp: New file.
1356
84654457
PA
13572016-01-13 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1360
e3940304
PA
13612016-01-13 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.base/default.exp: Expect $_inferior as well.
1364 * gdb.multi/base.exp: Test $_inferior.
1365
a911d87a
PA
13662016-01-13 Pedro Alves <palves@redhat.com>
1367
1368 PR breakpoints/19388
1369 * gdb.base/catch-signal-siginfo-cond.c: New file.
1370 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1371
82075af2
JS
13722016-01-12 Josh Stone <jistone@redhat.com>
1373 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1374
1375 * gdb.base/catch-syscall.c (do_execve): New variable.
1376 (main): Conditionally trigger an execve.
1377 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1378 (test_catch_syscall_execve): New, check entry/return across execve.
1379 (do_syscall_tests): Call test_catch_syscall_execve.
1380
e46eeedd
PA
13812016-01-12 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/random-signal.exp (do_test): New procedure, with body
1384 of testcase moved in.
1385
01d8c27e
JK
13862016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1387 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.base/funcargs.exp (finish from indirectly called function):
1390 Reintroduce the case for 'First'.
1391
9a706302
JK
13922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1393 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1396 (tcatch_vfork_then_child_follow_exec)
1397 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1398 identification.
1399
c0ecb95f
JK
14002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1401
1402 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1403 and repeats to unlimited.
1404 * gdb.python/py-value.exp: Likewise.
1405 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1406 and repeats to unlimited.
1407
6cfc1fcb
JK
14082016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1411 and reordering the functions.
1412 * gdb.multi/hangout.c: Likewise.
1413 * gdb.multi/hello.c: Likewise.
1414
582a1b00
SM
14152016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1416
1417 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1418 absolute.
1419 (SingleStatisticTestResult.report): Use dict.keys instead of
1420 dict.iterkeys.
1421
79bc59cb
PA
14222016-01-06 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1425
43368e1d
MM
14262016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1427
1428 * gdb.btrace/dlopen.exp: New.
1429 * gdb.btrace/dlopen.c: New.
1430 * gdb.btrace/dlopen-dso.c: New.
1431
79fad5b8
SL
14322015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1433
1434 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1435 PATTERN argument is optional.
1436
ab8314b3
JB
14372015-12-24 Joel Brobecker <brobecker@adacore.com>
1438
1439 * lib/ada.exp (target_compile_ada_from_dir): New function.
1440 (gdb_compile_ada): Reimplement avoiding the use of project files.
1441 * gdb.ada/gnat_ada.gpr: Delete.
1442 * gdb.ada/cond_lang.exp: Adjust test to make path before
1443 filename optional.
1444 * gdb.ada/small_reg_param.exp: Likewise.
1445
fe33faff
SM
14462015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1447
1448 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1449
6d265cb4
TP
14502015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1451
1452 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1453 case.
1454
10125099
SM
14552015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1456
1457 * gdb.base/break.exp: Remove dead code.
1458 * gdb.base/sepdebug.exp: Likewise.
1459
3ca22649
SM
14602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1461
1462 * gdb.asm/asm-source.exp: Remove HP-UX references.
1463 * gdb.base/annota1.exp: Likewise.
1464 * gdb.base/annota3.exp: Likewise.
1465 * gdb.base/attach.exp: Likewise.
1466 * gdb.base/bigcore.exp: Likewise.
1467 * gdb.base/break.exp: Likewise.
1468 * gdb.base/call-ar-st.exp: Likewise.
1469 * gdb.base/callfuncs.exp: Likewise.
1470 * gdb.base/catch-fork-static.exp: Likewise.
1471 * gdb.base/display.exp: Likewise.
1472 * gdb.base/foll-exec-mode.exp: Likewise.
1473 * gdb.base/foll-exec.exp: Likewise.
1474 * gdb.base/foll-fork.exp: Likewise.
1475 * gdb.base/foll-vfork.exp: Likewise.
1476 * gdb.base/funcargs.exp: Likewise.
1477 * gdb.base/hbreak2.exp: Likewise.
1478 * gdb.base/inferior-died.exp: Likewise.
1479 * gdb.base/interrupt.exp: Likewise.
1480 * gdb.base/multi-forks.exp: Likewise.
1481 * gdb.base/nodebug.exp: Likewise.
1482 * gdb.base/sepdebug.exp: Likewise.
1483 * gdb.base/solib1.c: Likewise.
1484 * gdb.base/step-test.exp: Likewise.
1485 * gdb.mi/non-stop.c: Likewise.
1486 * gdb.mi/pthreads.c: Likewise.
1487 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1488 * gdb.threads/pthreads.c: Likewise.
1489 * gdb.threads/staticthreads.exp: Likewise.
1490 * lib/future.exp: Likewise.
1491 * lib/gdb.exp: Likewise.
1492 * gdb.base/so-indr-cl.c: Remove.
1493 * gdb.base/so-indr-cl.exp: Likewise.
1494 * gdb.base/solib.c: Likewise.
1495 * gdb.base/solib.exp: Likewise.
1496 * gdb.base/solib2.c: Likewise.
1497
b6304613
SM
14982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1499
1500 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1501 * gdb.base/call-ar-st.exp: Likewise.
1502 * gdb.base/callfuncs.exp: Likewise.
1503 * gdb.base/condbreak.exp: Likewise.
1504 * gdb.base/constvars.exp: Likewise.
1505 * gdb.base/hbreak2.exp: Likewise.
1506 * gdb.base/langs.exp: Likewise.
1507 * gdb.base/list.exp: Likewise.
1508 * gdb.base/long_long.exp: Likewise.
1509 * gdb.base/ptype.exp: Likewise.
1510 * gdb.base/scope.exp: Likewise.
1511 * gdb.base/signals.exp: Likewise.
1512 * gdb.base/so-impl-ld.exp: Likewise.
1513 * gdb.base/varargs.exp: Likewise.
1514 * gdb.base/volatile.exp: Likewise.
1515 * gdb.base/whatis.exp: Likewise.
1516 * gdb.cp/cplusfuncs.exp: Likewise.
1517 * gdb.cp/inherit.exp: Likewise.
1518 * gdb.cp/local.exp: Likewise.
1519 * gdb.cp/member-ptr.exp: Likewise.
1520 * gdb.cp/method.exp: Likewise.
1521 * gdb.cp/overload.exp: Likewise.
1522 * gdb.cp/templates.exp: Likewise.
1523 * gdb.stabs/weird.exp: Likewise.
1524 * lib/compiler.c: Likewise.
1525 * lib/compiler.cc: Likewise.
1526 * lib/cp-support.exp: Likewise.
1527 * lib/gdb.exp: Likewise.
1528
bf401b07
SM
15292015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1530
1531 * configure.ac: Remove HP-UX case.
1532 * configure: Regenerate.
1533
aff9c0f8
SM
15342015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1535
1536 * lib/gdb.exp (gdb_compile): Add function doc.
1537
a6904d5a
PA
15382015-12-17 Pedro Alves <palves@redhat.com>
1539
1540 PR threads/19354
1541 * gdb.multi/info-threads.exp: New file.
1542
a22279dd
YQ
15432015-12-15 Yao Qi <yao.qi@linaro.org>
1544
1545 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1546 is aarch64*-*-*.
1547
0588c796
SL
15482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1549
1550 * gdb.base/history-duplicates.exp: Skip if no readline support.
1551
5d978e17
SL
15522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1553
1554 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1555
7e763b86
SL
15562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1557
1558 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1559
87a3a92c
SL
15602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1561
1562 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1563 ctrl-C if nointerrupts target property is set.
1564 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1565 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1566 * gdb.base/paginate-bg-execution.exp: Likewise.
1567 * gdb.base/paginate-execution-startup.exp: Likewise.
1568 * gdb.base/random-signal.exp: Likewise.
1569 * gdb.base/range-stepping.exp: Likewise.
1570 * gdb.cp/annota2.exp: Likewise.
1571 * gdb.cp/annota3.exp: Likewise.
1572 * gdb.gdb/selftest.exp: Likewise.
1573 * gdb.threads/continue-pending-status.exp: Likewise.
1574 * gdb.threads/leader-exit.exp: Likewise.
1575 * gdb.threads/manythreads.exp: Likewise.
1576 * gdb.threads/pthreads.exp: Likewise.
1577 * gdb.threads/schedlock.exp: Likewise.
1578 * gdb.threads/sigthread.exp: Likewise.
1579
a8f077dc
DB
15802015-12-11 Don Breazeal <donb@codesourcery.com>
1581
1582 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1583 remote.
1584 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1585 * gdb.base/foll-exec.exp (main): Enable for target remote.
1586 * gdb.base/foll-fork.exp (main): Likewise.
1587 * gdb.base/foll-vfork.exp (main): Likewise.
1588 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1589 (proc continue_to_exit_bp_loc): Use clean_restart.
1590 * gdb.base/pie-execl.exp (main): Disable for target remote.
1591 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1592 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1593 * gdb.threads/execl.exp (main): Likewise.
1594 * gdb.threads/fork-child-threads.exp (main): Likewise.
1595 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1596 remote.
1597 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1598 remote.
1599 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1600 pid.tid style ptids, instead of just tid.
1601 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1602 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1603 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1604 ptids, instead of just tid.
1605
3b2464a8
AB
16062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 * gdb.base/list.exp (test_list_forward): Add end of file error
1609 test.
1610 (test_repeat_list_command): Add end of file error test.
1611 (test_list_backwards): Add beginning of file error test.
1612
a0def019
AB
16132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/list.exp (test_list_invalid_args): New function,
1616 defined, and called.
1617
5c000dff
AB
16182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.base/list.exp (test_list): Make test names unique.
1621
f1637ebe
YQ
16222015-12-11 Yao Qi <yao.qi@linaro.org>
1623
1624 * gdb.base/coremaker2.c: Remove.
1625
36d6fc0a
PA
16262015-12-10 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.multi/base.exp: Remove stale "spaces" references.
1629
762f7747
PA
16302015-12-10 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.multi/base.exp: Don't use nowarnings.
1633 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1634 * gdb.multi/hangout.c: Include stdio.h.
1635 * gdb.multi/hello.c: Include stdlib.h.
1636 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1637 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1638 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1639
28d2bfb9
AB
16402015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.dwarf2/dw2-ranges-base.c: New file.
1643 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1644 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1645 support additional line table, and debug ranges generation.
1646 (Dwarf::ranges): New function, generate .debug_ranges.
1647 (Dwarf::lines): Support generating simple line table programs.
1648 (Dwarf::assemble): Initialise new namespace variables.
1649
5fc2beac
KB
16502015-12-09 Kevin Buettner <kevinb@redhat.com>
1651
1652 * gdb.base/async.exp (proc test_background): Add case for
1653 asynchronous execution not supported.
1654
1c35a88f
LM
16552015-12-09 Luis Machado <lgustavo@codesourcery.com>
1656
1657 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1658 format and change test names to make them unique.
1659
b593e3d9
RK
16602015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1661 Pedro Alves <pedro@redhat.com>
1662
1663 PR gdb/18702
1664 Add checking of floatformats setup on x86_64 hosts.
1665 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1666 (smallval, bigval): New labels/constants.
1667 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1668 float" after loading bigval and smallval.
1669
d72413e6
PMR
16702015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1671
1672 * gdb.ada/fun_overload_menu.exp: New testcase.
1673 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1674
ece66d65
JS
16752015-12-04 Josh Stone <jistone@redhat.com>
1676
1677 * gdb.base/catch-fork-static.exp: New.
1678
41d0efca
YQ
16792015-12-03 Yao Qi <yao.qi@linaro.org>
1680
1681 * gdb.base/sizeof.c: Don't include stdio.h and
1682 ../lib/unbuffer_output.c.
1683 (main): New variable 'size' and 'value'. Remove printf and
1684 gdb_unbuffer_output. Assign return value to size and value.
1685 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1686 at the beginning.
1687 (check_sizeof): Check the result by printing variable 'size'.
1688 (check_valueof): Check the result by printing variable 'value'.
1689
99fd02d9
YQ
16902015-12-01 Yao Qi <yao.qi@linaro.org>
1691
1692 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1693 for aarch64*-*-linux* target.
1694
f2faf941
PA
16952015-11-30 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1698
04bf20c5
PA
16992015-11-30 Pedro Alves <palves@redhat.com>
1700
1701 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1702 Handle non-stop mode vCont replies.
1703
09df4675
PA
17042015-11-30 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1707 prepare_for_testing. Start gdb with "set non-stop on" appended to
1708 GDBFLAGS. Lax expected stop output.
1709
58b584af
YQ
17102015-11-27 Yao Qi <yao.qi@linaro.org>
1711
1712 * gdb.arch/arm-neon.exp: New.
1713 * gdb.arch/arm-neon.c: New.
1714
dfcb77a8
YQ
17152015-11-27 Yao Qi <yao.qi@linaro.org>
1716
1717 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1718
88e8ec1b
YQ
17192015-11-27 Yao Qi <yao.qi@linaro.org>
1720
1721 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1722 frames-invalid annotation.
1723
bfde72c2
YQ
17242015-11-27 Yao Qi <yao.qi@linaro.org>
1725
1726 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1727
f6512a69
SM
17282015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1729
1730 * gdb.threads/names.exp: New file.
1731 * gdb.threads/names.c: New file.
1732 * README: Mention gdb,no_thread_names.
1733
46a3515b
MM
17342015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1735
1736 PR 19297
1737 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1738 support" error.
1739
62147a22
PA
17402015-11-24 Pedro Alves <palves@redhat.com>
1741
1742 PR 17539
1743 * gdb.base/display.exp: Expect displays to be sorted in ascending
1744 order. Use multi_line.
1745 * gdb.base/solib-display.exp: Likewise.
1746
2f341b6e
PA
17472015-11-24 Pedro Alves <palves@redhat.com>
1748
1749 PR 17539
1750 * gdb.base/display.exp: Expect displays to be sorted in ascending
1751 order. Use multi_line.
1752 * gdb.base/solib-display.exp: Likewise.
1753
7e0aa6aa
PA
17542015-11-24 Pedro Alves <palves@redhat.com>
1755
1756 PR 17539
1757 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1758 threads in ascending order.
1759 * gdb.base/foll-fork.exp: Likewise.
1760 * gdb.base/foll-vfork.exp: Likewise.
1761 * gdb.base/multi-forks.exp: Likewise.
1762 * gdb.mi/mi-nonstop.exp: Likewise.
1763 * gdb.mi/mi-nsintrall.exp: Likewise.
1764 * gdb.multi/base.exp: Likewise.
1765 * gdb.multi/multi-arch.exp: Likewise.
1766 * gdb.python/py-inferior.exp: Likewise.
1767 * gdb.threads/break-while-running.exp: Likewise.
1768 * gdb.threads/execl.exp: Likewise.
1769 * gdb.threads/gcore-thread.exp: Likewise.
1770 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1771 * gdb.threads/kill.exp: Likewise.
1772 * gdb.threads/linux-dp.exp: Likewise.
1773 * gdb.threads/multiple-step-overs.exp: Likewise.
1774 * gdb.threads/next-bp-other-thread.exp: Likewise.
1775 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1776 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1777 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1778 * gdb.threads/thread-find.exp: Likewise.
1779 * gdb.threads/tls.exp: Likewise.
1780 * lib/mi-support.exp (mi_reverse_list): Delete.
1781 (mi_check_thread_states): No longer reverse list.
1782
2cc57ad8
PA
17832015-11-24 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1786 use lowercase.
1787
c93e8391
SM
17882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1789
1790 * gdb.trace/actions.c: Include trace-common.h.
1791 (main): Add a location for a fast tracepoint.
1792 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1793 the normal tracepoints.
1794 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1795
045ccf91
SM
17962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1797
1798 * save-trace.exp: Factor out code to these...
1799 (gdb_save_tracepoints): New.
1800 (gdb_load_tracepoints): New.
1801 (do_save_load_test): New.
1802
5506f9f6
KB
18032015-11-23 Kevin Buettner <kevinb@redhat.com>
1804
1805 * gdb.base/asmlabel.exp: New test.
1806 * gdb.base/asmlabel.c: New test case.
1807
16c3b12f
JB
18082015-11-23 Joel Brobecker <brobecker@adacore.com>
1809
1810 * gdb.base/wrong_frame_bt_full-main.c: New file.
1811 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1812 * gdb.base/wrong_frame_bt_full.exp: New file.
1813
155bfbd3
JB
18142015-11-23 Joel Brobecker <brobecker@adacore.com>
1815
1816 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1817
bb097445
JM
18182015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1819
206853a0 1820 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1821 pstate register when comparing registers values in
1822 sparc64-*-linux-gnu targets to avoid spurious differences.
1823
9c88ed8f
JM
18242015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1825
206853a0 1826 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1827
96161e25
SL
18282015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1829
1830 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1831 as type argument to gdb_compile.
1832 * gdb.base/nested-subp2.exp: Likewise.
1833 * gdb.base/nested-subp3.exp: Likewise.
1834
340c2830
DV
18352015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1836
1837 * lib/dwarf.exp (_note): Fix left shift of negative value.
1838 * gdb.trace/trace-condition.exp: Likewise.
1839
c1862d0f
YQ
18402015-11-13 Yao Qi <yao.qi@linaro.org>
1841
1842 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1843 comments about d10v.
1844 (test_scalar_returns): Likewise.
1845 * gdb.base/d10v.ld: Remove.
1846 * gdb.base/overlays.exp: Remove the target triplet checking for
1847 d10v-*-*.
1848 * gdb.base/structs.exp (test_struct_returns): Remove the
1849 comments about d10v.
1850 (test_struct_calls): Likewise.
1851
77ae9c19
YQ
18522015-11-13 Yao Qi <yao.qi@linaro.org>
1853
1854 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1855 * gdb.base/gnu_vector.c: Don't include stdio.h.
1856 (main): Don't print res and call add_some_intvecs.
1857
430e004e
MK
18582015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1859
1860 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1861 macro.
1862 (func5): Removed.
1863 (func4): Use FAST_TRACEPOINT_LABEL.
1864 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1865 macro.
1866 (func): Removed.
1867 (thread_function): Use FAST_TRACEPOINT_LABEL.
1868 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1869 (func): Remove.
1870 (marker): Use FAST_TRACEPOINT_LABEL.
1871 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1872 (pendfunc1): Remove.
1873 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1874 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1875 (foo): Remove.
1876 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1877 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1878 macro.
1879 (func): Remove.
1880 (marker): Use FAST_TRACEPOINT_LABEL.
1881 * gdb.trace/trace-common.h: New header.
1882 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1883 macro.
1884 (func): Remove.
1885 (marker): Use FAST_TRACEPOINT_LABEL.
1886 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1887 (func): Remove.
1888 (thread_function): Use FAST_TRACEPOINT_LABEL.
1889
6e7675a7
MK
18902015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1891
1892 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1893 in front.
1894 * gdb.trace/change-loc.exp: Use global pcreg definition.
1895 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1896 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1897 in front.
1898 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1899 * gdb.trace/pending.exp: Likewise.
1900 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1901 * gdb.trace/trace-break.exp: Likewise.
1902 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1903 in front.
1904 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1905 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1906 in front.
1907 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1908
dddc0e16
JB
19092015-11-09 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.ada/fin_fun_out: New testcase.
1912
c6f0b406
KB
19132015-11-07 Kevin Buettner <kevinb@redhat.com>
1914
1915 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1916 value associated with DW_AT_byte_size.
1917 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1918 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1919 DW_AT_upper_bound.
1920
f01dcfd9
KB
19212015-11-07 Kevin Buettner <kevinb@redhat.com>
1922
1923 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1924 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1925 version.
1926 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1927 gdb.dwarf2/dw2-canonicalize-type.exp,
1928 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1929 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1930 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1931 provided by gdb_target_symbol_prefix_flags_asm.
1932 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1933 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1934 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1935 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1936 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1937 macros where needed). Use this macro for symbols which require
1938 the prefix provided by SYMBOL_PREFIX.
1939
2223449a
KB
19402015-11-05 Kevin Buettner <kevinb@redhat.com>
1941
1942 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1943 New procs.
1944 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1945 representing expressions, of more than one list element.
1946 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1947 to prepend linker symbol prefix to f.
1948 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1949 table_1 and table_2.
1950 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1951 Likewise, for f and g.
1952 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1953 for ptr.
1954 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1955 for main.
1956 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1957 table_1_ptr and table_2_ptr.
1958
6f2f1a3a
JK
19592015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1960 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1963
566c56c9
MK
19642015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1965
1966 * gdb.reverse/s390-mvcle.c: New test.
1967 * gdb.reverse/s390-mvcle.exp: New file.
1968 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1969
d5f0636b
MK
19702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1971
1972 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1973
7ad8b86c
MK
19742015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1975
1976 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1977 reaching marker2.
1978 * gdb.reverse/getresuid-reverse.exp: Likewise.
1979 * gdb.reverse/pipe-reverse.exp: Likewise.
1980 * gdb.reverse/readv-reverse.exp: Likewise.
1981 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1982 * gdb.reverse/time-reverse.exp: Likewise.
1983 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1984
4081c0f1
YQ
19852015-10-30 Yao Qi <yao.qi@linaro.org>
1986
1987 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1988 (empty_cycle): Remove.
1989 (main): Don't call empty_cycle. Don't use watch_count_done.
1990 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1991 empty_cycle. Rewrite the code counting HW watchpoints.
1992
452b4ba5
MK
19932015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1994
1995 * gdb.reverse/fstatat-reverse.c: New test.
1996 * gdb.reverse/fstatat-reverse.exp: New file.
1997 * gdb.reverse/getresuid-reverse.c: New test.
1998 * gdb.reverse/getresuid-reverse.exp: New file.
1999 * gdb.reverse/pipe-reverse.c: New test.
2000 * gdb.reverse/pipe-reverse.exp: New file.
2001 * gdb.reverse/readv-reverse.c: New test.
2002 * gdb.reverse/readv-reverse.exp: New file.
2003 * gdb.reverse/recvmsg-reverse.c: New test.
2004 * gdb.reverse/recvmsg-reverse.exp: New file.
2005 * gdb.reverse/time-reverse.c: New test.
2006 * gdb.reverse/time-reverse.exp: New file.
2007 * gdb.reverse/waitpid-reverse.c: New test.
2008 * gdb.reverse/waitpid-reverse.exp: New file.
2009
5e2e7507
JK
20102015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2011
2012 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2013
0fde2c53
DE
20142015-10-26 Doug Evans <dje@google.com>
2015
2016 PR symtab/17391
2017 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2018 * gdb.dwarf2/bad-regnum.c: New file.
2019 * gdb.dwarf2/bad-regnum.exp: New file.
2020
1a70ae97
DE
20212015-10-26 Doug Evans <dje@google.com>
2022
2023 PR python/18938
2024 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2025 file.
2026
27dc26ab
JK
20272015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2030 for a change by "Mention language in compile error message".
2031
bed91f4d
SM
20322015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2033
2034 PR python/18073
2035 * gdb.python/py-type.c (C::a_method): New.
2036 (C::a_const_method): New.
2037 (C::a_static_method): New.
2038 (a_function): New.
2039 * gdb.python/py-type.exp (test_fields): Test getting fields
2040 from function and method.
2041
3f2f83dd
KB
20422015-10-21 Keven Boell <keven.boell@intel.com>
2043
2044 * gdb.fortran/vla-alloc-assoc.exp: New file.
2045 * gdb.fortran/vla-datatypes.exp: New file.
2046 * gdb.fortran/vla-datatypes.f90: New file.
2047 * gdb.fortran/vla-history.exp: New file.
2048 * gdb.fortran/vla-ptype-sub.exp: New file.
2049 * gdb.fortran/vla-ptype.exp: New file.
2050 * gdb.fortran/vla-sizeof.exp: New file.
2051 * gdb.fortran/vla-sub.f90: New file.
2052 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2053 * gdb.fortran/vla-value-sub-finish.exp: New file.
2054 * gdb.fortran/vla-value-sub.exp: New file.
2055 * gdb.fortran/vla-value.exp: New file.
2056 * gdb.fortran/vla-ptr-info.exp: New file.
2057 * gdb.mi/mi-vla-fortran.exp: New file.
2058 * gdb.mi/vla.f90: New file.
2059
27145d50
SL
20602015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2061
2062 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2063 of hardwired timeout value.
2064
5f3ff4f8
JK
20652015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2066 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2069 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2070
bfd09d20
JS
20712015-10-19 Josh Stone <jistone@redhat.com>
2072
2073 * gdb.base/catch-syscall.c: Include <sched.h>.
2074 (unknown_syscall): New variable.
2075 (main): Trigger a vfork and an unknown syscall.
2076 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2077 (unknown_syscall_number): Likewise.
2078 (check_call_to_syscall): Accept an optional syscall pattern.
2079 (check_return_from_syscall): Likewise.
2080 (check_continue): Likewise.
2081 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2082 (test_catch_syscall_skipping_return): New test toggling off 'catch
2083 syscall' to step over the syscall return, then toggling back on.
2084 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2085 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2086 (do_syscall_tests): Call test_catch_syscall_without_args and
2087 test_catch_syscall_mid_vfork.
2088 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2089 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2090
b32b93c6
AS
20912015-10-19 Andrew Stubbs <ams@codesourcery.com>
2092
2093 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2094 print g_vE): Add new pass patterns.
2095 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2096 print various symbol names for vptr fields.
2097
9d622bda
AB
20982015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2101 results.
2102
0fd8ac1c
YQ
21032015-10-12 Yao Qi <yao.qi@linaro.org>
2104
2105 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2106
34240514
YQ
21072015-10-12 Yao Qi <yao.qi@linaro.org>
2108
2109 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2110 is aarch64*-*-linux*.
2111
8240f442
YQ
21122015-10-12 Yao Qi <yao.qi@linaro.org>
2113
2114 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2115 (can_relocate_bcond_true): ... it.
2116 (can_relocate_bcond_false): New function.
2117 (foo): Likewise.
2118 (can_relocate_bl): Likewise.
2119 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2120 can_relocate_bl.
2121
2520f728
PMR
21222015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2123
2124 * gdb.base/nested-addr.c: New file.
2125 * gdb.base/nested-addr.exp: New testcase.
2126
abcef95a
MM
21272015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2128
2129 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2130 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2131 its output. Ignore the output of "record goto begin" and instead
2132 check that GDB is replaying.
2133
145e3ddb
PA
21342015-10-09 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2137 (top level): Use it in the run with no args test.
2138
d5d8c4e1
IB
21392015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2140
2141 * gdb.dlang/properties.exp: New file.
2142
06e635ef
SL
21432015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2144
2145 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2146 whether or not address 0x1000 is mapped on the target.
2147
e019fd1d
SM
21482015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2151 build.
2152
77ba2a67
MM
21532015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2154
2155 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2156 instruction-history test.
2157
c60eb31f
DE
21582015-09-28 Doug Evans <dje@google.com>
2159
2160 * gdb.base/gcore.c (array_func): Add reference to static_array.
2161
9a3c8263
SM
21622015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2163
2164 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2165 source line.
2166
9720e656
SL
21672015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2168
2169 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2170 short or char as base type.
2171
938d3bf2
SL
21722015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2173
2174 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2175 to allow any size enum.
2176
e6c2c623
PMR
21772015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2178
2179 * gdb.ada/array_ptr_renaming.exp: New testcase.
2180 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2181 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2182
06da0f77
PL
21832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2184
2185 * gdb.trace/ftrace-lock.c: New file.
2186 * gdb.trace/ftrace-lock.exp: New file.
2187
4f51c22a
PL
21882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2189
2190 * gdb.arch/insn-reloc.c: New file.
2191 * gdb.arch/ftrace-insn-reloc.exp: New file.
2192
7041adf4
PL
21932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2194
2195 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2196 instruction.
2197 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2198 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2199 * gdb.trace/range-stepping.c: Likewise.
2200 * gdb.trace/trace-break.c: Likewise.
2201 * gdb.trace/trace-mt.c (thread_function): Likewise.
2202 * gdb.trace/ftrace.c (marker): Likewise.
2203 * gdb.trace/trace-condition.c (marker): Likewise.
2204 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2205 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2206 is_aarch64_target.
2207
015d2e7e
DE
22082015-09-18 Doug Evans <xdje42@gmail.com>
2209
2210 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2211 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2212
26b188a2
SL
22132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2214
2215 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2216 the breakpoint.
2217
79dc332b
SL
22182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2219
2220 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2221 the pending breakpoint. Remove timeout override for "Run till
2222 MI pending breakpoint on pendfunc3 on thread 2" test.
2223
f57929f2
SL
22242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2225
2226 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2227 filename pattern.
2228
3f469b17
SL
22292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2230
2231 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2232 in breakpoint filename pattern.
2233
515b89b3
SL
22342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2235
7800dbe4
SL
2236 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2237
22382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2239
515b89b3
SL
2240 * gdb.linespec/explicit.exp: Check for readline support for
2241 tab-completion tests. Fix obvious typo.
2242
d2939ba2
MM
22432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2244
2245 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2246 and replay.
2247
cbb55fa7
MM
22482015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2249
2250 * gdb.btrace/non-stop.c: New.
2251 * gdb.btrace/non-stop.exp: New.
2252
43691ca1
PL
22532015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2254 Yao Qi <yao.qi@linaro.org>
2255
2256 * gdb.trace/trace-condition.c: New file.
2257 * gdb.trace/trace-condition.exp: New file.
2258
d78908cf
WW
22592015-09-16 Wei-cheng Wang <cole945@gmail.com>
2260
2261 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2262 for testing bytecode compilation.
2263
1ed415e2
PA
22642015-09-16 Pedro Alves <palves@redhat.com>
2265 Sandra Loosemore <sandra@codesourcery.com>
2266
2267 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2268 (SECONDS): Redefine.
2269 (main): Call pthread_kill and alarm early.
2270 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2271 support.
2272 (test): If the target can't hardware step and doesn't support
2273 displaced stepping, increase the timeout.
2274
d136eff5
PA
22752015-09-16 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2278 (enable_debug): New procedures.
2279 (test): Use them. Bail out if waiting for threads fails.
2280 (top level): Bail out if a test fails.
2281
991f019c
YQ
22822015-09-16 Yao Qi <yao.qi@linaro.org>
2283
2284 * gdb.asm/asm-source.exp: Set asm-arch for
2285 aarch64*-*-* target.
2286 * gdb.asm/aarch64.inc: New file.
2287
bfca584f
PMR
22882015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2289
2290 * gdb.ada/array_of_variable_length.exp: New testcase.
2291 * gdb.ada/array_of_variable_length/foo.adb: New file.
2292 * gdb.ada/array_of_variable_length/pck.adb: New file.
2293 * gdb.ada/array_of_variable_length/pck.ads: New file.
2294
b326e587
DE
22952015-09-15 Doug Evans <dje@google.com>
2296
2297 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2298 of function static local variable.
2299
5382cfab
PW
23002015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2301
2302 * gdb.threads/tls-so_extern.exp: New test file.
2303 * gdb.threads/tls-so_extern.c: New test file.
2304 * gdb.threads/tls-so_extern_main.c: New test file.
2305
141c5cc4
JK
23062015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 * gdb.opt/solib-intra-step-lib.c: New file.
2309 * gdb.opt/solib-intra-step-main.c: New file.
2310 * gdb.opt/solib-intra-step.exp: New file.
2311
d15dcecd
PA
23122015-09-15 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2315 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2316
4c2f2a79
PA
23172015-09-14 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.base/hook-stop-continue.c: Delete.
2320 * gdb.base/hook-stop-continue.exp: Delete.
2321 * gdb.base/hook-stop-frame.c: Delete.
2322 * gdb.base/hook-stop-frame.exp: Delete.
2323 * gdb.base/hook-stop.c: New file.
2324 * gdb.base/hook-stop.exp: New file.
2325
919e6dbe
PMR
23262015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2327
2328 * gdb.ada/access_to_packed_array.exp: New testcase.
2329 * gdb.ada/access_to_packed_array/foo.adb: New file.
2330 * gdb.ada/access_to_packed_array/pack.adb: New file.
2331 * gdb.ada/access_to_packed_array/pack.ads: New file.
2332
157280a4
MM
23332015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2334
2335 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2336 buffer size test.
2337
2fd33e94
DB
23382015-09-11 Don Breazeal <donb@codesourcery.com>
2339
2340 * gdb.base/foll-exec.c: Add copyright header. Fix
2341 formatting issues.
2342 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2343 (do_exec_tests): Use clean_restart in place of zap_session,
2344 and for test initialization. Fix formatting issues. Use
2345 fail in place of perror.
2346 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2347 an expect statement to match an expression with output from
2348 the program under debug.
2349 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2350 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2351 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2352 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2353 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2354
e70b6e8e
DE
23552015-09-09 Doug Evans <dje@google.com>
2356
2357 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2358
7a551a51
DE
23592015-09-09 Doug Evans <dje@google.com>
2360
2361 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2362
4c666f84
DE
23632015-09-09 Doug Evans <dje@google.com>
2364
2365 * gdb.base/savedregs.exp: Fix typo.
2366
243a9253
PA
23672015-09-09 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2370
c0fa8fbd
SL
23712015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2372
2373 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2374 command actually switches threads. Give up on remaining
2375 tests if target fails to stop at breakpoint.
2376
cd7c1778
PMR
23772015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2378
2379 * gdb.ada/funcall_char.exp: New testcase.
2380 * gdb.ada/funcall_char/foo.adb: New file.
2381
dc5c8746
PMR
23822015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2383
2384 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2385 expected outputs. Add two testcases for completing ambiguous
2386 functions.
2387 * gdb.ada/complete/aux_pck.adb: New file.
2388 * gdb.ada/complete/aux_pck.ads: New file.
2389 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2390 Ambiguous_Func functions.
2391 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2392 * gdb.ada/complete/pck.adb: Likewise.
2393
4e83a1e7
UW
23942015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2395
2396 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2397 failures to run the test program under GDB.
2398
8ce74153
LM
23992015-08-26 Luis Machado <lgustavo@codesourcery.com>
2400
2401 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2402 to C.
2403
e9756d52
PP
24042015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2405
2406 * gdb.base/run-after-attach.exp: New test file.
2407 * gdb.base/run-after-attach.c: New test file.
2408
8d37573b
DB
24092015-08-26 Don Breazeal <donb@codesourcery.com>
2410
2411 * gdb.base/foll-exec-2.c: New test program.
2412 * gdb.base/foll-exec-2.exp: New test.
2413
63e43d3a
PMR
24142015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2415
2416 * gdb.base/nested-subp1.exp: New file.
2417 * gdb.base/nested-subp1.c: New file.
2418 * gdb.base/nested-subp2.exp: New file.
2419 * gdb.base/nested-subp2.c: New file.
2420 * gdb.base/nested-subp3.exp: New file.
2421 * gdb.base/nested-subp3.c: New file.
2422
3d40fbb5
PA
24232015-08-24 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.server/connect-without-multi-process.c: New file.
2426 * gdb.server/connect-without-multi-process.exp: New file.
2427
4422ac93
LM
24282015-08-24 Luis Machado <lgustavo@codesourcery.com>
2429
2430 * gdb.opt/inline-markers.c: Make z int.
2431
91dddb86
LM
24322015-08-24 Luis Machado <lgustavo@codesourcery.com>
2433
2434 * gdb.opt/inline-markers.c: Make z volatile.
2435
a48847ee
LM
24362015-08-24 Luis Machado <lgustavo@codesourcery.com>
2437
2438 * gdb.opt/inline-bt.c: New volatile global z.
2439 * gdb.opt/inline-cmds.c: Likewise.
2440 * gdb.opt/inline-locals.c: Likewise.
2441 * gdb.opt/inline-markers.c: New extern global z.
2442 (marker): Use z.
2443 (inline_fn): Likewise.
2444
0ebbc52b
PA
24452015-08-24 Pedro Alves <palves@redhat.com>
2446
2447 * config/m32r-stub.exp: Remove file.
2448 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2449 * gdb.base/call-rt-st.exp: Likewise.
2450 * gdb.base/call-strs.exp: Likewise.
2451 * gdb.base/default.exp: Remove references to h8300-*-hms and
2452 *-*-udi*.
2453 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2454
77c365df
AA
24552015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2456
2457 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2458 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2459 and "return" use KFAIL when GDB can not read/write the vector
2460 return value.
2461
4313b8c0
GB
24622015-08-21 Gary Benson <gbenson@redhat.com>
2463
2464 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2465
0e433b32
PA
24662015-08-20 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.server/solib-list.exp: No longer expect an interior stop in
2469 non-stop mode.
2470
221e1a37
PA
24712015-08-20 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.server/connect-stopped-target.c: New file.
2474 * gdb.server/connect-stopped-target.exp: New file.
2475
40e3ad0e
PA
24762015-08-20 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.dwarf2/comp-unit-lang.exp: New file.
2479 * gdb.dwarf2/comp-unit-lang.c: New file.
2480
af39b327
PMR
24812015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2482
2483 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2484 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2485
7d45c7c3 24862015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2487
7d45c7c3
KB
2488 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2489 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2490
4d6cceb4
DE
24912015-08-18 Doug Evans <dje@google.com>
2492 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2493
2494 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2495 skip_python_tests. New arg prompt_regexp.
2496 (skip_python_tests): New function.
2497 * lib/mi-support.exp (mi_skip_python_tests): New function.
2498 * gdb.python/py-mi-objfile-gdb.py: New file.
2499 * gdb.python/py-mi-objfile.c: New file.
2500 * gdb.python/py-mi-objfile.exp: New file.
2501
ad89c2aa
KS
25022015-08-17 Keith Seitz <keiths@redhat.com>
2503
2504 * gdb.linespec/explicit.exp: Move strace test from here ...
2505 * gdb.trace/strace.exp: ... to here.
2506
e3ae3c43
PP
25072015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2508
2509 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2510 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2511
604b2636
DE
25122015-08-14 Doug Evans <xdje42@gmail.com>
2513
2514 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2515 inferior before selecting a new file.
2516
6ff0ba5f
DE
25172015-08-14 Doug Evans <xdje42@gmail.com>
2518
2519 * gdb.mi/mi-disassemble.exp: Update.
2520 * gdb.base/disasm-optim.S: New file.
2521 * gdb.base/disasm-optim.c: New file.
2522 * gdb.base/disasm-optim.h: New file.
2523 * gdb.base/disasm-optim.exp: New file.
2524
9ca98f92
KS
25252015-08-14 Keith Seitz <keiths@redhat.com>
2526
2527 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2528 "evaluated-by".
2529
52bbc560
JB
25302015-08-13 Joel Brobecker <brobecker@adacore.com>
2531
2532 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2533
5d8c3ed3
PMR
25342015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2535
2536 * gdb.ada/fun_renaming.exp: New testcase.
2537 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2538 * gdb.ada/fun_renaming/pack.adb: New file.
2539 * gdb.ada/fun_renaming/pack.ads: New file.
2540
ea8812bc
KS
25412015-08-12 Keith Seitz <keiths@redhat.com>
2542
2543 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2544 gdb_get_line_number.
2545
4dafcdeb
JB
25462015-08-12 Joel Brobecker <brobecker@adacore.com>
2547
2548 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2549 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2550 gdb.base/dso2dso.exp: New files.
2551
5ba32597
SDJ
25522015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2553 Pedro Alves <palves@redhat.com>
2554 Keith Seitz <keiths@redhat.com>
2555
2556 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2557 GDBFLAGS.
2558
b6dafabf
PP
25592015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2560
2561 * gdb.base/gdbhistsize-history.exp
2562 (test_histsize_history_setting): Use save_vars.
2563 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2564 Use save_vars.
2565 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2566 * gdb.base/readline.exp: Use save_vars.
2567
abe8e607
PP
25682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2569
2570 * lib/gdb.exp (save_vars): New proc.
2571
629500fa
KS
25722015-08-11 Keith Seitz <keiths@redhat.com>
2573
2574 * gdb.base/help.exp: Update help_breakpoint_text.
2575
eb8c4e2e
KS
25762015-08-11 Keith Seitz <keiths@redhat.com>
2577
2578 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2579 (at toplevel): Call test_explicit_breakpoints.
2580 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2581 breakpoints.
2582 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2583 breakpoint conditions, "-cond".
2584
87f0e720
KS
25852015-08-11 Keith Seitz <keiths@redhat.com>
2586
2587 * gdb.linespec/3explicit.c: New file.
2588 * gdb.linespec/cpexplicit.cc: New file.
2589 * gdb.linespec/cpexplicit.exp: New file.
2590 * gdb.linespec/explicit.c: New file.
2591 * gdb.linespec/explicit.exp: New file.
2592 * gdb.linespec/explicit2.c: New file.
2593 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2594 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2595 before using in the matching pattern.
2596 Clarify that `prefix' is a regular expression.
2597
f00aae0f
KS
25982015-08-11 Keith Seitz <keiths@redhat.com>
2599
2600 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2601 test.
2602 Add tests for missing ",FMT" and ",".
2603
e27852be
DE
26042015-08-10 Doug Evans <dje@google.com>
2605 Keith Seitz <keiths@redhat.com>
2606
2607 PR gdb/17960
2608 * gdb.base/completion.exp: Add location completer tests.
2609
7f03bd92
PA
26102015-08-07 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2613 tests here.
2614 (top level): Run do_test with and without displaced stepping.
2615
3fc8eb30
PA
26162015-08-07 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.base/valgrind-disp-step.c: New file.
2619 * gdb.base/valgrind-disp-step.exp: New file.
2620
d4569d7b
PA
26212015-08-07 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2624 Delete function.
2625 (main): Add alarm. Run an infinite loop instead of calling
2626 wait_threads.
2627 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2628 comment.
2629 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2630 Delete function.
2631 (main): Add alarm. Run an infinite loop instead of calling
2632 wait_threads.
2633 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2634 comment.
2635
e1316e60
PA
26362015-08-07 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/checkpoint-ns.exp: New file.
2639 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2640 standard_testfile.
2641
da8c46d2
MM
26422015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2643
2644 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2645 * gdb.btrace/instruction_history.exp: Update.
2646 * gdb.btrace/tsx.exp: New.
2647 * gdb.btrace/tsx.c: New.
2648
de1c2c52
PA
26492015-08-06 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2652 increase timeout.
2653 * gdb.reverse/until-precsave.exp: Bump timeouts.
2654
782e0bf4
PA
26552015-08-06 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2658
83e97ed0
PA
26592015-08-06 Pedro Alves <palves@redhat.com>
2660
2661 PR gdb/18749
2662 * gdb.threads/process-dies-while-handling-bp.c: New file.
2663 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2664
863d01bd
PA
26652015-08-06 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2668 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2669
0a39bb32
PA
26702015-08-05 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2673 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2674
ee2d2b10
SL
26752015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2676
2677 * gdb.base/bp-permanent.exp: Report test as unsupported if
2678 the target cannot stop at the permanent breakpoint.
2679
4e1bdb00
DE
26802015-08-03 Doug Evans <dje@google.com>
2681
2682 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2683 10000.
2684
3d338901
DE
26852015-08-03 Doug Evans <dje@google.com>
2686
2687 * Makefile.in (workers/%.worker, build-perf): New rule.
2688 (GDB_PERFTEST_MODE): New variable.
2689 (check-perf): Use it.
2690 (clean): Clean up gdb.perf parallel build subdirs.
2691 * lib/build-piece.exp: New file.
2692 * lib/gdb.exp (make_gdb_parallel_path): New function
2693 (standard_output_file, standard_temp_file): Call it.
2694 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2695 of $GDB_PARALLEL.
2696 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2697
af061d3e
DE
26982015-08-03 Doug Evans <dje@google.com>
2699
8e1afc81 2700 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2701 (LOG_FILE_NAME): New global.
2702 (TextReporter.__init__): Initialize self.txt_sum.
2703 (TextReporter.report): Add support for multiple data-points.
2704 Move report to perftest.sum, put raw data in perftest.log.
2705 (TextReporter.start): Open sum and log files.
2706 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2707 * gdb.perf/lib/perftest/testresult.py
2708 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2709
2c8c5d37
PA
27102015-07-31 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2713 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2714 kill_wait_spawned_process instead of explicit "kill -9".
2715 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2716 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2717 kill_wait_spawned_process.
2718 * gdb.base/attach-twice.exp: Likewise.
2719 * gdb.base/attach.exp: Likewise.
2720 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2721 gdb_test_multiple.
2722 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2723 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2724 kill_wait_spawned_process.
2725 * gdb.base/valgrind-infcall.exp: Likewise.
2726 * gdb.multi/multi-attach.exp: Likewise.
2727 * gdb.python/py-prompt.exp: Likewise.
2728 * gdb.python/py-sync-interp.exp: Likewise.
2729 * gdb.server/ext-attach.exp: Likewise.
2730 * gdb.threads/attach-into-signal.exp (corefunc): Use
2731 spawn_wait_for_attach, spawn_id_get_pid and
2732 kill_wait_spawned_process.
2733 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2734 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2735 spawn_id_get_pid and kill_wait_spawned_process.
2736 * gdb.threads/attach-stopped.exp (corefunc): Use
2737 spawn_wait_for_attach, spawn_id_get_pid and
2738 kill_wait_spawned_process.
2739 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2740 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2741 kill_wait_spawned_process instead of explicit "kill -9".
2742 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2743 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2744 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2745 processes. Don't map cygwin/windows pids here. Now returns a
2746 spawn id list.
2747
032a0fca
SL
27482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2749
2750 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2751 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2752 correct patch.
2753
61a934ca
SL
27542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2755
2756 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2757
4bc4d428
SL
27582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2759
2760 Reapply:
2761 2014-05-21 Mark Wielaard <mjw@redhat.com>
2762
2763 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2764
998d452a
PA
27652015-07-30 Pedro Alves <palves@redhat.com>
2766
2767 * linux-low.c (handle_extended_wait): Set the child's last
2768 reported status to TARGET_WAITKIND_STOPPED.
2769
69dde7dc
PA
27702015-07-30 Pedro Alves <palves@redhat.com>
2771
2772 PR threads/18600
2773 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2774 only shows inferior 1.
2775
4dd63d48
PA
27762015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2777 Pedro Alves <palves@redhat.com>
2778
2779 PR threads/18600
2780 * gdb.threads/fork-plus-threads.c: New file.
2781 * gdb.threads/fork-plus-threads.exp: New file.
2782
d618e4c5
PP
27832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2784
2785 * gdb.base/batch-preserve-term-settings.exp
2786 (test_terminal_settings_preserved_after_cli_exit): Use
2787 send_quit_command.
2788
1eef6428
PA
27892015-07-29 Pedro Alves <palves@redhat.com>
2790 Don Breazeal <donb@codesourcery.com>
2791
2792 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2793 output from both inferior_spawn_id and gdb_spawn_id.
2794
7da5b897
SDJ
27952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2796
2797 * gdb.threads/attach-into-signal.exp (corefunc): Use
2798 with_test_prefix on nested loops, uniquefying the test messages.
2799
dac804df
SDJ
28002015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2801
2802 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2803 commit.
2804
06265e53
PP
28052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2806
2807 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2808 New proc.
2809 (test_terminal_settings_preserved_after_sigterm): New test.
2810
18206ca3
PP
28112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2812
2813 * gdb.base/batch-preserve-term-settings.exp
2814 (test_terminal_settings_preserved_after_cli_exit): New test.
2815
90074d11
PP
28162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2817
2818 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2819 manipulation of saved_gdbflags.
2820 (test_terminal_settings_preserved): Remove global declaration of
2821 the unused variable pagination_prompt. Remove manipulation of
2822 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2823 GDBFLAGS.
2824
eb1a7902
PA
28252015-07-29 Pedro Alves <palves@redhat.com>
2826
2827 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2828
8b75dd3b
PA
28292015-07-29 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2832 at the top.
2833
dedad4e3
PA
28342015-07-29 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2837 (main): Call gdb_unbuffer_output.
2838 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2839 (main): Call gdb_unbuffer_output.
2840 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2841 (main): Call gdb_unbuffer_output.
2842 * gdb.base/call-strs.exp: Adjust to step over the
2843 gdb_unbuffer_output call.
2844 * gdb.base/catch-gdb-caused-signals.c: Include
2845 "../lib/unbuffer_output.c".
2846 (main): Call gdb_unbuffer_output.
2847 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2848 (main): Call gdb_unbuffer_output.
2849 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2850 (main): Call gdb_unbuffer_output.
2851 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2852 (main): Call gdb_unbuffer_output.
2853 * gdb.base/shlib-call.exp: Adjust to step over the
2854 gdb_unbuffer_output call.
2855 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2856 (main): Call gdb_unbuffer_output.
2857 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2858 (main): Call gdb_unbuffer_output.
2859 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2860 (main): Rename to ...
2861 (test): ... this.
2862 (main): Reimplement.
2863 * gdb.base/varargs.exp: Run to test instead of to main.
2864 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2865 (main): Call gdb_unbuffer_output.
2866
58789a91
PA
28672015-07-29 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2870 factore out from mi_continue_dprintf. For call-style dprintfs,
2871 expect dprintf output out of $inferior_spawn_id.
2872 (mi_continue_dprintf): Use mi_expect_dprintf.
2873 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2874 (main): Call gdb_unbuffer_output.
2875
e8376742
PA
28762015-07-29 Pedro Alves <palves@redhat.com>
2877
2878 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2879 (default_mi_gdb_start): Set inferior_spawn_id instead of
2880 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2881 gdb_spawn_id.
2882 (mi_gdb_test): Always expect inferior output from both
2883 $inferior_spawn_id and $gdb_spawn_id.
2884
08280010
PA
28852015-07-29 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2888 send_inferior and $inferior_spawn_id.
2889
4d30e432
PA
28902015-07-29 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.gdb/complaints.exp (test_initial_complaints)
2893 (test_serial_complaints, test_short_complaints): Use
2894 gdb_test_stdio.
2895 (test_empty_complaint): Handle $inferior_spawn_id !=
2896 $gdb_spawn_id.
2897
0d30a335
PA
28982015-07-29 Pedro Alves <palves@redhat.com>
2899
2900 * gdb.base/varargs.exp: Use gdb_test_stdio.
2901
39413b29
PA
29022015-07-29 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2905
7cb000a9
PA
29062015-07-29 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2909
d7b8ac82
PA
29102015-07-29 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2913 parameter into two new parameters, "inf_result" and "gdb_result".
2914 Expect inferior output and gdb output from $inferior_spawn_id and
2915 $gdb_spawn_id, respectively. Adjust all callers.
2916
789c3a0c
PA
29172015-07-29 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2920 of gdb_test_sequence.
2921
77e760c3
PA
29222015-07-29 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2925 (saw_spurious_output): Expect inferior output from
2926 $inferior_spawn_id. Use gdb_test_stdio.
2927
8396d2cd
PA
29282015-07-29 Pedro Alves <palves@redhat.com>
2929
2930 * gdb.base/dprintf.exp: Use standard_testfile. Change
2931 prepare_for_testing call.
2932 (srcfile): Don't set.
2933 (restart): New procedure.
2934 (test_dprintf): New procecure, use to continue over dprintfs.
2935 (test_call, test_agent): New procedures, tests moved here.
2936 Restart gdb and recreate dprintfs. Adjust expected output.
2937
2051d61f
PA
29382015-07-29 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2941
452397af
PA
29422015-07-29 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2945
8aed9555
PA
29462015-07-29 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2949 gdb_test_stdio.
2950
188a61b4
PA
29512015-07-29 Pedro Alves <palves@redhat.com>
2952
2953 * lib/gdb.exp (gdb_test_stdio): New procedure.
2954
12264a45
PA
29552015-07-29 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2958
23ffc893
PA
29592015-07-29 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/call-signal-resume.exp: Remove check for
2962 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2963 * gdb.base/unwindonsignal.exp: Likewise.
2964 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2965 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2966
65566918
PA
29672015-07-29 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/siginfo-addr.c (pass): New function.
2970 (handler): Call it iff si_addr is correct.
2971 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2972 Set a breakpoint at "pass" and continue to it.
2973
d60a9221
SDJ
29742015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2975
2976 * gdb.python/py-objfile.exp: Make some tests have unique names.
2977 * gdb.python/py-pp-registration.exp: Likewise.
2978
bde40b8f
PA
29792015-07-28 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2982
13e1dec8
SM
29832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2986
da33c9a7
SM
29872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2988
2989 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2990
077836f7
PP
29912015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2992
2993 * gdb.base/gdb-sigterm-2.exp: New test.
2994
b8cc7b2e
DE
29952015-07-25 Doug Evans <xdje42@gmail.com>
2996
2997 Revert:
2998 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2999 (workers/%.worker, build-perf): New rule.
3000 (GDB_PERFTEST_MODE): New variable.
3001 (check-perf): Use it.
3002 (clean): Clean up gdb.perf parallel build subdirs.
3003 * lib/build-piece.exp: New file.
3004 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3005 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3006 name.
3007 (standard_temp_file): Ditto.
3008 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3009 of $GDB_PARALLEL.
3010
c8bd4544
DE
30112015-07-24 Doug Evans <dje@google.com>
3012
3013 * gdb.perf/lib/perftest/utils.py: New file.
3014 * gdb.perf/gm-hello.cc: New file.
3015 * gdb.perf/gm-pervasive-typedef.cc: New file.
3016 * gdb.perf/gm-pervasive-typedef.h: New file.
3017 * gdb.perf/gm-std.cc: New file.
3018 * gdb.perf/gm-std.h: New file.
3019 * gdb.perf/gm-use-cerr.cc: New file.
3020 * gdb.perf/gm-utils.h: New file.
3021 * gdb.perf/gmonster-null-lookup.py: New file.
3022 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3023 * gdb.perf/gmonster-print-cerr.py: New file.
3024 * gdb.perf/gmonster-ptype-string.py: New file.
3025 * gdb.perf/gmonster-runto-main.py: New file.
3026 * gdb.perf/gmonster-select-file.py: New file.
3027 * gdb.perf/gmonster1-null-lookup.exp: New file.
3028 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3029 * gdb.perf/gmonster1-print-cerr.exp: New file.
3030 * gdb.perf/gmonster1-ptype-string.exp: New file.
3031 * gdb.perf/gmonster1-runto-main.exp: New file.
3032 * gdb.perf/gmonster1-select-file.exp: New file.
3033 * gdb.perf/gmonster1.cc: New file.
3034 * gdb.perf/gmonster1.exp: New file.
3035 * gdb.perf/gmonster2-null-lookup.exp: New file.
3036 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3037 * gdb.perf/gmonster2-print-cerr.exp: New file.
3038 * gdb.perf/gmonster2-ptype-string.exp: New file.
3039 * gdb.perf/gmonster2-runto-main.exp: New file.
3040 * gdb.perf/gmonster2-select-file.exp: New file.
3041 * gdb.perf/gmonster2.cc: New file.
3042 * gdb.perf/gmonster2.exp: New file.
3043
6eab34f3
DE
30442015-07-24 Doug Evans <dje@google.com>
3045
3046 * gdb.perf/README: New file.
3047 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3048 * lib/gen-perf-test.exp: New file.
3049
63738bfd
DE
30502015-07-24 Doug Evans <dje@google.com>
3051
3052 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3053 (PerfTest::startup): New function.
3054 (PerfTest::run): Return result of calling body.
3055 (PerfTest::assemble): Rewrite.
3056 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3057 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3058 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3059 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3060 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3061
7b606f95
DE
30622015-07-24 Doug Evans <dje@google.com>
3063
3064 * lib/gdb.exp (clean_restart): Make executable optional.
3065
a97b16b8
DE
30662015-07-24 Doug Evans <dje@google.com>
3067
3068 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3069 compiler_info references.
3070 * gdb.cp/temargs.exp: Ditto.
3071 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3072 (get_compiler_info): Early exit if already computed. Set compiler_info
3073 to "unknown" if there was a problem.
3074 (test_compiler_info): Add function comment. Call get_compiler_info.
3075
35baa57f
DE
30762015-07-24 Doug Evans <dje@google.com>
3077
3078 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3079 (workers/%.worker, build-perf): New rule.
3080 (GDB_PERFTEST_MODE): New variable.
3081 (check-perf): Use it.
3082 (clean): Clean up gdb.perf parallel build subdirs.
3083 * lib/build-piece.exp: New file.
3084 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3085 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3086 name.
3087 (standard_temp_file): Ditto.
3088 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3089 of $GDB_PARALLEL.
3090
6ebea266
DE
30912015-07-24 Doug Evans <dje@google.com>
3092
3093 * lib/future.exp (gdb_default_target_compile): New option
3094 "early_flags".
3095 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3096 --as-needed.
3097
1e76a7e9
SDJ
30982015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3099
3100 * gdb.base/catch-syscall.exp: Call gdb_exit before
3101 gdb_skip_xml_test.
3102
5068630a
PA
31032015-07-24 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.python/py-events.exp: Accept output between the stop event
3106 and the prompt.
3107 * gdb.python/py-evsignal.exp: Likewise.
3108 * gdb.python/py-evthreads.exp: Likewise.
3109
77598427
PA
31102015-07-24 Pedro Alves <palves@redhat.com>
3111
3112 PR gdb/18717
3113 * gdb.threads/non-ldr-exit.c: New file.
3114 * gdb.threads/non-ldr-exit.exp: New file.
3115
11e6c98f
YQ
31162015-07-24 Yao Qi <yao.qi@linaro.org>
3117
3118 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3119 restarting process.
3120
51aee833
YQ
31212015-07-24 Yao Qi <yao.qi@linaro.org>
3122
3123 * gdb.server/ext-restart.exp: New file.
3124
8cfe207c
YQ
31252015-07-24 Yao Qi <yao.qi@linaro.org>
3126
3127 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3128 argument options.
3129 * gdb.server/ext-wrapper.exp: New file.
3130
cc12ce38
DE
31312015-07-23 Doug Evans <dje@google.com>
3132
3133 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3134 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3135
d0d84780
PMR
31362015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3137
3138 * gdb.ada/var_arr_typedef.exp: New testcase.
3139 * gdb.ada/var_arr_typedef/pack.adb: New file.
3140 * gdb.ada/var_arr_typedef/pack.ads: New file.
3141 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3142
8b558f79
JB
31432015-07-20 Joel Brobecker <brobecker@adacore.com>
3144
3145 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3146
775a3298
JK
31472015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3148
3149 * gdb.arch/i386-biarch-core.exp: Replace istarget
3150 by "complete set gnutarget". Remove expectation for the "core-file"
3151 command.
3152
db1ff28b
JK
31532015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 Revert the previous commit:
3156 Tests for validate symbol file using build-id.
3157
0a94970d
JK
31582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3159
3160 Tests for validate symbol file using build-id.
3161 * gdb.base/solib-mismatch-lib.c: New file.
3162 * gdb.base/solib-mismatch-libmod.c: New file.
3163 * gdb.base/solib-mismatch.c: New file.
3164 * gdb.base/solib-mismatch.exp: New file.
3165
03346981
SL
31662015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3167
3168 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3169 nios2-*-linux*.
3170 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3171 * gdb.base/siginfo.exp: Likewise.
3172 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3173
42422cc7
PL
31742015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3175
3176 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3177 Move it to ...
3178 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3179 ... here.
3180 * gdb.trace/range-stepping.exp: Check that the target supports
3181 range stepping.
3182
cfa68bae
JK
31832015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3186
8ffdba26
PA
31872015-07-14 Pedro Alves <palves@redhat.com>
3188
3189 * gdb.base/killed-outside.exp: New file.
3190 * gdb.base/killed-outside.c: New file.
3191
218a5a11
JK
31922015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3195 (n at main): New.
3196 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3197
e03ed3c6
AA
31982015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3199
3200 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3201 infcall tests instead of setting up for KFAIL.
3202
485668e5
MM
32032015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3204
3205 * gdb.btrace/record_goto-step.exp: New.
3206
08464196
JK
32072015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 PR compile/18484
3210 * gdb.compile/compile.c (struct struct_type): Add volatile to
3211 selffield's type.
3212 * gdb.compile/compile.exp
3213 (compile code struct_object.selffield = &struct_object): Skip further
3214 struct_object tests if this one xfails.
3215
bcf5c1d9
RC
32162015-07-08 Robert O'Callahan <robert@ocallahan.org>
3217
3218 PR exp/18617
3219 * gdb.trace/ax.exp: Add test.
3220
4931af25
YQ
32212015-07-07 Yao Qi <yao.qi@linaro.org>
3222
3223 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3224 instead of istarget "aarch64*-*-*".
3225 * gdb.arch/aarch64-fp.exp: Likewise.
3226 * gdb.base/float.exp: Likewise.
3227 * gdb.reverse/aarch64.exp: Likewise.
3228 * lib/gdb.exp (is_aarch64_target): New proc.
3229
9fcf688e
YQ
32302015-07-07 Yao Qi <yao.qi@linaro.org>
3231
3232 * lib/gdb.exp (is_aarch32_target): New proc.
3233 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3234 instead of "istarget "arm*-*-*"".
3235 * gdb.arch/arm-disp-step.exp: Likewise.
3236 * gdb.arch/thumb-bx-pc.exp: Likewise.
3237 * gdb.arch/thumb-prologue.exp: Likewise.
3238 * gdb.arch/thumb-singlestep.exp: Likewise.
3239 * gdb.base/disp-step-syscall.exp: Likewise.
3240 * gdb.base/float.exp: Likewise.
3241
fbd8d50d
YQ
32422015-07-07 Yao Qi <yao.qi@linaro.org>
3243
3244 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3245 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3246
71be1fdc
YQ
32472015-07-07 Yao Qi <yao.qi@linaro.org>
3248
3249 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3250 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3251 if it exists.
3252 * gdb.multi/multi-arch.exp: Likewise.
3253
3e221d36
SM
32542015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3255
3256 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3257 print.
3258
d441430b
YQ
32592015-07-07 Yao Qi <yao.qi@linaro.org>
3260
3261 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3262
06f810bd
MG
32632015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3264
3265 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3266 '[' and ']' characters.
3267
5e61e7c0
IB
32682015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3269
3270 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3271
28bf096c
PA
32722015-06-29 Pedro Alves <palves@redhat.com>
3273
3274 PR threads/18127
3275 * gdb.threads/hand-call-new-thread.c: New file.
3276 * gdb.threads/hand-call-new-thread.c: New file.
3277
ee93cd5e
KS
32782015-06-26 Keith Seitz <keiths@redhat.com>
3279 Doug Evans <dje@google.com>
3280
3281 PR 16253
3282 * gdb.cp/var-tag-2.cc: New file.
3283 * gdb.cp/var-tag-3.cc: New file.
3284 * gdb.cp/var-tag-4.cc: New file.
3285 * gdb.cp/var-tag.cc: New file.
3286 * gdb.cp/var-tag.exp: New file.
3287
fc637f04
PP
32882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3289
3290 * gdb.base/history-duplicates.exp: New test.
3291
2e52ae68
PP
32922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3293
3294 * gdb.base/completion.exp: Test the completion of the "focus"
3295 command.
3296
6e22494e
JK
32972015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3298
3299 * gdb.arch/amd64-prologue-skip.S: New file.
3300 * gdb.arch/amd64-prologue-skip.exp: New file.
3301
bf7b9cd9
SM
33022015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3303
3304 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3305 is_address_zero_readable check.
3306
201e8dfd
PB
33072015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3308
3309 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3310 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3311
5cd867b4
YQ
33122015-06-24 Yao Qi <yao.qi@linaro.org>
3313
3314 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3315 linux targets.
3316
4d7be007
YQ
33172015-06-24 Yao Qi <yao.qi@linaro.org>
3318
3319 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3320 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3321 * gdb.base/siginfo-thread.exp: Likewise.
3322
07fcd301
YQ
33232015-06-22 Yao Qi <yao.qi@linaro.org>
3324
3325 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3326
52042a00
YQ
33272015-06-22 Yao Qi <yao.qi@linaro.org>
3328
3329 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3330 aarch64*-*-*.
3331 (skip_hw_watchpoint_tests): Likewise.
3332
74bd41ce
PP
33332015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3334
3335 * gdb.base/gdbinit-history.exp: Test the interaction between
3336 setting GDBHISTSIZE and setting the history size via .gdbinit.
3337
bc460514
PP
33382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3339
3340 PR gdb/16999
3341 * gdb.base/gdbhistsize-history.exp: New test.
3342
b58c513b
PP
33432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3344
3345 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3346 with GDBHISTSIZE.
3347 * gdb.base/readline.exp: Likewise.
3348
92046791
YQ
33492015-06-17 Yao Qi <yao.qi@linaro.org>
3350
3351 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3352 line.
3353
2093d2d3
PP
33542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3355
3356 * gdb.base/gdbinit-history.exp: Add test case to check that
3357 an unlimited history file does not get truncated on exit.
3358
e6c693af
AA
33592015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3360
3361 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3362 (VECTOR): New macro. Use it...
3363 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3364 ...for these typedefs.
3365 (int8, char1, int1, double1): New typedefs.
3366 (struct just_int2, struct two_int2): New structures.
3367 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3368 (add_structvecs, add_singlevecs): New functions.
3369 (main): Call add_some_intvecs twice.
3370 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3371 the compile and exit upon failure. Try compiling for the "native"
3372 architecture. Test inferior function calls with vector arguments
3373 and vector return value handling with "finish" and "return".
3374
c74f7d1c
JT
33752015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3376
3377 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3378 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3379 PE file.
3380 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3381
98aa42ee
AT
33822015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3383
3384 PR breakpoints/16465
3385 * gdb.mi/mi-dprintf-pending.c: New file.
3386 * gdb.mi/mi-dprintf-pending.exp: New test.
3387 * gdb.mi/mi-dprintf-pendshr.c: New file.
3388
7d73c23c 33892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3390 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3391
3392 * gdb.arch/i386-mpx-map.c: New file.
3393 * gdb.arch/i386-mpx-map.exp: New File.
3394
33952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3396
3397 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3398 * gdb.arch/i386-mpx.exp: Indentation fixed.
3399
34002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3401
3402 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3403 function and improved indentation.
3404 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3405 gdb_test_multiple. Added additional tests to skip the test.
3406
34072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3408
3409 * gdb.arch/i386-avx512.c: Change path in include file.
3410 * gdb.arch/i386-avx512.exp: Change include dir path
3411 compilation flag.
3412 * gdb.arch/i386-mpx.c: Change path in include file.
3413 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3414 flag.
3415
d5eba19a
JK
34162015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.compile/compile-print.exp (compile print *vararray@3)
3419 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3420
7f361056
JK
34212015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3422
3423 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3424 (do not keep jit in memory): ... this.
3425 (expect 5): Change it to ...
3426 (expect no 5): ... this.
3427
3b462ec2
SM
34282015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3429
3430 PR gdb/15564
3431 * gdb.mi/mi-detach.exp: New file.
3432
e0619de6
JK
34332015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 PR symtab/18392
3436 * gdb.arch/amd64-tailcall-self.S: New file.
3437 * gdb.arch/amd64-tailcall-self.c: New file.
3438 * gdb.arch/amd64-tailcall-self.exp: New file.
3439
e970cb34
DB
34402015-05-28 Don Breazeal <donb@codesourcery.com>
3441
3442 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3443 tests for remote targets by checking is_target_gdbserver.
3444
b2e2f908
DE
34452015-05-27 Doug Evans <dje@google.com>
3446
3447 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3448 * gdb.dwarf2/opaque-type-lookup.c: New file.
3449 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3450
82c7be31
DE
34512015-05-26 Doug Evans <dje@google.com>
3452
3453 * gdb.cp/iostream.cc: New file.
3454 * gdb.cp/iostream.exp: New file.
3455
b4f54984
DE
34562015-05-26 Doug Evans <dje@google.com>
3457
3458 * gdb.dwarf2/dw2-op-call.exp: Update.
3459 * gdb.dwarf2/dw4-sig-types.exp: Update.
3460 * gdb.dwarf2/implptr.exp: Update.
3461 * gdb.mi/mi-cmd-param-changed.exp: Update.
3462
4ea6efe9
DE
34632015-05-26 Doug Evans <dje@google.com>
3464
3465 * gdb.python/py-lazy-string.c: New file.
3466 * gdb.python/py-lazy-string.exp: New file.
3467 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3468 (main): Update. Add estring3.
3469 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3470 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3471
f6bb7db3
YQ
34722015-05-26 Omair Javaid <omair.javaid@linaro.org>
3473 Yao Qi <yao.qi@linaro.org>
3474
3475 * gdb.reverse/aarch64.c: New.
3476 * gdb.reverse/aarch64.exp: New.
3477
a81bfbd0
OJ
34782015-05-26 Omair Javaid <omair.javaid@linaro.org>
3479
3480 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3481 (supports_reverse): Likewise.
3482
158bf1b4
PP
34832015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3484
3485 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3486 Use with_test_prefix.
3487
a0145030
AB
34882015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.base/completion.exp: Add test for completion of layout
3491 names.
3492
ebe3b578
AB
34932015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * lib/gdb.exp (skip_tui_tests): New proc.
3496 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3497
84204ed7
PA
34982015-05-19 Pedro Alves <palves@redhat.com>
3499
3500 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3501 Save the whole env array instead of just HOME. Unset HISTSIZE in
3502 the environment while testing. Restore whole environment
3503 afterwards.
3504
37442ce1
DE
35052015-05-16 Doug Evans <xdje42@gmail.com>
3506
3507 * gdb.guile/scm-ports.c: New file.
3508 * gdb.guile/scm-ports.exp: Add memory port tests.
3509
36de76f9
JK
35102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 * gdb.compile/compile-print.c: New file.
3513 * gdb.compile/compile-print.exp: New file.
3514
3a9558c4
JK
35152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3516
3517 * gdb.compile/compile-ops.exp: Cast param to void.
3518 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3519 (compile code struct_object.selffield = &struct_object): Add xfail.
3520
aa715135
JG
35212015-05-15 Joel Brobecker <brobecker@adacore.com>
3522
3523 * gdb.ada/arr_enum_with_gap: New testcase.
3524
931e5bc3
JG
35252015-05-15 Joel Brobecker <brobecker@adacore.com>
3526
3527 * gdb.ada/byte_packed_arr: New testcase.
3528
9cd4d857
JB
35292015-05-15 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.ada/pckd_neg: New testcase.
3532
ebfd00d2
PP
35332015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3534
3535 PR gdb/17820
3536 * gdb.base/gdbinit-history.exp: New test.
3537 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3538 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3539
4c082a81
SC
35402015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3541
3542 * gdb.python/py-xmethods.cc: Enhance test case.
3543 * gdb.python/py-xmethods.exp: New tests.
3544 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3545 function.
3546 (B_indexoper): Likewise.
3547 (global_dm_list) : Add new xmethod worker functions.
3548
f7797074
SDJ
35492015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3550
3551 * gdb.base/coredump-filter.exp: Correctly unset
3552 "coredump_var_addr" array.
3553
a4674e4e
PA
35542015-05-08 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.server/non-existing-program.exp: Unset spawn_id.
3557
df2eb078
SC
35582015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3559
3560 PR python/18291
3561 * gdb.python/py-xmethods.exp: Add tests.
3562
422349a3
YQ
35632015-05-08 Yao Qi <yao.qi@linaro.org>
3564
3565 PR gdb/18208
3566 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3567 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3568 function set_coredump_filter, and remove remote_exec call.
3569 Remove argument ipid. Callers update.
3570 (top level): Don't get inferior's PID.
3571
63fc80ce
AA
35722015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3573
3574 * gdb.base/watch_thread_num.exp: Skip test on targets without
3575 access watchpoints.
3576
80ad801e
PA
35772015-05-06 Pedro Alves <palves@redhat.com>
3578
3579 PR server/18081
3580 * gdb.server/non-existing-program.exp: New file.
3581
0fa7fe50
JB
35822015-05-05 Joel Brobecker <brobecker@adacore.com>
3583
3584 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3585
3ea89b92
PMR
35862015-05-05 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.ada/out_of_line_in_inlined: New testcase.
3589
87b8eff0
JB
35902015-05-05 Joel Brobecker <brobecker@adacore.com>
3591
3592 * gdb.ada/var_rec_arr: New testcase.
3593
5fccc635
YQ
35942015-04-30 Yao Qi <yao.qi@linaro.org>
3595
3596 * gdb.base/break-idempotent.exp: If
3597 skip_hw_watchpoint_multi_tests returns true, skip the tests
3598 on "rwatch" and "awatch".
3599
42d38f42
YQ
36002015-04-30 Yao Qi <yao.qi@linaro.org>
3601
3602 * gdb.base/relativedebug.exp: Invoke gdb command
3603 "info sharedlibrary", and if libc.so doesn't have debug info,
3604 skip the test.
3605
2ce1cdbf
DE
36062015-04-29 Doug Evans <dje@google.com>
3607
3608 * gdb.python/py-xmethods.exp: Add ptype tests.
3609 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3610 get_result_type method.
3611
f24a38c5
LM
36122015-04-29 Luis Machado <lgustavo@codesourcery.com>
3613
3614 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3615 the target does not support hardware watchpoints.
3616
ecbf2b3c
LM
36172015-04-29 Luis Machado <lgustavo@codesourcery.com>
3618
3619 * gdb.base/break-always.exp: Abort testing if writing to memory
3620 causes an error.
3621
34f5f757
DE
36222015-04-28 Doug Evans <dje@google.com>
3623
3624 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3625 * gdb.python/py-pp-registration.exp: ... here. New file.
3626 * gdb.python/py-pp-registration.c: New file.
3627 * gdb.python/py-pp-registration.py: New file.
3628
69b4374a
DE
36292015-04-28 Doug Evans <dje@google.com>
3630
3631 * gdb.python/py-bad-printers.c: New file.
3632 * gdb.python/py-bad-printers.py: New file.
3633 * gdb.python/py-bad-printers.exp: New file.
3634
59fb7612
SS
36352015-04-28 Sasha Smundak <asmundak@google.com>
3636
3637 * gdb.python/py-type.exp: New test.
3638
2631b16a
AW
36392015-04-28 Andy Wingo <wingo@igalia.com>
3640
3641 * gdb.python/py-parameter.exp:
3642 * gdb.guile/scm-parameter.exp: Escape the path that we are
3643 matching against, as it might contain characters that are special
3644 to regular expressions.
3645
460efde1
JB
36462015-04-27 Joel Brobecker <brobecker@adacore.com>
3647
3648 * gdb.ada/rec_comp: New testcase.
3649
2d369d8e
SDJ
36502015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3651
3652 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3653 before using it.
3654
cf75d6c3
AB
36552015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3658 new tests for verilog output.
3659
8dbe7ca5
YQ
36602015-04-24 Yao Qi <yao.qi@linaro.org>
3661
3662 * boards/remote-gdbserver-on-localhost.exp: New file.
3663
4ef9fb2f
PA
36642015-04-23 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3667 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3668 "end of file", remove $inferior_spawn_id from the indirect list.
3669
0a803169
PA
36702015-04-23 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3673
749ef8f8
PA
36742015-04-23 Pedro Alves <palves@redhat.com>
3675
3676 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3677 on $any_spawn_id instead of only on $gdb_spawn_id.
3678
8aae4344
PM
36792015-04-21 Pierre Muller <muller@sourceware.org>
3680
3681 PR pascal/17815
3682 * lib/pascal.exp (gpc_compile): Add new option "class".
3683 (fpc_compile): Likewise.
3684 * gdb.pascal/case-insensitive-symbols.pas: New file.
3685 * gdb.pascal/case-insensitive-symbols.exp: New file.
3686
1586c8fb
GB
36872015-04-20 Gary Benson <gbenson@redhat.com>
3688
3689 * gdb.base/attach.exp: Fix three extended remote failures.
3690
1b6e6f5c
GB
36912015-04-17 Gary Benson <gbenson@redhat.com>
3692
3693 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3694 the main executable over the remote protocol.
3695
e797481d
PA
36962015-04-16 Pedro Alves <palves@redhat.com>
3697
3698 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3699 a new gdbserver if gdbserver_reconnect_p is set.
3700
1ca99c42
PA
37012015-04-16 Pedro Alves <palves@redhat.com>
3702
3703 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3704 is set, don't exit gdbserver.
3705
af9fd6f8
AA
37062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3707
3708 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3709 appropriate .insn, such that an older assembler can be used.
3710 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3711 the z/Architecture instruction set on 31-bit targets as well.
3712
04ff1e61
AA
37132015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3714
3715 * gdb.go/handcall.exp: Remove all logic related to the first
3716 breakpoint and rely on go_runto_main instead.
3717 * gdb.go/strings.exp: Likewise.
3718 * gdb.go/unsafe.exp: Likewise.
3719 * gdb.go/hello.exp: Likewise. Also rename the remaining
3720 breakpoint marker to "breakpoint 1".
3721 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3722 * gdb.go/strings.go: Likewise.
3723 * gdb.go/unsafe.go: Likewise.
3724 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3725 "set breakpoint 2 here" and rename the remaining breakpoint marker
3726 to "breakpoint 1".
3727
40d2f8d6
SM
37282015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3729
3730 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3731 if itertools.imap is not present.
3732 * gdb.python/py-objfile.exp: Add parentheses.
3733 * gdb.python/py-type.exp: Same.
3734 * gdb.python/py-unwind-maint.py: Same.
3735
8cbc97c6
YQ
37362015-04-15 Yao Qi <yao.qi@linaro.org>
3737
3738 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3739 of ":$ptr_size" and set its form explicitly.
3740
45fd756c
YQ
37412015-04-15 Pedro Alves <palves@redhat.com>
3742 Yao Qi <yao.qi@linaro.org>
3743
3744 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3745 timeout by factor of 4.
3746 (test_regular_watch): Likewise.
3747 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3748 * gdb.reverse/sigall-reverse.exp: Likewise.
3749 * gdb.reverse/until-precsave.exp: Likewise.
3750 * lib/gdb.exp (with_timeout_factor): New proc.
3751 (gdb_expect): Move some code to ...
3752 (get_largest_timeout): ... here. New procedure.
3753
9e811bc3
LM
37542015-04-14 Luis Machado <lgustavo@codesourcery.com>
3755
3756 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3757
0ff6fcb2
LM
37582015-04-13 Luis Machado <lgustavo@codesourcery.com>
3759
3760 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3761 to write to the .text section.
3762
7578d5f7
LM
37632015-04-13 Luis Machado <lgustavo@codesourcery.com>
3764
3765 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3766 Handle the case of targets that do not provide PID information.
3767
2efe15c4
YQ
37682015-04-13 Yao Qi <yao.qi@linaro.org>
3769
3770 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3771 and use expect instead of gdb_expect.
3772
8cd8f2f8
SDJ
37732015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3774
3775 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3776 "coredump_var_addr" to avoid naming conflict with other testcases.
3777
9ee41772
PA
37782015-04-10 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3781 gdb_test_sequence and gdb_assert.
3782
07473109
PA
37832015-04-10 Pedro Alves <palves@redhat.com>
3784
3785 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3786 test messages that don't include the breakpoint address.
3787
de3db44c
YQ
37882015-04-10 Yao Qi <yao.qi@linaro.org>
3789
3790 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3791 false for some offset and width combinations which aren't
3792 supported by linux kernel.
3793
c79d856c
PA
37942015-04-10 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3797 procedure, factored out from ...
3798 (top level): ... here. Add "set displaced-stepping" testing axis.
3799 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3800 parameter "displaced". Use it.
3801 (top level): Use foreach and add "set displaced-stepping" testing
3802 axis.
3803
ebc90b50
PA
38042015-04-10 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3807 Remove comment.
3808 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3809 both the address of the instruction that triggers the watchpoint
3810 and the address of the instruction immediately after, and use
3811 those addresses for the test. Fix comment.
3812
8f572e5c
PA
38132015-04-10 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/sigstep.exp (breakpoint_to_handler)
3816 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3817 Test "backtrace" in handler.
3818 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3819 (top level): Add new "displaced" test axis to
3820 breakpoint_to_handler, breakpoint_to_handler_entry and
3821 breakpoint_over_handler.
3822
8d707a12
PA
38232015-04-10 Pedro Alves <palves@redhat.com>
3824
3825 PR gdb/18216
3826 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3827
ef713951
YQ
38282015-04-10 Yao Qi <yao.qi@linaro.org>
3829
3830 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3831 (test_add_rn_pc): New function.
3832 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3833 (top level): Invoke test_add_rn_pc.
3834
906d60cf
PA
38352015-04-10 Pedro Alves <palves@redhat.com>
3836
3837 PR gdb/13858
3838 * gdb.base/step-over-no-symbols.exp: New file.
3839
f2983cc3
AW
38402015-04-09 Andy Wingo <wingo@igalia.com>
3841
3842 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3843 after the Python tests.
3844
6d62641c
SDJ
38452015-04-08 Keith Seitz <keiths@redhat.com>
3846
3847 PR python/16699
3848 * gdb.python/py-completion.exp: New tests for completion.
3849 * gdb.python/py-completion.py (CompleteLimit1): New class.
3850 (CompleteLimit2): Likewise.
3851 (CompleteLimit3): Likewise.
3852 (CompleteLimit4): Likewise.
3853 (CompleteLimit5): Likewise.
3854 (CompleteLimit6): Likewise.
3855 (CompleteLimit7): Likewise.
3856
f3770638
PA
38572015-04-08 Pedro Alves <palves@redhat.com>
3858
3859 PR gdb/18214
3860 PR gdb/18216
3861 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3862 function.
3863 (main): Install it as SIGUSR1 handler.
3864 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3865 parameter. Always use "setup" as prefix. Toggle "set
3866 displaced-stepping" off/on depending on global. Don't switch to
3867 thread 1 here.
3868 (top level): Add displaced stepping "off/on" test axis. Update
3869 "setup" calls. Wrap each subtest with with_test_prefix. Test
3870 continuing with a queued signal in each thread.
3871
4496bed7
PA
38722015-04-08 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3875 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3876 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3877 Return early if running to main fails.
3878 * gdb.trace/while-stepping.exp: Likewise.
3879
b97fde92
PA
38802015-04-07 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3883 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3884 interact with inferior program.
3885
f71c18e7
PA
38862015-04-07 Pedro Alves <palves@redhat.com>
3887
3888 * lib/gdb.exp (inferior_spawn_id): New global.
3889 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3890 spawn id after processing the user code.
3891 (default_gdb_start): Set inferior_spawn_id.
3892 (send_inferior): New procedure.
3893 * lib/gdbserver-support.exp (gdbserver_start): Set
3894 inferior_spawn_id.
3895 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3896
6423214f
PA
38972015-04-07 Pedro Alves <palves@redhat.com>
3898
3899 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3900 * lib/gdbserver-support.exp (gdbserver_start): Make
3901 $server_spawn_id global.
3902 (gdbserver_start): Don't wait for gdbserver's spawn id with
3903 expect_background.
3904 (close_gdbserver): New procedure.
3905 (gdb_exit): Rename the default version and reimplement.
3906
71c0ee8c
PA
39072015-04-07 Pedro Alves <palves@redhat.com>
3908
72f4393d 3909 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3910 append the substituted item, not the original item.
3911
203bc29b
PA
39122015-04-07 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3915 gdb_expect.
3916
508a3ddf
PA
39172015-04-07 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3920 output appearing once only.
3921
9f6dbe2b
PA
39222015-04-07 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3925 that doesn't expect anything. Return early if running to main
3926 fails.
3927
337532fa
YQ
39282015-04-07 Yao Qi <yao.qi@linaro.org>
3929
3930 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3931 (child_function): Call alarm.
3932 (main): Move call to alarm into the loop.
3933 * gdb.threads/non-stop-fair-events.exp: Build program with
3934 -DTIMEOUT=$timeout.
3935
01b622d4
DE
39362015-04-06 Doug Evans <xdje42@gmail.com>
3937
3938 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3939 Fix dest parameter to board_info.
3940 (fpc_compile): Ditto.
3941 (gdb_compile_pascal): Rename dest arg to destfile.
3942
961f4160
PMR
39432015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3944
3945 * gdb.ada/funcall_ref.exp: New file.
3946 * gdb.ada/funcall_ref/foo.adb: New file.
3947
cafda597
YQ
39482015-04-02 Yao Qi <yao.qi@linaro.org>
3949
3950 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3951 is remote.
3952
fed040c6
GB
39532015-04-02 Gary Benson <gbenson@redhat.com>
3954
3955 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3956
d11916aa
SS
39572015-04-01 Sasha Smundak <asmundak@google.com>
3958
3959 * gdb.python/py-unwind-maint.c: New file.
3960 * gdb.python/py-unwind-maint.exp: New test.
3961 * gdb.python/py-unwind-maint.py: New file.
3962 * gdb.python/py-unwind.c: New file.
3963 * gdb.python/py-unwind.exp: New test.
3964 * gdb.python/py-unwind.py: New test.
3965
a1471180
PA
39662015-04-01 Pedro Alves <palves@redhat.com>
3967
3968 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3969 to fail instead of non-existent $test.
3970
0bbeccb1
PA
39712015-04-01 Pedro Alves <palves@redhat.com>
3972
3973 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3974 GDBFLAGS if not empty.
3975
3c724c8c
PMR
39762015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3977
3978 * gdb.ada/complete.exp: Remove "multi_line".
3979 * gdb.ada/info_exc.exp: Remove "multi_line".
3980 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3981 * gdb.ada/ptype_field.exp: Remove "multi_line".
3982 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3983 * gdb.ada/tagged.exp: Remove "multi_line".
3984 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3985 [multi_line ...]
3986 * gdb.btrace/delta.exp: Likewise.
3987 * gdb.btrace/exception.exp: Likewise.
3988 * gdb.btrace/function_call_history.exp: Likewise.
3989 * gdb.btrace/instruction_history.exp: Likewise.
3990 * gdb.btrace/nohist.exp: Likewise.
3991 * gdb.btrace/record_goto.exp: Likewise.
3992 * gdb.btrace/segv.exp: Likewise.
3993 * gdb.btrace/stepi.exp: Likewise.
3994 * gdb.btrace/tailcall.exp: Likewise.
3995 * gdb.btrace/unknown_functions.exp: Likewise.
3996 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3997 * lib/gdb.exp: Add the "multi_line" helper.
3998
4eec2deb
PA
39992015-04-01 Pedro Alves <palves@redhat.com>
4000
4001 * gdb.threads/tid-reuse.c: New file.
4002 * gdb.threads/tid-reuse.exp: New file.
4003
df8411da
SDJ
40042015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4005
4006 PR corefiles/16092
4007 * gdb.base/coredump-filter.c: New file.
4008 * gdb.base/coredump-filter.exp: Likewise.
4009
6ef37366
PM
40102015-03-27 Petr Machata <pmachata@redhat.com>
4011
4012 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4013 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4014 (Dwarf::assemble): Initialize them.
4015 (Dwarf::lines): New function.
4016
7ec911b0
JT
40172015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4018
4019 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4020 SYMBOL_PREFIX for x86_64-*-cygwin.
4021
ff908ebf
AW
40222015-03-26 Andy Wingo <wingo@igalia.com>
4023
4024 PR symtab/18148
4025 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4026 const_value but not a location.
4027 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4028 location defined in non-main CUs are visible.
4029
6d5f0679
YQ
40302015-03-26 Yao Qi <yao.qi@linaro.org>
4031
4032 PR testsuite/18139
4033 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4034 Add a line number entry for the same line.
4035 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4036 Add a line number entry for the same line.
4037
2898689b
YQ
40382015-03-26 Yao Qi <yao.qi@linaro.org>
4039
4040 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4041 .int 0.
4042 (func): Likewise. Add .Lfunc_1 label.
4043 Use .Lfunc_1 label.
4044 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4045 .int 0.
4046 (func): Likewise.
4047 Use .Lfunc_1 label.
4048
85180498
YQ
40492015-03-26 Yao Qi <yao.qi@linaro.org>
4050
4051 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4052 Call gdb_compile instead to compile each .s files without debug
4053 information.
4054
8aa08a8d
YQ
40552015-03-26 Yao Qi <yao.qi@linaro.org>
4056
4057 * gdb.base/savedregs.exp (process_saved_regs): Make
4058 "Saved registers:" optional in the pattern.
4059
66849923
MM
40602015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4061
4062 * gdb.btrace/next.exp: Merged into step.exp.
4063 * gdb.btrace/finish.exp: Merged into step.exp.
4064 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4065 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4066 "record goto" and checking the exact replay position.
4067 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4068 check for "Recording format" in "info record" output.
4069 * gdb.btrace/record_goto.exp: Choose test file based on target.
4070 * gdb.btrace/x86-record_goto.S: Renamed into ...
4071 * gdb.btrace/x86_64-record_goto.S: ... this.
4072 * gdb.btrace/i686-record_goto.S: New.
4073 * gdb.btrace/x86-tailcall.S: Renamed into ...
4074 * gdb.btrace/x86_64-tailcall.S: ... this.
4075 * gdb.btrace/i686-tailcall.S: New.
4076 * gdb.btrace/x86-tailcall.c: Renamed into ...
4077 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4078 separate statements. Update test.
4079 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4080 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4081 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4082 * gdb.btrace/tailcall.exp: Choose test file based on target.
4083 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4084
11cc1b74
MM
40852015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4086
4087 * gdb.btrace/exception.exp: Increase BTS buffer size.
4088
a25d8bf9
PA
40892015-03-24 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4092
856e7dd6
PA
40932015-03-24 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.threads/schedlock.exp (test_step): No longer expect that
4096 "set scheduler-locking step" with "next" over a function call runs
4097 threads unlocked.
4098
ad235a41
AT
40992015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4100
4101 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4102
15630549
AT
41032015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4104
4105 PR breakpoints/16466
4106 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4107 * gdb.mi/mi-pending.c (thread_func): New function.
4108 (int main): Add threading support required.
4109 * gdb.mi/mi-pending.exp: Add tests for this issue.
4110 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4111 (pendfunc2): Remove stdio dependency.
4112 * gdb.mi/mi-pendshr2.c: New file.
4113
693dca06
KS
41142015-03-23 Keith Seitz <keiths@redhat.com>
4115
4116 * gdb.linespec/keywords.c: New file.
4117 * gdb.linespec/keywords.exp: New file.
4118
7e993ebf
KS
41192015-03-23 Keith Seitz <keiths@redhat.com>
4120
4121 PR gdb/18021
4122 * gdb.dwarf2/staticvirtual.exp: New test.
4123
bc23328c
JK
41242015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4127 * README: Remove HP-UX and gdb.hp.
4128 (configuration):
4129 * configure: Regenerate.
4130 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4131 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4132 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4133 gdb.hp/gdb.defects/Makefile.
4134 * gdb.hp/Makefile.in: File deleted.
4135 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4136 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4137 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4138 * gdb.hp/gdb.aCC/run.c: File deleted.
4139 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4140 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4141 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4142 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4143 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4144 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4145 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4146 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4147 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4148 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4149 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4150 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4151 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4152 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4153 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4154 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4155 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4156 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4157 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4158 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4159 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4160 * gdb.hp/gdb.compat/average.c: File deleted.
4161 * gdb.hp/gdb.compat/sum.c: File deleted.
4162 * gdb.hp/gdb.compat/xdb.c: File deleted.
4163 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4164 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4165 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4166 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4167 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4168 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4169 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4170 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4171 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4172 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4173 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4174 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4175 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4176 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4177 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4178 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4179 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4180 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4181 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4182 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4183 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4184 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4185 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4186 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4187 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4188 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4189 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4190 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4191 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4192 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4193 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4194 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4195 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4196 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4197 * gdb.hp/tools/odump: File deleted.
4198
8bf3b159
PA
41992015-03-19 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4202 (saw_thread_3): New globals.
4203 (top level): Increment them when an event for the corresponding
4204 thread is seen.
4205 (no thread starvation): New test.
4206
eb54c8bf
PA
42072015-03-19 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.threads/continue-pending-status.c: New file.
4210 * gdb.threads/continue-pending-status.exp: New file.
4211
32d2e5d6
PA
42122015-03-18 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4215 Use gdb_is_target_remote instead of is_remote. Use
4216 gdb_test_multiple instead of gdb_expect. Exit early if
4217 gdb_test_multiple hits its internal matches. Tighten stepi tests
4218 expected output. Fail on exit with any signal, instead of just
4219 SIGILL.
4220
f68f11b7
YQ
42212015-03-18 Yao Qi <yao.qi@linaro.org>
4222
4223 PR tdep/18107
4224 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4225 variable.
4226 * gdb.base/catch-syscall.exp: Don't skip it on
4227 aarch64*-*-linux* target. Remove elements in all_syscalls.
4228 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4229 target.
4230 (setup_all_syscalls): New proc.
4231
ca5fd19b
YQ
42322015-03-16 Yao Qi <yao.qi@linaro.org>
4233
4234 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4235 (top level): Skip tests if valid_addr_p returns false for
4236 $cmd1 or $cmd2.
4237
85642ba0
AW
42382015-03-11 Andy Wingo <wingo@igalia.com>
4239
4240 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4241
e03f9645
YQ
42422015-03-11 Yao Qi <yao.qi@linaro.org>
4243
4244 * gdb.base/catch-syscall.exp: Fix typo in comments.
4245
5d0962b2
YQ
42462015-03-11 Yao Qi <yao.qi@linaro.org>
4247
4248 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4249
b2df3cef
PA
42502015-03-09 Pedro Alves <palves@redhat.com>
4251
4252 * dg-extract-results.py: Delete.
4253
ef878e53
PA
42542015-03-09 Pedro Alves <palves@redhat.com>
4255
4256 Merge dg-extract-results.sh from GCC upstream (r218843).
4257
4258 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4259 * dg-extract-results.sh: Use --text with grep to avoid issues with
4260 binary files. Fall back to cat -v, if that doesn't work.
4261
9494d219
PA
42622015-03-05 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4265
a8d9763a
SM
42662015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4267
4268 * lib/mi-support.exp (mi_expect_interrupt): Accept
4269 alternative event for when in all-stop mode.
4270
be9957b8
PA
42712015-03-04 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4274
d57be0f4 42752015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4276
4277 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4278
c214c7cf
AA
42792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4280
4281 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4282 regexps for GDB's current line display, accept a hex address
4283 preceding the line number.
4284
6d74a497
AA
42852015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4286
4287 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4288 the 'arch1' variable for "s390*-linux*" targets.
4289
511aee7c
PA
42902015-03-04 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4293 (main): Pass missing retval argument to pthread_join call.
4294
95e50b27
PA
42952015-03-02 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4298 (top level): Call do_test with non-stop as well.
4299
28054d69
PA
43002015-03-02 Pedro Alves <palves@redhat.com>
4301
4302 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4303 -1.
4304
4fa5d7b4
AA
43052015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4306
4307 * gdb.arch/s390-vregs.exp: New test.
4308 * gdb.arch/s390-vregs.S: New file.
4309
97c18565
PA
43102015-02-27 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4313 call to catch_command_errors.
4314 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4315 catch_command_errors.
4316
a37bfa30
PA
43172015-02-27 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4320 "true" for boolean result.
4321 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4322 prototype of main.
4323
6f98576f
PA
43242015-02-27 Pedro Alves <palves@redhat.com>
4325
4326 * lib/unbuffer_output.c: New file.
4327 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4328 (main): Call gdb_unbuffer_output.
4329
eba5ab56
YQ
43302015-02-27 Yao Qi <yao.qi@linaro.org>
4331
4332 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4333 target.
4334
0def5aaa
DE
43352015-02-26 Doug Evans <dje@google.com>
4336
4337 * gdb.cp/class2.cc (Dbase, D): New classes.
4338 (main): New local delta.
4339 * gdb.cp/class2.exp: Test printing delta.
4340 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4341 (dynbar): New global.
4342 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4343
081a1c2c
JK
43442015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * gdb.compile/compile-ifunc.c: New file.
4347 * gdb.compile/compile-ifunc.exp: New file.
4348
2f41223f
AT
43492015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4350
4351 * gdb.base/structs.exp: Check for correct struct on finish.
4352
03eddd80
YQ
43532015-02-26 Yao Qi <yao.qi@linaro.org>
4354
4355 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4356 is zero.
4357
80c57053
JK
43582015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.arch/cordic.ko.bz2: New file.
4361 * gdb.arch/cordic.ko.debug.bz2: New file.
4362 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4363
21613c12
YQ
43642015-02-25 Yao Qi <yao.qi@linaro.org>
4365
4366 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4367 aarch64*-*-* target.
4368
d8b901ed
PA
43692015-02-23 Pedro Alves <palves@redhat.com>
4370
4371 * lib/gdb.exp (delete_breakpoints): Rewrite using
4372 gdb_test_multiple.
4373
e5b85ead
PA
43742015-02-23 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.base/info-os.c: Include stdlib.h.
4377
85c3a371
DE
43782015-02-22 Doug Evans <xdje42@gmail.com>
4379
4380 PR symtab/17855
4381 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4382 is read after symbols have been re-read.
4383 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4384 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4385
96553a0c
DE
43862015-02-21 Doug Evans <dje@google.com>
4387
4388 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4389
97a0c697
JK
43902015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 PR corefiles/17808
4393 * gdb.arch/i386-biarch-core.core.bz2: New file.
4394 * gdb.arch/i386-biarch-core.exp: New file.
4395
a47cd6e9
PA
43962015-02-21 Pedro Alves <palves@redhat.com>
4397
4398 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4399 runto_main fails.
4400
c5facdc4
PA
44012015-02-20 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4404 info probes.
4405
2db9a427
PA
44062015-02-20 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4409
60fb7e9e
PA
44102015-02-20 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4413 clean_restart before gdb_target_supports_trace.
4414
5c5019c2
PA
44152015-02-20 Pedro Alves <palves@redhat.com>
4416
4417 PR threads/18006
4418 * gdb.threads/clone-thread_db.c: New file.
4419 * gdb.threads/clone-thread_db.exp: New file.
4420
c9587f88
AT
44212015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4422
4423 PR breakpoints/16812
4424 * gdb.base/catch-gdb-caused-signals.c: New file.
4425 * gdb.base/catch-gdb-caused-signals.exp: New file.
4426
f6a88844
JM
44272015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4428
4429 * configure: Regenerated.
4430 * configure.ac: Use GDB_AC_TRANSFORM.
4431 * aclocal.m4: sinclude ../transform.m4.
4432
497c491b
JM
44332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4434
4435 * lib/dtrace.exp: New file.
4436 * gdb.base/dtrace-probe.exp: Likewise.
4437 * gdb.base/dtrace-probe.d: Likewise.
4438 * gdb.base/dtrace-probe.c: Likewise.
4439 * lib/pdtrace.in: Likewise.
4440 * configure.ac: Output variables with the transformed names of
4441 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4442 * configure: Regenerated.
4443
03e98035
JM
44442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4445
4446 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4447 expected message when trying to access $_probe_* convenience
4448 variables while not on a probe.
4449
63cc30e9
JK
44502015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4451
4452 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4453
0703599a
PA
44542015-02-11 Pedro Alves <pedro@codesourcery.com>
4455
4456 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4457 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4458
7e60a48e
DE
44592015-02-10 Doug Evans <xdje42@gmail.com>
4460
4461 * lib/gdb.exp (gdb_load): Always return a result.
4462
01b088bc
PA
44632015-02-10 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.threads/signal-sigtrap.c: New file.
4466 * gdb.threads/signal-sigtrap.exp: New file.
4467
b05ec7a5
AT
44682015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4469
4470 * gdb.trace/no-attach-trace.c: New file.
4471 * gdb.trace/no-attach-trace.exp: New file.
4472
a2c2acaf
MW
44732015-02-09 Mark Wielaard <mjw@redhat.com>
4474
4475 * gdb.dwarf2/atomic.c: New file.
4476 * gdb.dwarf2/atomic-type.exp: Likewise.
4477
31fd9caa
MM
44782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4479
4480 * gdb.btrace/buffer-size.exp: Update "info record" output.
4481 * gdb.btrace/delta.exp: Update "info record" output.
4482 * gdb.btrace/enable.exp: Update "info record" output.
4483 * gdb.btrace/finish.exp: Update "info record" output.
4484 * gdb.btrace/instruction_history.exp: Update "info record" output.
4485 * gdb.btrace/next.exp: Update "info record" output.
4486 * gdb.btrace/nexti.exp: Update "info record" output.
4487 * gdb.btrace/step.exp: Update "info record" output.
4488 * gdb.btrace/stepi.exp: Update "info record" output.
4489 * gdb.btrace/nohist.exp: Update "info record" output.
4490
d33501a5
MM
44912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4492
4493 * gdb.btrace/buffer-size: New.
4494
f4abbc16
MM
44952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4496
4497 * gdb.btrace/delta.exp: Update "info record" output.
4498 * gdb.btrace/enable.exp: Update "info record" output.
4499 * gdb.btrace/finish.exp: Update "info record" output.
4500 * gdb.btrace/instruction_history.exp: Update "info record" output.
4501 * gdb.btrace/next.exp: Update "info record" output.
4502 * gdb.btrace/nexti.exp: Update "info record" output.
4503 * gdb.btrace/step.exp: Update "info record" output.
4504 * gdb.btrace/stepi.exp: Update "info record" output.
4505 * gdb.btrace/nohist.exp: Update "info record" output.
4506
b9d61307
SM
45072015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4508
4509 PR gdb/15678
4510 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4511
e584fdbc
PA
45122015-02-06 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4515 macro.
4516 (seconds_left, again): New globals.
4517 (main): Wait seconds_left in a 1-second sleep loop instead of
4518 sleeping 180 seconds. If 'again' is set, reset the seconds
4519 counter.
4520 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4521 'again' in the inferior before detaching. Print the seconds left.
4522 (options): New global.
4523 (top level): Build program with -DTIMEOUT=$timeout.
4524
77f41761
PA
45252015-02-06 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4528 determine how many seconds to pass to 'alarm'.
4529 * gdb.base/gdb-sigterm.exp (top level): Build program with
4530 -DTIMEOUT=$timeout.
4531 (do_test): Return success/failure indication. Add more verbose
4532 logging. Don't fail if 200 single steps are seen. Instead, fail
4533 when the test times out.
4534 (passes): New global.
4535 (top level): Break the testing loop if testing fails on any
4536 iteration. Use gdb_assert.
4537
b9394193
DB
45382015-02-04 Don Breazeal <donb@codesourcery.com>
4539
4540 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4541 and initialize them.
4542 (ipc_cleanup): New function.
4543 (main): Don't declare shmid, semid, and msqid. Add a call to
4544 atexit so that we call ipc_cleanup on exit.
4545
42d9e528
PA
45462015-02-04 Pedro Alves <palves@redhat.com>
4547
4548 * boards/native-extended-gdbserver.exp: Remove any target variant
4549 specifications from the board name before clearing the isremote
4550 flag from board_info.
4551
ae6ae975
DE
45522015-01-31 Doug Evans <xdje42@gmail.com>
4553
4554 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4555
cfb069a8
GB
45562015-01-31 Gary Benson <gbenson@redhat.com>
4557
4558 * gdb.base/completion.exp: Disable completion limiting for
4559 existing tests. Add new tests to check completion limiting.
4560 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4561
5dd31d79
DE
45622015-01-31 Doug Evans <xdje42@gmail.com>
4563
4564 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4565
9f050062
DE
45662015-01-31 Doug Evans <xdje42@gmail.com>
4567
4568 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4569 entries. Duplicate file section script entries.
4570 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4571 inlined entries. Add test for safe-path rejection.
4572 * gdb.python/py-section-script.c: Add duplicate inlined section script
4573 entries. Duplicate file section script entries.
4574 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4575 inlined entries. Add test for safe-path rejection.
4576
df25ebbd
JB
45772015-01-29 Joel Brobecker <brobecker@adacore.com>
4578
4579 * gdb.ada/disc_arr_bound: New testcase.
4580
4a0ca9ec
JB
45812015-01-29 Joel Brobecker <brobecker@adacore.com>
4582
4583 * gdb.ada/mi_var_array: New testcase.
4584
3a8b707a
DE
45852015-01-27 Doug Evans <dje@google.com>
4586
4587 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4588 Add test for objfile.filename, objfile.username after objfile
4589 has been unloaded.
4590
f8313f6e
JB
45912015-01-26 Joel Brobecker <brobecker@adacore.com>
4592
4593 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4594 the second test to print the name attribute of value
4595 returned by the call to gdb.lookup_type, and adjust
4596 the expected output accordingly.
4597
37bc665e
MW
45982015-01-25 Mark Wielaard <mjw@redhat.com>
4599
4600 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4601 * gdb.base/disp-step-fork.c: Include unistd.h.
4602 * gdb.base/siginfo-obj.c: Include stdio.h.
4603 * gdb.base/siginfo-thread.c: Likewise.
4604 * gdb.mi/non-stop.c: Include unistd.h.
4605 * gdb.mi/nsthrexec.c: Include stdio.h.
4606 * gdb.mi/pthreads.c: Include unistd.h.
4607 * gdb.modula2/unbounded1.c (main): Declare returns int.
4608 * gdb.reverse/consecutive-reverse.c: Likewise.
4609 * gdb.threads/create-fail.c: Include unistd.h.
4610 * gdb.threads/killed.c: Likewise.
4611 * gdb.threads/linux-dp.c: Likewise.
4612 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4613 * gdb.threads/non-ldr-exc-2.c: Likewise.
4614 * gdb.threads/non-ldr-exc-3.c: Likewise.
4615 * gdb.threads/non-ldr-exc-4.c: Likewise.
4616 * gdb.threads/pthreads.c: Include unistd.h.
4617 (main): Declare returns int.
4618 * gdb.threads/tls-main.c (foo): New declaration.
4619 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4620
f7e5394d
SM
46212015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4622
4623 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4624 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4625
743649fd
MW
46262015-01-15 Mark Wielaard <mjw@redhat.com>
4627
4628 * gdb.base/noreturn-return.c: New file.
4629 * gdb.base/noreturn-return.exp: New file.
4630 * gdb.base/noreturn-finish.c: New file.
4631 * gdb.base/noreturn-finish.exp: New file.
4632
198297aa
PA
46332015-01-23 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.threads/continue-pending-after-query.c: New file.
4636 * gdb.threads/continue-pending-after-query.exp: New file.
4637
717cf30c
AG
46382015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4639 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4642 * gdb.base/valgrind-db-attach.exp: Same.
4643 * gdb.base/valgrind-infcall.exp: Same.
4644 * lib/mi-support.exp (default_mi_gdb_start): Same.
4645 * lib/prompt.exp (default_prompt_gdb_start): Same.
4646 * lib/gdb.exp (default_gdb_spawn): Same.
4647 (gdb_interact): New.
4648
4649
4b62a76e
JK
46502015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4651
4652 * gdb.compile/compile.exp (pointer to jit function): New test.
4653
b4cdae6f
WW
46542015-01-17 Wei-cheng Wang <cole945@gmail.com>
4655
4656 * lib/gdb.exp (supports_process_record): Return true for
4657 powerpc*-*-linux*.
4658 (supports_reverse): Likewise.
4659
d221e7ef
DB
46602015-01-15 Don Breazeal <donb@codesourcery.com>
4661
4662 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4663 instead of checking whether the target board is remote and
4664 use spawn_wait_for_attach instead of exec/sleep.
4665 * gdb.base/attach-twice.exp: Likewise.
4666
bafffb51
JB
46672015-01-15 Joel Brobecker <brobecker@adacore.com>
4668
4669 * gdb.ada/var_arr_attrs: New testcase.
4670
5589af0e
PA
46712015-01-14 Pedro Alves <palves@redhat.com>
4672 Joel Brobecker <brobecker@adacore.com>
4673
4674 PR gdb/17525
4675 * gdb.base/bp-cmds-execution-x-script.c: New file.
4676 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4677 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4678
6c400b59
PA
46792015-01-14 Pedro Alves <palves@redhat.com>
4680
4681 PR cli/17828
4682 * gdb.base/batch-preserve-term-settings.c: New file.
4683 * gdb.base/batch-preserve-term-settings.exp: New file.
4684
e02c96a7
DE
46852015-01-13 Doug Evans <dje@google.com>
4686
4687 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4688 binary.
4689
576fd14c
JB
46902015-01-13 Joel Brobecker <brobecker@adacore.com>
4691
4692 * Makefile.in (clean mostlyclean): Do not delete *.py.
4693
04dccad0
JB
46942015-01-13 Joel Brobecker <brobecker@adacore.com>
4695
4696 * gdb.python/py-lookup-type.exp: New file.
4697
3d230f71
PA
46982015-01-12 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4701 restore GDBFLAGS before returning.
4702
7e67715d
JK
47032015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4704
4705 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4706 is_amd64_regs_target and is_x86_like_target.
4707
f2e0d4b4
DE
47082015-01-11 Doug Evans <xdje42@gmail.com>
4709
4710 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4711 is given without an explicit form.
4712 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4713 attributes.
4714 * gdb.dwarf/corrupt.exp: Ditto.
4715 * gdb.dwarf2/enum-type.exp: Ditto.
4716 * gdb.trace/entry-values.exp: Ditto.
4717 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4718
439250fb
DE
47192015-01-11 Doug Evans <xdje42@gmail.com>
4720
4721 PR gdb/15830
4722 * gdb.base/maint.exp: Remove references to "maint demangle".
4723 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4724 Add tests for explicitly specifying language to demangle.
4725 * gdb.dlang/demangle.exp: Ditto.
4726
ede9f622
PA
47272015-01-09 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.threads/non-stop-fair-events.c: New file.
4730 * gdb.threads/non-stop-fair-events.exp: New file.
4731
a7b796db
PA
47322015-01-09 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4735 the global scope. Set a breakpoint after all threads are started
4736 rather than stepping over two source lines. Expect the prompt.
4737 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4738 global.
4739 (NUM): Now 15.
4740 (main): Use threads_started_barrier to wait for all threads to
4741 start. Main thread no longer calls thread_function. Exit after
4742 180 seconds.
4743 (loop): New function.
4744 (thread_function): Wait on threads_started_barrier barrier. Call
4745 'loop' at each iteration.
4746 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4747 threads have started, instead of hardcoding number of "next"
4748 steps. Use an access watchpoint instead of a write watchpoint.
4749
9665ffdd
PA
47502015-01-09 Pedro Alves <palves@redhat.com>
4751
4752 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4753 (thread_func): Wait on barrier.
4754 (main): Wait for all threads to start before stopping GDB.
4755 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4756 global.
4757 (thread1_func, thread2_func): Wait on barrier.
4758 (main): Wait for all threads to start before stopping GDB.
4759 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4760 New global.
4761 (thread1_func, thread2_func): Wait on barrier.
4762 (main): Wait for all threads to start before stopping GDB.
4763
c945a99f
PA
47642015-01-09 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.threads/attach-many-short-lived-threads.c: New file.
4767 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4768
c1a747c1
PA
47692014-01-09 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4772 instead of to thread 2.
4773 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4774 Add barrier around each pthread_create call instead of around all
4775 calls.
4776 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4777 Set a break on thread_function and have the child threads hit it
4778 one at at a time.
4779
60b3033e
PA
47802015-01-09 Pedro Alves <palves@redhat.com>
4781
4782 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4783 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4784 false.
4785 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4786 checking whether the target board is remote.
4787 * gdb.multi/multi-attach.exp: Likewise.
4788 * gdb.python/py-sync-interp.exp: Likewise.
4789 * gdb.server/ext-attach.exp: Likewise.
4790 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4791 tests that need to attach, instead of checking whether the target
4792 board is remote at the top of the file.
4793
acc018ac
YQ
47942015-01-08 Yao Qi <yao@codesourcery.com>
4795
4796 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4797
50a18af8
JK
47982015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4799
4800 Fix testcase compilation.
4801 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4802
8503d6e1
JB
48032015-01-06 Joel Brobecker <brobecker@adacore.com>
4804
4805 * gdb.python/py-type.exp: Add a couple test about empty
4806 array creation, and negative-length array creation.
4807
cc73dbcc
DE
48082015-01-02 Doug Evans <xdje42@gmail.com>
4809
4810 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4811
0300bbc7
DE
48122015-01-02 Doug Evans <dje@google.com>
4813
4814 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4815
9d85a0ec
YQ
48162014-12-29 Yao Qi <yao@codesourcery.com>
4817
4818 * gdb.trace/entry-values.exp: Update comments. Rename variable
4819 bar_call_foo to returned_from_foo.
4820
87186c6a
MMN
48212014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4822
4823 PR gdb/17394
4824 * gdb.linespec/break-asm-file.c: New file.
4825 * gdb.linespec/break-asm-file.exp: New file.
4826 * gdb.linespec/break-asm-file0.s: New file.
4827 * gdb.linespec/break-asm-file1.s: New file.
4828
1bab7383
YQ
48292014-12-18 Nigel Stephens <nigel@mips.com>
4830 Maciej W. Rozycki <macro@codesourcery.com>
4831
4832 * gdb.base/float.exp: Handle the new output from "info float" on
4833 MIPS targets.
4834
1bc1068a
JK
48352014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4836
4837 Fix MinGW compilation.
4838 * gdb.compile/compile-ops.exp: Update untested message if
4839 !skip_compile_feature_tests.
4840 * gdb.compile/compile-setjmp.exp: Likewise.
4841 * gdb.compile/compile-tls.exp: Likewise.
4842 * gdb.compile/compile.exp: Likewise.
4843 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4844 supported on this host".
4845
b6615d10
DE
48462014-12-16 Doug Evans <xdje42@gmail.com>
4847
4848 * boards/stabs.exp: New file.
4849
25dda427
AA
48502014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4851
4852 * gdb.base/completion.exp: Adjust to format changes of "maint
4853 print user-registers".
4854
bf330350
CU
48552014-12-16 Catalin Udma <catalin.udma@freescale.com>
4856
4857 PR server/17457
4858 * gdb.arch/aarch64-fp.c: New file.
4859 * gdb.arch/aarch64-fp.exp: New file.
4860
395cf596
SDJ
48612014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4862
4863 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4864 r210637, r210913, r211666, r215400, r215817).
4865
4866 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4867 * dg-extract-results.py: New file.
4868 * dg-extract-results.sh: Use it if the environment seems
4869 suitable.
4870
4871 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4872
4873 * dg-extract-results.py (parse_run): Handle warnings that
4874 are printed before a test harness is run.
4875
4876 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4877
4878 * dg-extract-results.py (Named): Remove __cmp__ method.
4879 (output_variation): Use a key to sort variation.harnesses.
4880
4881 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4882
4883 * dg-extract-results.py: For Python 3, force sys.stdout to
4884 handle surrogate escape sequences.
4885 (safe_open): New function.
4886 (output_segment, main): Use it.
4887
4888 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4889
4890 * dg-extract-results.py (Prog.result_re): Include options
4891 in test name.
4892
4893 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4894
4895 * dg-extract-results.py (output_variation): Always sort if
4896 do_sum.
4897
e882ef3c
SM
48982014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4899
4900 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4901 as long as we get pagination notifications.
4902
4992aa20
JM
49032014-12-15 Jason Merrill <jason@redhat.com>
4904
4905 * Makefile.in (check-gdb.%): Restore.
4906 * README: Mention it.
4907
c1b5a1a6
JB
49082014-12-13 Joel Brobecker <brobecker@adacore.com>
4909
4910 * gdb.ada/str_uninit: New testcase.
4911
5537b577
JK
49122014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 PR symtab/17642
4915 * gdb.base/vla-stub-define.c: New file.
4916 * gdb.base/vla-stub.c: New file.
4917 * gdb.base/vla-stub.exp: New file.
4918
bb2ec1b3
TT
49192014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4920 Jan Kratochvil <jan.kratochvil@redhat.com>
4921 Tom Tromey <tromey@redhat.com>
4922
4923 * configure.ac: Add gdb.compile/.
4924 * configure: Regenerate.
4925 * gdb.compile/Makefile.in: New file.
4926 * gdb.compile/compile-ops.exp: New file.
4927 * gdb.compile/compile-ops.c: New file.
4928 * gdb.compile/compile-tls.c: New file.
4929 * gdb.compile/compile-tls.exp: New file.
4930 * gdb.compile/compile-constvar.S: New file.
4931 * gdb.compile/compile-constvar.c: New file.
4932 * gdb.compile/compile-mod.c: New file.
4933 * gdb.compile/compile-nodebug.c: New file.
4934 * gdb.compile/compile-setjmp-mod.c: New file.
4935 * gdb.compile/compile-setjmp.c: New file.
4936 * gdb.compile/compile-setjmp.exp: New file.
4937 * gdb.compile/compile-shlib.c: New file.
4938 * gdb.compile/compile.c: New file.
4939 * gdb.compile/compile.exp: New file.
4940 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4941
4ff709eb
TT
49422014-12-12 Tom Tromey <tromey@redhat.com>
4943
4944 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4945 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4946
6dddd6a5
DE
49472014-12-12 Doug Evans <dje@google.com>
4948
4949 * lib/gdb-python.exp (get_python_valueof): New function.
4950 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4951
71c24708
AA
49522014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4953
4954 * gdb.base/completion.exp: Add test for completion of "info
4955 registers ".
4956
3e29f34a
MR
49572014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4958
4959 * gdb.base/func-ptrs.c: New file.
4960 * gdb.base/func-ptrs.exp: New file.
4961
fc126975
SM
49622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4963
4964 PR breakpoints/17012
4965 * gdb.base/dprintf-detach.c: New file.
4966 * gdb.base/dprintf-detach.exp: New file.
4967
0a46d518
SM
49682014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4969
4970 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4971 * lib/gdb.exp (target_is_gdbserver): New procedure.
4972
a0be3e44
DE
49732014-12-08 Doug Evans <dje@google.com>
4974
4975 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4976
df1b803a
YQ
49772014-12-05 Yao Qi <yao@codesourcery.com>
4978
4979 * gdb.guile/scm-error.exp: Remove the third argument to
4980 gdb_remote_download.
4981 * gdb.guile/scm-frame-args.exp: Likewise.
4982 * gdb.guile/scm-section-script.exp: Likewise.
4983
ddb9f679
YQ
49842014-12-05 Yao Qi <yao@codesourcery.com>
4985
4986 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4987
86e4ed39
DE
49882014-12-04 Doug Evans <dje@google.com>
4989
4990 * gdb.python/py-objfile.exp: Add tests for
4991 objfile.add_separate_debug_file.
4992
7c50a931
DE
49932014-12-04 Doug Evans <dje@google.com>
4994
4995 * lib/gdb.exp (get_build_id): New function.
4996 (build_id_debug_filename_get): Rewrite to use it.
4997 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4998
621661e3
MR
49992014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5000
5001 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5002 `method(long)', not just 0x0.
5003 * gdb.cp/nsalias.exp: Align code labels to 4.
5004 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5005 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5006 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5007 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5008 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5009 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5010
29f0c3b7
DE
50112014-12-02 Doug Evans <dje@google.com>
5012
e1e061e7 5013 PR symtab/17602
29f0c3b7 5014 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5015 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5016 * gdb.cp/anon-ns.exp: Update.
5017
162078c8
NB
50182014-12-02 Nick Bull <nicholaspbull@gmail.com>
5019
5020 * gdb.python/py-events.py (inferior_call_handler): New.
5021 (register_changed_handler, memory_changed_handler): New.
5022 (test_events.invoke): Register new handlers.
5023 * gdb.python/py-events.exp: Add tests for inferior call,
5024 memory_changed and register_changed events.
5025
fdb09caf
AA
50262014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5027
5028 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5029 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5030 if the linker doesn't understand this.
5031
55cfb2c4
SM
50322014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5033
5034 * gdb.python/python.exp: Change expected reply to help().
5035
9e8cd6df
YQ
50362014-12-01 Yao Qi <yao@codesourcery.com>
5037
5038 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5039 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5040 * configure: Re-generated.
5041
6c659fc2
SC
50422014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5043
5044 * gdb.cp/chained-calls.cc: New file.
5045 * gdb.cp/chained-calls.exp: New file.
5046 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5047
d7fc3181
SM
50482014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5049
5050 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5051 * gdb.dwarf2/symtab-producer.exp: Same.
5052 * gdb.gdb/python-interrupts.exp: Same.
5053 * gdb.gdb/python-selftest.exp: Same.
5054 * gdb.python/py-linetable.exp: Same.
5055 * gdb.python/py-type.exp: Same.
5056 * gdb.python/py-value-cc.exp: Same.
5057 * gdb.python/py-value.exp: Same.
5058
10e79639
YQ
50592014-11-28 Yao Qi <yao@codesourcery.com>
5060
5061 * gdb.base/break-probes.exp: Match library name prefixed with
5062 sysroot.
5063
f28a0564
SM
50642014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5067 test expected output. Add parentheses for the call to print.
5068 Remove L suffix from integers.
5069
3fe1ce1d
DE
50702014-11-26 Doug Evans <dje@google.com>
5071
5072 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5073
84429e27
YQ
50742014-11-22 Yao Qi <yao@codesourcery.com>
5075
5076 * gdb.trace/entry-values.c: Remove asms.
5077 (foo): Add foo_label.
5078 (bar): Add bar_label.
5079 * gdb.trace/entry-values.exp: Remove code computing foo's
5080 length and bar's length.
5081 (Dwarf::assemble): Invoke function_range for bar and use
5082 MACRO_AT_func for foo.
5083
26741859
YQ
50842014-11-22 Yao Qi <yao@codesourcery.com>
5085
5086 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5087 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5088 Use .Lgcc43_procstart instead of gcc43.
5089
45e44d27
JB
50902014-11-21 Joel Brobecker <brobecker@adacore.com>
5091
5092 * gdb.ada/n_arr_bound: New testcase.
5093
458c8db8
SDJ
50942014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5095
5096 PR breakpoints/10737
5097 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5098 test_catch_syscall_multi_arch.
5099 (test_catch_syscall_multi_arch): New function.
5100
43f3e411
DE
51012014-11-20 Doug Evans <xdje42@gmail.com>
5102
5103 * gdb.base/maint.exp: Update expected output.
5104
0d7b2549
AA
51052014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5106
5107 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5108 4-byte instruction on S390.
5109
8908fca5
JB
51102014-11-19 Joel Brobecker <brobecker@adacore.com>
5111
5112 * gdb.ada/arr_arr: New testcase.
5113
4a46959e
JB
51142014-11-19 Joel Brobecker <brobecker@adacore.com>
5115
5116 * gdb.ada/pkd_arr_elem: New Testcase.
5117
470e2f4e
LM
51182014-11-18 Luis Machado <lgustavo@codesourcery.com>
5119
5120 * gdb.reverse/break-precsave: Expect completion message for
5121 core file reads.
5122 * gdb.reverse/consecutive-precsave.exp: Likewise.
5123 * gdb.reverse/finish-precsave.exp: Likewise.
5124 * gdb.reverse/i386-precsave.exp: Likewise.
5125 * gdb.reverse/machinestate-precsave.exp: Likewise.
5126 * gdb.reverse/sigall-precsave.exp: Likewise.
5127 * gdb.reverse/solib-precsave.exp: Likewise.
5128 * gdb.reverse/step-precsave.exp: Likewise.
5129 * gdb.reverse/until-precsave.exp: Likewise.
5130 * gdb.reverse/watch-precsave.exp: Likewise.
5131
a267f3ad
AA
51322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5133
5134 * gdb.base/bp-permanent.c: Include unistd.h.
5135 * gdb.python/py-framefilter-mi.c (main): Add return type.
5136 * gdb.python/py-framefilter.c (main): Likewise.
5137 * gdb.trace/actions-changed.c (main): Likewise.
5138
12084a9a
AA
51392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5140
5141 * gdb.mi/until.c: Add eye-catchers.
5142 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5143 line numbers.
5144
dc7e1a77
AA
51452014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5146
5147 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5148 function header variants in break1.c.
5149 * gdb.base/ena-dis-br.exp: Likewise.
5150 * gdb.base/hbreak2.exp: Likewise.
5151 * gdb.reverse/until-precsave.exp: Drop references to removed
5152 non-prototype function header variants in ur1.c.
5153 * gdb.reverse/until-reverse.exp: Likewise.
5154
41c77605
PM
51552014-11-17 Petr Machata <pmachata@redhat.com>
5156
5157 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5158 ${_cu_offset_size} bytes abbrev offset.
5159
34248c3a
DE
51602014-11-15 Doug Evans <xdje42@gmail.com>
5161
5162 PR symtab/17559
5163 * gdb.base/line-symtabs.exp: New file.
5164 * gdb.base/line-symtabs.c: New file.
5165 * gdb.base/line-symtabs.h: New file.
5166
646da059
YQ
51672014-11-14 Yao Qi <yao@codesourcery.com>
5168
5169 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5170 (func): Add label func_label.
5171 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5172 Replace low_pc and high_pc with MACRO_AT_range.
5173 Replace name, low_pc and high_pc with MACRO_AT_func.
5174
9301ebe6
YQ
51752014-11-14 Yao Qi <yao@codesourcery.com>
5176
5177 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5178 Replace name, low_pc and high_pc with MACRO_AT_func.
5179
f166b542
YQ
51802014-11-14 Yao Qi <yao@codesourcery.com>
5181
5182 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5183 produce debug information.
5184 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5185
0f6e71e3
YQ
51862014-11-14 Yao Qi <yao@codesourcery.com>
5187
5188 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5189 object and get function length.
5190 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5191 with MACRO_AT_func.
5192 (top-level): Replace gdb_compile and clean_restart with
5193 prepare_for_testing.
5194 * gdb.dwarf2/main.c (main): Add label main_label.
5195
876c4df9
YQ
51962014-11-14 Yao Qi <yao@codesourcery.com>
5197
5198 * lib/dwarf.exp (function_range): New procedure.
5199 (Dwarf::_handle_macro_at_func): New procedure.
5200 (Dwarf::_handle_macro_at_range): New procedure.
5201 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5202
02ad9cf1
YQ
52032014-11-14 Yao Qi <yao@codesourcery.com>
5204
5205 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5206 (_handle_attribute): New procedure.
5207
a59add0c
AA
52082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5209
5210 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5211 * gdb.base/call-sc.c (zed): Likewise.
5212 * gdb.base/checkpoint.c (main): Likewise.
5213 * gdb.base/dump.c (main): Likewise.
5214 * gdb.base/gcore.c (main): Likewise.
5215 * gdb.base/huge.c (main): Likewise.
5216 * gdb.base/multi-forks.c (main): Likewise.
5217 * gdb.base/pr10179-a.c (main): Likewise.
5218 * gdb.base/savedregs.c (main): Likewise.
5219 * gdb.base/sigaltstack.c (main): Likewise.
5220 * gdb.base/siginfo.c (main): Likewise.
5221 * gdb.base/structs.c (zed): Likewise.
5222 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5223 * gdb.mi/mi-syn-frame.c (main): Likewise.
5224 * gdb.mi/until.c (foo, main): Likewise.
5225 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5226 * gdb.base/solib-weak.c (foo): Declare.
5227 * gdb.base/attach-twice.c: Include stdio.h.
5228 * gdb.base/weaklib1.c: Likewise.
5229 * gdb.base/weaklib2.c: Likewise.
5230 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5231 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5232 unistd.h.
5233 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5234 * gdb.mi/mi-exit-code.c: Likewise.
5235 * gdb.base/break-interp-lib.c: Include string.h.
5236 * gdb.base/coremaker.c: Likewise.
5237 * gdb.base/testenv.c: Likewise.
5238 * gdb.python/py-finish-breakpoint.c: Likewise.
5239 * gdb.base/inferior-died.c: Include sys/wait.h.
5240 * gdb.base/fileio.c: Include time.h.
5241 * gdb.base/async-shell.c: Include unistd.h.
5242 * gdb.base/dprintf-non-stop.c: Likewise.
5243 * gdb.base/info-os.c: Likewise.
5244 * gdb.mi/mi-console.c: Likewise.
5245 * gdb.mi/watch-nonstop.c: Likewise.
5246 * gdb.python/py-events.c: Likewise.
5247 * gdb.base/async.c (baz): Move up before its invocation.
5248 * gdb.base/code_elim2.c (my_global_func): Likewise.
5249 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5250 * gdb.base/advance.c (func2): Likewise.
5251
3b5d5997
AA
52522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5253
5254 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5255 variant.
5256 * gdb.base/annota3.c: Likewise.
5257 * gdb.base/async.c: Likewise.
5258 * gdb.base/average.c: Likewise.
5259 * gdb.base/call-ar-st.c: Likewise.
5260 * gdb.base/call-rt-st.c: Likewise.
5261 * gdb.base/call-sc.c: Likewise.
5262 * gdb.base/call-strs.c: Likewise.
5263 * gdb.base/ending-run.c: Likewise.
5264 * gdb.base/execd-prog.c: Likewise.
5265 * gdb.base/exprs.c: Likewise.
5266 * gdb.base/foll-exec.c: Likewise.
5267 * gdb.base/foll-fork.c: Likewise.
5268 * gdb.base/foll-vfork.c: Likewise.
5269 * gdb.base/funcargs.c: Likewise.
5270 * gdb.base/gcore.c: Likewise.
5271 * gdb.base/jump.c: Likewise.
5272 * gdb.base/langs0.c: Likewise.
5273 * gdb.base/langs1.c: Likewise.
5274 * gdb.base/langs2.c: Likewise.
5275 * gdb.base/mips_pro.c: Likewise.
5276 * gdb.base/nodebug.c: Likewise.
5277 * gdb.base/opaque0.c: Likewise.
5278 * gdb.base/opaque1.c: Likewise.
5279 * gdb.base/recurse.c: Likewise.
5280 * gdb.base/run.c: Likewise.
5281 * gdb.base/scope0.c: Likewise.
5282 * gdb.base/scope1.c: Likewise.
5283 * gdb.base/setshow.c: Likewise.
5284 * gdb.base/setvar.c: Likewise.
5285 * gdb.base/shmain.c: Likewise.
5286 * gdb.base/shr1.c: Likewise.
5287 * gdb.base/shr2.c: Likewise.
5288 * gdb.base/sigall.c: Likewise.
5289 * gdb.base/signals.c: Likewise.
5290 * gdb.base/so-indr-cl.c: Likewise.
5291 * gdb.base/solib2.c: Likewise.
5292 * gdb.base/structs.c: Likewise.
5293 * gdb.base/sum.c: Likewise.
5294 * gdb.base/vforked-prog.c: Likewise.
5295 * gdb.base/watchpoint.c: Likewise.
5296 * gdb.reverse/shr2.c: Likewise.
5297 * gdb.reverse/until-reverse.c: Likewise.
5298 * gdb.reverse/ur1.c: Likewise.
5299 * gdb.reverse/watch-reverse.c: Likewise.
5300
066a77c5
AA
53012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5302
5303 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5304 variant.
5305 * gdb.base/sepdebug.exp: Drop references to removed code.
5306
4f204ea5
AA
53072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5308
5309 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5310 variant. Preserve original line numbering.
5311 * gdb.base/list1.c: Likewise.
5312
3b377a3a
AA
53132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5314
5315 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5316 variant.
5317 * gdb.base/break1.c: Likewise.
5318 * gdb.base/break.exp: Drop references to removed code.
5319
e444df73
AA
53202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5321
5322 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5323 variant.
5324
8008f2a7
AA
53252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5326
5327 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5328
a5a06887
AA
53292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5330
5331 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5332 logic into perform_all_tests() and invoke it with and without
5333 function header prototypes.
5334 (do_function_calls): Remove conditional XFAIL for PR 5318.
5335 (rerun_and_prepare): Remove duplicate code.
5336 (perform_all_tests): New. Main logic moved here.
5337
44dba9b9
AA
53382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5339
5340 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5341 code guarded by #ifdef NO_PROTOTYPES.
5342 (t_double_many_args): Likewise.
5343 (DEF_FUNC_MANY_ARGS_1): Likewise.
5344 (DEF_FUNC_VALUES_1): Likewise.
5345 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5346 guarded by #ifdef PROTOTYPES.
5347
d1fbcd56
AA
53482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5349
5350 * gdb.mi/mi-console.c: Add eye-catcher.
5351 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5352 instead of literal line number.
5353
b0e59b8f
AA
53542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5355
5356 * gdb.base/shr2.c: Add eye-catcher.
5357 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5358 line number.
5359
78f98cca
AA
53602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5361
5362 * gdb.base/jump.c: Add eye-catchers.
5363 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5364 numbers.
5365
58fa2af0
AA
53662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5367
5368 * gdb.base/execd-prog.c: Add eye-catchers.
5369 * gdb.base/foll-exec.c: Likewise.
5370 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5371 line numbers.
5372
04e5059b
AA
53732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5374
5375 * gdb.base/ending-run.c: Add eye-catchers.
5376 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5377 literal line numbers.
5378
dbfdb174
AA
53792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5380
5381 * gdb.base/call-rt-st.c: Add eye-catchers.
5382 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5383 literal line numbers.
5384
888a2ade
AA
53852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5386
5387 * gdb.base/call-ar-st.c: Add eye-catchers.
5388 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5389 literal line numbers.
5390
6acc2dde
AA
53912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5392
5393 * gdb.base/average.c: Add eye-catchers.
5394 * gdb.base/sum.c: Likewise.
5395 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5396 regexps dynamically.
5397
9ecfcd1d
AA
53982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5399
5400 * gdb.base/solib1.c: Add eye-catchers.
5401 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5402 literal line numbers.
5403
78708b7c
PA
54042014-11-12 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5407 leader has exited.
5408
af48d08f
PA
54092014-11-12 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.arch/i386-bp_permanent.c: New file.
5412 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5413 (srcfile): Set to i386-bp_permanent.c.
5414 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5415 that stepi does not execute the 'leave' instruction, instead of
5416 testing it does execute.
5417 * gdb.base/bp-permanent.c: New file.
5418 * gdb.base/bp-permanent.exp: New file.
5419
af3768e9
DE
54202014-11-10 Doug Evans <xdje42@gmail.com>
5421
5422 PR symtab/17564
5423 * gdb.base/symtab-search-order.exp: New file.
5424 * gdb.base/symtab-search-order.c: New file.
5425 * gdb.base/symtab-search-order-1.c: New file.
5426 * gdb.base/symtab-search-order-shlib-1.c: New file.
5427
9de00a4a
PA
54282014-11-07 Pedro Alves <palves@redhat.com>
5429
5430 PR gdb/17511
5431 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5432 i?86-*-linux*.
5433
e0f52461
SC
54342014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5435
5436 PR c++/17494
5437 * gdb.cp/pr17494.cc: New file.
5438 * gdb.cp/pr17494.exp: New file.
5439
6ce8c980
YQ
54402014-11-02 Yao Qi <yao@codesourcery.com>
5441
5442 * gdb.python/python.exp: Get working directory and match the
5443 output of "set extended-prompt \\w " with it.
5444
02be9a71
DE
54452014-10-30 Doug Evans <dje@google.com>
5446
5447 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5448 in objfiles.
5449 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5450 in progspaces.
5451
3bdff46b
LM
54522014-10-30 Janis Johnson <janisjo@codesourcery.com>
5453
5454 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5455 * gdb.base/realname-expand.exp: Likewise.
5456 * gdb.linespec/macro-relative.exp: Likewise.
5457
ab917dfb
PA
54582014-10-29 Pedro Alves <palves@redhat.com>
5459
5460 PR gdb/17408
5461 * gdb.threads/schedlock.c (some_function): New function.
5462 (call_function): New global.
5463 (MAYBE_CALL_SOME_FUNCTION): New macro.
5464 (thread_function): Call it.
5465 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5466 and use it instead of a global counter. Adjust all callers.
5467 (get_current_thread): Use "find current thread" for test message
5468 here rather than having all callers pass down the same string.
5469 (goto_loop): New procedure, factored out from ...
5470 (my_continue): ... this.
5471 (step_ten_loops): Change parameter from test message to command to
5472 use. Adjust.
5473 (list_count): Delete global.
5474 (check_result): New procedure, factored out from duplicate top
5475 level code.
5476 (continue tests): Wrap in with_test_prefix.
5477 (test_step): New procedure, factored out from duplicate top level
5478 code.
5479 (top level): Test "step" in combination with all scheduler-locking
5480 modes. Test "next" in combination with all scheduler-locking
5481 modes, and in combination with stepping over a function call or
5482 not.
5483 * gdb.threads/next-bp-other-thread.c: New file.
5484 * gdb.threads/next-bp-other-thread.exp: New file.
5485
d3d4baed
PA
54862014-10-29 Pedro Alves <palves@redhat.com>
5487
5488 PR python/17372
5489 * gdb.python/python.exp: Test a multi-line command that spawns
5490 interactive Python.
5491 * gdb.base/multi-line-starts-subshell.exp: New file.
5492
563e8d85
YQ
54932014-10-29 Yao Qi <yao@codesourcery.com>
5494
5495 * gdb.base/fileio.exp: Make directories on host.
5496
0ea4d52e
YQ
54972014-10-29 Yao Qi <yao@codesourcery.com>
5498
5499 * gdb.base/fileio.c (test_write): Close the file.
5500
7f5ef605
PA
55012014-10-28 Pedro Alves <palves@redhat.com>
5502
5503 PR gdb/12623
5504 * gdb.base/sigstep.c (no_handler): New global.
5505 (main): If 'no_handler is true, set the signal handlers to
5506 SIG_IGN.
5507 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5508 with_sw_watch and no_handler parameters. Handle them.
5509 (top level) <stepping over handler when stopped at a breakpoint
5510 test>: Add a test axis for testing with a software watchpoint, and
5511 another for testing with the signal handler set to SIG_IGN.
5512 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5513 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5514
abbdbd03
PA
55152014-10-28 Pedro Alves <palves@redhat.com>
5516
5517 PR gdb/17511
5518 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5519 * gdb.base/sigstep.exp (other_handler_location): New global.
5520 (advance): Support stepping into the signal handler, and running
5521 commands while in the handler.
5522 (in_handler_map): New global.
5523 (top level): In the advance test, add combinations for getting
5524 into the handler with stepping commands, and for running commands
5525 in the handler. Add comment descripting the advancei tests.
5526
1df4399f
PA
55272014-10-28 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/sigstep.exp: Use build_executable instead of
5530 prepare_for_testing.
5531 (top level): Move code that starts GDB, runs to main and creates a
5532 display to ...
5533 (restart): ... this new procedure.
5534 (top level): Move backtrace from signal handler test to ...
5535 (validate_backtrace): ... this new procedure.
5536 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5537 with_test_prefix. Always restart GDB.
5538 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5539 with_test_prefix. Always restart GDB. No need to delete
5540 breakpoints after the test.
5541 (test_skip_handler): Remove prefix parameter.
5542 (skip_over_handler, breakpoint_to_handler)
5543 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5544 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5545 restart GDB. No need to delete breakpoints after the test.
5546 (top level): Use foreach to call the test procedures with
5547 different commands.
5548
a5b6e449
PA
55492014-10-28 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5552 instead of GNATS numbers.
5553 * gdb.base/sigbpt.exp: Likewise.
5554 * gdb.base/siginfo.exp: Likewise.
5555 * gdb.base/sigstep.exp: Likewise.
5556
e5f8a7cc
PA
55572014-10-27 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/sigstep.c (dummy): New global.
5560 (main): Issue a couple writes to the new global.
5561 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5562 procedures.
5563 (skip_over_handler): Use test_skip_handler.
5564 (top level): Call skip_over_handler for stepi and nexti too.
5565 (breakpoint_over_handler): Use test_skip_handler.
5566 (top level): Call breakpoint_over_handler for stepi and nexti too.
5567
763905a3
YQ
55682014-10-27 Yao Qi <yao@codesourcery.com>
5569
5570 * gdb.trace/tfile.c (adjust_function_address)
5571 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5572 function descriptor.
5573
6f259a23
DB
55742014-10-24 Don Breazeal <donb@codesourcery.com>
5575
5576 * gdb.base/foll-fork.exp (test_follow_fork,
5577 catch_fork_child_follow): Check for updated fork messages emitted
5578 from infrun.c.
5579 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5580 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5581 vfork_and_exec_child_follow_through_step): Check for updated vfork
5582 messages emitted from infrun.c.
5583
09dd9a69
PA
55842014-10-24 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.base/corefile.exp: Remove references to ultrix.
5587 * gdb.base/interrupt.exp: Likewise.
5588 * gdb.base/whatis.exp: Likewise.
5589 * gdb.gdb/selftest.exp: Likewise.
5590 * gdb.threads/manythreads.exp: Likewise.
5591 * gdb.threads/print-threads.exp: Likewise.
5592 * gdb.threads/pthreads.exp:: Likewise.
5593 * gdb.threads/schedlock.exp: Likewise.
5594
3433cfa5
SC
55952014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5596
5597 * gdb.cp/non-trivial-retval.cc: Add a test case.
5598 * gdb.cp/non-trivial-retval.exp: Add a test.
5599
092f880b
YQ
56002014-10-20 Yao Qi <yao@codesourcery.com>
5601
5602 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5603 * gdb.python/py-objfile-script-gdb.py: New file.
5604 * gdb.python/py-objfile-script.exp: Update reference to
5605 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5606 of remote_download. Remove the dest file.
5607
acbdb7f3
YQ
56082014-10-20 Yao Qi <yao@codesourcery.com>
5609
5610 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5611 * gdb.base/step-line.exp: Likewise.
5612 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5613 * gdb.dwarf2/dw2-basic.exp: Likewise.
5614 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5615 * gdb.dwarf2/dw2-filename.exp: Likewise.
5616 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5617 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5618 * gdb.dwarf2/dw2-producer.exp: Likewise.
5619 * gdb.dwarf2/mac-fileno.exp: Likewise.
5620 * gdb.python/py-frame-args.exp: Likewise.
5621 * gdb.python/py-framefilter.exp: Likewise.
5622 * gdb.python/py-mi.exp: Likewise.
5623 * gdb.python/py-objfile-script.exp: Likewise
5624 * gdb.python/py-pp-integral.exp: Likewise.
5625 * gdb.python/py-pp-re-notag.exp: Likewise.
5626 * gdb.python/py-prettyprint.exp: Likewise.
5627 * gdb.python/py-section-script.exp: Likewise.
5628 * gdb.python/py-typeprint.exp: Likewise.
5629 * gdb.python/py-xmethods.exp: Likewise.
5630 * gdb.stabs/weird.exp: Likewise.
5631 * gdb.xml/tdesc-regs.exp: Likewise.
5632
bd286a29
KCY
56332014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5634
5635 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5636 (out_cu): Use addr_len for the size of addresses.
5637 (out_line): Likewise. Size DW_LNE_set_address instruction
5638 according to addr_len.
5639 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5640 (FUNC): Add START_INSNS to definition.
5641
673dc4a0
YQ
56422014-10-18 Yao Qi <yao@codesourcery.com>
5643
5644 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5645 gdb_has_argv0 return true.
5646 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5647 check [target_info exists noargs], check [gdb_has_argv0]
5648 instead.
5649 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5650 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5651 procedures.
5652
4ffbba72
DE
56532014-10-17 Doug Evans <dje@google.com>
5654
5655 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5656 event.
5657 * gdb.python/py-events.py: Add clear_objfiles event.
5658
d096d8c1
DE
56592014-10-17 Doug Evans <dje@google.com>
5660
5661 * gdb.python/py-objfile.exp: Test progspace attribute.
5662
a80db015
LM
56632014-10-17 Luis Machado <lgustavo@codesourcery.com>
5664
5665 * gdb.guile/scm-breakpoint.exp: Do not assume any
5666 directory separators when matching source file paths.
5667 * gdb.python/py-breakpoint.exp: Likewise.
5668 * gdb.reverse/break-precsave.exp: Likewise.
5669 * gdb.reverse/break-reverse.exp: Likewise.
5670 * gdb.reverse/consecutive-precsave.exp: Likewise.
5671 * gdb.reverse/finish-precsave.exp: Likewise.
5672 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5673 * gdb.reverse/finish-reverse.exp: Likewise.
5674 * gdb.reverse/i386-precsave.exp: Likewise.
5675 * gdb.reverse/i387-env-reverse.exp: Likewise.
5676 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5677 * gdb.reverse/machinestate-precsave.exp: Likewise.
5678 * gdb.reverse/machinestate.exp: Likewise.
5679 * gdb.reverse/sigall-precsave.exp: Likewise.
5680 * gdb.reverse/solib-precsave.exp: Likewise.
5681 * gdb.reverse/step-precsave.exp: Likewise.
5682 * gdb.reverse/until-precsave.exp: Likewise.
5683 * gdb.reverse/watch-precsave.exp: Likewise.
5684 * gdb.reverse/watch-reverse.exp: Likewise.
5685
b22089ab
YQ
56862014-10-17 Yao Qi <yao@codesourcery.com>
5687
5688 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5689 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5690
6c4486e6
PA
56912014-10-17 Pedro Alves <palves@redhat.com>
5692
5693 PR gdb/17471
5694 * gdb.base/bg-execution-repeat.c: New file.
5695 * gdb.base/bg-execution-repeat.exp: New file.
5696
0ff33695
PA
56972014-10-17 Pedro Alves <palves@redhat.com>
5698
5699 PR gdb/17300
5700 * gdb.base/continue-all-already-running.c: New file.
5701 * gdb.base/continue-all-already-running.exp: New file.
5702
6fdebc3d
PA
57032014-10-17 Pedro Alves <palves@redhat.com>
5704
5705 PR gdb/17472
5706 * gdb.base/annota-input-while-running.c: New file.
5707 * gdb.base/annota-input-while-running.exp: New file.
5708
32a8097b
PA
57092014-10-17 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/callfuncs.exp: emove references to osf.
5712 * gdb.base/sigall.exp: Likewise.
5713 * gdb.gdb/selftest.exp: Likewise.
5714 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5715 * gdb.mi/non-stop.c: Likewise.
5716 * gdb.mi/pthreads.c: Likewise.
5717 * gdb.reverse/sigall-precsave.exp: Likewise.
5718 * gdb.reverse/sigall-reverse.exp: Likewise.
5719 * gdb.threads/pthreads.c: Likewise.
5720 * gdb.threads/pthreads.exp: Likewise.
5721
7a3517ff
YQ
57222014-10-17 Yao Qi <yao@codesourcery.com>
5723
5724 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5725 check 'target_info exists noargs'.
5726 (test_command_prompt_position): Likewise.
5727 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5728 Remove "set args".
5729 (progvar_simple_while_test): Likewise.
5730 (progvar_complex_if_while_test): Likewise.
5731 (if_while_breakpoint_command_test): Likewise.
5732 (infrun_breakpoint_command_test): Likewise.
5733 (breakpoint_command_test): Likewise.
5734 (watchpoint_command_test): Likewise.
5735 (bp_deleted_in_command_test): Likewise.
5736 (temporary_breakpoint_commands): Likewise.
5737
bb99c472
YQ
57382014-10-16 Yao Qi <yao@codesourcery.com>
5739
5740 * gdb.base/remotetimeout.exp: Remove noargs checking.
5741
7c16b83e
PA
57422014-10-15 Pedro Alves <palves@redhat.com>
5743
5744 PR breakpoints/9649
5745 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5746 * gdb.base/breakpoint-in-ro-region.exp
5747 (probe_target_hardware_step): New procedure.
5748 (top level): Probe hardware stepping and hardware breakpoint
5749 support. Test stepping through a read-only region, with both
5750 "breakpoint auto-hw" on and off and both "always-inserted" on and
5751 off.
5752
35a49624
IB
57532014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5754
5755 * gdb.dlang/demangle.exp: Update for demangling changes.
5756
2d1c107c
SC
57572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5758
5759 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5760 * gdb.cp/non-trivial-retval.exp: Add new tests.
5761
778811d5
SC
57622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5763
5764 PR c++/13403
5765 PR c++/15154
5766 * gdb.cp/non-trivial-retval.cc: New file.
5767 * gdb.cp/non-trivial-retval.exp: New file.
5768
10c5f0a8
YQ
57692014-10-15 Yao Qi <yao@codesourcery.com>
5770
5771 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5772 remote host.
5773
65d7b369
YQ
57742014-10-15 Yao Qi <yao@codesourcery.com>
5775
5776 * gdb.python/py-symbol.exp: Match file base name if host is
5777 remote, otherwise match file name with dir name.
5778 * gdb.python/py-symtab.exp: Likewise.
5779 * gdb.python/python.exp: Likewise.
5780
46dc1394
YQ
57812014-10-15 Yao Qi <yao@codesourcery.com>
5782
5783 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5784 pattern.
5785 * gdb.python/py-symtab.exp: Likewise.
5786 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5787 locationn.
5788
c40cc657
JB
57892014-10-14 Joel Brobecker <brobecker@adacore.com>
5790
5791 * gdb.ada/addr_arith: New testcase.
5792
2abf49e1
MR
57932014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5794
5795 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5796 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5797 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5798 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5799
f7088df3
SDJ
58002014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5801
5802 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5803 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5804 * gdb.arch/stap-eval-lang-ada.exp: New file.
5805
4dc06805
YQ
58062014-10-14 Yao Qi <yao@codesourcery.com>
5807
5808 * gdb.mi/mi-var-child.c (nothing1): New function.
5809 (nothing2): New function.
5810 (do_children_tests): Set function pointers by nothing1 and
5811 nothing2.
5812 * gdb.mi/mi-var-child.exp: Step over new added statements.
5813 Update test to match the new output.
5814 * gdb.mi/var-cmd.c (nothing1): New function.
5815 (nothing2): New function.
5816 (do_children_tests): Set function pointers by nothing1 and
5817 nothing2.
5818 * gdb.mi/mi-var-display.exp: Update test to match output.
5819 Step to the line specified by $line_dct_nothing.
5820 Increase the number of lines to step.
5821
46a93de2
YQ
58222014-10-14 Yao Qi <yao@codesourcery.com>
5823
5824 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5825 tests.
5826 * gdb.mi/mi2-var-child.exp: Likewise.
5827
14ea52ee
DE
58282014-10-13 Doug Evans <dje@google.com>
5829
5830 * gdb.python/py-objfile.exp: Change name of file name test.
5831
e5c6e92b
DE
58322014-10-13 Doug Evans <dje@google.com>
5833
5834 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5835 from the start of the CU.
5836
c780cc2f
JK
58372014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5838 Yao Qi <yao@codesourcery.com>
5839
5840 Fix "save breakpoints" for "catch" command.
5841 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5842 Remove -nonewline. Match also the added "main" line.
5843
99894e11
JK
58442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5845
5846 Fix "save breakpoints" for "disable $bpnum" command.
5847 * gdb.base/save-bp.c (main): Add label.
5848 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5849
6e1ac5a3
JK
58502014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5851
5852 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5853
754dd2b0
YQ
58542014-10-11 Yao Qi <yao@codesourcery.com>
5855
5856 * gdb.server/server-kill.exp: Execute command
5857 "set remote trace-status-packet on" before "tstatus".
5858
f90183d7
YQ
58592014-10-11 Yao Qi <yao@codesourcery.com>
5860
5861 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5862 (main): Call getppid.
5863 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5864 and continue to it. Read variable "server_pid".
5865
bf40a607
YQ
58662014-10-11 Yao Qi <yao@codesourcery.com>
5867
5868 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5869
052ca370
YQ
58702014-10-11 Yao Qi <yao@codesourcery.com>
5871
5872 * gdb.threads/thread-find.exp: Don't execute command
5873 "info threads".
5874 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5875 * gdb.threads/linux-dp.exp: Don't check the condition
5876 $threads_created equals to zero.
5877
3831839c
PA
58782014-10-10 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.base/bigcore.exp: Remove references to IRIX.
5881 * gdb.base/funcargs.exp: Likewise.
5882 * gdb.base/interrupt.exp: Likewise.
5883 * gdb.base/mips_pro.exp: Likewise.
5884 * gdb.base/nodebug.exp: Likewise.
5885 * gdb.base/setvar.exp: Likewise.
5886 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5887
8b9a549d
PA
58882014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5889 Pedro Alves <palves@redhat.com>
5890
5891 PR symtab/14466
5892 * gdb.base/vdso-warning.c: New file.
5893 * gdb.base/vdso-warning.exp: New file.
5894
d48ba5e8
DE
58952014-10-02 Doug Evans <dje@google.com>
5896
5897 * gdb.base/structs.c (main): Don't run forever.
5898
2278c276
PA
58992014-10-02 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5902 (top level) <stop threads 1, stop threads 2>: Use it.
5903
b57bacec
PA
59042014-10-02 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.threads/break-while-running.exp (test): Add new
5907 'update_thread_list' argument. Skip "info threads" if false.
5908 (top level): Add new 'update_thread_list' axis.
5909
13fd3ff3
PA
59102014-10-02 Pedro Alves <palves@redhat.com>
5911
5912 PR breakpoints/17431
5913 * gdb.base/execl-update-breakpoints.c: New file.
5914 * gdb.base/execl-update-breakpoints.exp: New file.
5915
0fec99e8
PA
59162014-10-01 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/breakpoint-in-ro-region.c: New file.
5919 * gdb.base/breakpoint-in-ro-region.exp: New file.
5920
2ddf4301
SM
59212014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5922
5923 * gdb.mi/mi-exit-code.exp: New file.
5924 * gdb.mi/mi-exit-code.c: New file.
5925
6a5f3f43
YQ
59262014-09-30 Yao Qi <yao@codesourcery.com>
5927
5928 * lib/prelink-support.exp (build_executable_own_libs): Error if
5929 the target isn't native.
5930
345bcc73
YQ
59312014-09-30 Yao Qi <yao@codesourcery.com>
5932
5933 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5934 false.
5935
a25a5a45
PA
59362014-09-22 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.threads/break-while-running.exp: New file.
5939 * gdb.threads/break-while-running.c: New file.
5940
00ba3162
YQ
59412014-09-19 Yao Qi <yao@codesourcery.com>
5942
5943 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5944 Invoke test. Restart GDB with --readnow and invoke test again.
5945
c3b7b696
YQ
59462014-09-19 Yao Qi <yao@codesourcery.com>
5947
5948 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5949 proc set_breakpoint_on_gcd_function. Invoke
5950 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5951 invoke set_breakpoint_on_gcd_function again.
5952
2b4fd423
DE
59532014-09-18 Doug Evans <dje@google.com>
5954
5955 * gdb.dwarf2/symtab-producer.exp: New file.
5956
a5947601
SDJ
59572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5958
5959 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5960 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5961 * gdb.base/global-var-nested-by-dso.c: Likewise.
5962 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5963
91c19059
SDJ
59642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5965 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/watch-bitfields.exp: Pass string other than test file
5968 name to prepare_for_testing.
5969 (watch): New procedure.
5970 (expect_watchpoint): Use with_test_prefix.
5971 (top level): Factor out tests to ...
5972 (test_watch_location, test_regular_watch): ... these new
5973 procedures, and use with_test_prefix and gdb_continue_to_end.
5974
bb9d5f81
PP
59752014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5976
5977 PR breakpoints/12526
5978 * gdb.base/watch-bitfields.exp: New file.
5979 * gdb.base/watch-bitfields.c: New file.
5980
635856f5
PA
59812014-09-16 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5984 software and hardware addresses, not software address against
5985 itself.
5986
7280ceea
PA
59872014-09-16 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5990 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5991
428b16bd
PA
59922014-09-16 Pedro Alves <palves@redhat.com>
5993
5994 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5995 files.
5996 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5997 "*-*-vxworks*" throughout.
5998 * gdb.base/break.exp: Likewise.
5999 * gdb.base/default.exp: Likewise.
6000 * gdb.base/scope.exp: Likewise.
6001 * gdb.base/sepdebug.exp: Likewise.
6002 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6003 throughout.
6004 * gdb.base/run.c: Likewise.
6005 * gdb.base/sepdebug.c: Likewise.
6006 * gdb.hp/gdb.aCC/run.c: Likewise.
6007 * gdb.reverse/until-reverse.c: Likewise.
6008 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6009
666d413c
YQ
60102014-09-16 Yao Qi <yao@codesourcery.com>
6011
6012 * boards/local-remote-host-native.exp: New file.
6013
57cbd724
DE
60142014-09-14 Doug Evans <xdje42@gmail.com>
6015
6016 * gdb.threads/queue-signal.c (thread_count): New variable.
6017 (thread_count_mutex, thread_count_condvar): New variables.
6018 (incr_thread_count, wait_all_threads_running): New functions.
6019 (main): Wait for all threads to be in their thread functions.
6020
81219e53
DE
60212014-09-13 Doug Evans <xdje42@gmail.com>
6022
6023 * gdb.threads/queue-signal.c: New file.
6024 * gdb.threads/queue-signal.exp: New file.
6025
3714cea7
DE
60262014-09-13 Doug Evans <xdje42@gmail.com>
6027
6028 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6029 be consistent with what default_gdb_init uses.
6030 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6031 the plain text of the prompt. Add some logging printfs.
6032 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6033
fa43b1d7
PA
60342014-09-12 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6037 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6038 * gdb.arch/i386-size-overlap.exp: Likewise.
6039 * gdb.arch/i386-size.exp: Likewise.
6040 * gdb.arch/i386-unwind.exp: Likewise.
6041 * gdb.base/a2-run.exp: Likewise.
6042 * gdb.base/break.exp: Likewise.
6043 * gdb.base/charset.exp: Likewise.
6044 * gdb.base/chng-syms.exp: Likewise.
6045 * gdb.base/commands.exp: Likewise.
6046 * gdb.base/dbx.exp: Likewise.
6047 * gdb.base/find.exp: Likewise.
6048 * gdb.base/funcargs.exp: Likewise.
6049 * gdb.base/jit-simple.exp: Likewise.
6050 * gdb.base/reread.exp: Likewise.
6051 * gdb.base/sepdebug.exp: Likewise.
6052 * gdb.base/step-bt.exp: Likewise.
6053 * gdb.cp/mb-inline.exp: Likewise.
6054 * gdb.cp/mb-templates.exp: Likewise.
6055 * gdb.objc/basicclass.exp: Likewise.
6056 * gdb.threads/killed.exp: Likewise.
6057
9d9bf2df
EBM
60582014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6059
6060 PR tdep/17379
6061 * gdb.arch/powerpc-stackless.S: New file.
6062 * gdb.arch/powerpc-stackless.exp: New file.
6063
1cf2f1b0
JK
60642014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 * gdb.base/attach.c: Include unistd.h.
6067 (main): Call alarm. Add label postloop.
6068 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6069 gdb_breakpoint, gdb_continue_to_breakpoint.
6070 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6071
98880d46
PA
60722014-09-11 Pedro Alves <palves@redhat.com>
6073
6074 PR gdb/17347
6075 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6076 * gdb.base/attach.exp (test_command_line_attach_run): New
6077 procedure.
6078 (top level): Call it.
6079
4c92ff2c
PA
60802014-09-11 Pedro Alves <palves@redhat.com>
6081
6082 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6083 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6084 (do_command_attach_tests): Use spawn_wait_for_attach.
6085 * gdb.base/solib-overlap.exp: Likewise.
6086 * gdb.multi/multi-attach.exp: Likewise.
6087 * gdb.python/py-prompt.exp: Likewise.
6088 * gdb.python/py-sync-interp.exp: Likewise.
6089 * gdb.server/ext-attach.exp: Likewise.
6090
3adc1a7d
GKB
60912014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6092
6093 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6094 command in testcase. Simplify testcase.
6095
96334934
JB
60962014-09-10 Joel Brobecker <brobecker@adacore.com>
6097
6098 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6099
eb479039
JB
61002014-09-10 Joel Brobecker <brobecker@adacore.com>
6101
6102 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6103
deede10c
JB
61042014-09-10 Joel Brobecker <brobecker@adacore.com>
6105
6106 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6107
7828a5f5
JB
61082014-09-10 Joel Brobecker <brobecker@adacore.com>
6109
6110 * gdb.dwarf2/dynarr-ptr.c: New file.
6111 * gdb.dwarf2/dynarr-ptr.exp: New file.
6112
33aeebcf
MR
61132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6114
6115 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6116 of 30 rather than hardcoding 120 for a slow test case. Take the
6117 `gdb,timeout' target setting into account for this calculation.
6118 Don't extend the timeout for the test cases that don't need it.
6119
7b415901
MR
61202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6121
6122 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6123 a factor of 2 for a slow test case. Take the `gdb,timeout'
6124 target setting into account for this calculation.
6125 * gdb.reverse/until-precsave.exp: Increase the timeout by
6126 a factor of 15 and 3 respectively rather than adding 120
6127 for a pair of slow test cases. Take the `gdb,timeout'
6128 target setting into account for this calculation.
6129
4a40f85a
MR
61302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6131
6132 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6133 timeout, don't pass one down to gdb_expect.
6134 (gdb_expect): Rework timeout selection.
6135
09635af7
MR
61362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6137
6138 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6139 exception on timeout.
6140 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6141 (gdbserver_start_extended): Catch any `gdbserver_start' error
6142 exceptions.
6143 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6144 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6145 `gdbserver_gdb_load' error exceptions.
6146
2bdd10b7
MR
61472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6148
6149 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6150 120 on waiting for the TCP socket to open.
6151
316935f0
DE
61522014-09-09 Doug Evans <xdje42@gmail.com>
6153
6154 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6155 _caller_matches, _any_caller_is, _any_caller_matches.
6156
83740597
DE
61572014-09-09 Doug Evans <xdje42@gmail.com>
6158
6159 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6160
4c122fc3
YQ
61612014-09-09 Yao Qi <yao@codesourcery.com>
6162
6163 * gdb.mi/mi-var-display.exp: Set print symbol off.
6164
a9f116cb
GKB
61652014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6166
6167 PR gdb/17035
6168 * gdb.base/commands.exp: Add tests to verify user-defined
6169 commands with empty bodies.
6170 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6171 python commands in `show user command`.
6172 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6173 scheme commands in `show user command`.
6174
c75bd3a2
JK
61752014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6176
6177 PR python/17355
6178 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6179 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6180 * gdb.python/py-framefilter-invalidarg.exp: New file.
6181 * gdb.python/py-framefilter-invalidarg.py: New file.
6182
faa42425
DE
61832014-09-06 Doug Evans <xdje42@gmail.com>
6184
6185 PR 15276
6186 * gdb.python/py-caller-is.c: New file.
6187 * gdb.python/py-caller-is.exp: New file.
6188
474ca4f6
SDJ
61892014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6190
6191 PR gdb/17235
6192 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6193 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6194
eb0b0463
SDJ
61952014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6196
6197 PR fortran/17237
6198 * gdb.fortran/print-formatted.exp: New file.
6199 * gdb.fortran/print-formatted.f90: Likewise.
6200
5f3b99cf
SS
62012014-09-03 Sasha Smundak <asmundak@google.com>
6202
6203 * gdb.python/py-frame.exp: Test Frame.read_register.
6204
7d793aa9
SDJ
62052014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6206
6207 PR python/16699
6208 * gdb.python/py-completion.exp: New file.
6209 * gdb.python/py-completion.py: Likewise.
6210
fb0576e9
DE
62112014-08-28 Doug Evans <dje@google.com>
6212
6213 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6214 eax,etc. are live with values set by gdb and thus the compiler can't
6215 use them.
6216 * gdb.arch/i386-pseudo.c (main): Ditto.
6217
ee92b0dd
DE
62182014-08-27 Doug Evans <dje@google.com>
6219
6220 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6221
6649db35
DE
62222014-08-25 Doug Evans <dje@google.com>
6223
6224 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6225 (main): Ditto.
6226
564b7600
DE
62272014-08-25 Doug Evans <dje@google.com>
6228
6229 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6230
3881fb67
YQ
62312014-08-24 Yao Qi <yao@codesourcery.com>
6232
6233 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6234 symbol off.
6235 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6236
a05a36a5
DE
62372014-08-22 Doug Evans <dje@google.com>
6238
6239 PR 17276
6240 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6241 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6242 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6243
7c343b48
YQ
62442014-08-22 Yao Qi <yao@codesourcery.com>
6245
6246 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6247 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6248 * gdb.python/python.exp: Likewise. Use .py file on the host
6249 instead of the build.
6250
22fd09ae
JK
62512014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6252
6253 * gdb.threads/gcore-stale-thread.c: New file.
6254 * gdb.threads/gcore-stale-thread.exp: New file.
6255
a8454a7c
PA
62562014-08-21 Pedro Alves <palves@redhat.com>
6257
6258 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6259 * gdb.base/gcore-relro-pie.exp: Likewise.
6260 * gdb.base/gcore-relro.exp: Likewise.
6261 * gdb.base/gcore.exp: Likewise.
6262 * gdb.base/print-symbol-loading.exp: Likewise.
6263 * gdb.threads/gcore-thread.exp: Likewise.
6264 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6265
2a31c623
PA
62662014-08-20 Pedro Alves <palves@redhat.com>
6267 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6270 configure.
6271 (EXPECT): Handle READ1 being set.
6272 (all): Depend on EXTRA_RULES.
6273 (check-read1, expect-read1, read1.so, read1): New rules.
6274 * README (Testsuite Parameters): Document the READ1 make variable.
6275 (Race detection): New section.
6276 * configure: Regenerate.
6277 * configure.ac: If build==host==target, and running under a
6278 GNU/glibc system, add read1 to the extra Makefile rules.
6279 (EXTRA_RULES): AC_SUBST it.
6280 * lib/read1.c: New file.
6281
d36430db
JB
62822014-08-20 Joel Brobecker <brobecker@adacore.com>
6283
6284 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6285 the handling of variables declared as a typedef to an array
6286 which a DW_AT_data_location attribute.
6287
9a0dc9e3
PA
62882014-08-19 Andrew Burgess <aburgess@broadcom.com>
6289 Pedro Alves <palves@redhat.com>
6290
6291 PR symtab/14604
6292 PR symtab/14605
6293 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6294 gdb_test.
6295
0718a8da
PA
62962014-08-19 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6299
13b448cd
YQ
63002014-08-19 Yao Qi <yao@codesourcery.com>
6301
6302 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6303 right line.
6304
1cbf5077
DB
63052014-08-18 David Blaikie <dblaikie@gmail.com>
6306
6307 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6308
bf0fae19
JB
63092014-08-18 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6312 attribute in array range.
6313
3c8c5dcc
JB
63142014-08-18 Joel Brobecker <brobecker@adacore.com>
6315
6316 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6317
e66d4446
SC
63182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6319
6320 PR c++/17132
6321 * gdb.cp/pr17132.cc: New file.
6322 * gdb.cp/pr17132.exp: New file.
6323
940df408
SC
63242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6325
6326 * gdb.python/py-xmethods.py (A_getarrayind)
6327 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6328 Use 'print' with function call syntax.
6329 (E_method_matcher.match): Fix tab vs space indentation mixup.
6330
ebcc6c3a
YQ
63312014-08-15 Yao Qi <yao@codesourcery.com>
6332
6333 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6334 false.
6335
775e0f04
YQ
63362014-08-15 Yao Qi <yao@codesourcery.com>
6337
6338 * gdb.cp/casts.exp: Set print symbol off.
6339 * gdb.cp/class2.exp: Likewise.
6340 * gdb.cp/overload.exp: Likewise.
6341 * gdb.cp/templates.exp: Likewise.
6342
d769e349
DE
63432014-08-11 Doug Evans <dje@google.com>
6344
6345 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6346 (test_load_shlib): Update.
6347
20c6f1e1
YQ
63482014-08-09 Yao Qi <yao@codesourcery.com>
6349
6350 * gdb.base/display.exp: Invoke is_address_zero_readable.
6351 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6352 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6353 * gdb.base/hbreak-unmapped.exp: Return if
6354 is_address_zero_readable returns true.
6355 * gdb.base/signest.exp: Likewise.
6356 * gdb.base/signull.exp: Likewise.
6357 * gdb.base/sigbpt.exp: Likewise.
6358 * gdb.guile/scm-disasm.exp: Do the test if
6359 is_address_zero_readable returns false.
6360 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6361 * gdb.python/py-arch.exp: Likewise.
6362 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6363 * lib/gdb.exp (is_address_zero_readable): New proc.
6364
5792e8e3
YQ
63652014-08-09 Yao Qi <yao@codesourcery.com>
6366
6367 PR testsuite/13443
6368 * gdb.mi/mi-var-display.exp: Make test messages unique.
6369
3cecbbbe
TT
63702014-08-04 Tom Tromey <tromey@redhat.com>
6371
6372 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6373 target 0".
6374
00b51ff5
TT
63752014-08-04 Tom Tromey <tromey@redhat.com>
6376
6377 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6378 "target_resume".
6379
6908c509
JB
63802014-08-01 Joel Brobecker <brobecker@adacore.com>
6381
6382 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6383 inner_vla_struct_object_size.
6384 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6385 as xfail.
6386
cc6563d2
PA
63872014-07-30 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6390 comment.
6391
7e09a223
YQ
63922014-07-29 Yao Qi <yao@codesourcery.com>
6393
6394 PR gdb/17206
6395 * gdb.base/until-nodebug.exp: New.
6396
7ebdbe92
DE
63972014-07-28 Doug Evans <xdje42@gmail.com>
6398
6399 PR guile/17203
6400 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6401 previously existing parameter, and previously ambiguously spelled
6402 parameter.
6403
fdb1adc6
WN
64042014-07-28 Will Newton <will.newton@linaro.org>
6405
6406 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6407
186fcde0
DE
64082014-07-26 Ludovic Courtès <ludo@gnu.org>
6409 Doug Evans <xdje42@gmail.com>
6410
6411 PR guile/17146
6412 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6413
70509625
PA
64142014-07-25 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.threads/signal-command-handle-nopass.c: New file.
6417 * gdb.threads/signal-command-handle-nopass.exp: New file.
6418 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6419 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6420 * gdb.threads/signal-delivered-right-thread.c: New file.
6421 * gdb.threads/signal-delivered-right-thread.exp: New file.
6422
c3f814a1
PA
64232014-07-25 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.base/double-prompt-target-event-error.exp
6426 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6427 match.
6428 (cancel_pagination_in_target_event): Rework double prompt
6429 detection.
6430 * gdb.base/paginate-after-ctrl-c-running.exp
6431 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6432 <return>' match.
6433 * gdb.base/paginate-bg-execution.exp
6434 (test_bg_execution_pagination_return)
6435 (test_bg_execution_pagination_cancel): Remove '-notransfer
6436 <return>' matches.
6437 * gdb.base/paginate-execution-startup.exp
6438 (test_fg_execution_pagination_return)
6439 (test_fg_execution_pagination_cancel): Remove '-notransfer
6440 <return>' matches.
6441 * gdb.base/paginate-inferior-exit.exp
6442 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6443 match.
6444 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6445 * lib/gdb.exp (pagination_prompt): Run text through
6446 string_to_regexp.
6447 (gdb_test_multiple): Match $pagination_prompt instead of
6448 "<return>".
6449 (string_to_regexp): Move to lib/gdb-utils.exp.
6450
e214cf6c
JK
64512014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6452
6453 * gdb.arch/amd64-entry-value-paramref.S: New file.
6454 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6455 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6456 * gdb.arch/amd64-optimout-repeat.S: New file.
6457 * gdb.arch/amd64-optimout-repeat.c: New file.
6458 * gdb.arch/amd64-optimout-repeat.exp: New file.
6459
17d0c5c8
JK
64602014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 PR gdb/17170
6463 * gdb.base/statistics.exp: New file.
6464
b8b8facf
DE
64652014-07-17 Doug Evans <dje@google.com>
6466
74b49205 6467 PR gdb/17170
b8b8facf
DE
6468 * gdb.base/maint.exp: Update testing of per-command stats.
6469
1b5d0ab3
PA
64702014-07-16 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6473 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6474 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6475 (tfile_write_buf): New functions.
6476 (add_memory_block): Rewrite using the above.
6477 (adjust_function_address): New function.
6478 (FUNCTION_ADDRESS): New macro.
6479 (write_basic_trace_file): Remove short_x local, and use
6480 tfile_write_16. Change type of func_addr local to unsigned long
6481 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6482 here. Cast argument of add_memory_block to char pointer.
6483 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6484 (main): Remove parameters.
6485 * gdb.trace/tfile.exp: Remove nowarnings.
6486
4d974e88
SM
64872014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6488
6489 * gdb.base/debug-expr.exp: Test string evaluation with
6490 "debug expression" on.
6491
41e99568
PA
64922014-07-15 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/reread.exp: Use clean_restart.
6495
487d9753
PL
64962014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6497
6498 * gdb.arch/avr-flash-qualifer.c: New.
6499 * gdb.arch/avr-flash-qualifer.exp: New.
6500
cc1c52ad
PA
65012014-07-14 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6504 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6505
1e973570
PA
65062014-07-14 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/double-prompt-target-event-error.c: New file.
6509 * gdb.base/double-prompt-target-event-error.exp: New file.
6510
93d6eb10
PA
65112014-07-14 Pedro Alves <palves@redhat.com>
6512
6513 PR gdb/17072
6514 * gdb.base/paginate-inferior-exit.c: New file.
6515 * gdb.base/paginate-inferior-exit.exp: New file.
6516
0017922d
PA
65172014-07-14 Pedro Alves <palves@redhat.com>
6518
6519 PR gdb/17072
6520 * gdb.base/paginate-bg-execution.c: New file.
6521 * gdb.base/paginate-bg-execution.exp: New file.
6522
94696ad3
PA
65232014-07-14 Pedro Alves <palves@redhat.com>
6524
6525 PR gdb/17072
6526 * gdb.base/paginate-execution-startup.c: New file.
6527 * gdb.base/paginate-execution-startup.exp: New file.
6528 * lib/gdb.exp (pagination_prompt): New global.
6529 (default_gdb_spawn): New procedure, factored out from
6530 default_gdb_spawn.
6531 (default_gdb_start): Adjust to call default_gdb_spawn.
6532 (gdb_spawn): New procedure.
6533
bd293940
PA
65342014-07-14 Pedro Alves <palves@redhat.com>
6535
6536 * lib/gdb.exp (gdb_assert): New procedure.
6537 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6538
c933f875
PA
65392014-07-14 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/execution-termios.c: New file.
6542 * gdb.base/execution-termios.exp: New file.
6543
d98b7a16
TT
65442014-07-14 Tom Tromey <tromey@redhat.com>
6545
6546 * gdb.cp/vla-cxx.cc: New file.
6547 * gdb.cp/vla-cxx.exp: New file.
6548
548740d6
TT
65492014-07-14 Tom Tromey <tromey@redhat.com>
6550
6551 * gdb.reverse/rerun-prec.c: New file.
6552 * gdb.reverse/rerun-prec.exp: New file.
6553
a25eb028
MR
65542014-07-12 Maciej W. Rozycki <macro@mips.com>
6555 Maciej W. Rozycki <macro@codesourcery.com>
6556
6557 * lib/gdb-utils.exp: New file.
6558 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6559 inline `gdb_init_command' processing.
6560 (gdb_start_cmd): Likewise.
6561 * lib/mi-support.exp (mi_run_cmd): Likewise.
6562 * README: Document `gdb_init_command' and `gdb_init_commands'.
6563
218c2655
JK
65642014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 Fix false FAIL running under a very long directory name.
6567 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6568 and "set print elements 10000". Twice.
6569
5401fde3
YQ
65702014-07-11 Yao Qi <yao@codesourcery.com>
6571
6572 * gdb.base/exprs.exp: "set print symbol off".
6573
e76126e8
PA
65742014-07-11 Pedro Alves <palves@redhat.com>
6575
6576 * gdb.threads/kill.c: New file.
6577 * gdb.threads/kill.exp: New file.
6578
2d6f0de6
YQ
65792014-07-10 Yao Qi <yao@codesourcery.com>
6580
6581 * gdb.trace/tfile.c (write_basic_trace_file)
6582 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6583 address written to trace file.
6584
7180e04a
PA
65852014-07-09 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/attach-wait-input.exp: New file.
6588 * gdb.base/attach-wait-input.c: New file.
6589
9a9a7608
AB
65902014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6593 setting up test structures.
6594 (main): Call new test function.
6595 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6596 test function, continue into test function and walk test
6597 structures.
6598
161ac41e
YQ
65992014-07-02 Yao Qi <yao@codesourcery.com>
6600
6601 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6602 'bar_start' at the beginning of functions 'foo' and 'bar'
6603 respectively.
6604 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6605 instead of 'foo' and 'bar'.
6606
1f267ae3
MM
66072014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6608
6609 * gdb.btrace/segv.exp: New.
6610 * gdb.btrace/segv.c: New.
6611
2b239efb
LM
66122014-07-02 Luis Machado <lgustavo@codesourcery.com>
6613
6614 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6615 instruction.
6616
cf363f18
MW
66172014-06-30 Mark Wielaard <mjw@redhat.com>
6618
6619 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6620 vulture, vilify, villar): New volatile array constants.
6621 (vindictive, vegetation): New const volatile array constants.
6622 * gdb.base/volatile.exp: Test volatile and const volatile array
6623 types.
6624
aebf9d24
AA
66252014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6626
6627 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6628 target lacks support for awatch, rwatch, or hbreak.
6629
b67a2c6f
YQ
66302014-06-27 Yao Qi <yao@codesourcery.com>
6631
6632 * gdb.multi/dummy-frame-restore.exp: New.
6633 * gdb.multi/dummy-frame-restore.c: New.
6634
aef92902
MM
66352014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6636
6637 * gdb.btrace/gcore.exp: New.
6638
8e9db26e
PA
66392014-06-23 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.base/watchpoint-reuse-slot.c: New file.
6642 * gdb.base/watchpoint-reuse-slot.exp: New file.
6643
70afc5b7
SC
66442014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6645
6646 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6647 progspace's filename in 'info', 'enable' and 'disable' command
6648 tests.
6649
b972bd9c
JK
66502014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6653 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6654 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6655
125f8a3d
GB
66562014-06-20 Gary Benson <gbenson@redhat.com>
6657
6658 * gdb.arch/i386-avx.exp: Fix include file location.
6659 * gdb.arch/i386-sse.exp: Likewise.
6660
3ed9baed
IB
66612014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6662
6663 * gdb.dlang/expression.exp: New file.
6664
034f788c
PA
66652014-06-19 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6668 out from ...
6669 (top level): ... here. Iterate running tests under different
6670 scheduler-locking settings.
6671
45371d0c
LM
66722014-06-18 Luis Machado <lgustavo@codesourcery.com>
6673
6674 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6675 to DW_FORM_addr and use non-zero addresses.
6676
5d376983
SC
66772014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6678
6679 PR gdb/17017
6680 * gdb.python/py-xmethods.cc: Add global function call counters and
6681 increment them in their respective functions. Remove "cout"
6682 statements.
6683 * gdb.python/py-xmethods.exp: Make tests check the global function
6684 call counters instead of depending on inferior IO.
6685
a1aa2221
LM
66862014-06-18 Don Breazeal <donb@codesourcery.com>
6687
6688 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6689 Deleted procedure.
6690 (explicit_fork_parent_follow): Deleted procedure.
6691 (explicit_fork_child_follow): Deleted procedure.
6692 (test_follow_fork): New procedure.
6693 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6694 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6695 procedure calls.
6696
0fc05997
YQ
66972014-06-17 Yao Qi <yao@codesourcery.com>
6698
6699 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6700 CP1252.
6701
70795c52
LM
67022014-06-17 Luis Machado <lgustavo@codesourcery.com>
6703
6704 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6705 Initialize ptr and S explicitly.
6706 (skip_type_update_when_not_use_rtti_test): Likewise.
6707
6be47f0c
KS
67082014-06-16 Keith Seitz <keiths@redhat.com>
6709
6710 PR mi/15863
6711 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6712 the inferior is started.
6713
d03de421
PA
67142014-06-16 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.base/break-main-file-remove-fail.c: New file.
6717 * gdb.base/break-main-file-remove-fail.exp: New file.
6718 * gdb.base/break-unload-file.exp: Use build_executable instead of
6719 prepare_for_testing.
6720 (test_break): New parameter "initial_load". Handle it.
6721 (top level): Add initial_load cmdline/file axis.
6722
f9579b99
TT
67232014-06-12 Tom Tromey <tromey@redhat.com>
6724
6725 * gdb.base/completion.exp: Don't use directory name in test.
6726
3657956b
GB
67272014-06-09 Gary Benson <gbenson@redhat.com>
6728
6729 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6730 separate the always-available ANSI-standard signals from the
6731 signals that require checking.
6732 (main): Likewise.
6733 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6734 Likewise.
6735 (main): Likewise.
6736
4186eb54
KS
67372014-06-07 Keith Seitz <keiths@redhat.com>
6738
6739 Revert:
6740 PR c++/16253
6741 * gdb.cp/var-tag.cc: New file.
6742 * gdb.cp/var-tag.exp: New file.
6743 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6744 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6745 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6746 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6747
25326a28 67482014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6749
6750 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6751
829155c9
PA
67522014-06-06 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6755 in target debug output instead of looking at RSP packets,
6756 disabling the test on any target that uses hardware stepping.
6757 Update comments.
6758
61c8d22e
PA
67592014-06-06 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.base/break-unload-file.exp: Fix typo.
6762
d9a47287
YQ
67632014-06-06 Yao Qi <yao@codesourcery.com>
6764
6765 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6766 from "jit_function" to "^jit_function".
6767
e5e01dbf
YQ
67682014-06-06 Yao Qi <yao@codesourcery.com>
6769
6770 * gdb.base/async.c (foo): Add one statement.
6771 * gdb.base/async.exp: Get the next instruction address and
6772 match the output of "nexti" by instruction address. Match
6773 the hex address in the output of "finish".
6774
73ba372c
GB
67752014-06-06 Gary Benson <gbenson@redhat.com>
6776
6777 * gdb.base/call-signals.c: Remove preprocessor conditionals
6778 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6779 SIGSEGV and SIGTERM.
6780 * gdb.base/sigall.c: Likewise.
6781 * gdb.base/unwindonsignal.c: Likewise.
6782 * gdb.reverse/sigall-reverse.c: Likewise.
6783
831517df
YQ
67842014-06-06 Yao Qi <yao@codesourcery.com>
6785
6786 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6787 readable, skip the test.
6788
b8b91e98
YQ
67892014-06-06 Yao Qi <yao@codesourcery.com>
6790
6791 * gdb.threads/staticthreads.c (thread_function): Move the line
6792 setting breakpoint on forward.
6793 * gdb.threads/staticthreads.exp: Update comments.
6794
fb934770
LC
67952014-06-05 Ludovic Courtès <ludo@gnu.org>
6796
6797 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6798 "history-append! type error".
6799
6ef284bd
SM
68002014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6801
6802 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6803 erroneous dprintf expected input.
6804
a872e241
DE
68052014-06-04 Doug Evans <xdje42@gmail.com>
6806
6807 * gdb.guile/scm-generics.exp: Delete.
6808
16f691fb
DE
68092014-06-04 Doug Evans <xdje42@gmail.com>
6810
6811 * gdb.guile/scm-breakpoint.exp: Update.
6812 Add tests for breakpoint registration.
6813
012370f6
TT
68142014-06-04 Tom Tromey <tromey@redhat.com>
6815
6816 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6817 VLA-in-union.
6818 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6819 inner_vla_struct, vla_union types. Initialize objects of those
6820 types and compute their sizes.
6821
9f5a4cef
HZ
68222014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6823 Hui Zhu <hui@codesourcery.com>
6824
6825 * gdb.base/fileio.exp: Add test for shell not available as well as
6826 available.
6827 * gdb.base/fileio.c (test_system): Check for shell twice.
6828
90a45c4d
YQ
68292014-06-04 Yao Qi <yao@codesourcery.com>
6830
6831 * gdb.base/auto-connect-native-target.exp: Remove redundant
6832 space from the regexp pattern.
6833
70017e41
YQ
68342014-06-04 Yao Qi <yao@codesourcery.com>
6835
6836 * gdb.base/default.exp: Replace "child" with "native" in
6837 regexp pattern.
6838
883964a7
SC
68392014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6840
6841 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6842 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6843 * gdb.python/py-xmethods.py: Python script supporting the
6844 new testcase and tests.
6845
ef370185
JB
68462014-06-03 Joel Brobecker <brobecker@adacore.com>
6847 Pedro Alves <palves@redhat.com>
6848
6849 PR breakpoints/17000
6850 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6851 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6852
1e2ccb61
BM
68532014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6854
6855 * gdb.base/subst.exp: Add tests to verify partial path matching
6856 output.
6857
c6ec5ab2
PA
68582014-06-03 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6861 target that doesn't use software single-stepping.
6862
835c559f
PA
68632014-06-03 Pedro Alves <palves@redhat.com>
6864
6865 PR breakpoints/17000
6866 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6867 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6868
06eb1586
DE
68692014-06-02 Doug Evans <xdje42@gmail.com>
6870
6871 * gdb.guile/scm-parameter.exp: New file.
6872
e698b8c4
DE
68732014-06-02 Doug Evans <xdje42@gmail.com>
6874
6875 * gdb.guile/scm-cmd.c: New file.
6876 * gdb.guile/scm-cmd.exp: New file.
6877
ded03782
DE
68782014-06-02 Doug Evans <xdje42@gmail.com>
6879
6880 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6881 pretty-printer lookup.
6882 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6883 (make-pp_s-printer): Call it.
6884 (make-pretty-printer-from-dict): New function.
6885 (lookup-pretty-printer-maker-from-dict): New function.
6886 (*pretty-printer*): Simplify.
6887 (make-objfile-pp_s-printer): New function.
6888 (install-objfile-pretty-printers!): New function.
6889 (make-progspace-pp_s-printer): New function.
6890 (install-progspace-pretty-printers!): New function.
6891 * gdb.guile/scm-progspace.c: New file.
6892 * gdb.guile/scm-progspace.exp: New file.
6893
41fac0cf
PA
68942014-06-02 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.base/dprintf-bp-same-addr.c: New file.
6897 * gdb.base/dprintf-bp-same-addr.exp: New file.
6898
96ae5695
EBM
68992014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6900
6901 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6902 * gdb.arch/powerpc-power.s: Likewise.
6903
da02b3a8
JB
69042014-06-02 Joel Brobecker <brobecker@adacore.com>
6905
6906 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6907
c72b2e7b
YQ
69082014-06-01 Yao Qi <yao@codesourcery.com>
6909
6910 * gdb.base/watchpoint.exp (test_watch_location): Check null
6911 pointer can be dereferenced. If not, do the test, otherwise
6912 skip it.
6913
53e8a631
AB
69142014-05-30 Andrew Burgess <aburgess@broadcom.com>
6915
6916 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6917 results.
6918 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6919
938f0e2f
AB
69202014-05-30 Andrew Burgess <aburgess@broadcom.com>
6921
6922 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6923 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6924 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6925 * gdb.arch/amd64-invalid-stack-top.c: New file.
6926 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6927
9ba6657a
PA
69282014-05-30 Pedro Alves <palves@redhat.com>
6929
6930 PR breakpoints/17000
6931 * gdb.base/sss-bp-on-user-bp.c: New file.
6932 * gdb.base/sss-bp-on-user-bp.exp: New file.
6933
522c09bf
DB
69342014-05-30 David Blaikie <dblaikie@gmail.com>
6935
6936 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6937 gnu_inline semantics via attribute.
6938 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6939 source explicitly specifies the required semantics.
6940
bf4ef81e
MR
69412014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6942
6943 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6944
329ea579
PA
69452014-05-29 Pedro Alves <palves@redhat.com>
6946 Tom Tromey <tromey@redhat.com>
6947
6948 * gdb.base/async-shell.exp: Don't enable target-async.
6949 * gdb.base/async.exp
6950 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6951 parameter. Adjust.
6952 (top level): Don't test with "target-async".
6953 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6954 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6955 * gdb.base/inferior-died.exp: Don't enable target-async.
6956 * gdb.base/interrupt-noterm.exp: Likewise.
6957 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6958 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6959 * gdb.mi/mi-nonstop.exp: Likewise.
6960 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6961 * gdb.mi/mi-nsintrall.exp: Likewise.
6962 * gdb.mi/mi-nsmoribund.exp: Likewise.
6963 * gdb.mi/mi-nsthrexec.exp: Likewise.
6964 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6965 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6966 * gdb.python/py-evsignal.exp: Don't enable target-async.
6967 * gdb.python/py-evthreads.exp: Likewise.
6968 * gdb.python/py-prompt.exp: Likewise.
6969 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6970 * gdb.server/solib-list.exp: Don't enable target-async.
6971 * gdb.threads/thread-specific-bp.exp: Likewise.
6972 * lib/mi-support.exp: Adjust to use mi-async.
6973
fd664c91
PA
69742014-05-29 Pedro Alves <palves@redhat.com>
6975
6976 PR gdb/13860
6977 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6978 reason, even in sync mode.
6979
251bde03
PA
69802014-05-29 Pedro Alves <palves@redhat.com>
6981 Hui Zhu <hui@codesourcery.com>
6982
6983 PR PR15693
6984 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6985 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6986 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6987 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6988
7f3c0343
JB
69892014-05-28 Joel Brobecker <brobecker@adacore.com>
6990
6991 * config/monitor.exp (gdb_target_monitor): Replace use of
6992 "set remotebaud" by "set serial baud".
6993
b2715b27
AW
69942014-05-26 Andy Wingo <wingo@igalia.com>
6995
6996 * gdb.guile/scm-breakpoint.exp:
6997 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6998 properties instead of gdb-object-properties.
6999
498a4489
YQ
70002014-05-26 Yao Qi <yao@codesourcery.com>
7001
7002 * gdb.server/no-thread-db.exp: Specify source file name
7003 explicitly when setting a breakpoint.
7004
589fdceb
MM
70052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7006
7007 * gdb.btrace/vdso.c: New.
7008 * gdb.btrace/vdso.exp: New.
7009
e9089e05
MM
70102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7011
7012 * gdb.base/gcore.exp (capture_command_output): Move ...
7013 * lib/gdb.exp (capture_command_output): ... here.
7014
67b5c0c1
MM
70152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7016
7017 * gdb.btrace/data.exp: Test memory access during btrace replay.
7018
a2199296
SM
70192014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7020
7021 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7022
17b2616c
PA
70232014-05-21 Pedro Alves <palves@redhat.com>
7024
7025 PR gdb/13860
7026 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7027 (top level): Test that output related to execution commands is
7028 sent to the console with CLI commands, but not with MI commands.
7029 Test that breakpoint events are always mirrored to the console.
7030 Also expect the new source line to be output after a "next" in
7031 async mode too. Make it a pass/fail test.
7032 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7033 output.
7034 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7035
5166082f
PA
70362014-05-21 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7039 Use them to test variations of "list" after reaching a breakpoint.
7040 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7041 Test "list" with listsize 10 after reaching a breakpoint.
7042 * gdb.python/python.exp (decode_line current location line
7043 number): Adjust expected line number.
7044
2f25d70f
SM
70452014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7046
7047 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7048 behavior for $args, pass it directly to "run".
7049
ff604a67
MR
70502014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7051
7052 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7053 30000 to 65536.
7054
6a3cb8e8
PA
70552014-05-21 Pedro Alves <palves@redhat.com>
7056
7057 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7058 auto-connect-native-target off".
7059 * gdb.base/auto-connect-native-target.c: New file.
7060 * gdb.base/auto-connect-native-target.exp: New file.
7061
4ebfc96e
PA
70622014-05-21 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/default.exp: Test "target native" instead of "target
7065 child".
7066
36d46afb
MW
70672014-05-21 Mark Wielaard <mjw@redhat.com>
7068
7069 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7070
5876f503
JK
70712014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7072
7073 Fix TLS access for -static -pthread.
7074 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7075 <HAVE_TLS> (thread_function, main): Initialize it.
7076 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7077 Add clean_restart.
7078 <$have_tls != "">: Check TLSVAR.
7079
0256a6ac
PA
70802014-05-21 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/dcache-line-read-error.c: New.
7083 * gdb.base/dcache-line-read-error.exp: New.
7084
936d2992
PA
70852014-05-20 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/compare-sections.c: New file.
7088 * gdb.base/compare-sections.exp: New file.
7089
802e8e6d
PA
70902014-05-20 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.base/break-idempotent.c: New file.
7093 * gdb.base/break-idempotent.exp: New file.
7094
e59fa00f
MM
70952014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7096
7097 * gdb.btrace/nohist.exp: New.
7098
8b696e31
YQ
70992014-05-20 Yao Qi <yao@codesourcery.com>
7100
7101 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7102 gdb.reverse directory and gdb_reverse_timeout exists in board
7103 setting.
7104 * README: Document gdb_reverse_timeout.
7105
73c9764f
YQ
71062014-05-20 Yao Qi <yao@codesourcery.com>
7107
7108 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7109 'test_file_name'. Treat args as a string instead of a list.
7110 (gdb_init): Rename argument 'args' by 'test_file_name'.
7111
f1f4348a
JK
71122014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7113
7114 * gdb.arch/powerpc-power.exp: New file.
7115 * gdb.arch/powerpc-power.s: New file.
7116
0dbe70ce
DE
71172014-05-16 Doug Evans <dje@google.com>
7118
7119 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7120 * gdb.base/completion.exp: Check that all expected files exist
7121 before doing file completion.
0dbe70ce 7122
8d551b02
DE
71232014-05-16 Doug Evans <dje@google.com>
7124
7125 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7126 Update.
7127 (do_syscall_tests_without_xml): Update.
7128
73eb7709
PA
71292014-05-16 Pedro Alves <palves@redhat.com>
7130
7131 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7132 instead of "unknown output after running".
7133
3fae92fc
YQ
71342014-05-16 Yao Qi <yao@codesourcery.com>
7135
7136 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7137 file1.txt from host at the end.
7138 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7139
c2b2ccc5
DE
71402014-05-15 Doug Evans <dje@google.com>
7141
7142 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7143 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7144 loading file. Add test for TU lookup.
7145
8c217a4b
SM
71462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7147
7148 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7149 calling "-exec-arguments" or "set args" before running the
7150 inferior.
7151
3deb39c6
SM
71522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7153
7154 * lib/mi-support.exp (mi_expect_stop): Expect message for
7155 inferiors that exit with non-zero exit code.
7156
71a79f8c
YQ
71572014-05-14 Yao Qi <yao@codesourcery.com>
7158
7159 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7160 match absolute path on remote host.
7161 (test_file_list_exec_source_files): Remove "/" from the
7162 pattern.
7163
f23fcd46
YQ
71642014-05-14 Yao Qi <yao@codesourcery.com>
7165
7166 * boards/local-remote-host-notty.exp (${board}_file): New
7167 proc.
7168
9404b58f
KM
71692014-05-07 Kyle McMartin <kyle@redhat.com>
7170
7171 Pushed by Joel Brobecker <brobecker@adacore.com>.
7172 * gdb.arch/aarch64-atomic-inst.c: New file.
7173 * gdb.arch/aarch64-atomic-inst.exp: New file.
7174
5e45f04c
YQ
71752014-05-07 Yao Qi <yao@codesourcery.com>
7176
7177 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7178 in current context" too.
7179
c888a17d
KS
71802014-05-05 Keith Seitz <keiths@redhat.com>
7181
7182 * gdb.linespec/ls-dollar.exp: Add test for linespec
7183 file:convenience_variable.
7184
290a839c
YQ
71852014-05-05 Yao Qi <yao@codesourcery.com>
7186
7187 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7188 traceframes into tfile and ctf trace files. Read data from
7189 trace file and test collected data.
7190 (gdb_collect_locals_test): Likewise.
7191 (gdb_unavailable_registers_test): Likewise.
7192 (gdb_unavailable_floats): Likewise.
7193 (gdb_collect_globals_test): Likewise.
7194 (top-level): Append "ctf" to trace_file_targets if GDB
7195 supports.
7196
b5262cd0
YQ
71972014-05-05 Yao Qi <yao@codesourcery.com>
7198
7199 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7200 code to ...
7201 (gdb_collect_args_test_1): ... it. New proc.
7202 (gdb_collect_locals_test): Move some code to ...
7203 (gdb_collect_locals_test_1): ... it. New proc.
7204 (gdb_unavailable_registers_test): Move some code to ...
7205 (gdb_unavailable_registers_test_1): ... it. New proc.
7206 (gdb_unavailable_floats): Move some code to ...
7207 (gdb_unavailable_floats_1): ... it. New proc.
7208
30a1e6cc
SDJ
72092014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7210
7211 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7212 probes to test for bitness recognition.
7213 * gdb.arch/amd64-stap-optional-prefix.exp
7214 (test_probe_value_without_reg): New procedure.
7215 Add code to test for different kinds of bitness.
7216
f33da99a
SDJ
72172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7218
7219 PR breakpoints/16889
7220 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7221 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7222
5b80f00d
PA
72232014-05-01 Pedro Alves <palves@redhat.com>
7224
7225 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7226 gdb_file_cmd if no file is specified.
7227 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7228 last_loaded_file to set the remote exec-file.
7229
f8c2a73c
PA
72302014-05-01 Pedro Alves <palves@redhat.com>
7231
7232 * boards/local-remote-host.exp: New file.
7233
be6e8ac7
PA
72342014-05-01 Pedro Alves <palves@redhat.com>
7235
7236 * boards/local-remote-host.exp: Rename to ...
7237 * boards/local-remote-host-notty.exp: ... this.
7238
cac0dc8f
JB
72392014-04-28 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/dyn_arrayidx: New testcase.
7242
9730e6cc
YQ
72432014-04-26 Yao Qi <yao@codesourcery.com>
7244
7245 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7246 and compute the length of function main. Save it in
7247 $main_length.
7248 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7249 (top-level): Use gdb_compile to compile objects into
7250 executable and restart GDB. Remove invocation to
7251 prepare_for_testing.
7252
7ae1a6a6
PA
72532014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7254 Pedro Alves <palves@redhat.com>
7255
7256 PR server/16255
7257 * gdb.multi/multi-attach.c: New file.
7258 * gdb.multi/multi-attach.exp: New file.
7259
4082afcc
PA
72602014-04-25 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7263 user.
7264 (top level): Test that "set remote conditional-breakpoints-packet
7265 off" works as intended.
7266 * gdb.base/dprintf.exp: Test that "set remote
7267 breakpoint-commands-packet off" works as intended.
7268 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7269 New function.
7270 (top level): Call it.
7271 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7272 remote fast-tracepoints-packet off" works as intended.
7273 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7274 * lib/gdb.exp (gdb_is_target_remote): ... here.
7275
2abc3f8d
DB
72762014-04-24 David Blaikie <dblaikie@gmail.com>
7277
7278 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7279 ensure clang would not discard them.
7280 * gdb.base/gdbvars.c: Ditto.
7281 * gdb.base/memattr.c: Ditto.
7282 * gdb.base/whatis.c: Ditto.
7283 * gdb.python/py-prettyprint.c: Ditto.
7284 * gdb.trace/actions.c: Ditto.
7285 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7286 ensure clang would not discard it.
7287
bfd39632
DB
72882014-04-24 David Blaikie <dblaikie@gmail.com>
7289
7290 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7291 clang to emit the full definition of type required by the test
7292 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7293
22842ff6
DB
72942014-04-24 David Blaikie <dblaikie@gmail.com>
7295
7296 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7297 coax Clang into emitting the definition of the type.
7298 * gdb.cp/pr10728-x.h (y): Ditto.
7299 * gdb.cp/pr10728-y.cc (y): Ditto.
7300
c2e827ad
DB
73012014-04-24 David Blaikie <dblaikie@gmail.com>
7302
7303 * gdb.base/label.exp: XFAIL label related tests under Clang.
7304 * gdb.cp/cplabel.exp: Ditto.
7305 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7306 under Clang those using labels.
7307
4c2d33e7
YQ
73082014-04-25 Yao Qi <yao@codesourcery.com>
7309
7310 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7311 double_label.
7312 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7313 partial_label and double_label.
7314
56083b99
DB
73152014-04-24 David Blaikie <dblaikie@gmail.com>
7316
7317 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7318
25d4e99d
DB
73192014-04-24 David Blaikie <dblaikie@gmail.com>
7320
7321 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7322 of the function to work across GCC and Clang.
7323 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7324 pointer types (const void ** const V void **).
7325
01f9f808
MS
73262014-04-24 Michael Sturm <michael.sturm@mintel.com>
7327 Walfred Tedeschi <walfred.tedeschi@intel.com>
7328
7329 * Makefile.in (EXECUTABLES): Added i386-avx512.
7330 * gdb.arch/i386-avx512.c: New file.
7331 * gdb.arch/i386-avx512.exp: Likewise.
7332
4b48d439
KS
73332014-04-23 Keith Seitz <keiths@redhat.com>
7334
7335 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7336 (mi_make_breakpoint_table): New procedure.
7337 (mi_create_breakpoint): Use mi_make_breakpoint
7338 and return the result.
7339 (mi_make_breakpoint): New procedure.
7340 (mi_build_kv_pairs): New procedure.
7341
7342 * gdb.mi/mi-break.exp: Remove unused globals,
7343 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7344 All callers updated.
7345 * gdb.mi/mi-dprintf.exp: Use variable to track command
7346 number.
7347 Update all callers of mi_create_breakpoint and use
7348 mi_make_breakpoint_table.
7349 Remove any unused global variables.
7350 * gdb.mi/mi-nonstop.exp: Likewise.
7351 * gdb.mi/mi-nsintrall.exp: Likewise.
7352 * gdb.mi/mi-nsmoribund.exp: Likewise.
7353 * gdb.mi/mi-nsthrexec.exp: Likewise.
7354 * gdb.mi/mi-reverse.exp: Likewise.
7355 * gdb.mi/mi-simplerun.exp: Likewise.
7356 * gdb.mi/mi-stepn.exp: Likewise.
7357 * gdb.mi/mi-syn-frame.exp: Likewise.
7358 * gdb.mi/mi-until.exp: Likewise.
7359 * gdb.mi/mi-var-cp.exp: Likewise.
7360 * gdb.mi/mi-var-display.exp: Likewise.
7361 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7362 * gdb.mi/mi2-var-child.exp: Likewise.
7363 * gdb.mi/mi-vla-c99.exp: Likewise.
7364 * lib/mi-support.exp: Likewise.
7365
7366 From Ian Lance Taylor <iant@cygnus.com>:
7367 * lib/gdb.exp (parse_args): New procedure.
7368
08351840
PA
73692014-04-23 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/break-unload-file.c: New file.
7372 * gdb.base/break-unload-file.exp: New file.
7373 * gdb.base/sym-file-lib.c (baz): New function.
7374 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7375 field.
7376 (load): Store the segment's mapped size.
7377 (unload): New function.
7378 (unload_shlib): New function.
7379 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7380 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7381 set a breakpoint at baz, and call it.
7382 * gdb.base/sym-file.exp: New tests for stale breakpoint
7383 instructions.
7384
076855f9
PA
73852014-04-23 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7388 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7389 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7390 * gdb.base/hbreak-unmapped.c: New file.
7391 * gdb.base/hbreak-unmapped.exp: New file.
7392 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7393 * lib/gdb.exp (gdb_is_target_remote): ... here.
7394
483805cf
PA
73952014-04-22 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/consecutive-step-over.c: New file.
7398 * gdb.base/consecutive-step-over.exp: New file.
7399
06d97543
PA
74002014-04-22 Pedro Alves <palves@redhat.com>
7401
7402 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7403 instead of send_gdb/gdb_expect.
7404
b4429ea2
YQ
74052014-04-22 Yao Qi <yao@codesourcery.com>
7406
7407 * lib/trace-support.exp (generate_tracefile): New procedure.
7408 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7409 return 0.
7410 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7411 if generate_tracefile returns 1.
7412
51d48146
PA
74132014-04-18 Tom Tromey <palves@redhat.com>
7414 Pedro alves <tromey@redhat.com>
7415
7416 PR backtrace/15558
7417 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7418 with a backtrace limit.
7419 * gdb.python/py-frame-inline.exp: Test running to an inline
7420 function with a backtrace limit, and printing the newest frame.
7421 * gdb.python/py-frame-inline.c (main): Call f.
7422
bd1dce5f
MS
74232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7424
7425 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7426
40d1a503
MS
74272014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7428
7429 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7430 Drop prefix from unsupported source file path.
7431
389b98f7
YQ
74322014-04-17 Yao Qi <yao@codesourcery.com>
7433
7434 * lib/gdb.exp (with_target_charset): New proc.
7435 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7436 with_target_charset.
7437 (test_print_strings): Likewise.
7438 (test_repeat_bytes): Likewise.
7439 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7440 for some tests.
7441
22869d73
KS
74422014-04-16 Keith Seitz <keiths@redhat.com>
7443
7444 PR gdb/15827
7445 * gdb.dwarf2/corrupt.c: New file.
7446 * gdb.dwarf2/corrupt.exp: New file.
7447
c4f87ca6
KS
74482014-04-16 Keith Seitz <keiths@redhat.com>
7449
7450 PR c++/16597
7451 * gdb.cp/namelessclass.cc: New file.
7452 * gdb.cp/namelessclass.exp: New file.
7453 * gdb.cp/namelessclass.S: New file.
7454
ab19de87
DE
74552014-04-16 Doug Evans <dje@google.com>
7456
7457 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7458 Add comment.
7459 (gdbserver_default_get_comm_port): New function.
7460 (gdbserver_start): Check if board file provided
7461 "gdbserver,get_comm_port" and use it if so.
7462 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7463 (gdb,socketport): Set to "stdio".
7464 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7465 (stdio_gdbserver_template): Delete.
7466 (${board}_get_remote_address): Update.
7467 (${board}_build_remote_cmd): Delete.
7468 (${board}_get_comm_port): New function.
7469 (${board}_spawn): Update.
7470 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7471 Delete.
7472 (${board}_get_remote_address): Update.
7473 (${board}_get_comm_port): New function.
7474
fc98a809
AB
74752014-04-16 Andrew Burgess <aburgess@broadcom.com>
7476
7477 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7478 appearing in any order.
7479
87fd9e6e
DE
74802014-04-15 Doug Evans <dje@google.com>
7481
7482 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7483 uninitialized value of "description".
7484
099fc3ea
KS
74852014-04-15 Keith Seitz <keiths@redhat.com>
7486
7487 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7488 Remove unused globals.
7489 (test_running_the_program): Likewise.
7490 (test_controlled_execution): Likewise.
7491 (test_controlling_breakpoints): Likewise.
7492 (test_program_termination): Likewise.
7493
5da151d4
KS
74942014-04-15 Keith Seitz <keiths@redhat.com>
7495
7496 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7497 unused globals.
7498 (test_rbreak_creation_and_listing): Likewise.
7499 (test_ignore_count): Likewise.
7500 (test_error): Likewise.
7501
35e5d2f0
PA
75022014-04-15 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7505 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7506 sym-file-loader.c.
7507 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7508 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7509 to sym-file-loader.c.
7510 (struct library): Forward declare.
7511 (load_shlib, lookup_function): Change prototypes.
7512 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7513 (translate_offset): Remove declarations.
7514 (get_text_addr): New declaration.
7515 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7516 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7517 sym-file-loader.h.
7518 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7519 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7520 here from sym-file-loader.h.
7521 (struct library): New structure.
7522 (load_shlib, lookup_function): Change prototypes and adjust to
7523 work with a struct library.
7524 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7525 (translate_offset): Make static.
7526 (get_text_addr): New function.
7527 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7528
eb4c1710
PA
75292014-04-15 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7532
2d1baf52
PA
75332014-04-15 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/sym-file-loader.c: Include <limits.h>.
7536 (SELF_LINK): New define.
7537 (get_origin): New function.
7538 (load_shlib): Use it.
7539 * gdb.base/sym-file.exp: Don't early return if the target is
7540 remote. Use runto_main, and issue fail is that fails. Use
7541 gdb_load_shlibs.
7542 (shlib_name): Delete.
7543 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7544
7dd6df01
PA
75452014-04-15 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/sym-file.exp: Remove regex characters from test
7548 message. Don't refer to breakpoint numbers in test messages.
7549
b50c8614
KS
75502014-04-14 Keith Seitz <keiths@redhat.com>
7551
7552 PR c++/16253
7553 * gdb.cp/var-tag.cc: New file.
7554 * gdb.cp/var-tag.exp: New file.
7555 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7556 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7557 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7558 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7559
3d567982
TT
75602014-04-14 Tom Tromey <tromey@redhat.com>
7561
7562 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7563 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7564 type.
7565 * gdb.cp/enum-class.exp: New file.
7566 * gdb.cp/enum-class.cc: New file.
7567
0626fc76
TT
75682014-04-14 Tom Tromey <tromey@redhat.com>
7569
7570 * gdb.dwarf2/enum-type.exp: New file.
7571
dca325b3
SA
75722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7573
7574 * gdb.mi/mi-vla-c99.exp: New file.
7575 * gdb.mi/vla.c: New file.
7576
5854b38a
SA
75772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7578
7579 * gdb.base/vla-datatypes.c: New file.
7580 * gdb.base/vla-datatypes.exp: New file.
7581
463bb957
SA
75822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7583
7584 * gdb.base/vla-ptr.c: New file.
7585 * gdb.base/vla-ptr.exp: New file.
7586
3dd170be
SA
75872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7588
7589 * gdb.dwarf2/count.exp: New file.
7590
5ecaaa66
SA
75912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7592
7593 * gdb.base/vla-sideeffect.c: New file.
7594 * gdb.base/vla-sideeffect.exp: New file.
7595
41f1ada5
DB
75962014-04-14 David Blaikie <dblaikie@gmail.com>
7597
7598 * gdb.mi/non-stop.c: Add return value for non-void function return
7599 statement.
7600 * gdb.threads/staticthreads.c: Ditto.
7601
0be03e84
DE
76022014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7603 Doug Evans <xdje42@gmail.com>
7604
7605 * gdb.guile/scm-value.c: Improve test case.
7606 * gdb.guile/scm-value.exp: Add new test.
7607
f180a1fb
DB
76082014-04-11 David Blaikie <dblaikie@gmail.com>
7609
7610 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7611 override Clang's default.
7612
6b662e19
JB
76132014-04-11 Joel Brobecker <brobecker@adacore.com>
7614
7615 Revert the following changes (regressions):
7616
7617 * gdb.base/vla-sideeffect.c: New file.
7618 * gdb.base/vla-sideeffect.exp: New file.
7619
7620 * gdb.dwarf2/count.exp: New file.
7621
7622 * gdb.base/vla-multi.c: New file.
7623 * gdb.base/vla-multi.exp: New file.
7624
7625 * gdb.base/vla-ptr.c: New file.
7626 * gdb.base/vla-ptr.exp: New file.
7627
7628 * gdb.base/vla-datatypes.c: New file.
7629 * gdb.base/vla-datatypes.exp: New file.
7630
7631 * gdb.mi/mi-vla-c99.exp: New file.
7632 * gdb.mi/vla.c: New file.
7633
245a5f0b
KS
76342014-04-11 Keith Seitz <keiths@redhat.com>
7635
7636 PR c++/16675
7637 * gdb.cp/cpsizeof.exp: New file.
7638 * gdb.cp/cpsizeof.cc: New file.
7639
58a84dcf
SA
76402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7641
191a8a90
JB
7642 * gdb.mi/mi-vla-c99.exp: New file.
7643 * gdb.mi/vla.c: New file.
58a84dcf 7644
c8655f75
SA
76452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7646
7647 * gdb.base/vla-datatypes.c: New file.
7648 * gdb.base/vla-datatypes.exp: New file.
7649
024e13b4
SA
76502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7651
7652 * gdb.base/vla-ptr.c: New file.
7653 * gdb.base/vla-ptr.exp: New file.
7654
1a237e0e
SA
76552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7656
7657 * gdb.base/vla-multi.c: New file.
7658 * gdb.base/vla-multi.exp: New file.
7659
504f3432
SA
76602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7661
7662 * gdb.dwarf2/count.exp: New file.
7663
3bce8237
SA
76642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7665
191a8a90
JB
7666 * gdb.base/vla-sideeffect.c: New file.
7667 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7668
322f9c21
YQ
76692014-04-11 Yao Qi <yao@codesourcery.com>
7670
7671 * gdb.base/completion.exp: Check file exists before running tests
7672 on file completion.
7673
d708bcd1
PA
76742014-04-10 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/cond-eval-mode.c: New file.
7677 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7678 prepare_for_testing to build the new file. Check result of
7679 runto_main.
7680 (test_break, test_watch): New procedures.
7681 (top level): Use them.
7682
ae1d2761
PM
76832014-04-08 Pierre Muller <muller@sourceware.org>
7684
7685 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7686 Ctrl-V use for mingw hosts.
7687
7af389b8
SC
76882014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7689
7690 * gdb.python/py-value.c: Improve test case.
7691 * gdb.python/py-value.exp: Add new test.
7692
5e703181
DE
76932014-04-07 David Blaikie <dblaikie@gmail.com>
7694
7695 * lib/compiler.c: Identify the clang compiler.
7696 * lib/compiler.cc: Ditto.
7697
9810b410
YQ
76982014-04-03 Yao Qi <yao@codesourcery.com>
7699
7700 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7701
98d1b8dc
AB
77022014-04-01 Anton Blanchard <anton@samba.org>
7703
7704 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7705 messages unique.
7706
3114cea1
AB
77072014-04-01 Anton Blanchard <anton@samba.org>
7708
7709 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7710 prepare_for_testing.
7711
62f7182c
AB
77122014-04-01 Anton Blanchard <anton@samba.org>
7713
7714 * gdb.arch/ppc64-atomic-inst.c: Remove.
7715 * gdb.arch/ppc64-atomic-inst.S: New file.
7716 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7717
770e7fc7
DE
77182014-03-31 Doug Evans <dje@google.com>
7719
7720 * gdb.base/print-symbol-loading-lib.c: New file.
7721 * gdb.base/print-symbol-loading-main.c: New file.
7722 * gdb.base/print-symbol-loading.exp: New file.
7723
46e2bafa
YQ
77242014-03-31 Yao Qi <yao@codesourcery.com>
7725
7726 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7727
8776cfe9
JB
77282014-03-28 Joel Brobecker <brobecker@adacore.com>
7729
7730 * gdb.ada/mi_dyn_arr: New testcase.
7731
5d1ef361
DE
77322014-03-27 Doug Evans <dje@google.com>
7733
7734 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7735
b5bee914
YQ
77362014-03-27 Yao Qi <yao@codesourcery.com>
7737
7738 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7739 if target is nios2-*-*.
7740
0d4d0e77
YQ
77412014-03-26 Yao Qi <yao@codesourcery.com>
7742
7743 * lib/gdb.exp (readline_is_used): New proc.
7744 * gdb.base/completion.exp: Move tests on command complete up.
7745 Skip the rest of tests if readline is not used.
7746 * gdb.ada/complete.exp: Skp the test if readline is not
7747 used.
7748 * gdb.base/filesym.exp: Likewise.
7749 * gdb.base/macscp.exp: Likewise.
7750 * gdb.base/readline-ask.exp: Likewise.
7751 * gdb.base/readline.exp: Likewise.
7752 * gdb.python/py-cmd.exp: Likewise.
7753 * gdb.trace/tfile.exp: Likewise.
7754
29361eee
YQ
77552014-03-26 Yao Qi <yao@codesourcery.com>
7756
7757 * gdb.base/macscp.exp: Fix code format issues.
7758
bc9a5525
UW
77592014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7760
7761 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7762 * gdb.asm/powerpc64le.inc: New file.
7763
d3839ede
PA
77642014-03-25 Pedro Alves <palves@redhat.com>
7765 Doug Evans <dje@google.com>
7766
7767 * gdb.base/source-execution.c: New file.
7768 * gdb.base/source-execution.exp: New file.
7769 * gdb.base/source-execution.gdb: New file.
7770
01672a57
DE
77712014-03-24 Doug Evans <dje@google.com>
7772
7773 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7774 using fission.
7775
88bbeca9
HZ
77762014-03-24 Hui Zhu <hui@codesourcery.com>
7777 Pedro Alves <palves@redhat.com>
7778
7779 PR breakpoints/16101
7780 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7781 test pass/fail messages. Detect missing support for dprintf when
7782 breakpoints are actually inserted.
7783 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7784 breakpoints are actually inserted.
7785 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7786 fails.
7787
d2348791
JK
77882014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7791
feef67ab
DE
77922014-03-22 Doug Evans <xdje42@gmail.com>
7793
7794 * gdb.python/python.exp (python not supported): Verify multi-line
7795 python command issues an error.
25d743f9 7796 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7797 guile command issues an error.
feef67ab 7798
ecebef6a
MR
77992014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7800
7801 * gdb.threads/thread-specific.exp: Handle the lack of usable
7802 $this_breakpoint and $this_thread.
7803
ccdd1909
HZ
78042014-03-21 Hui Zhu <hui@codesourcery.com>
7805
7806 * gdb.base/attach.exp (do_command_attach_tests): New.
7807
beb460e8
PA
78082014-03-20 Tom Tromey <tromey@redhat.com>
7809 Pedro Alves <palves@redhat.com>
7810
7811 PR cli/15718
7812 * gdb.base/condbreak-call-false.c: New file.
7813 * gdb.base/condbreak-call-false.exp: New file.
7814
40acf43a
PA
78152014-03-20 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7818 Delete.
7819 (block_signals, unblock_signals): Delete.
7820 (child_function_2, main): Remove references to deleted variable
7821 and functions.
7822
9f5e1e02
PA
78232014-03-20 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7826 Use pthread_kill to signal thread 2.
7827 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7828 Adjust to make the test send itself a signal rather than using the
7829 host's "kill" command.
7830
99619bea
PA
78312014-03-20 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.threads/multiple-step-overs.c: New file.
7834 * gdb.threads/multiple-step-overs.exp: New file.
7835 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7836 Adjust expected infrun debug output.
7837
2adfaa28
PA
78382014-03-20 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7841 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7842
31e77af2
PA
78432014-03-20 Pedro Alves <palves@redhat.com>
7844
7845 PR breakpoints/7143
7846 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7847 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7848 of gdb_test_multiple.
7849 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7850 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7851
b9f437de
PA
78522014-03-20 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7855 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7856
05adc73e
PA
78572014-03-19 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/async.exp: Remove early return.
7860
6048b950
PA
78612014-03-19 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7864
8bcfb00a
PA
78652014-03-19 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/async.exp (test_background): Expect \r\n after
7868 "completed." in the fail pattern.
7869
884e37dc
PA
78702014-03-19 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/async.exp (test_background): New procedure.
7873 Use it for all background execution command tests.
7874
148e57e2
PA
78752014-03-19 Pedro Alves <palves@redhat.com>
7876
7877 * gdb.base/async.exp: Use prepare_for_testing.
7878
f48088c7
PA
78792014-03-19 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7882 the same line.
7883
e2f6c966
PA
78842014-03-19 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/async.c (main): Add "jump here" and "until here" line
7887 marker comments.
7888 * gdb.base/async.exp (jump_here): New global.
7889 (jump& test): Use it.
7890 (until_here): New global.
7891 (until& test): Use it.
7892
c30568d4
PA
78932014-03-19 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.base/async.exp: Don't frob gdb_protocol.
7896
0172b6a7
DE
78972014-03-18 Doug Evans <xdje42@gmail.com>
7898
7899 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7900 Fix spelling of exec-done-display.
7901
06c868a8
JK
79022014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
7904 PR gdb/15358
7905 * gdb.base/gdb-sigterm.c: New file.
7906 * gdb.base/gdb-sigterm.exp: New file.
7907
0c7e1a46
PA
79082014-03-18 Pedro Alves <palves@redhat.com>
7909
7910 PR gdb/13860
7911 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7912 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7913 solib-event.
7914
f7c77d93
JB
79152014-03-17 Joel Brobecker <brobecker@adacore.com>
7916
7917 * gdb.ada/pckd_arr_ren: New testcase.
7918
5a1e8c7a
DE
79192014-03-13 Doug Evans <xdje42@gmail.com>
7920
7921 PR guile/16612
7922 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7923 collect after discarding symbols.
7924
350e1a76
DE
79252014-03-13 Ludovic Courtès <ludo@gnu.org>
7926 Doug Evans <xdje42@gmail.com>
7927
7928 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7929 to history survives a gc.
7930
a69900ae
PA
79312014-03-13 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/default.exp: Don't test "target procfs".
7934
5db9f0bd
PA
79352014-03-13 Pedro Alves <palves@redhat.com>
7936
7937 * gdb.base/default.exp: Update "target child" and "target procfs"
7938 tests to not expect "Unix".
7939
b3ccfe11
TT
79402014-03-12 Tom Tromey <tromey@redhat.com>
7941
7942 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7943 New procs. Add target-async tests.
7944 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7945 Add target-async tests.
7946
646f4417
AA
79472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7948
7949 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7950 'func_start' and 'func_end' for the beginning and end of the
7951 function code, respectively.
7952 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7953 'func_end' instead of 'func' and 'main'.
7954
288c211f
AA
79552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7956
7957 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7958 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7959 generate the debug info assembler source.
7960
e0c0f156
AA
79612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7962
7963 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7964 * gdb.dwarf2/arr-subrange.exp: Likewise.
7965 * gdb.dwarf2/dwz.exp: Likewise.
7966 * gdb.dwarf2/method-ptr.exp: Likewise.
7967 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7968 * gdb.dwarf2/subrange.exp: Likewise.
7969 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7970 * gdb.dwarf2/implptrpiece.exp: Likewise.
7971 * gdb.dwarf2/nostaticblock.exp: Likewise.
7972
0e5c4555
AA
79732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7974
7975 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7976 directory to absolute path name arguments.
7977
5ec18f2b
JG
79782014-03-10 Joel Brobecker <brobecker@adacore.com>
7979
7980 * gdb.ada/tagged_access: New testcase.
7981
847fc4f2
MM
79822014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7983
7984 * gdb.btrace/data.exp: Update expected output.
7985
cc3da688
YQ
79862014-03-06 Yao Qi <yao@codesourcery.com>
7987
7988 * gdb.trace/pr16508.exp: New file.
7989
0f26cec1
PA
79902014-03-05 Pedro Alves <palves@redhat.com>
7991
7992 PR gdb/16575
7993 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7994 procedure.
7995 (top level): Adjust to use it. Add tests that exercise breakpoint
7996 interaction with the code-cache.
7997
7a5a839f
LC
79982014-02-26 Ludovic Courtès <ludo@gnu.org>
7999
8000 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8001 test for 'history-append!'.
8002
31aa7e4e
JB
80032014-02-26 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8006 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8007 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8008 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8009 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8010 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8011
1b588015
JB
80122014-02-26 Joel Brobecker <brobecker@adacore.com>
8013
8014 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8015 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8016 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8017
55426c9d
JB
80182014-02-26 Joel Brobecker <brobecker@adacore.com>
8019
8020 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8021
dc53a7ad
JB
80222014-02-26 Joel Brobecker <brobecker@adacore.com>
8023
8024 * gdb.dwarf2/arr-stride.c: New file.
8025 * gdb.dwarf2/arr-stride.exp: New file.
8026
12ab52e9
PA
80272014-02-26 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8030 that won't ever trigger. Make sure that GDB reports the correct
8031 breakpoint that caused the stop.
8032
849c862e
JK
80332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8034
8035 PR gdb/16626
8036 * gdb.base/auto-load-script: New file.
8037 * gdb.base/auto-load.c: New file.
8038 * gdb.base/auto-load.exp: New file.
8039
71b7d793
JK
8040 PR gdb/16626
8041 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8042
e2f0d509
JK
80432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8044
8045 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8046 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8047
50cc37c8
DE
80482014-02-24 Doug Evans <dje@google.com>
8049
8050 * lib/gdb.exp (run_on_host): Log error output if program fails.
8051
ea4758f2
PA
80522014-02-21 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.threads/step-after-sr-lock.c: Rename to ...
8055 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8056 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8057 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8058 ... this.
8059
d7b30f67
SDJ
80602014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8061
8062 PR tdep/16397
8063 * gdb.arch/amd64-stap-special-operands.exp: New file.
8064 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8065 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8066 * gdb.arch/amd64-stap-triplet.S: Likewise.
8067 * gdb.arch/amd64-stap-triplet.c: Likewise.
8068
83deb43f
JB
80692014-02-20 Joel Brobecker <brobecker@adacore.com>
8070
8071 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8072 in .section pseudo-op.
8073
adde2bff
DE
80742014-02-20 lin zuojian <manjian2006@gmail.com>
8075 Joel Brobecker <brobecker@adacore.com>
8076 Doug Evans <xdje42@gmail.com>
8077
8078 PR symtab/16581
8079 * gdb.dwarf2/dw2-icycle.S: New file.
8080 * gdb.dwarf2/dw2-icycle.c: New file.
8081 * gdb.dwarf2/dw2-icycle.exp: New file.
8082
f7bd0f78
SC
80832014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8084
8085 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8086 operations on gdb.Value objects.
8087 * gdb.python/py-value-cc.exp: Add new test to test operations on
8088 gdb.Value objects.
8089
c17ef0d5
DE
80902014-02-18 Doug Evans <dje@google.com>
8091
8092 * Makefile.in (TESTS): New variable.
8093 (expanded_tests, expanded_tests_or_none): New variables
8094 (check-single): Pass $(expanded_tests_or_none) to runtest.
8095 (check-parallel): Only run tests in $(TESTS) if non-empty.
8096 (check/no-matching-tests-found): New rule.
8097 * README: Document TESTS makefile variable.
8098
5dd3176f
DE
80992014-02-18 Doug Evans <dje@google.com>
8100
8101 * Makefile.in (check-parallel): rm -rf outputs temp.
8102
0b10be4f
JK
81032014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 Fix "ERROR: no fileid for" in the testsuite.
8106 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8107
85f224e7
DE
81082014-02-12 Doug Evans <dje@google.com>
8109
8110 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8111 (MISCELLANEOUS): New variable.
8112 (clean): rm -rf $(MISCELLANEOUS).
8113 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8114 dwp live in the same directory as symlinks, with each symlink pointed
8115 to a differently named file in a different directory.
8116
149b30ff
DE
81172014-02-11 Doug Evans <dje@google.com>
8118
8119 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8120 of Tcl file commands.
8121
1dfdac32
MK
81222014-02-10 Mark Kettenis <kettenis@gnu.org>
8123
8124 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8125 "kill -SIGUSR1 -1".
8126
aa4fb036
JB
81272014-02-10 Joel Brobecker <brobecker@adacore.com>
8128
8129 * gdb.ada/tick_length_array_enum_idx: New testcase.
8130
ed3ef339
DE
81312014-02-10 Doug Evans <xdje42@gmail.com>
8132
8133 * configure.ac (AC_OUTPUT): Add gdb.guile.
8134 * configure: Regenerate.
8135 * lib/gdb-guile.exp: New file.
8136 * lib/gdb.exp (get_target_charset): New function.
8137 * gdb.base/help.exp: Update expected output from "apropos apropos".
8138 * gdb.guile/Makefile.in: New file.
8139 * gdb.guile/guile.exp: New file.
8140 * gdb.guile/scm-arch.c: New file.
8141 * gdb.guile/scm-arch.exp: New file.
8142 * gdb.guile/scm-block.c: New file.
8143 * gdb.guile/scm-block.exp: New file.
8144 * gdb.guile/scm-breakpoint.c: New file.
8145 * gdb.guile/scm-breakpoint.exp: New file.
8146 * gdb.guile/scm-disasm.c: New file.
8147 * gdb.guile/scm-disasm.exp: New file.
8148 * gdb.guile/scm-equal.c: New file.
8149 * gdb.guile/scm-equal.exp: New file.
8150 * gdb.guile/scm-error.exp: New file.
8151 * gdb.guile/scm-error.scm: New file.
8152 * gdb.guile/scm-frame-args.c: New file.
8153 * gdb.guile/scm-frame-args.exp: New file.
8154 * gdb.guile/scm-frame-args.scm: New file.
8155 * gdb.guile/scm-frame-inline.c: New file.
8156 * gdb.guile/scm-frame-inline.exp: New file.
8157 * gdb.guile/scm-frame.c: New file.
8158 * gdb.guile/scm-frame.exp: New file.
8159 * gdb.guile/scm-generics.exp: New file.
8160 * gdb.guile/scm-gsmob.exp: New file.
8161 * gdb.guile/scm-iterator.c: New file.
8162 * gdb.guile/scm-iterator.exp: New file.
8163 * gdb.guile/scm-math.c: New file.
8164 * gdb.guile/scm-math.exp: New file.
8165 * gdb.guile/scm-objfile-script-gdb.in: New file.
8166 * gdb.guile/scm-objfile-script.c: New file.
8167 * gdb.guile/scm-objfile-script.exp: New file.
8168 * gdb.guile/scm-objfile.c: New file.
8169 * gdb.guile/scm-objfile.exp: New file.
8170 * gdb.guile/scm-ports.exp: New file.
8171 * gdb.guile/scm-pretty-print.c: New file.
8172 * gdb.guile/scm-pretty-print.exp: New file.
8173 * gdb.guile/scm-pretty-print.scm: New file.
8174 * gdb.guile/scm-section-script.c: New file.
8175 * gdb.guile/scm-section-script.exp: New file.
8176 * gdb.guile/scm-section-script.scm: New file.
8177 * gdb.guile/scm-symbol.c: New file.
8178 * gdb.guile/scm-symbol.exp: New file.
8179 * gdb.guile/scm-symtab-2.c: New file.
8180 * gdb.guile/scm-symtab.c: New file.
8181 * gdb.guile/scm-symtab.exp: New file.
8182 * gdb.guile/scm-type.c: New file.
8183 * gdb.guile/scm-type.exp: New file.
8184 * gdb.guile/scm-value-cc.cc: New file.
8185 * gdb.guile/scm-value-cc.exp: New file.
8186 * gdb.guile/scm-value.c: New file.
8187 * gdb.guile/scm-value.exp: New file.
8188 * gdb.guile/source2.scm: New file.
8189 * gdb.guile/types-module.cc: New file.
8190 * gdb.guile/types-module.exp: New file.
8191
7026a7c1
YQ
81922014-02-10 Yao Qi <yao@codesourcery.com>
8193
8194 PR testsuite/16543
8195 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8196 * configure: Regenerated.
8197 * Makefile.in: New file.
8198
6c466447
AS
81992014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8200
8201 * gdb.python/py-framefilter.exp: Fix typo.
8202
6e854735
YQ
82032014-02-08 Yao Qi <yao@codesourcery.com>
8204
8205 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8206 that no =breakpoint-modified is emitted when breakpoints are
8207 modified through MI commands.
8208
d137e6dc
PA
82092014-02-07 Pedro Alves <pedro@codesourcery.com>
8210 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.threads/step-after-sr-lock.c: New file.
8213 * gdb.threads/step-after-sr-lock.exp: New file.
8214
b5ee5a50
PA
82152014-02-07 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8218
3c77faf3
JK
82192014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8222 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8223
6dddc817
DE
82242014-02-06 Doug Evans <xdje42@gmail.com>
8225
8226 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8227 output.
8228
8229 * gdb.gdb/python-interrupts.exp: New file.
8230
de7b2893
YQ
82312014-02-05 Yao Qi <yao@codesourcery.com>
8232
8233 * gdb.trace/report.exp (use_collected_data): Test the output
8234 of "info threads" and "info inferiors".
8235
66d032ac
YQ
82362014-02-05 Yao Qi <yao@codesourcery.com>
8237
8238 Revert this patch:
8239
8240 2013-05-24 Yao Qi <yao@codesourcery.com>
8241
8242 * gdb.trace/tfile.exp: Test inferior and thread.
8243
591a12a1
UW
82442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8245
8246 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8247 on a function.
8248 * gdb.base/step-bt.c: Call hello via function pointer to make
8249 sure its first instruction is executed on powerpc64le-linux.
8250
0ff3e01f
UW
82512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8252
8253 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8254
084ee545
UW
82552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8256
8257 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8258 of the test patterns for use on little-endian systems.
8259
6ed14ff3
UW
82602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8261
8262 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8263 (decimal_vector): Fix for little-endian.
8264
401e27fd
JM
82652014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8266
8267 * gdb.arch/sparc-sysstep.exp: New file.
8268 * gdb.arch/sparc-sysstep.c: Likewise.
8269
8270 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8271
8b924729
EBM
82722014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8273
8274 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8275
fb151210
JB
82762014-01-23 Tom Tromey <tromey@redhat.com>
8277
8278 * gdb.ada/array_char_idx: New testcase.
8279
0740f8d8
TT
82802014-01-23 Tom Tromey <tromey@redhat.com>
8281
8282 PR python/16487:
8283 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8284 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8285 classes.
8286
21909fa1
TT
82872014-01-23 Tom Tromey <tromey@redhat.com>
8288
8289 PR python/16491:
8290 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8291 string from an inferior frame.
8292 * gdb.python/py-framefilter-mi.exp: Update.
8293
87ce2a04
DE
82942014-01-22 Doug Evans <dje@google.com>
8295
8296 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8297
237b092b
AA
82982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8299
8300 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8301
d674a709
AA
83022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8303
8304 * gdb.trace/entry-values.exp: Remove excess space character from
8305 regex patterns. Handle s390 call instruction.
8306
20fa3390
AA
83072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8308
8309 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8310 define "*_start" label. Make "name" static.
8311 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8312 ${name} by references to ${name}_start.
8313
78466714
AA
83142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8315
8316 * gdb.base/info-macros.exp: Remove "debug" from the compile
8317 options.
8318
ec9f644a
IB
83192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8320
8321 * gdb.dlang/demangle.exp: New file.
8322
94b1b47e
IB
83232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8324
8325 * gdb.dlang/primitive-types.exp: New file.
8326
7f420862
IB
83272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8328
8329 * configure.ac: Create gdb.dlang/Makefile.
8330 * configure: Regenerate.
8331 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8332 * gdb.dlang/Makefile.in: New file.
8333 * lib/d-support.exp: New file.
8334 * lib/gdb.exp (skip_d_tests): New proc.
8335
52834460
MM
83362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8337
8338 * gdb.btrace/delta.exp: Check reverse stepi.
8339 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8340 * gdb.btrace/finish.exp: New.
8341 * gdb.btrace/next.exp: New.
8342 * gdb.btrace/nexti.exp: New.
8343 * gdb.btrace/record_goto.c: Add comments.
8344 * gdb.btrace/step.exp: New.
8345 * gdb.btrace/stepi.exp: New.
8346 * gdb.btrace/multi-thread-step.c: New.
8347 * gdb.btrace/multi-thread-step.exp: New.
8348 * gdb.btrace/rn-dl-bind.c: New.
8349 * gdb.btrace/rn-dl-bind.exp: New.
8350 * gdb.btrace/data.c: New.
8351 * gdb.btrace/data.exp: New.
8352 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8353
6e07b1d2
MM
83542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8355
8356 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8357 * gdb.btrace/exception.exp: Update.
8358 * gdb.btrace/instruction_history.exp: Update.
8359 * gdb.btrace/record_goto.exp: Update.
8360 * gdb.btrace/tailcall.exp: Update.
8361 * gdb.btrace/unknown_functions.exp: Update.
8362 * gdb.btrace/delta.exp: New.
8363
0b722aec
MM
83642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8365
8366 * gdb.btrace/record_goto.exp: Add backtrace test.
8367 * gdb.btrace/tailcall.exp: Add backtrace test.
8368
066ce621
MM
83692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8370
8371 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8372 * gdb.btrace/record_goto.c: New.
8373 * gdb.btrace/record_goto.exp: New.
8374 * gdb.btrace/x86-record_goto.S: New.
8375
0688d04e
MM
83762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8377
8378 * gdb.btrace/function_call_history.exp: Update tests.
8379 * gdb.btrace/instruction_history.exp: Update tests.
8380
8710b709
MM
83812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8382
8383 * gdb.btrace/function_call_history.exp: Fix expected field
8384 order for "record function-call-history".
8385 Add new tests for "record function-call-history /c".
8386 * gdb.btrace/exception.cc: New.
8387 * gdb.btrace/exception.exp: New.
8388 * gdb.btrace/tailcall.exp: New.
8389 * gdb.btrace/x86-tailcall.S: New.
8390 * gdb.btrace/x86-tailcall.c: New.
8391 * gdb.btrace/unknown_functions.c: New.
8392 * gdb.btrace/unknown_functions.exp: New.
8393 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8394
5de9129b
MM
83952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8396
8397 * gdb.btrace/instruction_history.exp: Update.
8398 * gdb.btrace/function_call_history.exp: Update.
8399
23a7fe75
MM
84002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8401
8402 * gdb.btrace/function_call_history.exp: Fix expected function
8403 trace.
8404 * gdb.btrace/instruction_history.exp: Initialize traced.
8405 Remove traced_functions.
8406
724c7dd8
MM
84072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8408
8409 * gdb.btrace/function_call_history.exp: Update
8410 * gdb.btrace/instruction_history.exp: Update.
8411
6d78d93b
MM
84122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8413
8414 * gdb.btrace/enable.exp: Update expected text.
8415
93a360cc
OJ
84162014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8417
8418 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8419 bytes.
8420
3772b53f
MR
84212014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8422
8423 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8424
596662fa
OJ
84252014-01-15 Omair Javaid <omair.javaid@linaro.org>
8426
8427 * lib/gdb.exp (supports_process_record): Return true for
8428 arm*-linux*. (supports_reverse): Likewise.
8429
b5b08fb4
SC
84302014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8431
8432 PR python/15464
8433 PR python/16113
8434 * gdb.python/py-type.c: Enhance test case.
8435 * gdb.python/py-value-cc.cc: Likewise
8436 * gdb.python/py-type.exp: Add new tests.
8437 * gdb.python/py-value-cc.exp: Likewise
8438
52d7fb13
AA
84392014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8443 Make "name" extern.
8444 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8445 references to ${name}_start by references to ${name}.
8446
a2cd8cfe
JB
84472014-01-10 Joel Brobecker <brobecker@adacore.com>
8448
8449 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8450
4e23fced
JB
84512014-01-10 Joel Brobecker <brobecker@adacore.com>
8452
8453 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8454
c6a9e42c
PA
84552014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8456 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8459 mi_gdb_target_load.
c6a9e42c 8460
b7ea362b
PA
84612014-01-08 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.threads/reconnect-signal.c: New file.
8464 * gdb.threads/reconnect-signal.exp: New file.
8465
5e3f4fab
EBM
84662014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8467
8468 * gdb.base/source-dir.exp: New file.
8469
79301218
JB
84702014-01-07 Joel Brobecker <brobecker@adacore.com>
8471
8472 * gdb.ada/mi_interface: New testcase.
8473
8e355c5d
JB
84742014-01-07 Joel Brobecker <brobecker@adacore.com>
8475
8476 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8477 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8478 gdb.ada/pp-rec-component/pck.ads: New files.
8479
c0d48811
JB
84802014-01-07 Joel Brobecker <brobecker@adacore.com>
8481
8482 * gdb.python/py-pp-integral.c: New file.
8483 * gdb.python/py-pp-integral.py: New file.
8484 * gdb.python/py-pp-integral.exp: New file.
8485
17b609c3 8486For older changes see ChangeLog-1993-2013.
c906108c 8487\f
8d8cb839
EZ
8488;; Local Variables:
8489;; mode: change-log
8490;; left-margin: 8
8491;; fill-column: 74
8492;; version-control: never
8493;; End:
902f2ccb 8494
618f726f 8495 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8496 Copying and distribution of this file, with or without modification,
8497 are permitted provided the copyright notice and this notice are preserved.