]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
[gdb/testsuite] Fix gdb.base/shlib-call.exp with gcc-8
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0fc2a808
TV
12020-05-06 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4 necessary.
5
873dd427
TV
62020-05-06 Tom de Vries <tdevries@suse.de>
7
8 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
9 void.
10
7c99e7e2
TV
112020-05-06 Tom de Vries <tdevries@suse.de>
12
13 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
14 of ...
15 * gdb.base/async.exp: ... here.
16 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
17 "recommended breakpoint location".
18
6173d6a6
TV
192020-05-06 Tom de Vries <tdevries@suse.de>
20
21 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
22
6015a067
TV
232020-05-04 Tom de Vries <tdevries@suse.de>
24
25 * gdb.base/async.exp: Check whether instruction addresses are a
26 "recommended breakpoint location".
27
3b6acaee
TT
282020-05-03 Tom Tromey <tom@tromey.com>
29
30 * gdb.base/sepdebug.exp: Remove "catch" test.
31 * gdb.base/break.exp: Remove "catch" test.
32 * gdb.base/default.exp: Update expected output.
33
5beb4d17
TV
342020-05-02 Tom de Vries <tdevries@suse.de>
35
36 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
37 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
38 * gdb.arch/i386-mpx-map.exp: Same.
39 * gdb.arch/i386-mpx-sigsegv.exp: Same.
40 * gdb.arch/i386-mpx-simple_segv.exp: Same.
41 * gdb.arch/i386-mpx.exp: Same.
42
8caf140d
TV
432020-05-02 Tom de Vries <tdevries@suse.de>
44
45 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
46
693196cb
TV
472020-05-01 Tom de Vries <tdevries@suse.de>
48
49 * gdb.ada/operator_bp.exp: Allow more than required amount of
50 breakpoint.
51
53ae0aa9
TV
522020-05-01 Tom de Vries <tdevries@suse.de>
53
54 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
55
ee9d1e5f
HD
562020-04-30 Hannes Domani <ssbssa@yahoo.de>
57
58 PR gdb/18706
59 * gdb.cp/stub-array-size.cc: New test.
60 * gdb.cp/stub-array-size.exp: New file.
61 * gdb.cp/stub-array-size.h: New test.
62 * gdb.cp/stub-array-size2.cc: New test.
63
d5cf82c0
HD
642020-04-30 Hannes Domani <ssbssa@yahoo.de>
65
66 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
67 output to the new format.
68
42e165c3
SM
692020-04-29 Simon Marchi <simon.marchi@efficios.com>
70
71 * gdb.base/break.exp: Use with_test_prefix.
72
6e4e3fe1
TV
732020-04-29 Tom de Vries <tdevries@suse.de>
74
75 * lib/gdb.exp (debug_types): New proc.
76 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
77 * gdb.python/py-symtab.exp: Same.
78
d642b692
HD
792020-04-29 Hannes Domani <ssbssa@yahoo.de>
80
81 PR gdb/17320
82 * gdb.base/pretty-array.c: New test.
83 * gdb.base/pretty-array.exp: New file.
84
ea90f227
TV
852020-04-29 Tom de Vries <tdevries@suse.de>
86
87 PR symtab/25889
88 * gdb.cp/cpexprs.exp: Adapt for inclusion.
89 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
90 and include cpexprs.exp.
91
a65189c9
TV
922020-04-28 Mark Williams <mark@myosotissp.com>
93
94 PR gdb/24480
95 * dw4-toplevel-types.exp: Test for top level types.
96 * dw4-toplevel-types.cc: Test for top level types.
97
32d1f47a
TBA
982020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
99
100 * gdb.threads/stop-with-handle.exp: Fix typo in comment
101 (theads -> threads).
102
56a4f5a1
TV
1032020-04-28 Tom de Vries <tdevries@suse.de>
104
105 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
106
0b2f8a3b
TV
1072020-04-28 Tom de Vries <tdevries@suse.de>
108
109 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
110
5390c717
TV
1112020-04-28 Tom de Vries <tdevries@suse.de>
112
113 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
114
15cd93d0
TV
1152020-04-28 Tom de Vries <tdevries@suse.de>
116
117 * gdb.dwarf2/main-foo.c: New test.
118 * gdb.dwarf2/struct-with-sig.exp: New file.
119
d472f0fb
TV
1202020-04-25 Tom de Vries <tdevries@suse.de>
121
122 * boards/debug-types.exp: New file.
123
8d840e05
AB
1242020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
127
bcfe6157
TT
1282020-04-24 Tom Tromey <tom@tromey.com>
129
130 PR symtab/12707:
131 * gdb.python/py-symbol.exp: Update expected results for
132 linkage_name test.
133 * gdb.cp/print-demangle.exp: New file.
134 * gdb.base/c-linkage-name.exp: Fix test.
135 * gdb.guile/scm-symbol.exp: Update expected results for
136 linkage_name test.
137
f049a313
TT
1382020-04-24 Tom Tromey <tom@tromey.com>
139
140 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
141 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
142 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
143 assembler.
144
7cf28874
TV
1452020-04-24 Tom de Vries <tdevries@suse.de>
146
147 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
148 C++.
149
dac2fef7
TT
1502020-04-24 Tom Tromey <tromey@adacore.com>
151
152 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
153 values.
154 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
155 values. Update test for minimal encodings.
156 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
157 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
158 values. Update test for minimal encodings.
159
1acda803
TT
1602020-04-24 Tom Tromey <tromey@adacore.com>
161
162 PR python/23662:
163 * gdb.ada/variant.exp: Add Python checks.
164 * gdb.rust/simple.exp: Add dynamic type checks.
165
adfb9815
TT
1662020-04-24 Tom Tromey <tromey@adacore.com>
167
168 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
169 Make array type matching more lax.
170 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
171 * gdb.ada/mi_variant.exp: New file.
172 * gdb.ada/mi_variant/pck.ads: New file.
173 * gdb.ada/mi_variant/pkg.adb: New file.
174 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
175 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
176
7d79de9a
TT
1772020-04-24 Tom Tromey <tromey@adacore.com>
178
179 * gdb.ada/variant.exp: Add dynamic field offset tests.
180 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
181 * gdb.ada/variant/pkg.adb: Add new variables.
182
f8e89861
TT
1832020-04-24 Tom Tromey <tromey@adacore.com>
184
185 * gdb.ada/variant.exp: New file
186 * gdb.ada/variant/pkg.adb: New file
187 * gdb.ada/variant/pck.adb: New file
188
86e887ae
TV
1892020-04-24 Tom de Vries <tdevries@suse.de>
190
191 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
192
88428775
TV
1932020-04-24 Tom de Vries <tdevries@suse.de>
194
195 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
196 flags.
197
4e86f6e7
TV
1982020-04-24 Tom de Vries <tdevries@suse.de>
199
200 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
201
2016d3e6
TV
2022020-04-24 Tom de Vries <tdevries@suse.de>
203
204 * lib/gdb.exp (default_gdb_start): Handle eof.
205 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
206 failure.
207 * gdb.base/readnever.exp: Handle clean_restart failure.
208
70bc38f5
TV
2092020-04-23 Tom de Vries <tdevries@suse.de>
210
211 * gdb.base/decl-before-def.exp: Run to main and print a again.
212
de82891c
TV
2132020-04-23 Tom de Vries <tdevries@suse.de>
214
215 * gdb.base/decl-before-def-decl.c: New test.
216 * gdb.base/decl-before-def-def.c: New test.
217 * gdb.base/decl-before-def.exp: New file.
218
96038148
TV
2192020-04-23 Tom de Vries <tdevries@suse.de>
220
221 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
222
54ac3df1
TV
2232020-04-22 Tom de Vries <tdevries@suse.de>
224
225 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
226 debug_info_offset.
227 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
228 before $objsfile in the line line.
229
714534e1
TV
2302020-04-22 Tom de Vries <tdevries@suse.de>
231
232 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
233
16a7dbf4
MS
2342020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
235
236 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
237 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
238 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
239 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
240 * gdb.base/jit-protocol.h: Update definitions to match all usage
241 contexts.
242
2432020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
244
245 * gdb.base: Rename all jit related test and source files.
246
2472020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
248
249 * gdb.base/jit-reader.exp: Relax register output check.
250
317d2668
TV
2512020-04-22 Tom de Vries <tdevries@suse.de>
252
253 PR symtab/25764
254 * gdb.base/psym-external-decl-2.c: New test.
255 * gdb.base/psym-external-decl.c: New test.
256 * gdb.base/psym-external-decl.exp: New file.
257 * gdb.threads/tls.exp: Add PR25807 kfail.
258
eea9e357
TV
2592020-04-22 Tom de Vries <tdevries@suse.de>
260
261 PR symtab/25801
262 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
263 in "info source" output.
264
3d5afab3
TV
2652020-04-22 Tom de Vries <tdevries@suse.de>
266
267 PR symtab/25700
268 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
269 symtab for imported_unit.c.
270
b32102f6
GB
2712020-04-21 Gary Benson <gbenson@redhat.com>
272
273 * gdb.base/advance.c (func): New argument, to match call site.
274 (func2, func3): Add return statements.
275
d43b7a2d
TBA
2762020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
277
278 * gdb.multi/run-only-second-inf.c: New file.
279 * gdb.multi/run-only-second-inf.exp: New file.
280
d89edf9b
MM
2812020-04-21 Markus Metzger <markus.t.metzger@intel.com>
282
283 * gdb.btrace/multi-inferior.c: New test.
284 * gdb.btrace/multi-inferior.exp: New file.
285
1a476b6d
MM
2862020-04-21 Markus Metzger <markus.t.metzger@intel.com>
287
288 * gdb.btrace/enable-new-thread.c: New test.
289 * gdb.btrace/enable-new-thread.exp: New file.
290
4778a5f8
TV
2912020-04-21 Tom de Vries <tdevries@suse.de>
292
293 PR gdb/25471
294 * gdb.threads/killed-outside.c: New test.
295 * gdb.threads/killed-outside.exp: New file.
296
9b2c992c
GB
2972020-04-20 Gary Benson <gbenson@redhat.com>
298
299 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
300 * gdb.base/nested-subp2.exp: Likewise.
301 * gdb.base/nested-subp3.exp: Likewise.
302
b5d1d6f7
GB
3032020-04-20 Gary Benson <gbenson@redhat.com>
304
305 * gdb.base/nested-subp1.exp: Disable test when using clang.
306 * gdb.base/nested-subp2.exp: Likewise.
307 * gdb.base/nested-subp3.exp: Likewise.
308
25230285
GB
3092020-04-20 Gary Benson <gbenson@redhat.com>
310
311 * gdb.cp/exception.cc: Fix compilation error with clang.
312
fa93cc8f
GB
3132020-04-20 Gary Benson <gbenson@redhat.com>
314
809730f3 315 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 316
e0c45f30
GB
3172020-04-20 Gary Benson <gbenson@redhat.com>
318
319 * gdb.base/jit-main.c: Fix compilation error with clang.
320
4ddfec93
KR
3212020-04-17 Kamil Rytarowski <n54@gmx.com>
322
323 * gdb.base/attach-twice.c: Include "sys/types.h".
324 (PTRACE_ATTACH): Add fallback definition.
325 (main): Pass `0' to the 4th argument of `ptrace'.
326
2bed205e
KR
3272020-04-17 Kamil Rytarowski <n54@gmx.com>
328
329 * gdb.base/fork-running-state.c: Include "signal.h".
330
0743fc83
TT
3312020-04-17 Tom Tromey <tromey@adacore.com>
332
333 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
334 Update tests.
335 * gdb.btrace/cpu.exp: Update tests.
336 * gdb.base/maint.exp: Update tests.
337 * gdb.base/default.exp: Update tests.
338 * gdb.base/completion.exp: Update tests.
339
efba5c23
TV
3402020-04-16 Tom de Vries <tdevries@suse.de>
341
342 PR symtab/25791
343 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
344 (ensure_gdb_index): and factor out and move ...
345 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
346 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
347
d191d716
TV
3482020-04-16 Tom de Vries <tdevries@suse.de>
349
350 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
351 loading exec.
352
99f1bc6a
AB
3532020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * gdb.base/many-completions.exp: New file.
356
194d088f
TV
3572020-04-14 Tom de Vries <tdevries@suse.de>
358
359 PR symtab/25718
360 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
361
c1a66c06
TV
3622020-04-14 Tom de Vries <tdevries@suse.de>
363
364 PR symtab/25720
365 * gdb.base/maint-expand-symbols-header-file.c: New test.
366 * gdb.base/maint-expand-symbols-header-file.exp: New file.
367 * gdb.base/maint-expand-symbols-header-file.h: New test.
368
21b0982c
AB
3692020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
372 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
373 get_func_info.
374 (get_func_info): Delete.
375 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
376 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
377 * lib/dwarf.exp (get_func_info): New function.
378
dd1cab06
TV
3792020-04-13 Tom de Vries <tdevries@suse.de>
380
381 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
382 to what find_gnatmake does.
383
71ea2b6b
TV
3842020-04-10 Tom de Vries <tdevries@suse.de>
385
386 * gdb.base/style.exp: Expect "Expanding full symbols" message for
387 -readnow.
388
bdfc1e8a
TV
3892020-04-10 Tom de Vries <tdevries@suse.de>
390
391 PR cli/25808
392 * gdb.base/style.c: Add leading newlines.
393 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
394 Check listing of main's one-line body.
395
14ca8ecf
TV
3962020-04-08 Tom de Vries <tdevries@suse.de>
397
398 * lib/gdb.exp (psymtabs_p): New proc.
399 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
400 importing unit" unsupported if there are no partial symbols.
401
e21d048f
TV
4022020-04-08 Tom de Vries <tdevries@suse.de>
403
404 PR testsuite/25760
405 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
406
25c11aca
TV
4072020-04-07 Tom de Vries <tdevries@suse.de>
408
409 PR symtab/25796
410 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
411
5707e24b
TV
4122020-04-07 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/check-psymtab.c: New test.
415 * gdb.base/check-psymtab.exp: New file.
416
6ee448cc
TT
4172020-04-06 Tom Tromey <tromey@adacore.com>
418
419 * gdb.ada/variant-record/proc.adb: New file.
420 * gdb.ada/variant-record/value.adb: New file.
421 * gdb.ada/variant-record/value.s: New file.
422 * gdb.ada/variant-record.exp: New file.
423
9e7c9a03
HD
4242020-04-03 Hannes Domani <ssbssa@yahoo.de>
425
426 PR gdb/25325
427 * gdb.cp/typed-enum.cc: New test.
428 * gdb.cp/typed-enum.exp: New file.
429
c90d28ac
AB
4302020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
433 * gdb.dwarf2/dw2-inline-small-func.c: New file.
434 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
435 * gdb.dwarf2/dw2-inline-small-func.h: New file.
436 * gdb.opt/inline-small-func.c: New file.
437 * gdb.opt/inline-small-func.exp: New file.
438 * gdb.opt/inline-small-func.h: New file.
439
34e9a9fa
AB
4402020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
443 function.
444
6a354911
AB
4452020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * lib/dwarf.exp (function_range): Allow compiler options to be
448 specified.
449
880d9777
TV
4502020-04-02 Tom de Vries <tdevries@suse.de>
451
452 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
453 __attribute__((always_inline)).
454 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
455
f32682ea
TV
4562020-04-02 Tom de Vries <tdevries@suse.de>
457
458 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
459 (gdbserver_gdb_exit): ... here. Add timeout warning.
460 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
461 (connect_target_extended_remote): Append new server_spawn_id to
462 server_spawn_ids.
463 (cleanup): New proc.
464 (setup, <toplevel>): Call cleanup.
465
d3214198
TV
4662020-04-02 Tom de Vries <tdevries@suse.de>
467
468 * gdb.base/main-psymtab.exp: New file.
469
cc77ed24
TV
4702020-04-02 Tom de Vries <tdevries@suse.de>
471
472 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
473
3638a098
TT
4742020-04-01 Tom Tromey <tom@tromey.com>
475
476 * gdb.base/complex-parts.exp: Add type tests.
477
c34e8714
TT
4782020-04-01 Tom Tromey <tom@tromey.com>
479
480 * gdb.base/complex-parts.exp: Add arithmetic tests.
481
981c08ce
TT
4822020-04-01 Tom Tromey <tom@tromey.com>
483
484 * gdb.compile/compile.exp: Update.
485 * gdb.compile/compile-cplus.exp: Update.
486 * gdb.base/varargs.exp: Update.
487 * gdb.base/floatn.exp: Update.
488 * gdb.base/endianity.exp: Update.
489 * gdb.base/callfuncs.exp (do_function_calls): Update.
490 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
491 (complex_float_integral_args): Update.
492 * gdb.base/complex.exp: Update.
493 * gdb.base/complex-parts.exp: Update.
494
3d1cfd43
TT
4952020-04-01 Tom Tromey <tromey@adacore.com>
496
497 * gdb.rust/union.rs: New file.
498 * gdb.rust/union.exp: New file.
499 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
500 (main): Update.
501 * gdb.rust/simple.exp: Move union tests to union.exp.
502
e033dfa9
TT
5032020-04-01 Tom Tromey <tromey@adacore.com>
504
505 * gdb.rust/simple.rs (main): Remove "y0".
506
53cccef1
TBA
5072020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
508
509 * gdb.multi/stop-all-on-exit.c: New test.
510 * gdb.multi/stop-all-on-exit.exp: New file.
511
60e22c1e
HD
5122020-04-01 Hannes Domani <ssbssa@yahoo.de>
513
514 PR gdb/24789
515 * gdb.cp/misc.cc: Add integer reference variable.
516 * gdb.cp/misc.exp: Add test.
517
e139a727
TBA
5182020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
519
520 * gdb.server/stop-reply-no-thread.exp: Enhance the test
521 scenario to cover execution until the end and also the case
522
16b0db75
TV
5232020-03-31 Tom de Vries <tdevries@suse.de>
524
525 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
526 c. Use "maint info symtabs" to check symtab expansion.
527
c0502da6
TV
5282020-03-30 Tom de Vries <tdevries@suse.de>
529
530 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
531 unsupported.
532 (verify_psymtab_expanded): Move ...
533 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
534 test.
535 (readnow): New proc.
536
5935fd15
AB
5372020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
540 with $hex.
541
1773be9e
TT
5422020-03-20 Tom Tromey <tromey@adacore.com>
543
544 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
545
70304be9
TT
5462020-03-20 Tom Tromey <tromey@adacore.com>
547
548 * gdb.ada/sub_variant/subv.adb: New file.
549 * gdb.ada/sub_variant.exp: New file.
550
0dd7b8f7
TV
5512020-03-20 Tom de Vries <tdevries@suse.de>
552
553 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
554 first break fails.
555 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
556
cada5fc9
AB
5572020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.server/exit-multiple-threads.c: New file.
560 * gdb.server/exit-multiple-threads.exp: New file.
561
6b8c53f2
AB
5622020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.fortran/mixed-lang-stack.c: New file.
565 * gdb.fortran/mixed-lang-stack.cpp: New file.
566 * gdb.fortran/mixed-lang-stack.exp: New file.
567 * gdb.fortran/mixed-lang-stack.f90: New file.
568
19a2740f
AB
5692020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.linespec/cp-completion-aliases.cc: New file.
572 * gdb.linespec/cp-completion-aliases.exp: New file.
573
d8c8b848
TV
5742020-03-19 Tom de Vries <tdevries@suse.de>
575
576 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
577 more precise.
578
a9933ccf
TV
5792020-03-18 Tom de Vries <tdevries@suse.de>
580
581 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
582 * gdb.dwarf2/break-inline-psymtab.c: New test.
583 * gdb.dwarf2/break-inline-psymtab.exp: New file.
584
2f89101f
TV
5852020-03-16 Tom de Vries <tdevries@suse.de>
586
587 * lib/cache.exp (gdb_do_cache): Add and handle local variables
588 cache_verify and cache_verify_proc.
589
6b9374f1
TV
5902020-03-15 Tom de Vries <tdevries@suse.de>
591
592 * gdb.server/solib-list.exp: Handle
593 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
594
eaeaf44c
TV
5952020-03-15 Tom de Vries <tdevries@suse.de>
596
597 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
598 objfiles".
599
3293bbaf
TT
6002020-03-14 Tom Tromey <tom@tromey.com>
601
602 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
603
ab44624c
TV
6042020-03-14 Tom de Vries <tdevries@suse.de>
605
606 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
607
54c43825
TV
6082020-03-14 Tom de Vries <tdevries@suse.de>
609
610 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
611 result in line-by-line fashion.
612
2ac70237
TV
6132020-03-14 Tom de Vries <tdevries@suse.de>
614
615 * lib/gdb.exp (supports_statement_frontiers): New proc.
616 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
617
09546b56
TV
6182020-03-14 Tom de Vries <tdevries@suse.de>
619
620 * gdb.base/printcmds.exp: Add missing quoting for "print
621 teststring2".
622
a1f6a07c
TT
6232020-03-13 Tom Tromey <tom@tromey.com>
624
625 * gdb.base/printcmds.exp (test_print_strings): Add regression
626 test.
627 * gdb.base/printcmds.c (charptr): New typedef.
628 (teststring2): New global.
629
1b83d09c
AB
6302020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.base/break-interp.exp: Use the tail of the filename, not the
633 full path in the test name.
634 (test_ld): Add some with_test_prefix blocks to make test names
635 unique.
636
2d61316c
TV
6372020-03-13 Tom de Vries <tdevries@suse.de>
638
639 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
640
2e9145ac
TV
6412020-03-13 Tom de Vries <tdevries@suse.de>
642
643 * gdb.mi/mi-sym-info.exp: Make matching more precise.
644
96c7f873
TV
6452020-03-13 Tom de Vries <tdevries@suse.de>
646
647 PR symtab/25646
648 * gdb.dwarf2/imported-unit.exp: Add test.
649
49ba92c0
TV
6502020-03-13 Tom de Vries <tdevries@suse.de>
651
652 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
653 (var1, var2): New variable.
654 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
655 matching symbols.
656
301b21e0
TV
6572020-03-13 Tom de Vries <tdevries@suse.de>
658
659 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
660 (Term::command): Use prompt prefix.
661 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
662 * gdb.tui/tui-layout-asm-short-prog.exp: Use
663 command_no_prompt_prefix instead of prefix.
664 * gdb.tui/tui-layout-asm.exp: Same.
665
3f512721
SM
6662020-03-12 Simon Marchi <simon.marchi@efficios.com>
667
668 * gdb.base/break-interp.exp: Use foreach_with_prefix.
669
40310f30
SM
6702020-03-12 Simon Marchi <simon.marchi@efficios.com>
671
672 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
673 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
674 on" while stepping over the test instruction, match printed
675 message.
676
09252140
TV
6772020-03-12 Tom de Vries <tdevries@suse.de>
678
679 * gdb.base/info-types.exp: Use exp_continue during matching of output
680 of "info types".
681
14e9c72c
TV
6822020-03-12 Tom de Vries <tdevries@suse.de>
683
684 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
685
e515d67e
TV
6862020-03-12 Tom de Vries <tdevries@suse.de>
687
688 * gdb.fortran/module.exp: Use exp_continue during matching of output
689 of "info variable -n".
690
307eafd8
TV
6912020-03-12 Tom de Vries <tdevries@suse.de>
692
693 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
694 gdb.dwarf2/dw2-ranges-base.c.
695
9a2de3fc
TV
6962020-03-12 Tom de Vries <tdevries@suse.de>
697
698 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
699 in presence of GLIBC debuginfo.
700
3217502e
TV
7012020-03-12 Tom de Vries <tdevries@suse.de>
702
703 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
704 $core.
705
1281424c
TV
7062020-03-12 Tom de Vries <tdevries@suse.de>
707
708 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
709 more precise.
710
038b97fc
SM
7112020-03-11 Simon Marchi <simon.marchi@efficios.com>
712
713 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
714 from Unix to Windows path.
715
5308d1e7
TV
7162020-03-11 Tom de Vries <tdevries@suse.de>
717
718 * gdb.ada/minsyms.exp: Set language to ada.
719
f870f78f
TV
7202020-03-11 Tom de Vries <tdevries@suse.de>
721
722 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
723
5a13315d
TV
7242020-03-11 Tom de Vries <tdevries@suse.de>
725
726 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
727
976862ed
TT
7282020-03-11 Tom Tromey <tromey@adacore.com>
729
730 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
731
7462c383
TV
7322020-03-11 Tom de Vries <tdevries@suse.de>
733
734 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
735
1c6c46a0
TV
7362020-03-11 Tom de Vries <tdevries@suse.de>
737
738 * gdb.base/break-interp.exp: Limit verbose scope.
739
44f41bb7
TV
7402020-03-11 Tom de Vries <tdevries@suse.de>
741
742 * gdb.fortran/logical.f90: Define variable with character type.
743 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
744
b76f3a42
TV
7452020-03-11 Tom de Vries <tdevries@suse.de>
746
747 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
748
1c33af77
TV
7492020-03-11 Tom de Vries <tdevries@suse.de>
750
751 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
752 symtabs.
753
8c95582d
AB
7542020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
755 Bernd Edlinger <bernd.edlinger@hotmail.de>
756
757 * gdb.cp/step-and-next-inline.cc: New file.
758 * gdb.cp/step-and-next-inline.exp: New file.
759 * gdb.cp/step-and-next-inline.h: New file.
760 * gdb.dwarf2/dw2-is-stmt.c: New file.
761 * gdb.dwarf2/dw2-is-stmt.exp: New file.
762 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
763 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
764 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
765
cecf8547
AB
7662020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
769 is-stmt flag in the line table.
770
0ba678c9
TV
7712020-03-09 Tom de Vries <tdevries@suse.de>
772
773 * lib/gdb.exp (cached_file): Create cache dir.
774
72fbdf83
TV
7752020-03-07 Tom de Vries <tdevries@suse.de>
776
777 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
778 * gdb.cp/rvalue-ref-params.exp: Same.
779
436b5e99
TV
7802020-03-06 Tom de Vries <tdevries@suse.de>
781
782 * lib/gdb.exp (tentative_rename, cached_file): New proc.
783 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
784
09f2921c
TV
7852020-03-06 Tom de Vries <tdevries@suse.de>
786
787 * README: Fix "the the".
788 * gdb.base/dprintf.exp: Same.
789
50a3cc5d
TV
7902020-03-05 Tom de Vries <tdevries@suse.de>
791
792 * gdb.base/maint.exp: Update "main print statistics" expected output.
793
0a709cba
AKS
7942020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
795
796 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
797 (fortran_int8): Likewise.
798 (fortran_real4): Likewise.
799 (fortran_real8): Likewise.
800 (fortran_complex4): Likewise.
801 (fortran_logical4): Likewise.
802 (fortran_character1): Likewise.
803
5e5d66b6
AB
8042020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.fortran/logical.exp: Add tests that any non-zero value is
807 printed as true.
808
7b973adc
SDJ
8092020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
810
811 * gdb.base/printcmds.exp: Add test to verify printf of a
812 variable holding an address.
813
478e490a
TV
8142020-03-03 Tom de Vries <tdevries@suse.de>
815
816 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
817
1ef44e86
TV
8182020-03-03 Tom de Vries <tdevries@suse.de>
819
820 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
821 gdb_test_multiple call.
822
b98cc2cf
TV
8232020-03-03 Tom de Vries <tdevries@suse.de>
824
825 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
826 gdb_test_multiple calls.
827
63e163f2
AB
8282020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.base/default.exp: Remove test of 'set history filename'.
831 * gdb.base/gdbinit-history.exp: Add tests for setting the history
832 filename to the empty string.
833 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
834 and GDBHISTSIZE.
835
24ed6739
AB
8362020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
839 disabled.
840
590003dc
TV
8412020-03-02 Pedro Alves <palves@redhat.com>
842 Tom de Vries <tdevries@suse.de>
843
844 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
845 -prompt prefix, before user_code argument. Add -lbl option likewise.
846 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
847 (gdb_is_target_1): Add -prompt prefix and move to before user_code
848 argument.
849 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
850 have "\r\n" at start-of-line, instead of at end-of-line.
851
f5e46084
SM
8522020-02-28 Simon Marchi <simon.marchi@efficios.com>
853
854 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
855 libinproctrace.so.
856
f7a7000d
LM
8572020-02-28 Luis Machado <luis.machado@linaro.org>
858
859 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
860 to "p/x".
861
718e0816
LM
8622020-02-28 Luis Machado <luis.machado@linaro.org>
863
864 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
865 asm/ptrace.h and error.h.
866
13c3a74a
TV
8672020-02-28 Tom de Vries <tdevries@suse.de>
868
869 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
870 (struct wrapper, do_something, mundane/symada__cS): Move ...
871 * gdb.base/c-linkage-name-2.c: ... here. New source file.
872 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
873 Update "print symada__cS before partial symtab expansion" regexp.
874 Update breakpoint location. Flush symbol cache after expansion.
875
85d2d5bb
LM
8762020-02-28 Luis Machado <luis.machado@linaro.org>
877
878 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
879
3608f86c
TV
8802020-02-27 Tom de Vries <tdevries@suse.de>
881
882 * config/sid.exp: Remove unused globals.
883 * gdb.base/attach.exp: Same.
884 * gdb.base/catch-load.exp: Same.
885 * gdb.base/dbx.exp: Same.
886 * lib/gdb.exp: Same.
887 * lib/mi-support.exp: Same.
888 * lib/prompt.exp: Same.
889
c8d4f6df
TV
8902020-02-27 Tom de Vries <tdevries@suse.de>
891
892 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
893 not set.
894
0d79cdc4
AM
8952020-02-26 Aaron Merey <amerey@redhat.com>
896
897 * gdb.debuginfod: New directory for debuginfod tests.
898 * gdb.debuginfod/main.c: New test file.
899 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
900
0dce4280
TV
9012020-02-26 Tom de Vries <tdevries@suse.de>
902
903 PR gdb/25603
904 * gdb.base/persistent-lang.cc: New test.
905 * gdb.base/persistent-lang.exp: New file.
906
9e80cfa1
AB
9072020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.fortran/derived-type-striding.exp: Add a new test.
910 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
911 new test.
912
2078dbb2
AB
9132020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.base/cached-source-file.exp: Avoid source file paths in test
916 names.
917
70d49700
TV
9182020-02-25 Tom de Vries <tdevries@suse.de>
919
920 PR go/18926
921 * gdb.go/methods.exp: Remove gcc/93866 xfail.
922
a88ef40d
TV
9232020-02-24 Tom de Vries <tdevries@suse.de>
924
925 PR gdb/25592
926 * gdb.base/info-locals-unused-static-var.c: New test.
927 * gdb.base/info-locals-unused-static-var.exp: New file.
928
01b1af32
TT
9292020-02-22 Tom Tromey <tom@tromey.com>
930
931 * gdb.python/tui-window.exp: New file.
932 * gdb.python/tui-window.py: New file.
933
7c043ba6
TT
9342020-02-22 Tom Tromey <tom@tromey.com>
935
936 PR tui/17850:
937 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
938 tests.
939
c22fef7e
TT
9402020-02-22 Tom Tromey <tom@tromey.com>
941
942 * gdb.tui/new-layout.exp: Add sub-layout tests.
943
ee325b61
TT
9442020-02-22 Tom Tromey <tom@tromey.com>
945
946 * gdb.tui/new-layout.exp: New file.
947
3f0cbb04
TT
9482020-02-22 Tom Tromey <tom@tromey.com>
949
950 * gdb.rust/rust-style.rs: New file.
951 * gdb.rust/rust-style.exp: New file.
952 * gdb.base/style.exp: Test structure printing.
953 * gdb.base/style.c (struct some_struct): New type.
954 (enum etype): New type.
955 (struct_value): New global.
956
75525152
TV
9572020-02-21 Tom de Vries <tdevries@suse.de>
958
959 PR go/18926
960 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
961 Remove blanket xfails. Use message argument for gdb_breakpoint.
962 Make continuing to breakpoint test conditional on setting breakpoint.
963 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
964 DW_AT_name attribute. Add xfail for GCC PR93866.
965
bd360d30
AB
9662020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.dwarf2/cpp-linkage-name.c: New file.
969 * gdb.dwarf2/cpp-linkage-name.exp: New file.
970
c7adb09f 9712020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
972
973 * lib/gdb.exp (gdb_wrapper_init): Reset
974 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
975 not exist.
976
a9c79803
TV
9772020-02-20 Tom de Vries <tdevries@suse.de>
978
979 PR go/17018
980 * gdb.go/hello.exp: Copy ...
981 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
982 print of st to print value of global definition. Add xfail for GCC
983 PR93844.
984 * gdb.go/hello.exp: Remove printing of st before definition.
985 * gdb.go/hello.go: Copy ...
986 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
987 to st.
988 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
989
d7445728
TV
9902020-02-20 Tom de Vries <tdevries@suse.de>
991
992 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
993 (gdb_simple_compile): Handle compile_flags go by using .go extension
994 for source file.
995 * gdb.go/chan.exp: Use support_go_compile.
996 * gdb.go/handcall.exp: Same.
997 * gdb.go/hello.exp: Same.
998 * gdb.go/integers.exp: Same.
999 * gdb.go/max-depth.exp: Same.
1000 * gdb.go/methods.exp: Same.
1001 * gdb.go/package.exp: Same.
1002 * gdb.go/strings.exp: Same.
1003 * gdb.go/types.exp: Same.
1004 * gdb.go/unsafe.exp: Same.
1005
c9c41e6d
TV
10062020-02-19 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.python/lib-types.exp: Make xfail more strict.
1009
f20ff837
TV
10102020-02-19 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1013
08410482
DE
10142020-02-19 Doug Evans <dje@google.com>
1015
1016 PR rust/25535
1017 * gdb.rust/simple.exp: Add test.
1018 * gdb.rust/simple.rs: Add test.
1019
623563f7
TV
10202020-02-19 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1023 output line-by-line.
1024
d3308cfd
TV
10252020-02-19 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1028
86cbc5dc
TV
10292020-02-19 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1032 prelink.
1033
9db2b96b
TV
10342020-02-19 Tom de Vries <tdevries@suse.de>
1035
1036 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1037 (gdb_do_cache): Use gdb_do_cache_wrap.
1038 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1039
89e2fdc5
TV
10402020-02-19 Tom de Vries <tdevries@suse.de>
1041
1042 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1043 gdb_compile option.
1044
373d7ac0
SM
10452020-02-18 Simon Marchi <simon.marchi@efficios.com>
1046
1047 * gdb.base/printcmds.exp (test_print_enums): Update expected
1048 output.
1049
b29a2df0
SM
10502020-02-18 Simon Marchi <simon.marchi@efficios.com>
1051
1052 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1053 for "unknown".
1054
6740f0cc
SM
10552020-02-18 Simon Marchi <simon.marchi@efficios.com>
1056
1057 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1058 enumerator.
1059
edd45eb0
SM
10602020-02-18 Simon Marchi <simon.marchi@efficios.com>
1061
1062 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1063 FE_, add FE_NONE.
1064 (three): Update.
1065 (enum flag_enum_without_zero): New enum.
1066 (flag_enum_without_zero): New variable.
1067 (enum not_flag_enum): New enum.
1068 (three_not_flag): New variable.
1069 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1070 (test_print_enums): Add more tests for printing flag enums.
1071
d4295de4
TV
10722020-02-18 Tom de Vries <tdevries@suse.de>
1073
1074 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1075 (gdb_compile_ada): ... here.
1076 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1077 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1078
f251f505
TT
10792020-02-14 Tom Tromey <tom@tromey.com>
1080
1081 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1082 build directory.
1083 * boards/gdbserver-base.exp: Update path to gdbserver.
1084
8f432634
TV
10852020-02-13 Tom de Vries <tdevries@suse.de>
1086
1087 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1088
92b6eaf7
TV
10892020-02-13 Tom de Vries <tdevries@suse.de>
1090
1091 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1092 are missing.
1093
f3b0f7fe
TV
10942020-02-13 Tom de Vries <tdevries@suse.de>
1095
1096 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1097 call.
1098
f6be8713
SDJ
10992020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1100
1101 PR tui/25126
1102 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1103 * gdb.base/cached-source-file.c: New file.
1104 * gdb.base/cached-source-file.exp: New file.
1105
b2770d5e
TV
11062020-02-11 Tom de Vries <tdevries@suse.de>
1107
1108 PR testsuite/25488
1109 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1110
44f6938e
TV
11112020-02-10 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1114
5f0e2eb7
MR
11152020-02-10 Maciej W. Rozycki <macro@wdc.com>
1116
1117 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1118 and $after_addr are both integers before making a comparison.
1119
46ce2b6f
TV
11202020-02-09 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1123 command output and paste it into gdb.log. If any, paste catch message
1124 to gdb.log.
1125
5abbbe1d
TT
11262020-02-07 Tom Tromey <tromey@adacore.com>
1127
1128 PR breakpoints/24915:
1129 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1130
1d5d29e7
SV
11312020-02-06 Shahab Vahedi <shahab@synopsys.com>
1132
1133 * gdb.tui/tui-missing-src.exp: Add the "missing source
1134 file" test for the TUI.
1135
b0999b9b
AB
11362020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1139 including a port number in the output.
1140
c3b149eb
AKS
11412020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1142
1143 * lib/fortran.exp (fortran_int4): Handle clang.
1144 (fortran_int8): Likewise.
1145 (fortran_real4): Likewise.
1146 (fortran_real8): Likewise.
1147 (fortran_complex4): Likewise.
1148 (fortran_logical4): Likewise.
1149 (fortran_character1): Likewise.
1150
f8dcc90b
TV
11512020-02-04 Tom de Vries <tdevries@suse.de>
1152
1153 * README (Race detection): Add note.
1154
f90ac7c2
TV
11552020-02-04 Tom de Vries <tdevries@suse.de>
1156
1157 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1158
780636ae
TV
11592020-02-04 Tom de Vries <tdevries@suse.de>
1160
1161 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1162
5d2e1193
RA
11632020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1164
1165 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1166 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1167 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1168 blttar, bnetarl.
1169 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1170 binary for blttar, bnetarl.
1171 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1172 wait instruction. Delete ldmx test.
1173 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1174
e409c542
AKS
11752020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1176
1177 * gdb.fortran/array-bounds-high.exp: New file.
1178 * gdb.fortran/array-bounds-high.f90: New file.
1179
b0029748
LD
11802020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1181
1182 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1183 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1184
195a8287
TV
11852020-02-01 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1188
42330a68
AB
11892020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 PR tui/9765
1192 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1193 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1194
b62a8028
LM
11952020-01-29 Luis Machado <luis.machado@linaro.org>
1196
1197 * gdb.arch/aarch64-brk-patterns.c: New source file.
1198 * gdb.arch/aarch64-brk-patterns.exp: New test.
1199
5f440116
TBA
12002020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1201
1202 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1203 GCC/Clang version.
1204 * gdb.cp/pass-by-ref.exp: Ditto.
1205
ee2a6fc6
TV
12062020-01-29 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1209 * gdb.threads/watchpoint-fork-mt.c: Same.
1210 * gdb.threads/watchpoint-fork-parent.c: Same.
1211 * gdb.threads/watchpoint-fork-st.c: Same.
1212 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1213
16b10d6e
LM
12142020-01-27 Luis Machado <luis.machado@linaro.org>
1215
1216 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1217 sitting at a syscall instruction when we hit the syscall function's
1218 breakpoint.
1219 Check PC against one obtained with the x command.
1220 Validate syscall number.
1221 (step_over_syscall): Don't continue to the syscall instruction if
1222 we're already there.
1223
b1468492
PW
12242020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1225
1226 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1227
7ffa82e1
AB
12282020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1231 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1232
3d92a3e3
AB
12332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1236 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1237
94a72be7
AB
12382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.base/maint.exp: Update line table parsing test.
1241 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1242
53af73bf
PA
12432020-01-24 Pedro Alves <palves@redhat.com>
1244
1245 PR gdb/25410
1246 * gdb.multi/multi-re-run-1.c: New.
1247 * gdb.multi/multi-re-run-2.c: New.
1248 * gdb.multi/multi-re-run.exp: New.
1249
1ba1ac88
AB
12502020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 PR gdb/23718
1253 * gdb.server/server-kill-python.exp: New file.
1254
f3364a6d
AB
12552020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.server/multi-ui-errors.c: New file.
1258 * gdb.server/multi-ui-errors.exp: New file.
1259
733d0a67
AB
12602020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 PR tui/9765
1263 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1264
4f13c1c0
TT
12652020-01-19 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.tui/main.exp: Add check for plain "file".
1268
40c94099
CB
12692020-01-16 Christian Biesinger <cbiesinger@google.com>
1270
1271 * lib/gdb.exp: Fix spelling error (seperatelly).
1272
ff47f4f0
TT
12732020-01-14 Tom Tromey <tom@tromey.com>
1274
1275 PR symtab/12535:
1276 * gdb.python/python.exp: Test decode_line with empty string
1277 argument.
1278
717c684d
BE
12792020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1280
1281 * gdb.base/skip-inline.exp: Extend test.
1282
44e4c775
AB
12832020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1286 * gdb.dwarf2/dw2-bad-elf.c: New file.
1287 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1288
d93c6db7
AB
12892020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1292 _line_saw_file.
1293
9a6d629c
AB
12942020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1297 border.
1298
d9ebdab7
TBA
12992020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1300
1301 * gdb.multi/multi-target.exp (setup): Factor out "info
1302 connections" and "info inferiors" tests to ...
1303 (test_info_inferiors): ... this new procedure.
1304 (top level): Run new "info-inferiors" tests.
1305
f3c469b9
PA
13062020-01-10 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.server/bkpt-other-inferior.exp: New file.
1309
121b3efd
PA
13102020-01-10 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1313 of "add-inferior".
1314 * gdb.base/quit-live.exp: Likewise.
1315 * gdb.base/remote-exec-file.exp: Likewise.
1316 * gdb.guile/scm-progspace.exp: Likewise.
1317 * gdb.linespec/linespec.exp: Likewise.
1318 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1319 * gdb.mi/user-selected-context-sync.exp: Likewise.
1320 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1321 "info inferiors" tests.
1322 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1323 "add-inferior".
1324 * gdb.multi/watchpoint-multi.exp: Likewise.
1325 * gdb.python/py-inferior.exp: Likewise.
1326 * gdb.server/extended-remote-restart.exp: Likewise.
1327 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1328 "info inferiors".
1329 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1330 * gdb.trace/report.exp: Likewise.
1331
1dadb1dd
PA
13322020-01-10 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.multi/multi-target.c: New file.
1335 * gdb.multi/multi-target.exp: New file.
1336 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1337 mode requested, but remote does not support non-stop".
1338
78f2c40a
PA
13392020-01-10 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1342 disconnect before reconnecting.
1343
e7af6c70
TBA
13442020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1345 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.server/connect-without-multi-process.exp: Also test
1348 continuing to end.
1349
acdf84a6
PA
13502020-01-10 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/remote-exec-file.exp: New file.
1353
873657b9
PA
13542020-01-10 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1357 output.
1358 * gdb.threads/async.c: New.
1359 * gdb.threads/async.exp: New.
1360 * gdb.multi/tids-gid-reset.c: New.
1361 * gdb.multi/tids-gid-reset.exp: New.
1362
7f0ae84c
GB
13632020-01-10 George Barrett <bob@bob131.so>
1364
1365 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1366 to help in finding the image relocation offset.
1367 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1368 options in arguments.
1369 (stap_test_no_debuginfo): Likewise.
1370 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1371 test variants.
1372 (stap_test): Add null semaphore relocation test.
1373
47e9d49d
GB
13742020-01-10 George Barrett <bob@bob131.so>
1375
1376 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1377 * gdb.base/stap-probe.exp: Likewise.
1378 (stap_test): Pass argument as an additional flag.
1379 (stap_test_no_debuginfo): Likewise.
1380 (stap_test): Check `info probes stap' output for semaphore
1381 addresses if the test binary is supposed to have them.
1382
f5a7c406
AB
13832020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.tui/basic.exp: Add more scrolling tests.
1386
9ae6bf64
TT
13872020-01-09 Tom Tromey <tom@tromey.com>
1388
1389 PR tui/18932:
1390 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1391 meangingful value.
1392 (Term::command, Term::resize): Update.
1393 * gdb.tui/basic.exp: Add scrolling test.
1394
b2efe70c
AB
13952020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.tui/tui-layout-asm.exp: New file.
1398
3804da7e
AB
13992020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1402
b40aa28f
AB
14032020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1406 (Term::enter_tui): Use Term::prepare_for_tui.
1407
63ffd7c9
AB
14082020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1411 called.
1412
3be966f6
AB
14132020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.base/skip.exp: Fix race condition in test.
1416
153d79c4
AB
14172020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.base/backtrace.c: New file.
1420 * gdb.base/backtrace.exp: New file.
1421
f2302a34
AB
14222020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1425
6ec1d75e
PW
14262020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1427
1428 * gdb.base/style.exp: Test that warnings are styled.
1429
c296cbe6
BE
14302019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1431
1432 * gdb.base/line65535.exp: New file.
1433 * gdb.base/line65535.c: New file.
1434
b28a729d
SM
14352019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1436
1437 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1438 * lib/gnat_debug_info_test.adb: New file.
1439 * gdb.ada/ptype_tagged_param.exp: Use
1440 gnat_runtime_has_debug_info, expect a different output if
1441 runtime does not have debug info.
1442
7f2d7a0d
SM
14432019-12-20 Simon Marchi <simon.marchi@efficios.com>
1444
1445 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1446 (another) quote in test name.
1447
f3bce483
SM
14482019-12-20 Simon Marchi <simon.marchi@efficios.com>
1449
1450 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1451 Add quote in test name.
1452
c855a912
TBA
14532019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1454
1455 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1456 directory instead.
1457 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1458 * gdb.cp/pass-by-ref-2.cc: New file.
1459 * gdb.cp/pass-by-ref-2.exp: New file.
1460
fc9d2d72
TT
14612019-12-20 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.tui/list-before.exp: New file.
1464
77b97e00
TT
14652019-12-20 Tom Tromey <tom@tromey.com>
1466
1467 * gdb.tui/list.exp: Check for source on initial listing.
1468
f69656d0
TT
14692019-12-11 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1472 Add crlf test.
1473
99a55965
SM
14742019-12-18 Simon Marchi <simon.marchi@efficios.com>
1475
1476 * gdb.base/default.exp: Update value of $_gdb_major.
1477
5024637f
BE
14782019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1479
1480 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1481
b63634be
BE
14822019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1483
1484 * gdb.base/skip.exp: Whitespace fix.
1485
45d73523
BE
14862019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1487
1488 * gdb.base/skip-inline.c: New file.
1489 * gdb.base/skip-inline.exp: New file.
1490
d043f8c8
SM
14912019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1492
1493 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1494 jit_function_00 to jit_function_stack_mangle.
1495 * gdb.base/jithost.c (jit_function_t): Rename to...
1496 (jit_function_stack_mangle_t): ... this.
1497 (jit_function_add_t): New typedef.
1498 (jit_function_00_code): Rename to...
1499 (jit_function_stack_mangle_code): ... this, make static.
1500 (jit_function_add_code): New.
1501 (main): Generate "add" function and call it. Adjust to changes
1502 in jithost_abi.
1503 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1504 (struct jithost_abi) <begin, end>: Remove fields.
1505 <object, function_stack_mangle, function_add>: New fields.
1506 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1507 code_end>: Remove fields.
1508 <func_stack_mangle>: New field.
1509 (read_debug_info): Adjust to renaming, create block for "add"
1510 function.
1511 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1512
873de05c
TT
15132019-12-11 Tom Tromey <tom@tromey.com>
1514
1515 * gdb.tui/resize.exp: Fix regexp.
1516 * gdb.tui/regs.exp: Fix regexps.
1517 * gdb.tui/main.exp: Fix regexp.
1518
3d979945
TT
15192019-12-11 Tom Tromey <tom@tromey.com>
1520
1521 * gdb.tui/resize.exp: Update.
1522 * gdb.tui/empty.exp (layouts): Update.
1523
2192a9d3
TT
15242019-12-11 Tom Tromey <tom@tromey.com>
1525
1526 * gdb.tui/regs.exp: Update.
1527 * gdb.tui/empty.exp (layouts): Update.
1528 * gdb.tui/basic.exp: Update.
1529 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1530
d8edc8b7
PW
15312019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1532
1533 * gdb.base/options.exp: Add -raw-values in the print completion list.
1534 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1535
4c12d936
KB
15362019-12-10 Kevin Buettner <kevinb@redhat.com>
1537
1538 * gdb.threads/omp-par-scope.c: New file.
1539 * gdb/threads/omp-par-scope.exp: New file.
1540
26b911fb
KB
15412019-12-10 Kevin Buettner <kevinb@redhat.com>
1542
bb47f919
KB
1543 * lib/gdb.exp (support_nested_function_tests): New proc.
1544
15452019-12-10 Kevin Buettner <kevinb@redhat.com>
1546
1547 * lib/gdb.exp (gdb_compile_openmp): New proc.
1548 (build_executable_from_specs): Add an "openmp" option.
1549 (gdb_compile_pthreads): Add non-executable case.
26b911fb 1550
6c71eb7d
TT
15512019-12-10 Tom Tromey <tromey@adacore.com>
1552
1553 * gdb.ada/unchecked_union.exp: New file.
1554 * gdb.ada/unchecked_union/pck.adb: New file.
1555 * gdb.ada/unchecked_union/pck.ads: New file.
1556 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1557 * gdb-utils.exp (string_to_regexp): Also quote "?".
1558
bac7c5cf
GB
15592019-12-10 George Barrett <bob@bob131.so>
1560
1561 Test scripted probe breakpoints.
1562 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1563 * gdb.python/py-breakpoint.c (main): Likewise.
1564 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1565 specifier test.
1566 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1567
330f1d38
TBA
15682019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1569
1570 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1571 an rvalue parameter.
1572 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1573 parameter.
1574
b43315e2
AB
15752019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1576
1577 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1578 modules.
1579
54f73dad
AB
15802019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1583 broken version of GCC.
1584
d57cbee9
AB
15852019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1588 sym-info-cmds library.
1589 * gdb.fortran/info-types.exp: Likewise.
1590 * lib/sym-info-cmds.exp: New file.
1591
c14aab8c
TV
15922019-12-08 Tom de Vries <tdevries@suse.de>
1593
1594 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1595
aa2d5a42
KS
15962019-12-07 Keith Seitz <keiths@redhat.com>
1597
1598 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1599 * gdb.base/corefile-buildid-shlib.c: New file.
1600 * gdb.base/corefile-buildid.c: New file.
1601 * gdb.base/corefile-buildid.exp: New file.
1602
93e55f0a
TV
16032019-12-06 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.dwarf2/varval.exp: Add decl before def test.
1606
c7d12402
TBA
16072019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1608
1609 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1610
06acc08f
TBA
16112019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1612
1613 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1614 CV and reference conversion for overload resolution.
1615 * gdb.cp/rvalue-ref-overload.exp: Test it.
1616
e0fad1ea
PW
16172019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1618
1619 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1620 * gdb.base/frameapply.exp: Test faas without command.
1621
8d70a9f0
AB
16222019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1625 Fortran tests.
1626 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1627 order.
1628
36c8fb93
AB
16292019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1630
1631 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1632 casting to type with no kind specified.
1633 (test_basic_parsing_of_type_kinds): Additional tests for types
1634 with no kind specified, and add tests for single/double
1635 precision/complex types.
1636
4139ff00
TT
16372019-12-04 Tom Tromey <tromey@adacore.com>
1638
1639 * gdb.base/endianity.c (struct other) <x>: New field.
1640 (main): Initialize it.
1641 * gdb.base/endianity.exp: Update.
1642
a05cf17a
TT
16432019-12-04 Tom Tromey <tromey@adacore.com>
1644
1645 * gdb.ada/scalar_storage/storage.adb: New file.
1646 * gdb.ada/scalar_storage/pck.adb: New file.
1647 * gdb.ada/scalar_storage/pck.ads: New file.
1648 * gdb.ada/scalar_storage.exp: New file.
1649
103a685e
TT
16502019-12-04 Tom Tromey <tromey@adacore.com>
1651
1652 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1653 (main): Initialize it.
1654 * gdb.base/endianity.exp: Update.
1655
c2512106
AB
16562019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1657
1658 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1659
293b38d6
AB
16602019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1663 -symbol-info-module-functions and -symbol-info-module-variables.
1664
216a7e6b
AB
16652019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1668
5bbd8269
AB
16692019-12-01 Richard Bunt <richard.bunt@arm.com>
1670 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * gdb.fortran/derived-type-striding.exp: New file.
1673 * gdb.fortran/derived-type-striding.f90: New file.
1674 * gdb.fortran/array-slices.exp: New file.
1675 * gdb.fortran/array-slices.f90: New file.
1676
be09caf1
PW
16772019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1678
1679 * gdb.base/define.exp: Test . in command names.
1680 * gdb.base/setshow.exp: Update test, as . is now part of
1681 command name.
1682
643c0cbe
PW
16832019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1684
1685 * gdb.base/define-prefix.exp: New file.
1686
dcdec678
AB
16872019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1690 compile.
1691 (skip_btrace_pt_tests): Likewise.
1692
640ab947
AB
16932019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * gdb.fortran/info-modules.exp: Compile source files in correct
1696 order.
1697
d22670f0
KB
16982019-11-27 Kevin Buettner <kevinb@redhat.com>
1699
1700 * gdb.dwarf2/imported-unit.exp: New file.
1701 * gdb.dwarf2/imported-unit.c: New file.
1702
db5960b4
AB
17032019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1704
1705 * gdb.mi/mi-fortran-modules-2.f90: New file.
1706 * gdb.mi/mi-fortran-modules.exp: New file.
1707 * gdb.mi/mi-fortran-modules.f90: New file.
1708
7dc42066
AB
17092019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1710
1711 * gdb.mi/mi-sym-info-1.c: New file.
1712 * gdb.mi/mi-sym-info-2.c: New file.
1713 * gdb.mi/mi-sym-info.exp: New file.
1714
0dfeecca
TT
17152019-11-22 Tom Tromey <tromey@adacore.com>
1716
1717 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1718 * gdb.ada/tasks/foo.adb: Add another stopping location.
1719
34877895
PJ
17202019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1721
1722 * gdb.base/endianity.c: New test.
1723 * gdb.base/endianity.exp: New file.
1724
2e84f897
LD
17252019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1726
1727 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1728
65d1cd5f
TV
17292019-11-21 Tom de Vries <tdevries@suse.de>
1730
1731 PR gdb/24956
1732 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1733
4f22c3f4
SDJ
17342019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1735
1736 * gdb.python/py-progspace.exp: Add missing parentheses on some
1737 'print' commands.
1738
9f6ad286
TT
17392019-11-19 Tom Tromey <tom@tromey.com>
1740
1741 * gdb.tui/winheight.exp: New file.
1742
0b8dbf3f
AB
17432019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.base/ctf-whatis.c: Delete.
1746 * gdb.base/ctf-whatis.exp: Delete.
1747 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1748
f833b7a7
AB
17492019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.base/ctf-cvexpr.exp: Delete.
1752 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1753
30d0a636
AB
17542019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1757 the compiler. Clean up header comment a little.
1758 * gdb.base/ctf-ptype.exp: Likewise.
1759 * gdb.base/ctf-whatis.exp: Likewise.
1760 * lib/gdb.exp (skip_ctf_tests): New proc.
1761
494409bb
SDJ
17622019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1763
1764 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1765 * gdb.tui/corefile-run.exp: New file.
1766
55708e99
TT
17672019-11-14 Tom Tromey <tromey@adacore.com>
1768
1769 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1770 regression tests.
1771
45e42163
TT
17722019-11-12 Tom Tromey <tom@tromey.com>
1773
1774 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1775 after any command. Expect prompt after WAIT_FOR is seen.
1776 (enter_tui): Enable resize messages.
1777 (command): Expect command in output.
1778 (get_line): Avoid error when cursor appears to be off-screen.
1779 (dump_screen): Include screen size in title.
1780 (_do_resize): New proc, from "resize".
1781 (resize): Rewrite. Do resize in two steps.
1782 * gdb.tui/empty.exp (layouts): Fix entries.
1783 (check_boxes): Remove xfail.
1784 (check_text): Dump screen on failure.
1785
086baaf1
AB
17862019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1787
1788 * gdb.python/py-symbol.exp: Add test for
1789 gdb.lookup_static_symbols.
1790
09ff83af
AB
17912019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.python/py-symbol.c: Declare and call function from new
1794 py-symbol-2.c file.
1795 * gdb.python/py-symbol.exp: Compile both source files, and add new
1796 tests for gdb.lookup_static_symbol.
1797 * gdb.python/py-symbol-2.c: New file.
1798
11af934b
TV
17992019-11-02 Tom de Vries <tdevries@suse.de>
1800
1801 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1802 * gdb.base/anon.exp: Same.
1803 * gdb.base/auto-connect-native-target.exp: Same.
1804 * gdb.base/call-ar-st.exp: Same.
1805 * gdb.base/catch-syscall.exp: Same.
1806 * gdb.base/commands.exp: Same.
1807 * gdb.base/default.exp: Same.
1808 * gdb.base/display.exp: Same.
1809 * gdb.base/float.exp: Same.
1810 * gdb.base/foll-fork.exp: Same.
1811 * gdb.base/help.exp: Same.
1812 * gdb.base/info-macros.exp: Same.
1813 * gdb.base/info-proc.exp: Same.
1814 * gdb.base/info-target.exp: Same.
1815 * gdb.base/long_long.exp: Same.
1816 * gdb.base/macscp.exp: Same.
1817 * gdb.base/memattr.exp: Same.
1818 * gdb.base/nofield.exp: Same.
1819 * gdb.base/pointers.exp: Same.
1820 * gdb.base/printcmds.exp: Same.
1821 * gdb.base/ptype.exp: Same.
1822 * gdb.base/restore.exp: Same.
1823 * gdb.base/return.exp: Same.
1824 * gdb.base/scope.exp: Same.
1825 * gdb.base/set-noassign.exp: Same.
1826 * gdb.base/setshow.exp: Same.
1827 * gdb.base/shlib-call.exp: Same.
1828 * gdb.base/signals.exp: Same.
1829 * gdb.base/sigstep.exp: Same.
1830 * gdb.base/skip.exp: Same.
1831 * gdb.base/solib-symbol.exp: Same.
1832 * gdb.base/stap-probe.exp: Same.
1833 * gdb.base/step-line.exp: Same.
1834 * gdb.base/step-test.exp: Same.
1835 * gdb.base/style.exp: Same.
1836 * gdb.base/varargs.exp: Same.
1837 * gdb.base/vla-datatypes.exp: Same.
1838 * gdb.base/vla-ptr.exp: Same.
1839 * gdb.base/vla-sideeffect.exp: Same.
1840 * gdb.base/volatile.exp: Same.
1841 * gdb.base/watch-cond-infcall.exp: Same.
1842 * gdb.base/watchpoint.exp: Same.
1843
e96ec2ba
TV
18442019-11-02 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1847 * gdb.cp/cpexprs.exp: Same.
1848 * gdb.cp/except-multi-location.exp: Same.
1849 * gdb.cp/exceptprint.exp: Same.
1850 * gdb.cp/gdb2384.exp: Same.
1851 * gdb.cp/inherit.exp: Same.
1852 * gdb.cp/m-static.exp: Same.
1853 * gdb.cp/meth-typedefs.exp: Same.
1854 * gdb.cp/misc.exp: Same.
1855 * gdb.cp/namespace.exp: Same.
1856 * gdb.cp/non-trivial-retval.exp: Same.
1857 * gdb.cp/overload.exp: Same.
1858 * gdb.cp/pr17132.exp: Same.
1859 * gdb.cp/re-set-overloaded.exp: Same.
1860 * gdb.cp/rvalue-ref-types.exp: Same.
1861 * gdb.cp/templates.exp: Same.
1862
bd5766ec
LM
18632019-11-01 Luis Machado <luis.machado@linaro.org>
1864
1865 PR gdb/25124
1866
1867 * gdb.arch/pr25124.S: New file.
1868 * gdb.arch/pr25124.exp: New file.
1869
165f8965
AB
18702019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.fortran/info-modules.exp: Update expected results, and add
1873 additional tests for 'info module functinos', and 'info module
1874 variables'.
1875 * gdb.fortran/info-types.exp: Update expected results.
1876 * gdb.fortran/info-types.f90: Extend testcase with additional
1877 module variables and functions.
1878
59c35742
AB
18792019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * gdb.fortran/info-modules.exp: New file.
1882 * gdb.fortran/info-types.exp: Build with new file.
1883 * gdb.fortran/info-types.f90: Include and use new module.
1884 * gdb.fortran/info-types-2.f90: New file.
1885
f3fb2519
PW
18862019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1887
1888 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1889 * gdb.base/settings.exp: Test all settings types using
1890 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1891 that now verifies that the value of "maint show" is the same as
1892 returned by the settings functions. Test the type of the
1893 maintenance settings.
1894 * gdb.base/default.exp: Update show_conv_list.
1895
d1e36019
TV
18962019-10-31 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1899 gdb_test.
1900 * gdb.arch/amd64-disp-step.exp: Same.
1901 * gdb.asm/asm-source.exp: Same.
1902 * gdb.btrace/buffer-size.exp: Same.
1903 * gdb.btrace/cpu.exp: Same.
1904 * gdb.btrace/enable.exp: Same.
1905 * gdb.dwarf2/count.exp: Same.
1906 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1907 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1908 * gdb.fortran/vla-datatypes.exp: Same.
1909 * gdb.fortran/vla-history.exp: Same.
1910 * gdb.fortran/vla-ptype.exp: Same.
1911 * gdb.fortran/vla-value.exp: Same.
1912 * gdb.fortran/whatis_type.exp: Same.
1913 * gdb.guile/guile.exp: Same.
1914 * gdb.multi/tids.exp: Same.
1915 * gdb.python/py-finish-breakpoint.exp: Same.
1916 * gdb.python/py-framefilter.exp: Same.
1917 * gdb.python/py-pp-registration.exp: Same.
1918 * gdb.python/py-xmethods.exp: Same.
1919 * gdb.python/python.exp: Same.
1920 * gdb.server/connect-with-no-symbol-file.exp: Same.
1921 * gdb.server/no-thread-db.exp: Same.
1922 * gdb.server/run-without-local-binary.exp: Same.
1923 * gdb.stabs/weird.exp: Same.
1924 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1925 * gdb.threads/thread-find.exp: Same.
1926 * gdb.threads/tls-shared.exp: Same.
1927 * gdb.threads/tls.exp: Same.
1928 * gdb.threads/wp-replication.exp: Same.
1929 * gdb.trace/ax.exp: Same.
1930 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1931
3d11e68e
TV
19322019-10-31 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1935 * gdb.ada/array_subscript_addr.exp: Same.
1936 * gdb.ada/arrayidx.exp: Same.
1937 * gdb.ada/arrayparam.exp: Same.
1938 * gdb.ada/arrayptr.exp: Same.
1939 * gdb.ada/boolean_expr.exp: Same.
1940 * gdb.ada/call_pn.exp: Same.
1941 * gdb.ada/complete.exp: Same.
1942 * gdb.ada/fixed_cmp.exp: Same.
1943 * gdb.ada/fun_addr.exp: Same.
1944 * gdb.ada/funcall_param.exp: Same.
1945 * gdb.ada/interface.exp: Same.
1946 * gdb.ada/mod_from_name.exp: Same.
1947 * gdb.ada/null_array.exp: Same.
1948 * gdb.ada/packed_array.exp: Same.
1949 * gdb.ada/packed_tagged.exp: Same.
1950 * gdb.ada/print_chars.exp: Same.
1951 * gdb.ada/print_pc.exp: Same.
1952 * gdb.ada/ptype_arith_binop.exp: Same.
1953 * gdb.ada/ptype_field.exp: Same.
1954 * gdb.ada/ptype_tagged_param.exp: Same.
1955 * gdb.ada/rec_return.exp: Same.
1956 * gdb.ada/ref_tick_size.exp: Same.
1957 * gdb.ada/str_ref_cmp.exp: Same.
1958 * gdb.ada/taft_type.exp: Same.
1959 * gdb.ada/tagged.exp: Same.
1960 * gdb.ada/type_coercion.exp: Same.
1961 * gdb.ada/uninitialized_vars.exp: Same.
1962
60b6ede8
TV
19632019-10-30 Tom de Vries <tdevries@suse.de>
1964
1965 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1966
30baf67b
TV
19672019-10-26 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.base/bigcore.c: Fix typos in comments.
1970 * gdb.base/ctf-ptype.c: Same.
1971 * gdb.base/long_long.c: Same.
1972 * gdb.dwarf2/dw2-op-out-param.S: Same.
1973 * gdb.python/py-evthreads.c: Same.
1974 * gdb.reverse/i387-stack-reverse.c: Same.
1975 * gdb.trace/tfile.c: Same.
1976 * lib/compiler.c: Same.
1977 * lib/compiler.cc: Same.
1978
158da0d1
TV
19792019-10-25 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1982 gdb_test_multiple calls.
1983 * gdb.reverse/sigall-reverse.exp: Same.
1984 * gdb.reverse/solib-precsave.exp: Same.
1985 * gdb.reverse/solib-reverse.exp: Same.
1986 * gdb.reverse/until-precsave.exp: Same.
1987 * gdb.reverse/until-reverse.exp: Same.
1988
4ccdfbec
TV
19892019-10-24 Tom de Vries <tdevries@suse.de>
1990
1991 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1992 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1993 kfail using -wrap pattern flag and convenience variable
1994 gdb_test_name.
1995
33d569b7
AB
19962019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * gdb.python/py-progspace.exp: Add tests for the
1999 Progspace.block_for_pc method.
2000
4d0b984b
TT
20012019-10-23 Tom Tromey <tom@tromey.com>
2002
2003 * configure: Rebuild.
2004 * aclocal.m4: Use m4_include, not sinclude.
2005
94cb3754
TV
20062019-10-21 Tom de Vries <tdevries@suse.de>
2007
2008 * gdb.base/infcall-nested-structs.c: Add
2009 __attribute__((noinline,noclone)) to all functions.
2010 (call_all): Add missing variable initialization. Simplify return value.
2011 (breakpt): Increment volatile variable, to prevent call from being
2012 optimized out.
2013 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2014
062f1fc1
TV
20152019-10-17 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.fortran/module.exp: Allow info variables to print info for files
2018 other than module.f90.
2019
0b54364d
AB
20202019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.fortran/module.exp: Extend with 'info variables' test.
2023
7ff5fae7
AB
20242019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2027 F77_FOR_TARGET.
2028
d10eccaa
TV
20292019-10-16 Tom de Vries <tdevries@suse.de>
2030
2031 PR tdep/25096
2032 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2033
745ff14e
TV
20342019-10-16 Tom de Vries <tdevries@suse.de>
2035
2036 PR tdep/24104
2037 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2038 Add KFAIL for PR tdep/25096.
2039
03e1ab94
TV
20402019-10-16 Tom de Vries <tdevries@suse.de>
2041
2042 PR testsuite/25059
2043 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2044
b17fcc10
TV
20452019-10-16 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2048 as signed.
2049
9223170f
SM
20502019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2051
2052 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2053 one instead of increasing timeout.
2054
d6e76313
TV
20552019-10-13 Tom de Vries <tdevries@suse.de>
2056
2057 PR record/25038
2058 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2059 * gdb.reverse/sigall-reverse.exp: Same.
2060 * gdb.reverse/solib-precsave.exp: Same.
2061 * gdb.reverse/solib-reverse.exp: Same.
2062 * gdb.reverse/step-precsave.exp: Same.
2063 * gdb.reverse/until-precsave.exp: Same.
2064 * gdb.reverse/until-reverse.exp: Same.
2065 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2066
6dfc0041
AA
20672019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2068
2069 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2070 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2071 (cmp_struct_05_01, cmp_struct_static_02_01)
2072 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2073 comparisons.
2074
abcf2cc8
TV
20752019-10-10 Tom de Vries <tdevries@suse.de>
2076
2077 PR testsuite/24888
2078 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2079 gnatlink.
2080
a50faaf6
TV
20812019-10-09 Tom de Vries <tdevries@suse.de>
2082
2083 PR testsuite/25048
2084 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2085
60ff3cd7
AB
20862019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2089 exceptions due to missing debug information.
2090
dfee8566
TV
20912019-10-07 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2094
3d63690a
AB
20952019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2098 * gdb.base/annota1.exp: Update to use gdb_test_name.
2099
30d1f018
WP
21002019-10-07 Weimin Pan <weimin.pan@oracle.com>
2101
2102 * gdb.base/ctf-whatis.exp: New file.
2103 * gdb.base/ctf-whatis.c: New file.
2104 * gdb.base/ctf-ptype.exp: New file.
2105 * gdb.base/ctf-ptype.c: New file.
2106 * gdb.base/ctf-constvars.exp: New file.
2107 * gdb.base/ctf-constvars.c: New file.
2108 * gdb.base/ctf-cvexpr.exp: New file.
2109
4dbbb47c
TV
21102019-10-04 Tom de Vries <tdevries@suse.de>
2111
2112 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2113 for loop.
2114
77c2dba3
TT
21152019-10-03 Tom Tromey <tom@tromey.com>
2116
2117 PR rust/24976:
2118 * gdb.rust/simple.rs (Union2): New type.
2119 (main): Use Union2.
2120 * gdb.rust/simple.exp: Add test.
2121
179aed7f
AB
21222019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2125 nested function prefix.
2126
0a4b0913
AB
21272019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2128 Richard Bunt <richard.bunt@arm.com>
2129 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2132 nested functions.
2133 * gdb.fortran/nested-funcs.f90: Update expected results.
2134 * gdb.fortran/nested-funcs-2.exp: New file.
2135 * gdb.fortran/nested-funcs-2.f90: New file.
2136
082cce05
AB
21372019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.python/py-parameter.exp: Make test names unique.
2140 * gdb.python/py-template.exp: Likewise.
2141 * gdb.python/py-value.exp: Likewise.
2142
2b74ba5a
AB
21432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.base/break-interp.exp: Reduce test name duplication.
2146 * gdb.base/call-sc.exp: Likewise.
2147 * gdb.base/callfuncs.exp: Likewise.
2148 * gdb.base/charset.exp: Likewise.
2149 * gdb.base/dump.exp: Likewise.
2150 * gdb.base/ena-dis-br.exp: Likewise.
2151 * gdb.base/relational.exp: Likewise.
2152 * gdb.base/step-over-syscall.exp: Likewise.
2153 * gdb.base/structs.exp: Likewise.
2154
58eb20d5
AB
21552019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.linespec/explicit.exp: Make test names unique.
2158 * gdb.linespec/ls-errs.exp: Likewise.
2159
4d421147
AB
21602019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.reverse/break-precsave.exp: Make test names unique.
2163 * gdb.reverse/break-reverse.exp: Likewise.
2164 * gdb.reverse/finish-precsave.exp: Likewise.
2165 * gdb.reverse/finish-reverse.exp: Likewise.
2166 * gdb.reverse/machinestate-precsave.exp: Likewise.
2167 * gdb.reverse/machinestate.exp: Likewise.
2168 * gdb.reverse/readv-reverse.exp: Likewise.
2169 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2170 * gdb.reverse/sigall-precsave.exp: Likewise.
2171 * gdb.reverse/sigall-reverse.exp: Likewise.
2172 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2173 * gdb.reverse/watch-precsave.exp: Likewise.
2174 * gdb.reverse/watch-reverse.exp: Likewise.
2175
d8c06f22
AB
21762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * gdb.threads/stop-with-handle.c: New file.
2179 * gdb.threads/stop-with-handle.exp: New file.
2180
3a56ed86
TV
21812019-10-03 Tom de Vries <tdevries@suse.de>
2182
2183 PR testsuite/25059
2184 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2185 directory" line to be missing.
2186
42275044
TV
21872019-10-03 Tom de Vries <tdevries@suse.de>
2188
2189 PR testsuite/25059
2190 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2191 type optional.
2192
9ef62df0
AA
21932019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2194
2195 * gdb.python/py-format-string.c (string.h): New include.
2196 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2197 the same value, for endianness-independence.
2198 * gdb.python/py-format-string.exp (default_regexp_dict)
2199 (test_pretty_structs, test_format): Adjust expected output to the
2200 changed initialization.
2201
37f6a7f4
TT
22022019-10-02 Tom Tromey <tromey@adacore.com>
2203
2204 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2205
1d58d6a2
PA
22062019-10-02 Pedro Alves <palves@redhat.com>
2207 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2210 "print-file-var.h".
2211 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2212 (get_version_1): Print this_version_id and its address.
2213 Add extern "C" wrappers around interface functions.
2214 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2215 "print-file-var.h".
2216 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2217 (get_version_2): Print this_version_id and its address.
2218 Add extern "C" wrappers around interface functions.
2219 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2220 <stddef.h> and "print-file-var.h".
2221 Add extern "C" wrappers around interface functions.
2222 [VERSION_ID_MAIN] (this_version_id): Define.
2223 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2224 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2225 up extern "C" blocks.
2226 * gdb.base/print-file-var.exp (test): New, factored out from top
2227 level.
2228 (top level): Test all combinations of attribute hidden or not,
2229 dlopen or not, and this_version_id symbol in main file or not.
2230 Compile tests as both C++ and C, make test names unique.
2231
d770d56f
TT
22322019-10-01 Tom Tromey <tom@tromey.com>
2233
2234 * gdb.base/style.exp: Test "show logging filename".
2235
7f6aba03
TT
22362019-10-01 Tom Tromey <tom@tromey.com>
2237
2238 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2239 * gdb.base/style.exp: Add metadata style test.
2240
14309bb6
TT
22412019-10-01 Tom Tromey <tom@tromey.com>
2242
2243 * gdb.base/style.exp: Test "pwd".
2244
2a3c1174
PA
22452019-10-01 Tom Tromey <tom@tromey.com>
2246
2247 * gdb.base/style.exp: Update tests.
2248
53d666ec
AA
22492019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2250
2251 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2252 'six' to unsigned.
2253 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2254 'five'. Use an all-ones bit pattern for each.
2255 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2256 to its changed values.
2257
4a56a520
TT
22582019-09-30 Tom Tromey <tromey@adacore.com>
2259
2260 * gdb.rust/traits.rs: Disable all warnings.
2261
0df0352a
TV
22622019-09-29 Tom de Vries <tdevries@suse.de>
2263
aac66a4c 2264 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2265
73d9a918
TV
22662019-09-29 Tom de Vries <tdevries@suse.de>
2267
2268 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2269
060b3ab4
TV
22702019-09-27 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2273
68f7d34d
TV
22742019-09-27 Tom de Vries <tdevries@suse.de>
2275
2276 PR record/23188
2277 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2278
5d63b30a
TT
22792019-09-26 Tom Tromey <tromey@adacore.com>
2280
2281 * gdb.ada/py_taft.exp: New file.
2282 * gdb.ada/py_taft/main.adb: New file.
2283 * gdb.ada/py_taft/pkg.adb: New file.
2284 * gdb.ada/py_taft/pkg.ads: New file.
2285
3d435220
TV
22862019-09-24 Tom de Vries <tdevries@suse.de>
2287
2288 PR gdb/24598
2289 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2290
77d03678
TV
22912019-09-22 Tom de Vries <tdevries@suse.de>
2292
2293 * gdb.base/restore.exp: Allow register variables to be optimized out at
2294 -O0.
2295
abf516c6
UW
22962019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2297
2298 * gdb.arch/spu-info.exp: Remove file.
2299 * gdb.arch/spu-info.c: Remove file.
2300 * gdb.arch/spu-ls.exp: Remove file.
2301 * gdb.arch/spu-ls.c: Remove file.
2302
2303 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2304 * gdb.asm/spu.inc: Remove file.
2305
2306 * gdb.base/dump.exp: Remove support for spu*-*-*.
2307 * gdb.base/stack-checking.exp: Likewise.
2308 * gdb.base/overlays.exp: Likewise.
2309 * gdb.base/ovlymgr.c: Likewise.
2310 * gdb.base/spu.ld: Remove file.
2311
2312 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2313 * gdb.cp/cpexprs.exp: Likewise.
2314 * gdb.cp/exception.exp: Likewise.
2315 * gdb.cp/gdb2495.exp: Likewise.
2316 * gdb.cp/mb-templates.exp: Likewise.
2317 * gdb.cp/pr9167.exp: Likewise.
2318 * gdb.cp/userdef.exp: Likewise.
2319
2320 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2321
2322 * gdb.cell: Remove directory.
2323 * lib/cell.exp: Remove file.
2324
e452e88f
TV
23252019-09-19 Tom de Vries <tdevries@suse.de>
2326
2327 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2328
8a625130
TV
23292019-09-19 Tom de Vries <tdevries@suse.de>
2330
2331 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2332
81dc3ab5
TV
23332019-09-19 Tom de Vries <tdevries@suse.de>
2334
2335 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2336 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2337 (gdb_target_cmd): ... here.
2338 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2339 value 2.
2340
b078f3ac
AB
23412019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.base/source-dir.exp: Avoid having directory names in test
2344 names.
2345
f1b620e9
MG
23462019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2349 directory.
2350
67f3ed6a
AB
23512019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.base/list-missing-source.exp: New file.
2354
d1b70248
TV
23552019-09-14 Tom de Vries <tdevries@suse.de>
2356
2357 PR teststuite/24599
2358 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2359 * lib/ada.exp (gnatmake_version_at_least): New proc.
2360
5fabdcd6
AB
23612019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.base/maint.exp: Use exec_has_index_section.
2364
aa17805f
AB
23652019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.base/maint.exp: Add test for 'maint info sections'.
2368
25e5c209
TV
23692019-09-12 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.base/store.exp: Allow register variables to be optimized out at
2372 -O0.
2373
4993045d
PW
23742019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2375
2376 * gdb.ada/rdv_wait.exp: Update to new task names.
2377 * gdb.base/task_switch_in_core.exp: Likewise.
2378 * gdb.base/info_sources_base.c: Likewise.
2379
8a516164
TT
23802019-09-10 Tom Tromey <tromey@adacore.com>
2381
2382 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2383
aa391654
TT
23842019-09-10 Tom Tromey <tromey@adacore.com>
2385
2386 * gdb.ada/dgopt.exp: New file.
2387 * gdb.ada/dgopt/x.adb: New file.
2388
8634b462
TT
23892019-09-08 Tom Tromey <tom@tromey.com>
2390
2391 * gdb.tui/resize.exp: Remove setup_xfail.
2392 * gdb.tui/regs.exp: Remove setup_xfail.
2393 * gdb.tui/basic.exp: Remove setup_xfail.
2394
736b0f76
DB
23952019-09-06 David Blaikie <dblaikie@gmail.com>
2396
2397 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2398 * gdb.cp/cplabel.exp: Ditto.
2399 * gdb.linespec/ls-errs.exp: Ditto.
2400
30331a6c
TV
24012019-09-05 Tom de Vries <tdevries@suse.de>
2402
2403 * lib/gdb.exp (cmp_file_string): New proc.
2404 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2405 runto_main. Verify save breakpoints output.
2406
98b0ebab
PW
24072019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2408
2409 * gdb.base/info-var.exp: Test info variables without running
2410 to main, to avoid expect's buffer overflow.
2411
4e962e74
TT
24122019-09-03 Tom Tromey <tromey@adacore.com>
2413
2414 * gdb.ada/bias.exp: New file.
2415 * gdb.ada/bias/bias.adb: New file.
2416 * gdb.ada/print_chars.exp: Add regression test.
2417 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2418 (MC): New variable.
2419
2ea1a07a
SL
24202019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2421
2422 * gdb.base/argv0-symlink.exp: Run only on native target
2423 and local host.
2424
8077c50d
TV
24252019-08-29 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2428 diverse debug info.
2429 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2430
48352473
TV
24312019-08-28 Tom de Vries <tdevries@suse.de>
2432
2433 * gdb.base/info-var.exp: Allow info variables to print info for files
2434 other than info-var-f1.c and info-var-f2.c.
2435
d8f27c60
AB
24362019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * gdb.fortran/info-types.exp: Add module.
2439 * gdb.fortran/info-types.f90: Update expected results.
2440
1f20c35e
AB
24412019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.fortran/info-types.exp: New file.
2444 * gdb.fortran/info-types.f90: New file.
2445 * lib/fortran.exp (fortran_character1): New proc.
2446
4acfdd20
AB
24472019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2450 functions'. Reindent as needed.
2451 * gdb.base/info-var-f1.c: New file.
2452 * gdb.base/info-var-f2.c: New file.
2453 * gdb.base/info-var.exp: New file.
2454 * gdb.base/info-var.h: New file.
2455
5c31b358
TV
24562019-08-26 Tom de Vries <tdevries@suse.de>
2457
2458 PR c++/24852
2459 * gdb.cp/no-libstdcxx-probe.exp: New test.
2460
b694989f
TV
24612019-08-26 Tom de Vries <tdevries@suse.de>
2462
2463 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2464 * tests need to be skipped.
2465 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2466 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2467 mi_skip_libstdcxx_probe_tests.
2468
d9c4ba53
SDJ
24692019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2470
2471 * gdb.python/py-xmethods.exp: Use raw strings when passing
2472 arguments to SimpleXMethodMatcher.
2473
395fad09
TV
24742019-08-22 Tom de Vries <tdevries@suse.de>
2475
2476 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2477 more informative.
2478
26c957f1
PA
24792019-08-21 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.base/with.exp: Test "with" with no arguments.
2482
61f80d5d
TV
24832019-08-21 Tom de Vries <tdevries@suse.de>
2484
2485 * gdb.base/gdb-caching-proc.exp: Sort files.
2486
d7a11d13
TV
24872019-08-20 Tom de Vries <tdevries@suse.de>
2488
2489 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2490 compilation.
2491
34dafe9f
TV
24922019-08-16 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.base/compare-sections.exp ("after run to main"): Allow
2495 mismatched read-only sections for PIE executables.
2496
398fdd60
TT
24972019-08-16 Tom Tromey <tom@tromey.com>
2498
2499 * lib/tuiterm.exp (_csi_Z): New proc.
2500 * gdb.tui/basic.exp: Update window positions.
2501 * gdb.tui/empty.exp: Update window positions.
2502
d8f9e51c
SL
25032019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2504
2505 * gdb.base/examine-backward.exp: Correct regexp for
2506 "examine 3 bytes backward from ${address_zero}".
2507
3df505f6
TT
25082019-08-15 Tom Tromey <tom@tromey.com>
2509
2510 * gdb.tui/empty.exp: Enable resizing tests.
2511
272560b5
TT
25122019-08-15 Tom Tromey <tromey@adacore.com>
2513
2514 * gdb.ada/char_enum.exp: Add regression tests.
2515 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2516 and '0'.
2517 (Char, Gchar): Update.
2518 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2519
08235187
CB
25202019-08-15 Christian Biesinger <cbiesinger@google.com>
2521
2522 * gdb.python/python.exp: Expect a leading underscore on
2523 GdbOutput{,Error}File.
2524
22a2ab04
SL
25252019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2526
2527 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2528 Windows host.
2529
835b995b
SL
25302019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2531
2532 * gdb.base/batch-preserve-term-settings.exp
2533 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2534
97dd8e07
CB
25352019-08-15 Christian Biesinger <cbiesinger@google.com>
2536
2537 * lib/gdb.exp: When running on a mingw target, replace
2538 /x/ with x:/.
2539
75faf5c4
AH
25402019-08-14 Alan Hayward <alan.hayward@arm.com>
2541
2542 * gdb.arch/aarch64-prologue.c: New test.
2543 * gdb.arch/aarch64-prologue.exp: New file.
2544
abc6c00f
TV
25452019-08-13 Tom de Vries <tdevries@suse.de>
2546
2547 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2548 Thread.
2549
74c2c1f4
SL
25502019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2551
2552 * gdb.python/py-completion.exp: Download the .py file to the host
2553 and use its host pathname. Conditionalize tests that use
2554 tab completion and manipulate files on the build machine.
2555 * gdb.python/py-events.exp: Download the .py file to the host
2556 and use its host pathname.
2557 * gdb.python/py-evsignal.exp: Likewise.
2558 * gdb.python/py-evthreads.exp: Likewise.
2559 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2560 pathname syntax.
2561 * gdb.python/py-framefilter.exp: Download the .py file to the right
2562 place on the host. Match Windows pathname syntax.
2563 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2564 .py file to the host and use its host pathname.
2565 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2566 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2567 build pathname. Skip symlink test on Windows host. Add missing
2568 newline at end of file.
2569 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2570 and use its host pathname.
2571 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2572 * gdb.python/py-section-script.exp: Use host location of binfile
2573 on safe-path. Use correct path separator on Windows host.
2574 Reorder alternatives in gdb_test_multiple to prevent matching
2575 the wrong alternative on success.
2576 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2577
ca2589f3
PP
25782019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2579
2580 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2581 expect the GDB inferior to no longer immediately stop after
2582 being resumed with "signal SIGINT".
2583
020a839d
SL
25842019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2585
2586 * gdb.linespec/break-ask.exp: Generalize regexps to match
2587 Windows pathnames too.
2588
128d6509
TV
25892019-08-08 Tom de Vries <tdevries@suse.de>
2590
2591 PR testsuite/24862
2592 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2593
590042fc
PW
25942019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2595
2596 * gdb.base/style.exp: Update tests for help doc new invariants.
2597 * gdb.base/help.exp: Likewise.
2598
046bebe1
TT
25992019-08-06 Tom Tromey <tom@tromey.com>
2600
2601 * gdb.base/style.exp: Add disassemble test.
2602 * gdb.base/style.c (some_called_function): New function.
2603 (main): Use it.
2604
0b27c27d
CB
26052019-08-05 Christian Biesinger <cbiesinger@google.com>
2606
2607 * gdb.python/py-block.exp: Test dictionary access on blocks.
2608
580f1034
SM
26092019-08-05 Simon Marchi <simon.marchi@efficios.com>
2610
2611 PR gdb/24863
2612 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2613 -list-thread-groups --available test when running under
2614 check-read1.
2615
d86bd7cb
TV
26162019-08-05 Tom de Vries <tdevries@suse.de>
2617
2618 PR testsuite/24863
2619 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2620 * gdb.base/help.exp: Use with_read1_timeout_factor.
2621 * gdb.base/info-macros.exp: Same.
2622 * gdb.cp/nested-types.exp: Same.
2623
a80cf5d8
TV
26242019-08-05 Tom de Vries <tdevries@suse.de>
2625
2626 * lib/gdb.exp (version_at_least): Factor out of ...
2627 (tcl_version_at_least): ... here.
2628 (gdb_compile): Fail if pie results in non-PIE executable.
2629 (readelf_version, readelf_prints_pie): New proc.
2630 (exec_is_pie): Return -1 if unknown.
2631
d0962838
TV
26322019-08-05 Tom de Vries <tdevries@suse.de>
2633
2634 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2635
2252ff3d
SL
26362019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2637
2638 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2639
26655f53
SL
26402019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2641
2642 * lib/completion-support.exp (test_gdb_complete_none): Skip
2643 tab completion tests if no readline support.
2644 (test_gdb_complete_unique_re): Likewise.
2645 (test_gdb_complete_multiple): Likewise.
2646
db4dc13e
PW
26472019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2648
2649 * gdb.base/info_sources.exp: New file.
2650 * gdb.base/info_sources.c: New file.
2651 * gdb.base/info_sources_base.c: New file.
2652
0eba165a
PFC
26532019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2654
2655 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2656 prefix argument.
2657 (test_exit_status): Add prefix argument.
2658
59bd512b
TV
26592019-08-01 Tom de Vries <tdevries@suse.de>
2660
2661 PR testsuite/24863
2662 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2663 calling exp_continue for new thread and thread exited messages.
2664
2a3ad588
TV
26652019-08-01 Tom de Vries <tdevries@suse.de>
2666
2667 PR testsuite/24863
2668 * gdb.base/structs.exp: Fix check-read1 timeout using
2669 gdb_test_sequence.
2670 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2671
117eb594
TV
26722019-08-01 Tom de Vries <tdevries@suse.de>
2673
2674 PR testsuite/24863
2675 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2676 line.
2677
ed591340
TV
26782019-08-01 Tom de Vries <tdevries@suse.de>
2679
2680 PR testsuite/24863
2681 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2682
aa3b6533
TT
26832019-07-30 Tom Tromey <tromey@adacore.com>
2684
2685 * gdb.ada/display_nested.exp: New file.
2686 * gdb.ada/display_nested/foo.adb: New file.
2687 * gdb.ada/display_nested/pack.adb: New file.
2688 * gdb.ada/display_nested/pack.ads: New file.
2689
2906593f
CB
26902019-07-30 Christian Biesinger <cbiesinger@google.com>
2691
2692 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2693 namespace.
2694 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2695
0f575925
TV
26962019-07-30 Tom de Vries <tdevries@suse.de>
2697
2698 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2699 instead.
2700
b13057d9
TV
27012019-07-30 Tom de Vries <tdevries@suse.de>
2702
2703 PR testsuite/24834
2704 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2705 (exec_is_pie): New proc.
2706
5c4dde85
CB
27072019-07-29 Christian Biesinger <cbiesinger@google.com>
2708
2709 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2710
c620ed88
CB
27112019-07-29 Christian Biesinger <cbiesinger@google.com>
2712
2713 * gdb.python/py-objfile.c: Add global and static vars.
2714 * gdb.python/py-objfile.exp: Test new functions Objfile.
2715 lookup_global_symbol and lookup_static_symbol.
2716
3d235706
TT
27172019-07-29 Tom Tromey <tom@tromey.com>
2718
2719 * lib/tuiterm.exp (Term::_csi_@): New proc.
2720 (Term::_csi_X): Don't move cursor.
2721
c7e4c0a6
PW
27222019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2723
2724 * gdb.base/options.exp: Update backtrace - completion to
2725 new option -frame-info.
2726 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2727 Test new 'set print frame-info'. Test backtrace -frame-info
2728 overriding 'set print frame-info'.
2729 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2730 Test new 'set print frame-info'.
2731 Verify consistency of backtrace with and without filters, with and
2732 without -no-filters.
2733 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2734 default.
2735
de28a3b7
TV
27362019-07-29 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2739 no arguments".
2740
507dd60e
TV
27412019-07-29 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2744 is a substring of the first for "complete non-unique file name".
2745
5beafce9
TV
27462019-07-29 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2749 with ".*".
2750
2d274232
TV
27512019-07-29 Tom de Vries <tdevries@suse.de>
2752
2753 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2754 Pass prompt_regexp parameter to gdb_test_multiple calls.
2755
9197cd8b
TV
27562019-07-29 Tom de Vries <tdevries@suse.de>
2757
2758 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 2759 print registers" regexps.
9197cd8b 2760
b528dae0
TV
27612019-07-29 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2764
d17725d7
TV
27652019-07-29 Tom de Vries <tdevries@suse.de>
2766
2767 PR gdb/24855
2768 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2769 (skip_python_tests_prompt): Add prompt_regexp argument to
2770 gdb_test_multiple calls.
2771
52b75bf1
TT
27722019-07-27 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.tui/main.exp: New file.
2775
2b1d00c2
TT
27762019-07-27 Tom Tromey <tom@tromey.com>
2777
2778 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2779 optional.
2780 * gdb.tui/empty.exp: New file.
2781
ded631d5
TT
27822019-07-27 Tom Tromey <tom@tromey.com>
2783
2784 * lib/tuiterm.exp (spawn): New proc.
2785 (Term::resize): New proc.
2786 * gdb.tui/resize.exp: New file.
2787
58ac439d
TT
27882019-07-27 Tom Tromey <tom@tromey.com>
2789
2790 * gdb.tui/list.exp: New file.
2791
fe1f56ee
TT
27922019-07-27 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.tui/regs.exp: New file.
2795
f790b310
TT
27962019-07-27 Tom Tromey <tom@tromey.com>
2797
2798 * gdb.tui/basic.exp: Add "layout split" test.
2799
d95fc6ee
TT
28002019-07-27 Tom Tromey <tom@tromey.com>
2801
2802 * gdb.tui/basic.exp: Add "layout asm" test.
2803
c3786b3a
TT
28042019-07-27 Tom Tromey <tom@tromey.com>
2805
2806 * lib/tuiterm.exp: New file.
2807 * gdb.tui/basic.exp: New file.
2808
98a617f8
KB
28092019-07-27 Kevin Buettner <kevinb@redhat.com>
2810
2811 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2812 Enable tests associated with this flag. Adjust regex
2813 referencing "foo_low" to now refer to "foo_cold" instead.
2814
5c076da4
KB
28152019-07-27 Kevin Buettner <kevinb@redhat.com>
2816
2817 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2818 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2819 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2820 foo_cold. Revise comments to match.
2821 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2822 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2823 were wrapped into this proc; Call do_test in loop from outermost
2824 level.
2825 (foo_low): Rename all occurrences to "foo_cold".
2826 (backtrace from baz): New test.
2827 (x2/i foo_cold): New test.
2828 (info line *foo_cold): New test.
2829
1512d3b7
TV
28302019-07-26 Tom de Vries <tdevries@suse.de>
2831
2832 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2833
297989a1
TV
28342019-07-25 Tom de Vries <tdevries@suse.de>
2835
2836 PR testsuite/24830
2837 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2838 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2839 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2840 (skip_libstdcxx_probe_tests): ... here.
2841 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2842
b3b965fb
TV
28432019-07-24 Tom de Vries <tdevries@suse.de>
2844
2845 PR testsuite/24807
2846 * gdb.objc/basicclass.m: Include stdio.h.
2847 * gdb.objc/nondebug.m: Same.
2848 * gdb.objc/objcdecode.m: Same.
2849
4625b4d0
TV
28502019-07-24 Tom de Vries <tdevries@suse.de>
2851
2852 PR testsuite/24612
2853 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2854 additional_flags.
2855
024a5840
TV
28562019-07-24 Tom de Vries <tdevries@suse.de>
2857
2858 PR testsuite/24831
2859 * gdb.multi/tids.exp: Update error messages for info threads.
2860
c76ddaa3
TV
28612019-07-24 Tom de Vries <tdevries@suse.de>
2862
2863 * gdb.base/info-types.exp: Allow info types to print info for more than
2864 one file.
2865
9a618ef6
TV
28662019-07-23 Tom de Vries <tdevries@suse.de>
2867
2868 PR testsuite/24842
2869 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2870 gdb_spawn_with_cmdline_opts.
2871
40eadf04
SP
28722019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2873
2874 * gdb.arch/arm-cmse-sgstubs.c: New test.
2875 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2876
5ba29434
TV
28772019-07-23 Tom de Vries <tdevries@suse.de>
2878
2879 PR testsuite/24711
2880 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2881 issuing next command.
2882
a8e9d247
AB
28832019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.ada/info_auto_lang.exp: Update expected results.
2886 * gdb.base/info-types.c: Add additional types to check.
2887 * gdb.base/info-types.exp: Update expected results.
2888
eb86c5e2
AB
28892019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * gdb.base/info-types.c: New file.
2892 * gdb.base/info-types.exp: New file.
2893
01e175fe
AB
28942019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.arch/riscv-bp-infcall.c: New file.
2897 * gdb.arch/riscv-bp-infcall.exp: New file.
2898
6b78c3f8
AB
28992019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 PR breakpoints/24541
2902 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2903
da738167
TV
29042019-07-14 Tom de Vries <tdevries@suse.de>
2905
2906 PR testsuite/24760
2907 * gdb.objc/basicclass.exp: Fix unterminated string.
2908
0d4e84ed
AB
29092019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2910 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2913 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2914 negative bounds.
2915 * gdb.fortran/vla-value.exp: Print elements of an array with
2916 negative bounds.
2917 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2918 testing.
2919
021d8588
AB
29202019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.base/options.exp (expect_string): Dequote strings in
2923 results.
2924 (test-string): Test strings with different quoting and reindent.
2925
f06f1252
TT
29262019-07-10 Tom Tromey <tromey@adacore.com>
2927
2928 * gdb.ada/mi_ex_cond.exp: Update expected results.
2929 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2930 * gdb.ada/mi_catch_ex.exp: Update expected results.
2931 * gdb.ada/mi_catch_assert.exp: Update expected results.
2932 * gdb.ada/catch_ex.exp (catch_exception_info)
2933 (catch_exception_entry, catch_assert_entry)
2934 (catch_unhandled_entry): Update.
2935 * gdb.ada/catch_assert_if.exp: Update expected results.
2936
b863685d
RB
29372019-07-10 Richard Bunt <richard.bunt@arm.com>
2938 Stephen Roberts <stephen.roberts@arm.com>
2939
2940 * gdb.base/define.exp: Restore original prompt.
2941
cb1e4e32
PA
29422019-07-09 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2945 breakpoints" output.
2946 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2947 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2948 throw" creates breakpoint.
2949 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2950 'type="catchpoint"'.
2951
b58a68fe
PA
29522019-07-09 Pedro Alves <palves@redhat.com>
2953
2954 PR c++/15468
2955 * gdb.cp/except-multi-location-lib.cc: New.
2956 * gdb.cp/except-multi-location-main.cc: New.
2957 * gdb.cp/except-multi-location.exp: New.
2958
0826779b
PW
29592019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2960
2961 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2962 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2963 argument and update callers.
2964
5b0e2db4
AB
29652019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.arch/amd64-break-on-asm-line.S: New file.
2968 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2969
1f6f6e21
PW
29702019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2971
2972 * gdb.base/printcmds.exp: Test printing C string and
2973 C wide string convenience vars without transiting via the inferior.
2974 Also make test names unique.
2975
ea142fbf
AH
29762019-07-08 Alan Hayward <alan.hayward@arm.com>
2977
5862c886 2978 PR breakpoints/25011
ea142fbf
AH
2979 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2980
213fd9fa
PA
29812019-07-04 Pedro Alves <palves@redhat.com>
2982
2983 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2984 body returned ok(0), break(3) or continue(4).
2985 * gdb.testsuite/foreach_with_prefix.exp: New file.
2986
2b40fda7
AH
29872019-07-04 Alan Hayward <alan.hayward@arm.com>
2988
2989 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2990
a26c8de0
PA
29912019-07-03 Pedro Alves <palves@redhat.com>
2992
2993 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2994 "return -code".
2995
5f4ba3e7
PA
29962019-07-03 Pedro Alves <palves@redhat.com>
2997
2998 PR cli/24732
2999 * gdb.base/shell.exp: Load completion-support.exp.
3000 Adjust expected error output. Add completion tests.
3001
a994424f
PA
30022019-07-03 Pedro Alves <palves@redhat.com>
3003
3004 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3005 string_to_regexp.
3006
3d9be6f5
PA
30072019-07-03 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3010 (expect_integer): Adjust to expect "-string".
3011 (expect_string): New.
3012 (all_options): Expect "-string".
3013 (test-flag, test-boolean): Adjust to expect "-string".
3014 (test-string): New proc.
3015 (top level): Call it.
3016
41fc454c
PA
30172019-07-03 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3020 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3021 the expected output in the success.
3022
b2b2a215
PA
30232019-07-03 Pedro Alves <palves@redhat.com>
3024
3025 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3026 Split one gdb_test_multiple call in two to avoid a race.
3027
fdbc9870
PA
30282019-07-03 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.base/with.c: New file.
3031 * gdb.base/with.exp: New file.
3032
c6ac8931
PA
30332019-07-03 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/settings.exp: Replace all references to "maint
3036 test-settings set" with references to "maint set test-settings",
3037 and all references to "maint test-settings show" with references
3038 to "maint show test-settings".
3039
970f9d09
PA
30402019-07-03 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/settings.exp (test-string): Adjust expected out when
3043 testing "maint test-settings show filename"
3044
54d66006
PA
30452019-07-02 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/options.exp (test-info-threads): New procedure.
3048 (top level): Call it.
3049
10d06d82
TT
30502019-06-28 Tom Tromey <tromey@adacore.com>
3051
3052 * gdb.dwarf2/ada-linkage-name.c: New file.
3053 * gdb.dwarf2/ada-linkage-name.exp: New file.
3054
3d507ff2
TT
30552019-06-27 Tom Tromey <tromey@adacore.com>
3056
d039f014 3057 PR c++/20020:
3d507ff2
TT
3058 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3059
8af58ffe
TV
30602019-06-26 Tom de Vries <tdevries@suse.de>
3061
3062 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3063
22e21752
TV
30642019-06-26 Tom de Vries <tdevries@suse.de>
3065
3066 * gdb.base/index-cache.exp: Add back missing debug option.
3067
b65b566c
PW
30682019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3069
3070 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3071
5c2c8c69
TV
30722019-06-25 Tom de Vries <tdevries@suse.de>
3073
3074 PR testsuite/24727
3075 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3076
164e3873
TV
30772019-06-24 Tom de Vries <tdevries@suse.de>
3078
3079 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3080
824eacee
TV
30812019-06-24 Tom de Vries <tdevries@suse.de>
3082
3083 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3084 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3085 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3086
385b97d3
TV
30872019-06-24 Tom de Vries <tdevries@suse.de>
3088
3089 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3090
c596f180
TV
30912019-06-21 Tom de Vries <tdevries@suse.de>
3092
3093 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3094
b13a7d03
TV
30952019-06-21 Tom de Vries <tdevries@suse.de>
3096
3097 PR testsuite/24518
3098 PR ada/24713
3099 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3100 index.
3101
899277ae
TT
31022019-06-19 Tom Tromey <tromey@adacore.com>
3103
3104 * gdb.ada/length_cond.exp: Add intro comment.
3105
680e1bee
TT
31062019-06-19 Tom Tromey <tromey@adacore.com>
3107
3108 * gdb.ada/length_cond.exp: New file.
3109 * gdb.ada/length_cond/length_cond.adb: New file.
3110 * gdb.ada/length_cond/pck.adb: New file.
3111 * gdb.ada/length_cond/pck.ads: New file.
3112
0ed4690a
TV
31132019-06-18 Tom de Vries <tdevries@suse.de>
3114
3115 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3116
d20ed5fd
TT
31172019-06-18 Tom Tromey <tromey@adacore.com>
3118
3119 * gdb.base/list0.h: Add comment explaining control character.
3120
86e04673
TV
31212019-06-18 Tom de Vries <tdevries@suse.de>
3122
3123 * boards/fission.exp: Break up long debug_flags line.
3124
c4973306
SM
31252019-06-16 Tom de Vries <tdevries@suse.de>
3126
3127 PR gdb/24445
3128 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3129 generated index.
3130
93cb9841
AB
31312019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 PR gdb/24686
3134 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3135 improve detection of bug gdb/24541.
3136
399aaebd
SM
31372019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3138
3139 PR gdb/24669
3140 * gdb.base/index-cache.exp (uses_readnow,
3141 expecting_index_cache_use): Define global variable.
3142 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3143 expecting_index_cache_use.
3144
584a927c
AB
31452019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3146 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.fortran/pointers.f90: New file.
3149 * gdb.fortran/print_type.exp: New file.
3150 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3151 * gdb.fortran/vla-type.exp: Likewise.
3152 * gdb.fortran/vla-value.exp: Likewise.
3153 * gdb.mi/mi-vla-fortran.exp: Likewise.
3154
30056ea0
AB
31552019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3158 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3159 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3160 as a stop reason.
3161
ec8e2b6d
AB
31622019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.base/annota1.exp: Update expected results.
3165 * gdb.cp/annota2.exp: Likewise.
3166 * gdb.cp/annota3.exp: Likewise.
3167
09e4c4e1
AB
31682019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.base/style-logging.exp: Remove path from test name.
3171
0735b091
TT
31722019-06-14 Tom Tromey <tromey@adacore.com>
3173
3174 PR gdb/24502:
3175 * gdb.base/style-logging.exp: New file.
3176
f5686554
TT
31772019-06-14 Tom Tromey <tromey@adacore.com>
3178
3179 * gdb.base/symfile-warn.exp: New file.
3180 * gdb.base/symfile-warn.c: New file.
3181
a0c1ffed
TT
31822019-06-14 Tom Tromey <tromey@adacore.com>
3183
3184 * gdb.base/annotate-symlink.exp: New file.
3185
f411722c
TT
31862019-06-14 Tom Tromey <tromey@adacore.com>
3187
3188 * gdb.ada/set_wstr.exp: Add reassignment test.
3189
4268ec18
TT
31902019-06-14 Tom Tromey <tromey@adacore.com>
3191
3192 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3193 'unchecked_access and 'unrestricted_access as well.
3194
9a9e394b
TT
31952019-06-14 Tom Tromey <tromey@adacore.com>
3196
3197 PR ada/24539:
3198 * gdb.ada/vla.exp: Update tests.
3199 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3200 pragma.
3201
4c048731
PA
32022019-06-13 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/settings.exp (test-integer): Test junk after
3205 "unlimited".
3206
6665660a
PA
32072019-06-13 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/options.exp (test-thread-apply): New.
3210 (top level): Call it.
3211
5d707134
PA
32122019-06-13 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/options.exp (test-frame-apply): New.
3215 (top level): Test print commands with different "frame apply"
3216 prefixes.
3217
e2a689da
PA
32182019-06-13 Pedro Alves <palves@redhat.com>
3219
e79be6e5 3220 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3221 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3222 'max_completions' parameter and handle it.
3223 (test_gdb_completion_offers_commands): New.
3224
90a1ef87
PA
32252019-06-13 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3228
d4c16835
PA
32292019-06-13 Pedro Alves <palves@redhat.com>
3230
3231 * gdb.base/options.exp (test-backtrace): New.
3232 (top level): Call it.
3233
2daf894e
PA
32342019-06-13 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.guile/scm-frame-args.exp: Use "set print
3237 raw-frame-arguments" instead of "set print raw frame-arguments".
3238 * gdb.python/py-frame-args.exp: Likewise.
3239
e6ed716c
PA
32402019-06-13 Pedro Alves <palves@redhat.com>
3241
3242 * gdb.compile/compile.exp: Adjust expected output to option
3243 processing changes.
3244
7d8062de
PA
32452019-06-13 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/options.exp: Build executable.
3248 (test-print): New procedure.
3249 (top level): Call it, once for "print" and another for "compile
3250 print".
3251
9d0faba9
PA
32522019-06-13 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.base/options.c: New file.
3255 * gdb.base/options.exp: New file.
3256
dee7b4c8
PA
32572019-06-13 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3260 that "o" is ambiguous.
3261
dca0f6c0
PA
32622019-06-13 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.base/settings.c: New file.
3265 * gdb.base/settings.exp: New file.
3266
ccf46844
PA
32672019-06-13 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.base/completion.exp: Fix comment typo.
3270
b9a3f842
PA
32712019-06-13 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3274 foo --1" test.
3275
d106773e
PA
32762019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3277
3278 * gdb.fortran/block-data.f: New.
3279 * gdb.fortran/block-data.exp: New.
3280
fea82da0
TV
32812019-06-11 Tom de Vries <tdevries@suse.de>
3282
3283 PR testsuite/24521
3284 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3285 message.
3286
8c2e74f1
TV
32872019-06-11 Tom de Vries <tdevries@suse.de>
3288
3289 PR testsuite/24521
3290 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3291
b49851c8
TV
32922019-06-11 Tom de Vries <tdevries@suse.de>
3293
3294 * boards/readnow.exp: New file.
3295
a7067863
AB
32962019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3297
3298 * gdb.fortran/vla-sizeof.exp: Update expected results.
3299
1a3da2cd
AB
33002019-06-06 Amos Bird <amosbird@gmail.com>
3301
3302 * gdb.base/annota1.exp (thread_switch): Add test for
3303 thread-exited annotation.
3304
3847a7bf
TT
33052019-06-06 Tom Tromey <tromey@adacore.com>
3306
3307 * gdb.base/maint.exp: Expect command started/finished output.
3308
0088ba59
AB
33092019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3312 comment.
3313 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3314
312617a3
AB
33152019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3316
3317 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3318 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3319 * gdb.arch/riscv-unwind-long-insn.c: New file.
3320 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3321
e1f2e1a2
CB
33222019-06-04 Christian Biesinger <cbiesinger@google.com>
3323
d3238f7d 3324 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3325
206584bd
PW
33262019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3327
3328 * lib/gdb.exp (help_list_trailer): New regexp variable
3329 factorizing the help trailer message.
3330 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3331 arg to allow to better factorize various tests.
3332 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3333 (test_prefix_command_help): Use help_list_trailer.
3334 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3335 * gdb.guile/scm-cmd.exp: Likewise.
3336 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3337 * gdb.base/help.exp: Use test_user_defined_class_help.
3338 * gdb.base/style.exp: Add tests for styling of help and apropos.
3339 * lib/gdb-utils.exp (style): Add title and highlight styles.
3340
708dc93e
PW
33412019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3342
3343 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3344 $_shell_exitsignal.
3345 * gdb.base/default.exp: Update for new convenience variables.
3346
f49055a5
TT
33472019-05-29 Tom Tromey <tromey@adacore.com>
3348
3349 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3350 to "break complete ada" test case's regexp.
3351
4330d61d
TT
33522019-05-29 Tom Tromey <tromey@adacore.com>
3353
3354 PR c++/20020:
3355 * gdb.cp/constexpr-field.exp: New file.
3356 * gdb.cp/constexpr-field.cc: New file.
3357
000439d5
TT
33582019-05-29 Tom Tromey <tromey@adacore.com>
3359
3360 * gdb.base/finish.exp (finish_no_print): New proc.
3361 (finish_tests): Call it.
3362
5a01c34c
TV
33632019-05-24 Tom de Vries <tdevries@suse.de>
3364
3365 * gdb.dwarf2/gdb-add-index.exp: New file.
3366
18125b16
TT
33672019-05-22 Tom Tromey <tromey@adacore.com>
3368
3369 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3370 * gdb.base/style.exp: Use "style".
3371 * lib/gdb-utils.exp (style): New proc.
3372
af1a8d03
TV
33732019-05-22 Tom de Vries <tdevries@suse.de>
3374
3375 * gdb.base/align.exp: Require c++11.
3376
e7fe496b
TV
33772019-05-22 Tom de Vries <tdevries@suse.de>
3378
3379 PR testsuite/24586
3380 * gdb.python/py-mi-var-info-path-expression.exp: Call
3381 mi_skip_python_tests to check if python is supported.
3382
8fca4da0
AH
33832019-05-22 Alan Hayward <alan.hayward@arm.com>
3384
3385 * gdb.arch/aarch64-pauth.c: New test.
3386 * gdb.arch/aarch64-pauth.exp: New file.
3387
b7060614
AH
33882019-05-22 Alan Hayward <alan.hayward@arm.com>
3389
3390 * README (Re-running Tests Outside The Testsuite): New section.
3391
669d0468
TV
33922019-05-21 Tom de Vries <tdevries@suse.de>
3393
3394 * gdb.arch/amd64-eval.exp: Require c++11.
3395 * gdb.base/max-depth.exp: Same.
3396 * gdb.compile/compile-cplus-array-decay.exp: Same.
3397 * gdb.cp/meth-typedefs.exp: Same.
3398 * gdb.cp/subtypes.exp: Same.
3399 * gdb.cp/temargs.exp: Same.
3400
ce3ebcaa
AH
34012019-05-21 Alan Hayward <alan.hayward@arm.com>
3402
3403 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3404
34d11c68
AB
34052019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3406
3407 PR gdb/18644
3408 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3409 * gdb.fortran/printing-types.exp: Add new test.
3410 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3411 testing.
3412 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3413 setup_kfail call.
3414
87781e84
AH
34152019-05-17 Alan Hayward <alan.hayward@arm.com>
3416
3417 * README (Running the Testsuite): Change example.
3418 (Testsuite Parameters): Remove TRANSCRIPT.
3419 * lib/gdb.exp: Remove TRANSCRIPT check.
3420
b420b89e
AH
34212019-05-17 Alan Hayward <alan.hayward@arm.com>
3422
3423 * README (Testsuite Parameters): Add replay logging to
3424 GDBSERVER_DEBUG.
3425 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3426 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3427 as a comma separated list.
3428 (gdb_debug_init): Override procedure.
3429
408e9b8b
AH
34302019-05-17 Alan Hayward <alan.hayward@arm.com>
3431
3432 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3433 (gdb_write_cmd_file): New procedure.
3434 * lib/gdbserver-support.exp (gdbserver_start): Call
3435 gdbserver_write_cmd_file.
3436 (gdbserver_write_cmd_file): New procedure.
3437
f9e2e39d
AH
34382019-05-17 Alan Hayward <alan.hayward@arm.com>
3439
3440 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3441 (delete_breakpoints): Likewise.
3442 (gdb_run_cmd): Likewise.
3443 (gdb_start_cmd): Likewise.
3444 (gdb_starti_cmd): Likewise.
3445 (gdb_internal_error_resync): Likewise.
3446 (gdb_test_multiple): Likewise.
3447 (gdb_reinitialize_dir): Likewise.
3448 (default_gdb_exit): Likewise.
3449 (gdb_file_cmd): Mark kill as optional.
3450 (default_gdb_start): Call gdb_stdin_log_init.
3451 (send_gdb): Call gdb_stdin_log_write.
3452 (rerun_to_main): Mark Y as an answer.
3453 (gdb_stdin_log_init): New function.
3454 (gdb_stdin_log_write): Likewise.
3455
81f47ac2
AH
34562019-05-17 Alan Hayward <alan.hayward@arm.com>
3457
3458 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3459 * gdb.base/debug-expr.exp: Likewise.
3460 * gdb.base/foll-fork.exp: Likewise.
3461 * gdb.base/foll-vfork.exp: Likewise.
3462 * gdb.base/fork-print-inferior-events.exp: Likewise.
3463 * gdb.base/gdb-sigterm.exp: Likewise.
3464 * gdb.base/gdbinit-history.exp: Likewise.
3465 * gdb.base/osabi.exp: Likewise.
3466 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3467 * gdb.base/ui-redirect.exp: Likewise.
3468 * gdb.gdb/unittest.exp: Likewise.
3469 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3470 * gdb.mi/mi-watch.exp: Likewise.
3471 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3472 * gdb.mi/user-selected-context-sync.exp: Likewise.
3473 * gdb.python/python.exp: Disable debug test when debugging.
3474 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3475 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3476 Likewise.
3477 * gdb.threads/stepi-random-signal.exp: Likewise.
3478
29b52314
AH
34792019-05-17 Alan Hayward <alan.hayward@arm.com>
3480
3481 * Makefile.in: Pass through GDB_DEBUG.
3482 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3483 (gdb,debug): Add board setting.
3484 * lib/gdb.exp (default_gdb_start): Start debugging.
3485 (gdb_debug_enabled): New procedure.
3486 (gdb_debug_init): Likewise.
29b52314
AH
3487
34882019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 3489
29b52314
AH
3490 * Makefile.in: Pass through GDB_DEBUG.
3491 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3492 (gdb,debug): Add board setting.
3493 * lib/gdb.exp (default_gdb_start): Start debugging.
3494 (gdb_debug_enabled): New procedure.
3495 (gdb_debug_init): Likewise.
29b52314 3496
ca1285d1
AH
34972019-05-17 Alan Hayward <alan.hayward@arm.com>
3498
3499 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3500
f3a09c80
AH
35012019-05-17 Alan Hayward <alan.hayward@arm.com>
3502
3503 * gdb.base/ui-redirect.exp: Test redirection.
3504
26648588
JV
35052019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3506
3507 * gdb.mi/mi-complete.exp: New file.
3508 * gdb.mi/mi-complete.cc: Likewise.
3509
14237686
AB
35102019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3511
3512 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3513 indexed and sliced arrays, and pointers to arrays.
3514
e7bd7fba
TT
35152019-05-14 Tom Tromey <tromey@adacore.com>
3516
3517 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3518 styling test.
3519
2764128d
TV
35202019-05-14 Tom de Vries <tdevries@suse.de>
3521
3522 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3523 selection entry encoding.
3524
71bed2db
TT
35252019-05-10 Tom Tromey <tromey@adacore.com>
3526
3527 * gdb.ada/info_exc.exp: Add "complete" test.
3528
63b667ad
TV
35292019-05-09 Tom de Vries <tdevries@suse.de>
3530
3531 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3532 CU-relative.
3533
9cfd2b89
TV
35342019-05-09 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3537 CU-relative.
3538
2228ef77
XR
35392019-05-08 Joel Brobecker <brobecker@adacore.com>
3540
3541 * gdb.ada/frame_arg_lang.exp: New testcase.
3542 * gdb.ada/frame_arg_lang/bla.adb: New file.
3543 * gdb.ada/frame_arg_lang/pck.ads: New file.
3544 * gdb.ada/frame_arg_lang/pck.adb: New file.
3545 * gdb.ada/frame_arg_lang/foo.c: New file.
3546
80e55b13
TT
35472019-05-08 Tom Tromey <tromey@adacore.com>
3548
3549 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3550
9d3421af
TT
35512019-05-08 Tom Tromey <tromey@adacore.com>
3552
3553 * gdb.base/ptype-offsets.exp: Update tests.
3554
844333e2
TT
35552019-05-08 Tom Tromey <tromey@adacore.com>
3556
3557 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3558 cases.
3559 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3560 "short".
3561
988915ee
TT
35622019-05-08 Tom Tromey <tromey@adacore.com>
3563
3564 * gdb.ada/vla.exp: New file.
3565 * gdb.ada/vla/vla.adb: New file.
3566
7bd55dac
TV
35672019-05-07 Tom de Vries <tdevries@suse.de>
3568
3569 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3570
75f06e9d
TV
35712019-05-07 Tom de Vries <tdevries@suse.de>
3572
3573 PR testsuite/24522
3574 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3575 section.
3576
77e7aaa4
TV
35772019-05-07 Tom de Vries <tdevries@suse.de>
3578
3579 PR testsuite/24522
3580 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3581 .debug_aranges section.
3582
456ba0fa
TV
35832019-05-07 Tom de Vries <tdevries@suse.de>
3584
3585 PR testsuite/24159
3586 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3587
5a56d6a6
TV
35882019-05-06 Tom de Vries <tdevries@suse.de>
3589
3590 * lib/gdb.exp (exec_has_index_section): New proc.
3591 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3592 section.
3593
9d6d4be8
TV
35942019-05-04 Tom de Vries <tdevries@suse.de>
3595
3596 * boards/cc-with-debug-names.exp: New file.
3597
222a8d25
TT
35982019-05-03 Tom Tromey <tromey@adacore.com>
3599
3600 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3601 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3602 * gdb.ada/char_enum.exp: Add test.
3603
0fdfd794
TV
36042019-05-03 Tom de Vries <tdevries@suse.de>
3605
3606 * boards/cc-with-gdb-index.exp: New file.
3607
80062eb9
AB
36082019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.rust/simple.exp: Add new test case.
3611 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3612 (main): Initialise an instance of the new struct.
3613
4504bbde
TT
36142019-05-01 Tom Tromey <tromey@adacore.com>
3615
3616 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3617 record.
3618 (NPR): New variable.
3619 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3620 test.
3621
d48e62f4
TT
36222019-05-01 Tom Tromey <tromey@adacore.com>
3623
3624 * gdb.ada/packed_array_assign.exp: Add packed assignment
3625 regression test.
3626
f59f30f5
TV
36272019-05-01 Tom de Vries <tdevries@suse.de>
3628
3629 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3630
b70bfc54
TV
36312019-05-01 Tom de Vries <tdevries@suse.de>
3632
3633 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3634
15f18d14
AT
36352019-04-30 Ali Tamur <tamur@google.com>
3636
3637 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3638
2ff0a947
TT
36392019-04-30 Tom Tromey <tromey@adacore.com>
3640
3641 * lib/ada.exp (find_ada_tool): New proc.
3642 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3643 * gdb.ada/catch_ex_std.exp: New file.
3644 * gdb.ada/catch_ex_std/foo.adb: New file.
3645 * gdb.ada/catch_ex_std/some_package.adb: New file.
3646 * gdb.ada/catch_ex_std/some_package.ads: New file.
3647
a776957c
TT
36482019-04-30 Tom Tromey <tromey@adacore.com>
3649
3650 PR c++/24470:
3651 * gdb.cp/temargs.cc: Add test code from PR.
3652
bc68014d
AB
36532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3654
3655 * gdb.fortran/vla-datatypes.exp: Update expected results.
3656 * gdb.fortran/vla-ptype.exp: Likewise.
3657 * gdb.fortran/vla-type.exp: Likewise.
3658 * gdb.fortran/vla-value.exp: Likewise.
3659
f1fdc960
AB
36602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.fortran/ptr-indentation.exp: Update expected results.
3663 * gdb.fortran/ptype-on-functions.exp: Likewise.
3664 * gdb.fortran/vla-ptr-info.exp: Likewise.
3665 * gdb.fortran/vla-value.exp: Likewise.
3666
bf7a4de1
AB
36672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3668
3669 * gdb.fortran/ptype-on-functions.exp: New file.
3670 * gdb.fortran/ptype-on-functions.f90: New file.
3671
bbe75b9d
AB
36722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3675 case void string.
3676
1db455a7
AB
36772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.fortran/complex.exp: Expand.
3680 * gdb.fortran/complex.f: Renamed to...
3681 * gdb.fortran/complex.f90: ...this, and extended to add more
3682 complex values.
3683
b6d03bb2
AB
36842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3687 MODULO, CMPLX.
3688
2e62ab40
AB
36892019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3690 Richard Bunt <richard.bunt@arm.com>
3691
3692 * gdb.base/max-depth.c: New file.
3693 * gdb.base/max-depth.exp: New file.
3694 * gdb.python/py-nested-maps.c: New file.
3695 * gdb.python/py-nested-maps.exp: New file.
3696 * gdb.python/py-nested-maps.py: New file.
3697 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3698 (test_all_common): Call test_max_depth.
3699 * gdb.fortran/max-depth.exp: New file.
3700 * gdb.fortran/max-depth.f90: New file.
3701 * gdb.go/max-depth.exp: New file.
3702 * gdb.go/max-depth.go: New file.
3703 * gdb.modula2/max-depth.exp: New file.
3704 * gdb.modula2/max-depth.c: New file.
3705 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3706
d2b584a5
TV
37072019-04-29 Tom de Vries <tdevries@suse.de>
3708
3709 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3710
136afab8
PW
37112019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3712
3713 * gdb.base/callexit.exp: Test may-call-functions off.
3714
725cbb63
KS
37152019-04-25 Keith Seitz <keiths@redhat.com>
3716
3717 PR c++/24367
3718 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3719 (another_incomplete_struct, test_incomplete): New definitions.
3720 (main): Use new definitions.
3721 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3722 functions.
3723
701adfb0
PA
37242019-04-25 Ali Tamur <tamur@google.com>
3725
3726 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3727
82433e3e
SDJ
37282019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 PR corefiles/11608
3731 PR corefiles/18187
3732 * gdb.base/coredump-filter-build-id.exp: New file.
3733
dd06d4d6
AH
37342019-04-25 Alan Hayward <alan.hayward@arm.com>
3735
e79be6e5
SM
3736 * Makefile.in: Pass through GDBSERVER_DEBUG.
3737 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3738 (gdbserver,debug): Add board setting.
3739 * gdb.trace/tspeed.exp: Skip when debugging.
3740 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3741 * lib/gdbserver-support.exp: Likewise
dd06d4d6 3742
1670072e
TT
37432019-04-24 Tom Tromey <tromey@adacore.com>
3744
3745 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3746 Rust.
3747
a59240a4
TT
37482019-04-24 Tom Tromey <tromey@adacore.com>
3749
3750 * gdb.arch/amd64-eval.exp: Test bitfield return.
3751 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3752 (class Foo) <return_bitfields>: New method.
3753 (main): Call it.
3754
b907456c
AB
37552019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.cp/many-args.cc: New file.
3758 * gdb.cp/many-args.exp: New file.
3759
5c565afd
TV
37602019-04-23 Tom de Vries <tdevries@suse.de>
3761
3762 PR gdb/24433
3763 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3764
ba22ff86
AH
37652019-04-23 Alan Hayward <alan.hayward@arm.com>
3766
3767 * gdb.trace/backtrace.exp: Use nopie flag.
3768 * gdb.trace/circ.exp: Likewise.
3769 * gdb.trace/collection.exp: Likewise.
3770 * gdb.trace/ftrace.exp: Likewise.
3771 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3772 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3773 * gdb.trace/qtro.exp: Likewise.
3774 * gdb.trace/read-memory.exp: Likewise.
3775 * gdb.trace/report.exp: Likewise.
3776 * gdb.trace/tfile.exp: Likewise.
3777 * gdb.trace/tfind.exp: Likewise.
3778 * gdb.trace/unavailable.exp: Likewise.
3779
7905fc35
PA
37802019-04-22 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.base/solib-probes-nosharedlibrary.c,
3783 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3784
8ecb59f8
TT
37852019-04-19 Tom Tromey <tromey@adacore.com>
3786
3787 * gdb.ada/ptype_union.c: New file.
3788 * gdb.ada/ptype_union.exp: New file.
3789
62160ec9
TT
37902019-04-19 Tom Tromey <tromey@adacore.com>
3791
3792 PR symtab/24423:
3793 * gdb.base/list0.h (foo): Add a control-l character.
3794
36cd4ba5
TV
37952019-04-18 Tom de Vries <tdevries@suse.de>
3796
3797 PR gdb/24433
3798 * boards/local-board.exp: Set sysroot to "".
3799
b73715df
TV
38002019-04-18 Tom de Vries <tdevries@suse.de>
3801 Pedro Alves <palves@redhat.com>
3802
3803 PR gdb/24454
3804 * gdb.threads/vfork-follow-child-exec.c: New file.
3805 * gdb.threads/vfork-follow-child-exec.exp: New file.
3806 * gdb.threads/vfork-follow-child-exit.c: New file.
3807 * gdb.threads/vfork-follow-child-exit.exp: New file.
3808
4aa866af
LS
38092019-04-15 Leszek Swirski <leszeks@google.com>
3810
3811 * gdb.arch/amd64-eval.cc: New file.
3812 * gdb.arch/amd64-eval.exp: New file.
3813
e5a1a79a
AH
38142019-04-11 Alan Hayward <alan.hayward@arm.com>
3815
3816 * gdb.server/sysroot.c: New test.
3817 * gdb.server/sysroot.exp: New file.
3818 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3819 matching param.
3820
41077b66
AB
38212019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3822
3823 * gdb.base/align.exp: Extend test to cover structures containing
3824 only static fields.
3825
c30391f8
TV
38262019-04-11 Tom de Vries <tdevries@suse.de>
3827
3828 * boards/cc-with-dwz-m.exp: New file.
3829 * boards/cc-with-dwz.exp: New file.
3830 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3831
e242fd12
SM
38322019-04-09 Simon Marchi <simon.marchi@efficios.com>
3833
3834 * gdb.base/start-cpp.exp: New file.
3835 * gdb.base/start-cpp.cc: New file.
3836
2b0c8b01
KB
38372019-04-08 Kevin Buettner <kevinb@redhat.com>
3838
3839 * gdb.python/py-thrhandle.exp: Adjust tests to call
3840 thread_from_handle instead of thread_from_thread_handle.
3841
947210e5
KB
38422019-04-08 Kevin Buettner <kevinb@redhat.com>
3843
3844 * gdb.python/py-thrhandle.exp: Add tests for
3845 gdb.InferiorThread.handle.
3846
d7df6549
AB
38472019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3848
3849 * gdb.python/py-function.exp: Check calling helper function from
3850 all languages.
3851 * lib/gdb.exp (gdb_supported_languages): New proc.
3852
8bdc1658
AB
38532019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.base/complex-parts.c: New file.
3856 * gdb.base/complex-parts.exp: New file.
3857
05caa1d2
TT
38582019-04-01 Tom Tromey <tromey@adacore.com>
3859
3860 PR symtab/23331:
3861 * gdb.dwarf2/dw2-ranges-main.c: New file.
3862 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3863 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3864
7734102d
EZ
38652019-03-30 Simon Marchi <simark@simark.ca>
3866
3867 * gdb.base/default.exp: Add values for $_gdb_major and
3868 $_gdb_minor.
3869
188e1fa9
TT
38702019-03-29 Tom Tromey <tromey@adacore.com>
3871
3872 * gdb.base/help.exp: Tighten apropos regexp.
3873
2880242d
KS
38742019-03-29 Keith Seitz <keiths@redhat.com>
3875
3876 * gdb.fortran/array-bounds.exp: New file.
3877 * gdb.fortran/array-bounds.f90: New file.
3878
077cad8e
PW
38792019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3880
3881 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3882
80047cfc
PW
38832019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3884
3885 * gdb.multi/hello.c (main): Increase alarm timer.
3886
f489207e
SL
38872019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3888
3889 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3890 factor when no hardware watchpoint support.
3891
c92df149
AH
38922019-03-28 Alan Hayward <alan.hayward@arm.com>
3893 Pedro Alves <palves@redhat.com>
3894
3895 * boards/local-board.exp: set sysroot to /.
3896
933aebfa
AH
38972019-03-27 Alan Hayward <alan.hayward@arm.com>
3898
3899 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3900 in child.
3901
9f9aa852
AB
39022019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3903
3904 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3905 field.
3906 (make_container): Initialise new field.
3907 * gdb.python/py-prettyprint.exp: Add new tests.
3908 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3909 <display_hint>: New method.
3910
3714a195
AB
39112019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3912
3913 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3914 gdb_continue_to_breakpoint more throughout this test.
3915 (run_lang_tests) Supply unique test names, and use
3916 gdb_test_no_output.
3917
18c77628
AB
39182019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3919
3920 * gdb.base/finish-pretty.exp: Update expected results.
3921 * gdb.base/pretty-print.c: New file.
3922 * gdb.base/pretty-print.exp: New file.
3923
9a93502f
PA
39242019-03-25 Pedro Alves <palves@redhat.com>
3925
3926 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3927 move comments outside list. Append '-i "" eof' section.
3928
968aa7ae
AH
39292019-03-22 Alan Hayward <alan.hayward@arm.com>
3930
34a7f2a4 3931 PR testsuite/25016
968aa7ae
AH
3932 * README: Add pie options.
3933 * gdb.base/break-interp.exp: Ensure pie is disabled.
3934 * gdb.base/dump.exp: Likewise.
3935 * lib/gdb.exp (gdb_compile): Add pie option.
3936
4c7d57e7
TT
39372019-03-19 Tom Tromey <tromey@adacore.com>
3938
3939 * gdb.mi/mi2-cli-display.c: New file.
3940 * gdb.mi/mi2-cli-display.exp: New file.
3941
bff8c71f
TT
39422019-03-18 Joel Brobecker <brobecker@adacore.com>
3943 Tom Tromey <tromey@adacore.com>
3944
3945 * gdb.ada/ptype_array/pck.adb: New file.
3946 * gdb.ada/ptype_array/pck.ads: New file.
3947 * gdb.ada/ptype_array/foo.adb: New file.
3948 * gdb.ada/ptype_array.exp: New file.
3949
d085f989
TT
39502019-03-14 Tom Tromey <tromey@adacore.com>
3951
3952 * gdb.base/style.exp: Add "set style sources" test.
3953
b4be1b06
SM
39542019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3955
3956 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3957 * mi-breakpoint-multiple-locations.exp: ... this.
3958 (make_breakpoints_pattern): New proc.
3959 (do_test): Add mi_version parameter, test -break-insert,
3960 -break-info and =breakpoint-created.
3961
7cde5fc2
AB
39622019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3963
3964 * config/default.exp: Remove 'load_lib gdb.exp'.
3965 * config/monitor.exp: Likewise.
3966 * config/sid.exp: Likewise.
3967 * config/sim.exp: Likewise.
3968 * config/slite.exp: Likewise.
3969 * config/unix.exp: Likewise.
3970 * gdb.base/default.exp: Remove unhelpful comment.
3971
efbecbc1
AB
39722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3975
0841c79a
AB
39762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3979
4a270568
AB
39802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * gdb.fortran/type-kinds.exp: Update expected results.
3983
067630bd
AB
39842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3985
3986 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3987
3be47f7a
AB
39882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3991 function.
3992 (test_basic_parsing_of_type_kinds): Expand types tested.
3993 (test_parsing_invalid_type_kinds): New function.
3994
4d00f5d8
AB
39952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3996
3997 * gdb.fortran/intrinsics.exp: New file.
3998 * gdb.fortran/intrinsics.f90: New file.
3999 * gdb.fortran/type-kinds.exp: New file.
4000
c8f91604
AB
40012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4002
4003 * gdb.fortran/dot-ops.exp: New file.
4004
dd9f2c76
AB
40052019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4008 Check upper and lower case logical literals.
4009
84ec9724
AB
40102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4011
4012 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4013 Remove duplicate tests.
4014
c3734e09
AH
40152019-03-06 Alan Hayward <alan.hayward@arm.com>
4016
4017 * lib/gdb.exp (builtin_cd): rename of cd.
4018 (cd): Override builtin.
4019
aa3cfbda
RB
40202019-03-06 Richard Bunt <richard.bunt@arm.com>
4021
4022 * gdb.fortran/function-calls.exp: New file.
4023 * gdb.fortran/function-calls.f90: New test.
4024
7b63ad86
RB
40252019-03-04 Richard Bunt <richard.bunt@arm.com>
4026
4027 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4028 on user program standard output.
4029 * gdb.fortran/short-circuit-argument-list.f90: Record function
4030 calls.
4031
01abb042
AH
40322019-02-28 Alan Hayward <alan.hayward@arm.com>
4033
c3734e09
AH
4034 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4035 failure.
01abb042 4036
92137da0
RO
40372019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4038
4039 PR gdb/8527
4040 * gdb.base/interrupt-daemon-attach.c,
4041 gdb.base/interrupt-daemon-attach.exp: New test.
4042
5862844d
PA
40432019-02-27 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.base/page.exp: Add tests for "set width/height -1".
4046
8ed25214
PA
40472019-02-27 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.base/page.exp: Add tests for "set/show width/height" with
4050 "infinite" values.
4051
6c28e44a
TT
40522019-02-27 Tom Tromey <tromey@adacore.com>
4053
4054 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4055 2.4.
4056 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4057 workaround.
4058
bf9a735e
AB
40592019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4062 tests for structs with static members.
4063
8791793c
TT
40642019-02-26 Tom Tromey <tromey@adacore.com>
4065
4066 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4067 ValueError, not TypeError.
4068
bc2a507e
KB
40692019-02-26 Kevin Buettner <kevinb@redhat.com>
4070
4071 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4072 call from main program.
4073
e0e7d3bd
JB
40742019-02-23 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4077 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4078 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4079 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4080 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4081
9600246d
KS
40822019-02-22 Keith Seitz <keiths@redhat.com>
4083
4084 PR symtab/23853
4085 * gdb.base/symlink-sourcefile.c: New file.
4086 * gdb.base/symlink-sourcefile.exp: New file.
4087
0c95f9ed
TT
40882019-02-20 Tom Tromey <tom@tromey.com>
4089
4090 * gdb.base/info_qt.exp: Update.
4091
6caa91b6
SM
40922019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4093
4094 * gdb.base/source.exp: Move "error in sourced script" code to
4095 the end.
4096 * gdb.base/source-error.gdb: Move contents to
4097 source-error-1.gdb. Add new code to source source-error-1.gdb.
4098 * gdb.base/source-error-1.gdb: New file, from previous
4099 source-error.gdb.
4100
6506371f
TT
41012019-02-17 Tom Tromey <tom@tromey.com>
4102
4103 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4104 for macro styling.
4105 * gdb.base/style.c (SOME_MACRO): New macro.
4106
a0087920
TT
41072019-02-17 Tom Tromey <tom@tromey.com>
4108
4109 * gdb.base/style.exp: Add line-wrapping tests.
4110 * gdb.base/page.exp: Add test for quitting during pagination.
4111
a2cd4f14
JB
41122019-02-17 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.ada/big_packed_array: New testcase.
4115 * gdb.ada/homonym.exp: Fix incorrect expected output for
4116 "break <homonym__get_value>" test.
4117
9d70ffbc
WP
41182019-02-13 Weimin Pan <weimin.pan@oracle.com>
4119
4120 PR breakpoints/21870
4121 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4122 and prepare_for_testing. Add comment.
4123 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4124 redundant cleanup call. Clean up comment.
4125
01c7ae81
WP
41262019-02-12 Weimin Pan <weimin.pan@oracle.com>
4127
4128 PR breakpoints/21870
4129 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4130 * gdb.arch/aarch64-dbreg-contents.c: New file.
4131
aff29d1c
JB
41322019-02-10 Joel Brobecker <brobecker@adacore.com>
4133
4134 * gdb.ada/mi_ref_changeable: New testcase.
4135
df0da8a2
AH
41362019-02-07 Alan Hayward <alan.hayward@arm.com>
4137
4138 * gdb.base/attach.exp: Add double attach test.
4139
bd447abb
SM
41402019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4141
4142 * lib/gdb.exp (default_gdb_start): Don't match pagination
4143 prompt.
4144 (gdb_init): Set stty_init.
4145
1dbc40b9
TT
41462019-01-27 Tom Tromey <tom@tromey.com>
4147
4148 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4149 skip_python_tests.
4150
353229bf
AH
41512019-01-24 Alan Hayward <alan.hayward@arm.com>
4152
4153 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4154 New structure.
4155 (struct struct_static_02_02): Likewise.
4156 (struct struct_static_02_03): Likewise.
4157 (struct struct_static_02_04): Likewise.
4158 (struct struct_static_04_01): Likewise.
4159 (struct struct_static_04_02): Likewise.
4160 (struct struct_static_04_03): Likewise.
4161 (struct struct_static_04_04): Likewise.
4162 (struct struct_static_06_01): Likewise.
4163 (struct struct_static_06_02): Likewise.
4164 (struct struct_static_06_03): Likewise.
4165 (struct struct_static_06_04): Likewise.
4166 (cmp_struct_static_02_01): Likewise.
4167 (cmp_struct_static_02_02): Likewise.
4168 (cmp_struct_static_02_03): Likewise.
4169 (cmp_struct_static_02_04): Likewise.
4170 (cmp_struct_static_04_01): Likewise.
4171 (cmp_struct_static_04_02): Likewise.
4172 (cmp_struct_static_04_03): Likewise.
4173 (cmp_struct_static_04_04): Likewise.
4174 (cmp_struct_static_06_01): Likewise.
4175 (cmp_struct_static_06_02): Likewise.
4176 (cmp_struct_static_06_03): Likewise.
4177 (cmp_struct_static_06_04): Likewise.
4178 (call_all): Test new structs.
4179 * gdb.base/infcall-nested-structs.exp: Likewise.
4180
73021deb
AH
41812019-01-21 Alan Hayward <alan.hayward@arm.com>
4182 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4183
fc65c7db
AH
41842019-01-21 Alan Hayward <alan.hayward@arm.com>
4185 * gdb.base/stack-protector.c: New test.
4186 * gdb.base/stack-protector.exp: New file.
4187 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4188 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4189 option.
4190 (gdb_compile): Remove stack protector for GCC and prevent
4191 recursion.
4192
c24bdb02
KS
41932019-01-16 Keith Seitz <keiths@redhat.com>
4194
4195 PR gdb/23773
4196 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4197
6f072a10
PFC
41982019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4199
4200 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4201 aliases.
4202 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4203 tests.
4204 * gdb.arch/powerpc-vector-regs.c: New file.
4205 * gdb.arch/powerpc-vector-regs.exp: New file.
4206
a7b8d682
PFC
42072019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4208
4209 * gdb.arch/altivec-regs.exp: Fix the list passed to
4210 gdb_expect_list when testing "info vector".
4211
6eb6fb67
AB
42122019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.base/style.exp: Don't include path in testname.
4215
b56f80d8
KS
42162019-01-10 Keith Seitz <keiths@redhat.com>
4217
4218 PR gdb/23712
4219 PR symtab/23010
4220 * gdb.dwarf2/multidictionary.exp: New file.
4221
041be526
SM
42222019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4223
4224 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4225 (test_gnuv3_style_demangling): ... this.
4226 (test_lucid_style_demangling): Remove.
4227 (test_arm_style_demangling): Remove.
4228 (test_hp_style_demangling): Remove.
4229 (do_tests): Remove calls to the above.
4230
d820d0c3
AB
42312019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4234 case.
4235
f097f5ad
TT
42362019-01-06 Tom Tromey <tom@tromey.com>
4237
4238 PR gdb/28155:
4239 * gdb.dwarf2/typedef-void-finish.exp: New file.
4240
2cd8cc0b
TT
42412018-12-28 Tom Tromey <tom@tromey.com>
4242 Simon Marchi <simark@simark.ca>
4243
4244 * gdb.base/jit-exec.exp: New file.
4245 * gdb.base/jit-exec.c: New file.
4246 * gdb.base/jit-execd.c: New file.
4247
35fb8261
TT
42482018-12-28 Tom Tromey <tom@tromey.com>
4249
4250 * gdb.base/style.exp: Update test to check for address styling.
4251
47fd17cd
TT
42522018-12-28 Tom Tromey <tom@tromey.com>
4253
4254 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4255 message.
4256
d47032b7
TT
42572018-12-28 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.base/style.exp: Add test for version number styling.
4260
af79b68d
TT
42612018-12-28 Tom Tromey <tom@tromey.com>
4262
4263 * gdb.base/style.exp: Add test for print_address_symbolic.
4264
0bb296cb
TT
42652018-12-28 Tom Tromey <tom@tromey.com>
4266
4267 * gdb.base/style.exp: Add test for breakpoint setting.
4268
80ae2043
TT
42692018-12-28 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.base/style.exp: Add test for variable names.
4272
cbe56571
TT
42732018-12-28 Tom Tromey <tom@tromey.com>
4274
4275 * gdb.base/style.exp: New file.
4276 * gdb.base/style.c: New file.
4277
9162a27c
TT
42782018-12-28 Tom Tromey <tom@tromey.com>
4279
4280 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4281 "dumb".
4282 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4283 the TERM environment variable.
4284
bc543c90
TT
42852018-12-27 Tom Tromey <tom@tromey.com>
4286
4287 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4288 pagination test.
4289
6f0ffe50
AB
42902018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4293 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4294
b5a1e557
PW
42952018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4296
4297 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4298 Filename a.adb changed to bp_fun_addr.adb.
4299 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4300
6e8b1ab2
JV
43012018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4302
4303 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4304 non-PIE executables.
4305 * README: Mention the gdb,nopie_flag board setting.
4306 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4307 non-PIE executable.
4308 * gdb.arch/amd64-entry-value.exp: Likewise.
4309 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4310 * gdb.arch/i386-float.exp: Likewise.
4311 * gdb.arch/i386-signal.exp: Likewise.
4312 * gdb.mi/mi-reg-undefined.exp: Likewise.
4313
d00a27c5
PM
43142018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4315
4316 PR gdb/23974
4317 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4318
161d081c
PW
43192018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4320
4321 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4322 Update order of results accordingly.
4323
b001de23
AB
43242018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4325
4326 * gdb.base/annota1.exp: Update a test regexp.
4327
99e1a184
AB
43282018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4329
4330 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4331
7a81c1e2
PW
43322018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4333
4334 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4335 (reuse_time): Initialize to REUSE_TIME_CAP.
4336 (check_rc): New function.
4337 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4338 Check pthread_create rc.
4339 (spawner_thread_func): Check pthread_create and pthread_join rc.
4340
73e8dc90
PA
43412018-12-08 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.base/list.exp (test_forward_search): Rename to ...
4344 (test_forward_reverse_search): ... this. Also test reverse-search
4345 and the forward-search alias.
4346
13f2ed32
AB
43472018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4350 local timeout variable before return, and remove all local timeout
4351 variable entirely.
4352 (gdb_load): Likewise.
4353
64d27cfc
TV
43542018-12-01 Tom de Vries <tdevries@suse.de>
4355
4356 * gdb.base/gdb-caching-proc.exp: New file.
4357
f63c03b4
SDJ
43582018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4359
4360 * Makefile.in (TIMESTAMP): New variable.
4361 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4362 command.
4363 (check-single-racy): Likewise.
4364 (check/%.exp): Likewise.
4365 (check-racy/%.exp): Likewise.
4366 (workers/%.worker): Likewise.
4367 (build-perf): Likewise.
4368 (check-perf): Likewise.
4369 * README: Describe new "TS" and "TS_FORMAT" variables.
4370 * print-ts.py: New file.
4371
1c97054b
BF
43722018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4373
4374 PR python/23714
4375 * gdb.python/python.exp: Test command repetition after
4376 gdb.execute.
4377
1871a62d
AB
43782018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4381 is correctly aligned.
4382
fb5e1ed9
PW
43832018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4384
4385 * gdb.ada/info_auto_lang.exp: New testcase.
4386 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4387 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4388 * gdb.ada/info_auto_lang/some_c.c: New file.
4389
43d397ca
PW
43902018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4391
4392 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4393 FUNC_lang language syntax.
4394
beddd671
PW
43952018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4396
4397 * gdb.base/info_minsym.c: New file.
4398 * gdb.base/info_minsym.exp: New file.
4399
73fc52c4
TT
44002018-11-19 Tom Tromey <tom@tromey.com>
4401
4402 PR rust/23625:
4403 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4404 * gdb.rust/expr.exp: Update expected output. Change one test.
4405
994b876a
TT
44062018-11-19 Tom Tromey <tom@tromey.com>
4407
4408 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4409
6769f276
PA
44102018-11-19 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4413 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4414 see the expected warning.
4415
38a72da0
AH
44162018-11-16 Alan Hayward <alan.hayward@arm.com>
4417
4418 PR gdb/22736:
4419 * gdb.cp/infcall-nodebug-lib.c: New test.
4420 * gdb.cp/infcall-nodebug-main.c: New test.
4421 * gdb.cp/infcall-nodebug.exp: New file.
4422
53a89d6e
SM
44232018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4424
4425 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4426 completer tests.
4427
9325300d
TV
44282018-11-09 Tom de Vries <tdevries@suse.de>
4429
4430 * gdb.base/msym-lang.c: New test.
4431 * gdb.base/msym-lang.exp: New file.
4432 * gdb.base/msym-lang-main.c: New test.
4433
20f0d60d
TT
44342018-11-08 Tom Tromey <tom@tromey.com>
4435
4436 PR gdb/23555:
4437 PR gdb/23838:
4438 * gdb.base/warning.exp: New file.
4439
b5420128
JB
44402018-11-08 Jan Beulich <jbeulich@suse.com>
4441
4442 * testsuite/gdb.arch/i386-avx512.c,
4443 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4444
cd115d61
AB
44452018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4448 point hardware.
4449
35ee2dc2
AB
44502018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4451
4452 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4453 * gdb.dwarf2/missing-type-name.exp: New file.
4454
31aceee8
TV
44552018-11-06 Tom de Vries <tdevries@suse.de>
4456
4457 * gdb.base/many-headers.c: New test.
4458 * gdb.base/many-headers.exp: New file.
4459
109be305
JW
44602018-11-06 Jim Wilson <jimw@sifive.com>
4461
4462 * gdb.base/code_elim.exp: For riscv, set additional_flags
4463 to include -msmall-data-limit=0.
4464
e2b7af72
JB
44652018-11-01 Joel Brobecker <brobecker@adacore.com>
4466
4467 * gdb.ada/watch_minus_l: New testcase.
4468
cdcda965
SM
44692018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4470
4471 * gdb.arch/aix-sighandle.c: New file.
4472 * gdb.arch/aix-sighandle.exp: New file.
4473
92dcebf3
AB
44742018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4475
4476 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4477 registers being unions.
4478
68b9ac18
TV
44792018-10-31 Tom de Vries <tdevries@suse.de>
4480
4481 * lib/valgrind.exp: New file.
4482 (vgdb_start, vgdb_stop): New procs, factored out of ...
4483 * gdb.base/valgrind-bt.exp: ... here, ...
4484 * gdb.base/valgrind-disp-step.exp: ... here and ...
4485 * gdb.base/valgrind-infcall.exp: ... here.
4486
1443936e
TV
44872018-10-31 Tom de Vries <tdevries@suse.de>
4488
4489 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4490
eb77c9df
AB
44912018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4492
4493 * gdb.dwarf2/void-type.c: New file.
4494 * gdb.dwarf2/void-type.exp: New file.
4495
82b5e646
PW
44962018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4497
4498 * gdb.base/info_qt.c: New file.
4499 * gdb.base/info_qt.exp: New file.
4500
8d619c01
EBM
45012018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4502
4503 * gdb.arch/powerpc-htm-regs.c: New file.
4504 * gdb.arch/powerpc-htm-regs.exp: New file.
4505
f2cf6173
EBM
45062018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4507
4508 * gdb.arch/powerpc-tar.c: New file.
4509 * gdb.arch/powerpc-tar.exp: New file.
4510
7ca18ed6
EBM
45112018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4512
4513 * gdb.arch/powerpc-ppr-dscr.c: New file.
4514 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4515
bfcc0eba
TV
45162018-10-25 Tom de Vries <tdevries@suse.de>
4517
4518 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4519
fe1a5cad
TV
45202018-10-24 Tom de Vries <tdevries@suse.de>
4521
4522 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4523 longer exists error.
4524
a76dc3b7
TV
45252018-10-24 Tom de Vries <tdevries@suse.de>
4526
4527 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4528
4df46df7
TV
45292018-10-24 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4532 --db-attach in valgrind.
4533
0dbfcfff
AB
45342018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.arch/riscv-reg-aliases.c: New file.
4537 * gdb.arch/riscv-reg-aliases.exp: New file.
4538
b04480b1
AH
45392018-10-19 Alan Hayward <alan.hayward@arm.com>
4540
4541 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4542
2c6ac8d7
AH
45432018-10-19 Alan Hayward <alan.hayward@arm.com>
4544
4545 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4546
2bc69f25
AH
45472018-10-19 Alan Hayward <alan.hayward@arm.com>
4548
4549 * gdb.cp/ovldbreak.exp: Fix regexps.
4550
1f1ae3a3
AH
45512018-10-19 Alan Hayward <alan.hayward@arm.com>
4552
4553 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4554
94c18618
SDJ
45552018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4556
4557 PR cli/23785
4558 * gdb.base/restore.exp: New test to check if "restore" with an
4559 invalid file doesn't segfault.
4560
812cd6eb
TV
45612018-10-18 Tom de Vries <tdevries@suse.de>
4562
4563 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4564 * gdb.ada/excep_handle.exp: Same.
4565 * gdb.ada/mi_string_access.exp: Same.
4566 * gdb.ada/mi_var_union.exp: Same.
4567 * gdb.arch/arc-analyze-prologue.exp: Same.
4568 * gdb.arch/arc-decode-insn.exp: Same.
4569 * gdb.base/readnever.exp: Same.
4570 * gdb.fortran/printing-types.exp: Same.
4571 * gdb.guile/scm-lazy-string.exp: Same.
4572
c4b90788
TV
45732018-10-16 Tom de Vries <tdevries@suse.de>
4574
4575 PR gdb/23730
4576 * gdb.base/catch-follow-exec.c: Add copyright notice.
4577 * gdb.base/catch-follow-exec.exp: Rewrite to use
4578 gdb_spawn_with_cmdline_opts. Require gdb-native.
4579
8bca2978
SL
45802018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4581
4582 * gdb.trace/actions-changed.exp: Check for arch support.
4583 * gdb.trace/actions.exp: Likewise.
4584 * gdb.trace/ax.exp: Likewise.
4585 * gdb.trace/backtrace.exp: Likewise.
4586 * gdb.trace/change-loc.exp: Likewise.
4587 * gdb.trace/deltrace.exp: Likewise.
4588 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4589 * gdb.trace/ftrace.exp: Likewise.
4590 * gdb.trace/infotrace.exp: Check for arch support.
4591 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4592 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4593 * gdb.trace/mi-tsv-changed.exp: Likewise.
4594 * gdb.trace/packetlen.exp: Likewise.
4595 * gdb.trace/passc-dyn.exp: Likewise.
4596 * gdb.trace/passcount.exp: Likewise.
4597 * gdb.trace/pending.exp: Likewise.
4598 * gdb.trace/range-stepping.exp: Check for shlib support.
4599 * gdb.trace/report.exp: Check for arch support.
4600 * gdb.trace/save-trace.exp: Likewise.
4601 * gdb.trace/signal.exp: Check for signal support.
4602 * gdb.trace/tfind.exp: Check for arch support.
4603 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4604 * gdb.trace/trace-common.h: Add comment.
4605 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4606 * gdb.trace/trace-enable-disable.exp: Likewise.
4607 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4608 * gdb.trace/tracecmd.exp: Check for arch support.
4609 * gdb.trace/tspeed.exp: Check for shlib and target support.
4610 * gdb.trace/tstatus.exp: Check for arch support.
4611 * gdb.trace/tsv.exp: Likewise.
4612 * gdb.trace/while-dyn.exp: Likewise.
4613 * gdb.trace/while-stepping.exp: Likewise.
4614 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4615
f9c49bff
SM
46162018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4617
4618 * gdb.trace/tspeed.exp: Remove nowarnings.
4619 (prepare_for_trace_test): Declare "global ipalib".
4620 * gdb.trace/tspeed.c: Include unistd.h.
4621 (main): Remove superfluous printf argument.
4622
d4330bde
SL
46232018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4624
4625 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4626 directory prefix on the filename.
4627
8ecfd7bd
SDJ
46282018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4629
4630 * gdb.gdb/unittest.exp: Update expected message informing that
4631 selftests have been disabled.
4632 * gdb.server/unittest.exp: Likewise.
4633
58bbcd02
TV
46342018-10-09 Tom de Vries <tdevries@suse.de>
4635
4636 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4637 with runto_main.
4638
9f6b697b
WP
46392018-10-08 Weimin Pan <weimin.pan@oracle.com>
4640
4641 PR c++/16841
4642 * gdb.cp/virtbase2.cc: New file.
4643 * gdb.cp/virtbase2.exp: New file.
4644
add5ded5
TT
46452018-10-06 Tom Tromey <tom@tromey.com>
4646
4647 PR python/19399:
4648 * gdb.python/py-inferior.exp: Add architecture test.
4649
f9e48344
TT
46502018-10-06 Tom Tromey <tom@tromey.com>
4651
4652 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4653 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4654
2a8be203
TT
46552018-10-06 Tom Tromey <tom@tromey.com>
4656
4657 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4658 of a "throw" catchpoint.
4659
e04caa70
SDJ
46602018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4661
4662 * gdb.base/info-proc.exp: Update string expected from "help info
4663 proc".
4664
5ca8c39f
TT
46652018-10-04 Tom Tromey <tom@tromey.com>
4666
4667 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4668 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4669 (test_initial_complaints, test_empty_complaints): Update.
4670 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4671
3453e7e4
TT
46722018-10-04 Tom Tromey <tom@tromey.com>
4673
4674 PR cli/19551:
4675 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4676 * lib/gdb.exp (gdb_file_cmd): Update.
4677 * gdb.stabs/weird.exp (print_weird_var): Update.
4678 * gdb.server/solib-list.exp: Update.
4679 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4680 * gdb.mi/mi-cli.exp: Update.
4681 * gdb.linespec/linespec.exp: Update.
4682 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4683 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4684 * gdb.cp/cp-relocate.exp: Update.
4685 * gdb.base/sym-file.exp: Update.
4686 * gdb.base/relocate.exp: Update.
4687 * gdb.base/readnever.exp: Update.
4688 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4689 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4690 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4691 * gdb.base/code_elim.exp: Update.
4692 * gdb.base/break-unload-file.exp (test_break): Update.
4693 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4694 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4695 Update.
4696 * gdb.base/attach.exp (do_attach_tests): Update.
4697 * gdb.base/sepdebug.exp: Update.
4698 * gdb.python/py-section-script.exp: Update.
4699
6afcf761
TT
47002018-10-04 Tom Tromey <tom@tromey.com>
4701
4702 PR cli/22234:
4703 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4704 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4705 output.
4706
fef1b293
TT
47072018-10-04 Tom Tromey <tom@tromey.com>
4708
4709 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4710 set width and height to 0.
4711 (test_command_line_attach_run): Use -quiet.
4712
ca98345e
SL
47132018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4714
4715 * lib/gdb.exp (skip_ifunc_tests): New.
4716 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4717 other compile failures.
4718 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4719
ff34e6ae
SM
47202018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4721
4722 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4723 is_amd64_regs_target.
4724
6bb8890e
AH
47252018-10-01 Alan Hayward <alan.hayward@arm.com>
4726
4727 * gdb.arch/aarch64-sighandler-regs.c: New test.
4728 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4729 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4730
224d30d3
MM
47312018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4732
4733 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4734 assembly.
4735
f67ffa6a
AB
47362018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.base/frame-selection.exp: New file.
4739 * gdb.base/frame-selection.c: New file.
4740
9fc3183f
AH
47412018-09-27 Alan Hayward <alan.hayward@arm.com>
4742
4743 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4744 pthread barrier.
4745 (main): Likewise.
4746
d354055e
AB
47472018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.base/large-frame-1.c: New file.
4750 * gdb.base/large-frame-2.c: New file.
4751 * gdb.base/large-frame.exp: New file.
4752 * gdb.base/large-frame.h: New file.
4753
db727370
JL
47542018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4755
4756 PR gdb/20948
4757 * gdb.base/write_mem.exp: New test.
4758 * gdb.base/write_mem.c: Likewise.
4759
ae778caf
TT
47602018-09-23 Tom Tromey <tom@tromey.com>
4761
4762 PR python/18852:
4763 * gdb.python/py-parameter.exp: Add test for parameter that throws
4764 on "set".
4765
fd3ba736
TT
47662018-09-23 Tom Tromey <tom@tromey.com>
4767
4768 PR python/17284:
4769 * gdb.python/py-template.exp (test_template_arg): Add test for
4770 negative template argument number.
4771
39a24317
TT
47722018-09-23 Tom Tromey <tom@tromey.com>
4773
4774 PR python/14062:
4775 * gdb.python/python.exp: Add test for post_event error.
4776
f5769a2c
TT
47772018-09-23 Tom Tromey <tom@tromey.com>
4778
4779 PR python/18170:
4780 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4781 convert pointers to int and long.
4782
1c1e54f6
TT
47832018-09-23 Tom Tromey <tom@tromey.com>
4784
4785 PR python/20126:
4786 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4787 signed-ness conversion tests.
4788
fb4fa946
TT
47892018-09-23 Tom Tromey <tom@tromey.com>
4790
4791 PR python/18352;
4792 * gdb.python/py-value.exp (test_float_conversion): New proc.
4793 Use it.
4794
a466edac
HAQ
47952018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4796
4797 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4798
4ee9b0c5
SL
47992018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4800
4801 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4802 no readline.
4803 * gdb.base/utf8-identifiers.exp: Likewise.
4804 * gdb.cp/cpcompletion.exp: Likewise.
4805 * gdb.linespec/cpcompletion.exp: Likewise.
4806 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4807 * gdb.linespec/cpls-ops.exp: Likewise.
4808
23be8da7
RB
48092018-09-19 Richard Bunt <richard.bunt@arm.com>
4810 Chris January <chris.january@arm.com>
4811
4812 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4813 * gdb.fortran/short-circuit-argument-list.exp: New file.
4814 * gdb.fortran/short-circuit-argument-list.f90: New test.
4815
5031d0ae
SDJ
48162018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4817
4818 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4819 "arch=" keyword when executing "-stack-list-frames".
4820
b4c0d1a4
SDJ
48212018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4822
4823 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4824 "arch=" keyword when executing "-stack-list-frames".
4825
7a6d2b45
SDJ
48262018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4827
4828 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4829 break ada".
4830
8588b356
SM
48312018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4832
4833 PR python/23669
4834 * gdb.python/python.exp: Test gdb.execute("show commands").
4835
65e65158
TT
48362018-09-16 Tom Tromey <tom@tromey.com>
4837
4838 * gdb.base/new-ui.exp (do_execution_tests): Update.
4839 * gdb.base/dbx.exp (test_breakpoints): Update.
4840
bf326452
AH
48412018-09-14 Alan Hayward <alan.hayward@arm.com>
4842
4843 * lib/gdb.exp (gdb_simple_compile): Add proc.
4844 (is_elf_target): Use gdb_simple_compile.
4845 (skip_altivec_tests): Likewise.
4846 (skip_vsx_tests): Likewise.
4847 (skip_tsx_tests): Likewise.
4848 (skip_btrace_tests): Likewise.
4849 (skip_btrace_pt_tests): Likewise.
4850 (gdb_can_simple_compile): Likewise.
4851 (gdb_has_argv0): Likewise.
4852 (gdb_target_symbol_prefix): Likewise.
4853 (target_supports_scheduler_locking): Likewise.
4854
2361b0fb
TT
48552018-09-13 Tom Tromey <tom@tromey.com>
4856
4857 * Makefile.in (TAGS): Recognize proc_with_prefix and
4858 gdb_caching_proc.
4859
0ae1a321
SM
48602018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4861
4862 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4863 method.
4864
a40bf0c2
SM
48652018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4866
4867 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4868 and a few other Inferior properties when the Inferior is no
4869 longer valid.
4870
4a3fe98f
TT
48712018-09-13 Tom Tromey <tom@tromey.com>
4872
4873 PR rust/23650:
4874 * gdb.rust/simple.exp: Add test for enum field access error.
4875
098b2108
TT
48762018-09-13 Tom Tromey <tom@tromey.com>
4877
4878 PR rust/23626:
4879 * gdb.rust/simple.rs (EmptyEnum): New type.
4880 (main): Use it.
4881 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4882
1256af7d
SM
48832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4884
4885 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4886 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4887 * gdb.python/py-symtab.exp: Update test printing an objfile.
4888
4aa8e6c2
SM
48892018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4890
4891 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4892 object.
4893
c221b2f7
AH
48942018-09-12 Alan Hayward <alan.hayward@arm.com>
4895
4896 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4897 (support_complex_tests): Use gdb_can_simple_compile.
4898 (is_ilp32_target): Likewise.
4899 (is_lp64_target): Likewise.
4900 (is_64_target): Likewise.
4901 (is_amd64_regs_target): Likewise.
4902 (is_aarch32_target): Likewise.
4903 (gdb_int128_helper): Likewise.
4904
6f1107b5
JK
49052018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4906
4907 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4908
1f5d1570
JG
49092018-09-10 Jerome Guitton <guitton@adacore.com>
4910
4911 * gdb.ada/same_component_name: Add test for case of tagged record
4912 with variable-length fields.
4913
cc330e39
XR
49142018-09-10 Xavier Roirand <roirand@adacore.com>
4915
4916 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4917 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4918 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4919 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4920
b9c50e9a
XR
49212018-09-10 Xavier Roirand <roirand@adacore.com>
4922
4923 * gdb.ada/mi_string_access.exp: New testcase.
4924 * gdb.ada/mi_string_access/bar.adb: New file.
4925 * gdb.ada/mi_string_access/pck.adb: New file.
4926 * gdb.ada/mi_string_access/pck.asd: New file.
4927
2963898f
XR
49282018-09-10 Xavier Roirand <roirand@adacore.com>
4929
4930 * gdb.ada/mi_var_union.exp: New testcase.
4931 * gdb.ada/mi_var_union/bar.adb: New file.
4932 * gdb.ada/mi_var_union/pck.adb: New file.
4933 * gdb.ada/mi_var_union/pck.asd: New file.
4934
1aac008f
TT
49352018-09-08 Tom Tromey <tom@tromey.com>
4936
4937 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4938
332cf4c9
TT
49392018-09-08 Tom Tromey <tom@tromey.com>
4940
4941 PR python/16047:
4942 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4943 (register_pretty_printers): Register new printer.
4944 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4945 test.
4946 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4947 (an_int_type3): New global.
4948
424da6cf
JB
49492018-09-08 Joel Brobecker <brobecker@adacore.com>
4950
4951 * gdb.ada/expr_with_funcall: New testcase.
4952
2a62dfa9
JB
49532018-09-08 Joel Brobecker <brobecker@adacore.com>
4954
4955 * gdb.ada/packed_array_assign: New testcase.
4956
96b6697f
AB
49572018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4960 names, and add test prefixes to make test names unique.
4961
e4a62c65
TV
49622018-09-05 Tom de Vries <tdevries@suse.de>
4963
4964 * gdb.dwarf2/varval.exp: Add test.
4965
dd083ee2
GB
49662018-09-04 Gary Benson <gbenson@redhat.com>
4967
4968 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4969 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4970
aef9346c
TT
49712018-08-31 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.rust/simple.rs: Rename second variable "v".
4974
c67f2e15
AB
49752018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.base/funcargs.c (use_a): New function.
4978 (recurse): Call use_a.
4979
078a0207
KS
49802018-08-29 Keith Seitz <keiths@redhat.com>
4981
4982 * gdb.compile/compile-cplus-anonymous.cc: New file.
4983 * gdb.compile/compile-cplus-anonymous.exp: New file.
4984 * gdb.compile/compile-cplus-array-decay.cc: New file.
4985 * gdb.compile/compile-cplus-array-decay.exp: New file.
4986 * gdb.compile/compile-cplus-inherit.cc: New file.
4987 * gdb.compile/compile-cplus-inherit.exp: New file.
4988 * gdb.compile/compile-cplus-member.cc: New file.
4989 * gdb.compile/compile-cplus-member.exp: New file.
4990 * gdb.compile/compile-cplus-method.cc: New file.
4991 * gdb.compile/compile-cplus-method.exp: New file.
4992 * gdb.compile/compile-cplus-mod.c: "New" file.
4993 * gdb.compile/compile-cplus-namespace.cc: New file.
4994 * gdb.compile/compile-cplus-namespace.exp: New file.
4995 * gdb.compile/compile-cplus-nested.cc: New file.
4996 * gdb.compile/compile-cplus-nested.exp: New file.
4997 * gdb.compile/compile-cplus-print.c: "New" file.
4998 * gdb.compile/compile-cplus-print.exp: "New" file.
4999 * gdb.compile/compile-cplus-virtual.cc: New file.
5000 * gdb.compile/compile-cplus-virtual.exp: New file.
5001 * gdb.compile/compile-cplus.c: "New" file.
5002 * gdb.compile/compile-cplus.exp: "New" file.
5003 * lib/compile-support.exp: New file.
5004
b0f492b9
GB
50052018-08-16 Gary Benson <gbenson@redhat.com>
5006
5007 PR gdb/13000:
5008 * gdb.base/batch-exit-status.exp: New file.
5009 * gdb.base/batch-exit-status.good-commands: Likewise.
5010 * gdb.base/batch-exit-status.bad-commands: Likewise.
5011
36eb4c5f
AH
50122018-08-29 Alan Hayward <alan.hayward@arm.com>
5013
5014 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5015 (struct struct02): Likewise.
5016 (struct struct03): Likewise.
5017 (struct struct04): Likewise.
5018 (struct struct_01_01): New struct.
5019 (struct struct_01_02): Likewise.
5020 (struct struct_01_03): Likewise.
5021 (struct struct_01_04): Likewise.
5022 (struct struct_02_01): Likewise.
5023 (struct struct_02_02): Likewise.
5024 (struct struct_02_03): Likewise.
5025 (struct struct_02_04): Likewise.
5026 (struct struct_04_01): Likewise.
5027 (struct struct_04_02): Likewise.
5028 (struct struct_04_03): Likewise.
5029 (struct struct_04_04): Likewise.
5030 (struct struct_05_01): Likewise.
5031 (struct struct_05_02): Likewise.
5032 (struct struct_05_03): Likewise.
5033 (struct struct_05_04): Likewise.
5034 (cmp_struct01): Remove function.
5035 (cmp_struct02): Likewise.
5036 (cmp_struct03): Likewise.
5037 (cmp_struct04): Likewise.
5038 (cmp_struct_01_01): Add Function.
5039 (cmp_struct_01_02): Likewise.
5040 (cmp_struct_01_03): Likewise.
5041 (cmp_struct_01_04): Likewise.
5042 (cmp_struct_02_01): Likewise.
5043 (cmp_struct_02_02): Likewise.
5044 (cmp_struct_02_03): Likewise.
5045 (cmp_struct_02_04): Likewise.
5046 (cmp_struct_04_01): Likewise.
5047 (cmp_struct_04_02): Likewise.
5048 (cmp_struct_04_03): Likewise.
5049 (cmp_struct_04_04): Likewise.
5050 (cmp_struct_05_01): Likewise.
5051 (cmp_struct_05_02): Likewise.
5052 (cmp_struct_05_03): Likewise.
5053 (cmp_struct_05_04): Likewise.
5054 (call_all): Add new structs.
5055 * gdb.base/infcall-nested-structs.exp: Likewise.
5056
3bf9c013
JV
50572018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5058
5059 * gdb.python/py-framefilter-mi.exp: Update regexp to
5060 check for "arch" field in frame output.
5061
450d1e88
KB
50622018-08-23 Kevin Buettner <kevinb@redhat.com>
5063
5064 * gdb.dwarf2/dw2-ranges-func.c: New file.
5065 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5066
ae739fe7
SM
50672018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5068
5069 * gdb.base/term.exp: Compare terminal settings with values from
5070 the inferior.
5071 * gdb.base/term.c: Get and set terminal settings.
5072
6d52907e
JV
50732018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5074
5075 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5076 accommodate new "arch" field in frame output.
5077 * gdb.mi/mi-return.exp: Likewise.
5078 * gdb.mi/mi-stack.exp: Likewise.
5079 * gdb.mi/mi-syn-frame.exp: Likewise.
5080 * gdb.mi/user-selected-context-sync.exp: Likewise.
5081
be2d111a
MS
50822018-08-19 Michael Spang <spang@google.com>
5083
5084 PR gdb/11786
5085 * gdb.base/gcore-tls-pie.c: New file.
5086 * gdb.base/gcore-tls-pie.exp: New file.
5087
ae3a7c47
KB
50882018-08-18 Kevin Buettner <kevinb@redhat.com>
5089
5090 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5091 * gdb.dwarf2/varval.c: New file.
5092 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5093
2ecae92e
AH
50942018-08-17 Alan Hayward <alan.hayward@arm.com>
5095
5096 PR gdb/18931
5097 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5098
c1854f1d
KS
50992018-08-16 Keith Seitz <keiths@redhat.com>
5100
5101 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5102 tests expected to pass.
5103
26fb3983
JV
51042018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5105
5106 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5107 -data-disassemble -a.
5108 (test_disassembly_bogus_args): Likewise.
5109
67943c00
AB
51102018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5113
5ff2bbae
AB
51142018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5115
5116 * gdb.base/vla-optimized-out.exp: Add new test.
5117
e5bbcd0f
AB
51182018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5119
5120 * gdb.base/vla-optimized-out-o3.exp: Delete.
5121 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5122 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5123 deleted tests.
5124
9d4a934c
AB
51252018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5126
5127 PR gdb/18050:
5128 * gdb.server/extended-remote-restart.c: New file.
5129 * gdb.server/extended-remote-restart.exp: New file.
5130
045cf012
SM
51312018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5132
5133 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5134 "set variable index = 42".
5135
87d6a7aa
SM
51362018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5137
5138 * boards/index-cache-gdb.exp: New file.
5139 * gdb.dwarf2/index-cache.exp: New file.
5140 * gdb.dwarf2/index-cache.c: New file.
5141 * gdb.base/maint.exp: Check if we are using the index cache.
5142
96d68bd4
RO
51432018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5144
5145 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5146 MAKEFLAGS.
5147
5a699617
RO
51482018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5149
5150 * dg-extract-results.sh: Move to toplevel contrib.
5151 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5152 * Makefile.in (check-parallel-racy): Likewise.
5153
5bd18990
AB
51542018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5155
5156 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5157 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5158 tests if the target supports scheduler locking.
5159
3fbbcf47
TV
51602018-08-04 Tom de Vries <tdevries@suse.de>
5161
5162 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5163
3e1d3d8c
TT
51642018-08-02 Tom Tromey <tom@tromey.com>
5165
5166 PR symtab/16842.
5167 * gdb.cp/temargs.exp: Test "info address" of a template
5168 parameter.
5169
5abe0f0c
JV
51702018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5171
5172 * gdb.python/py-mi-var-info-path-expression.c: New file.
5173 * gdb.python/py-mi-var-info-path-expression.py: New file.
5174 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5175
fb66cde8
SDJ
51762018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5177
5178 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5179 error after "cannot resolve name" string.
5180
c708f4d2
AB
51812018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5184 started.
5185 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5186
37cc0cae
TV
51872018-07-28 Tom de Vries <tdevries@suse.de>
5188
5189 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5190
63b4ecf7
TV
51912018-07-26 Tom de Vries <tdevries@suse.de>
5192
5193 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5194
3c3bb058
AB
51952018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5198 is visible.
5199
9e7f3bbb
TV
52002018-07-26 Tom de Vries <tdevries@suse.de>
5201
5202 PR breakpoints/23366
5203 * gdb.base/catch-follow-exec.c: New test.
5204 * gdb.base/catch-follow-exec.exp: New file.
5205
16f808ec
TV
52062018-07-25 Tom de Vries <tdevries@suse.de>
5207
5208 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5209 vla-optimized-out.c.
5210
d7154a8d
JV
52112018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5212
5213 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5214 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5215
232a0032
TV
52162018-07-20 Tom de Vries <tdevries@suse.de>
5217
5218 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5219 NOCLONE macro.
5220 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5221
fbb1d502
TV
52222018-07-19 Tom de Vries <tdevries@suse.de>
5223
5224 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5225 regular expression.
5226
42dc7699
TV
52272018-07-18 Tom de Vries <tdevries@suse.de>
5228
5229 * gdb.base/vla-optimized-out.c: New test.
5230 * gdb.base/vla-optimized-out.exp: New file.
5231
7f1f7e23
SDJ
52322018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5233
5234 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5235 message "No address associated with hostname" when gdbserver
5236 cannot resolve the hostname.
5237
5759ebb3
PW
52382018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5239
5240 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5241 Add some test prefixes to make tests unique.
5242
3606ccab
PW
52432018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5244
5245 * gdb.base/frameapply.c: New file.
5246 * gdb.base/frameapply.exp: New file.
5247
529c08b2
PW
52482018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5249
5250 * gdb.base/skip.exp: Update expected error message.
5251
c7ab0aef
SDJ
52522018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5253 Jan Kratochvil <jan.kratochvil@redhat.com>
5254 Paul Fertser <fercerpav@gmail.com>
5255 Tsutomu Seki <sekiriki@gmail.com>
5256
5257 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5258 parameter.
5259 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5260 by default.
5261 * boards/native-gdbserver.exp: Likewise.
5262 * gdb.server/run-without-local-binary.exp: Improve regexp used
5263 for detecting when a remote debugging connection succeeds.
5264 * gdb.server/server-connect.exp: New file.
5265 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5266 Do not prefix the port number with ":".
5267 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5268 support for detecting and using it. Add '$debughost_gdbserver'
5269 to the list of arguments used to start gdbserver. Handle case
5270 when gdbserver cannot resolve a network name.
5271
16ff70dd
SDJ
52722018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5273
5274 PR c++/23373
5275 * gdb.base/ptype-offsets.cc (struct static_member): New
5276 struct.
5277 (main) <stmember>: New variable.
5278 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5279 with a static member in it.
5280
3541979f
AB
52812018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5284 watchpoints enabled and disabled.
5285
c8ad9b9a
AB
52862018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * gdb.base/examine-backward.exp: Still run tests around address
5289 0x0, even if address 0x0 is not readable. Update the pattern for
5290 matching address 0x0 in expected output.
5291
e0e5e971
AB
52922018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5293
5294 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5295 malloc/free.
5296
1ea5da02
TV
52972018-07-04 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5300
471b9d15
MR
53012018-07-02 Maciej W. Rozycki <macro@mips.com>
5302
5303 PR tdep/8282
5304 * gdb.arch/mips-disassembler-options.exp: New test.
5305 * gdb.arch/mips-disassembler-options.s: New test source.
5306
75acb486
PA
53072018-06-29 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.threads/names.exp: Adjust expected "info threads" output.
5310
cd2bb709
PA
53112018-06-29 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.opt/inline-break.exp (line number, address): Add "info
5314 break" tests.
5315
991ff292
PA
53162018-06-29 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5319 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5320 number and address and running to them.
5321
356819b6 53222018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5323
5324 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5325
2512d7ef
JK
53262018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5327
5328 * lib/compiler.c: Remove executable permission flag.
5329
be1b6474
RB
53302018-06-28 Richard Bunt <richard.bunt@arm.com>
5331
5332 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5333 code.
5334 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5335
291f9a96
PT
53362018-06-28 Petr Tesarik <ptesarik@suse.cz>
5337
5338 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5339
ed6dfe51
PT
53402018-06-28 Petr Tesarik <ptesarik@suse.cz>
5341
5342 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5343 address argument is omitted.
5344
d4d429d5
PT
53452018-06-28 Petr Tesarik <ptesarik@suse.cz>
5346
5347 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5348
7ab6656f
OJ
53492018-06-27 Omair Javaid <omair.javaid@linaro.org>
5350
5351 PR gdb/21695
5352 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5353 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5354
a33ccfc7
TT
53552018-06-26 Tom Tromey <tom@tromey.com>
5356
5357 PR rust/22574:
5358 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5359 * gdb.rust/simple.rs (struct SimpleLayout): New.
5360
6d72d289
SM
53612018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5362
5363 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5364 "info registers" output.
5365
8363f9d5
RB
53662018-06-21 Richard Bunt <richard.bunt@arm.com>
5367
5368 * gdb.base/watchpoint-hw-attach.c: New test.
5369 * gdb.base/watchpoint-hw-attach.exp: New file.
5370
f00674fe
SM
53712018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5372
5373 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5374 through /bin/sh.
5375 * boards/dwarf4-gdb-index.exp: Likewise.
5376 * boards/fission-dwp.exp: Likewise.
5377
1d554008
UW
53782018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5379
5380 * gdb.base/float128.exp: Add comment and improved fail message
5381 to the failure case of "print large128" test.
5382
d0ac1c44
SM
53832018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5384
5385 * configure.ac: Remove AC_PREREQ.
5386 * configure: Re-generate.
5387
61b04dd0
PA
53882018-06-19 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5391 (func_extern_caller): New.
5392 (main): Call func_extern_caller.
5393 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5394 logic change.
5395
f63b508a
SM
53962018-06-18 Weimin Pan <weimin.pan@oracle.com>
5397
5398 PR gdb/16841
5399 * gdb.cp/typedef-base.cc: New file.
5400 * gdb.cp/typedef-base.exp: New file.
5401
0fe3a558
TV
54022018-06-18 Tom de Vries <tdevries@suse.de>
5403
5404 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5405
7010835a
AB
54062018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5407 Richard Bunt <Richard.Bunt@arm.com>
5408
5409 * gdb.threads/attach-slow-waitpid.c: New file.
5410 * gdb.threads/attach-slow-waitpid.exp: New file.
5411 * gdb.threads/slow-waitpid.c: New file.
5412
14897d65
PA
54132018-06-14 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.base/fork-running-state.c: Include <errno.h>.
5416 (exit_if_relative_exits): New.
5417 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5418 exits.
5419 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5420 child exits.
5421
5d9a0608
TV
54222018-06-14 Tom de Vries <tdevries@suse.de>
5423
5424 PR cli/22573
5425 * gdb.base/finish-pretty.c: New test.
5426 * gdb.base/finish-pretty.exp: New file.
5427
11ae5818
PA
54282018-06-14 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5431 gdb's expected startup output.
5432
1d39de44
PA
54332018-06-14 Pedro Alves <palves@redhat.com>
5434
5435 * lib/selftest-support.exp (selftest_setup): Remove inlined
5436 function handling.
5437
70ee0000
TV
54382018-06-14 Tom de Vries <tdevries@suse.de>
5439
5440 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5441 matching of breakpoint printing.
5442
11f4b608
TV
54432018-06-13 Tom de Vries <tdevries@suse.de>
5444
5445 PR testsuite/23269
5446 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5447 (fork_child): ... here, and ...
5448 (fork_parent): ... here.
5449
54502018-06-12 Tom de Vries <tdevries@suse.de>
5451
5452 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5453
9516f85a
AB
54542018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5455 Stephen Roberts <stephen.roberts@arm.com>
5456
5457 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5458 rewrite test to describe action performed, rather than possible
5459 failure.
5460
5045b3d7
GB
54612018-06-08 Gary Benson <gbenson@redhat.com>
5462
5463 * gdb.threads/check-libthread-db.exp: New file.
5464 * gdb.threads/check-libthread-db.c: Likewise.
5465
c61b06a1
TT
54662018-06-05 Tom Tromey <tom@tromey.com>
5467
5468 * gdb.base/default.exp: Update expected "show version" output.
5469
eb6af809
TT
54702018-06-05 Tom Tromey <tom@tromey.com>
5471
5472 PR cli/12326:
5473 * gdb.cp/static-print-quit.exp: Update.
5474 * lib/gdb.exp (pagination_prompt): Update.
5475 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5476 * gdb.python/python.exp: Update.
5477
178d6a63
JB
54782018-06-04 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5481
8e817061
JB
54822018-06-01 Joel Brobecker <brobecker@adacore.com>
5483
5484 * gdb.ada/bp_fun_addr: New testcase.
5485
e86ca25f
TT
54862018-06-01 Tom Tromey <tom@tromey.com>
5487
5488 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5489 results.
5490 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5491 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5492 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5493 * gdb.base/maint.exp (maint_pass_if): Update.
5494
4b2dfa9d
MR
54952018-05-31 Maciej W. Rozycki <macro@mips.com>
5496
5497 * gdb.base/endian.exp: New test.
5498 * gdb.base/endian.c: New test source.
5499
45f25d6c
AB
55002018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5501
5502 PR gdb/23203
5503 * gdb.base/bt-selected-frame.c: New file.
5504 * gdb.base/bt-selected-frame.exp: New file.
5505 * lib/gdb.exp (get_current_frame_number): New function.
5506
d9f6d7f8
MR
55072018-05-24 Maciej W. Rozycki <macro@mips.com>
5508 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.threads/tls-core.c: Include <stdlib.h>
5511 (thread_proc): Call `abort'.
5512 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5513 (tls_core_test): New procedure, bits factored out from ...
5514 (top level): ... here. Test both native cores and gcore cores.
5515
ff1cf532
TT
55162018-05-23 Tom Tromey <tom@tromey.com>
5517
5518 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5519
b98664d3
TT
55202018-05-23 Tom Tromey <tom@tromey.com>
5521
5522 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5523 symfile_complaints.
5524 (test_short_complaints): Likewise.
5525 (test_empty_complaints): Likewise.
5526 (test_initial_complaints): Update.
5527
4e9668d0
TT
55282018-05-23 Tom Tromey <tom@tromey.com>
5529
5530 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5531
43ba33c7
TT
55322018-05-23 Tom Tromey <tom@tromey.com>
5533
5534 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5535 (test_short_complaints): Update.
5536
035522c0
PA
55372018-05-22 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.base/remote.exp: Only gdb_start after compiling the
5540 testcase. Issue "disconnect" before testing "set remote" command
5541 defaults. Issue clean_restart before running to main.
5542
cc0be08f
PA
55432018-05-22 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/remote.exp: Adjust expected output of "show remote
5546 memory-write-packet-size". Add tests for "set remote
5547 memory-write-packet-size 0" and "set remote
5548 memory-write-packet-size fixed/limit".
5549
b1b60145
PA
55502018-05-22 Pedro Alves <palves@redhat.com>
5551
5552 PR gdb/22973
5553 * gdb.base/utf8-identifiers.c: New file.
5554 * gdb.base/utf8-identifiers.exp: New file.
5555
0ec848ad
PFC
55562018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5557
5558 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5559
2c3305f6
PFC
55602018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5561
5562 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5563
ce1e8424
TT
55642018-05-18 Tom Tromey <tom@tromey.com>
5565
5566 * gdb.base/ptype-offsets.exp: Update.
5567
ddfe970e
KS
55682018-05-17 Keith Seitz <keiths@redhat.com>
5569
5570 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5571 in expected breakpoint stop locations.
5572 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5573 move to proper scope to test variable values.
5574 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5575 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5576 New functions.
5577 (main): Call not_inline_func3.
5578 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5579 inline_func1, inline_func2, and inline_func3. Test that when each
5580 breakpoint is hit, GDB properly reports both the stop location
5581 and the backtrace. Repeat tests for temporary breakpoints.
5582
0726fcc6
MR
55832018-05-15 Maciej W. Rozycki <macro@mips.com>
5584
5585 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5586 rather then trying to access it in determining whether the PID
5587 of `gdbserver' could have been retrieved.
5588
8ee22052
AB
55892018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * gdb.arch/amd64-init-x87-values.S: New file.
5592 * gdb.arch/amd64-init-x87-values.exp: New file.
5593
7785df48
JK
55942018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5597
56bcdbea
TT
55982018-05-04 Tom Tromey <tom@tromey.com>
5599
5600 PR python/22730:
5601 * gdb.python/python.exp: Test multi-line execute.
5602
a913fffb
TT
56032018-05-04 Tom Tromey <tom@tromey.com>
5604
5605 PR python/22731:
5606 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5607
7a2c85f2
TT
56082018-05-04 Tom Tromey <tom@tromey.com>
5609
5610 PR gdb/11750:
5611 * gdb.base/define.exp: Test defining a user command inside a user
5612 command.
5613 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5614
a3b60e45
JK
56152018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5616 Pedro Alves <palves@redhat.com>
5617
5618 PR breakpoints/19806 and support for PR external/20207.
5619 * gdb.base/watchpoint-unaligned.c: New file.
5620 * gdb.base/watchpoint-unaligned.exp: New file.
5621
45fe4a03
AB
56222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5623
5624 * gdb.base/maint.exp: Make test names unique, use
5625 test_prefix_command_help to test 'help maint info', and remove
5626 repeated test of 'help maint'.
5627
9be2ae8f
TT
56282018-05-04 Tom Tromey <tom@tromey.com>
5629
5630 PR gdb/22619:
5631 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5632 behavior.
5633
11859c31
AB
56342018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 * gdb.base/maint.exp: Process output from 'maint print registers'
5637 line at a time.
5638
089a9490
AB
56392018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5640
5641 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5642 timeout.
5643
9b0797e2
AB
56442018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5647 filter pattern.
5648
f6ac5f3d
PA
56492018-05-02 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5652 to_log_command renames.
5653 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5654
77d3c63b
TT
56552018-05-02 Tom Tromey <tom@tromey.com>
5656
5657 * gdb.python/py-parameter.exp: Set test message.
5658
0489430a
TT
56592018-05-02 Tom Tromey <tom@tromey.com>
5660
5661 PR python/20084:
5662 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5663 PARAM_ZUINTEGER_UNLIMITED tests.
5664
1632f8ba
DR
56652018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5666
5667 PR rust/23124
5668 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5669 when casting.
5670
6d7bb824
TT
56712018-04-30 Tom Tromey <tom@tromey.com>
5672
5673 * gdb.python/py-type.exp: Check align attribute.
5674 * gdb.python/py-type.c: New "aligncheck" global.
5675
007e1530
TT
56762018-04-30 Tom Tromey <tom@tromey.com>
5677
5678 PR exp/17095:
5679 * gdb.dwarf2/dw2-align.exp: New file.
5680 * gdb.cp/align.exp: New file.
5681 * gdb.base/align.exp: New file.
5682 * lib/gdb.exp (gdb_int128_helper): New proc.
5683 (has_int128_c, has_int128_cxx): New caching procs.
5684
6873858b
TT
56852018-04-27 Tom Tromey <tom@tromey.com>
5686
5687 PR rust/22545:
5688 * gdb.rust/simple.exp: Add inclusive range tests.
5689
79188d8d
PA
56902018-04-26 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5693 ifunc breakpoint locations correctly of ifunc breakpoints set
5694 while the program resolves the ifunc.
5695
c7075ad5
PA
56962018-04-26 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.base/gnu-ifunc-final.c: New file.
5699 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5700 * gdb.base/gnu-ifunc.exp (executable): Delete.
5701 (staticexecutable): Adjust.
5702 (lib_opts, exec_opts): Delete.
5703 (make_binsuffix, build, set-break): New procedures.
5704 (misc_tests): New, with tests factored out from the top level.
5705 (top level): Test different combinations of ifunc resolver name,
5706 resolver with and with debug info, and ifunc target with and
5707 without debug info. Wrap static tests with with_target_prefix.
5708
8388016d
PA
57092018-04-26 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5712 return type" warnings.
5713
249b5733
PA
57142018-04-25 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5717 killed".
5718 * gdb.base/kill-after-signal.exp: Likewise.
5719 * gdb.threads/kill.exp: Likewise.
5720
f67c0c91
SDJ
57212018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5722 Sergio Durigan Junior <sergiodj@redhat.com>
5723 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5726 regexps to expect for '[Inferior ... detached]' as well.
5727 * gdb.base/attach.exp: Likewise.
5728 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5729 "gdb_continue_to_end".
5730 (test_catch_syscall_with_wrong_args): Likewise.
5731 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5732 ']'. Don't set 'verbose' on.
5733 * gdb.base/foll-vfork.exp: Likewise.
5734 * gdb.base/fork-print-inferior-events.c: New file.
5735 * gdb.base/fork-print-inferior-events.exp: New file.
5736 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5737 '[Inferior ... has been killed]' message.
5738 * gdb.base/kill-after-signal.exp: Likewise.
5739 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5740 detach message.
5741 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5742 message.
5743 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5744 regexps to expect for '[Inferior ... detached]' as well.
5745 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5746
0a8ddac4
SM
57472018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5748
5749 PR gdb/23104
5750 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5751
701adfb0
PA
57522018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5753
5754 PR gdb/23095
5755 * gdb.base/break-probes.exp: Pass shlib_load to
5756 prepare_for_testing. Set normal_bp to r_debug_state if target is
5757 bsd.
5758
d27d16bf
RB
57592018-04-19 Richard Bunt <richard.bunt@arm.com>
5760
5761 * gdb.threads/multiple-successive-infcall.c: New test.
5762 * gdb.threads/multiple-successive-infcall.exp: New file.
5763
a037790e
TT
57642018-04-17 Tom Tromey <tom@tromey.com>
5765
5766 * gdb.rust/simple.rs (Union): New type.
5767 (main): New local "u".
5768 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5769
e3a91079
AA
57702018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5771
5772 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5773 number information in output of "whereis" command.
5774 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5775
b744723f
AA
57762018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5777
5778 * gdb.ada/info_types.exp: Adjust expected output to the line
5779 numbers now printed by "info var/func/type".
5780 * gdb.base/completion.exp: Likewise.
5781 * gdb.base/included.exp: Likewise.
5782 * gdb.cp/cp-relocate.exp: Likewise.
5783 * gdb.cp/cplusfuncs.exp: Likewise.
5784 * gdb.cp/namespace.exp: Likewise.
5785 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5786
4a4495d6
MM
57872018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5788
5789 * gdb.btrace/cpu.exp: New.
5790
1d509aa6
MM
57912018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5792
5793 * gdb.base/step-indirect-call-thunk.exp: New.
5794 * gdb.base/step-indirect-call-thunk.c: New.
5795 * gdb.reverse/step-indirect-call-thunk.exp: New.
5796 * gdb.reverse/step-indirect-call-thunk.c: New.
5797
6295b6da
SM
57982018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5799
5800 * gdb.base/pie-fork.c: New file.
5801 * gdb.base/pie-fork.exp: New file.
5802
50146e70
TT
58032018-04-11 Tom Tromey <tom@tromey.com>
5804
5805 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5806
f50d8a2e
PA
58072018-04-10 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5810 exits. Instead loop running forever.
5811 (fork_parent): Run forever too.
5812
a0be7a36
SM
58132018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5814
5815 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5816 mi_continue_to_line.
5817 * gdb.mi/mi-stack.c (callee4): Add comment.
5818
9b73db36
SM
58192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5820
5821 * gdb.mi/mi-stack.exp: Fix indentation.
5822
c912f608
SM
58232018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5824
5825 PR gdb/22979
5826 * gdb.arch/amd64-osabi.exp: New file.
5827
26540402
SM
58282018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5829
5830 PR gdb/22980
5831 * gdb.base/osabi.exp: New file.
5832
121ad66c 58332018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5834
5835 * gdb.cp/static-typedef-print.exp: New file.
5836 * gdb.cp/static-typedef-print.cc: New file.
5837
3fcded8f
JB
58382018-03-27 Joel Brobecker <brobecker@adacore.com>
5839
5840 * gdb.ada/varsize_limit: New testcase.
5841
59cc4834
JB
58422018-03-27 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5845
5846 * gdb.ada/notcplusplus: New testcase.
5847
5848 * gdb.base/c-linkage-name.c: New file.
5849 * gdb.base/c-linkage-name.exp: New testcase.
5850
4ca59a9f
TT
58512018-03-26 Tom Tromey <tom@tromey.com>
5852
5853 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5854 * gdb.python/py-framefilter.py (name_error): New global.
5855 (ErrorInName.function): Use name_error.
5856
978d6c75
TT
58572018-03-26 Tom Tromey <tom@tromey.com>
5858
5859 PR backtrace/15582:
5860 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5861
b7fee5a3
KS
58622018-03-23 Keith Seitz <keiths@redhat.com>
5863
5864 PR c++/22968
5865 * gdb.cp/subtypes.exp: New file.
5866 * gdb.cp/subtypes.h: New file.
5867 * gdb.cp/subtypes.cc: New file.
5868 * gdb.cp/subtypes-2.cc: New file.
5869
376be529
AB
58702018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5871
5872 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5873 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5874 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5875 -nostartfiles when compiling the test. Confirm that all registers
5876 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5877
066cfa98
AB
58782018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5881 option, syntax was wrong anyway.
5882 * gdb.arch/arm-disp-step.exp: Likewise.
5883 * gdb.arch/sparc64-regs.exp: Likewise.
5884 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5885 option, syntax was wrong anyway, switch to use
5886 prepare_for_testing.
5887 * gdb.arch/i386-disp-step.exp: Likewise.
5888
079670b9
AA
58892018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5890
5891 * gdb.ada/exec_changed.exp: Replace "target_info exists
5892 use_gdb_stub" by "use_gdb_stub".
5893 * gdb.ada/start.exp: Likewise.
5894 * gdb.base/async-shell.exp: Likewise.
5895 * gdb.base/attach-pie-misread.exp: Likewise.
5896 * gdb.base/attach-wait-input.exp: Likewise.
5897 * gdb.base/break-entry.exp: Likewise.
5898 * gdb.base/break-interp.exp: Likewise.
5899 * gdb.base/dprintf-detach.exp: Likewise.
5900 * gdb.base/nostdlib.exp: Likewise.
5901 * gdb.base/solib-nodir.exp: Likewise.
5902 * gdb.base/statistics.exp: Likewise.
5903 * gdb.base/testenv.exp: Likewise.
5904 * gdb.mi/mi-exec-run.exp: Likewise.
5905 * gdb.mi/mi-start.exp: Likewise.
5906 * gdb.multi/dummy-frame-restore.exp: Likewise.
5907 * gdb.multi/multi-arch-exec.exp: Likewise.
5908 * gdb.multi/multi-arch.exp: Likewise.
5909 * gdb.multi/tids.exp: Likewise.
5910 * gdb.multi/watchpoint-multi.exp: Likewise.
5911 * gdb.python/py-events.exp: Likewise.
5912 * gdb.threads/attach-into-signal.exp: Likewise.
5913 * gdb.threads/attach-stopped.exp: Likewise.
5914 * gdb.threads/threadapply.exp: Likewise.
5915 * lib/selftest-support.exp: Likewise.
5916
26d6cec4
AA
59172018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5918
5919 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5920
4ee89e90
SR
59212018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5922
5923 * gdb.perf/template-breakpoints.cc: New file.
5924 * gdb.perf/template-breakpoints.exp: New file.
5925 * gdb.perf/template-breakpoints.py: New file.
5926
92630041
TT
59272018-03-19 Tom Tromey <tom@tromey.com>
5928
5929 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5930 y0.
5931 * gdb.rust/simple.exp: Test bare identifier form of struct
5932 initializer.
5933
76727919
TT
59342018-03-19 Tom Tromey <tom@tromey.com>
5935
5936 * gdb.gdb/observer.exp: Remove.
5937
194ed413
AA
59382018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5939
5940 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5941 "qualified" option when setting breakpoints.
5942 * gdb.trace/backtrace.exp: Likewise.
5943 * gdb.trace/circ.exp: Likewise.
5944 * gdb.trace/collection.exp: Likewise.
5945 * gdb.trace/disconnected-tracing.exp: Likewise.
5946 * gdb.trace/ftrace-lock.exp: Likewise.
5947 * gdb.trace/ftrace.exp: Likewise.
5948 * gdb.trace/infotrace.exp: Likewise.
5949 * gdb.trace/packetlen.exp: Likewise.
5950 * gdb.trace/passc-dyn.exp: Likewise.
5951 * gdb.trace/qtro.exp: Likewise.
5952 * gdb.trace/read-memory.exp: Likewise.
5953 * gdb.trace/report.exp: Likewise.
5954 * gdb.trace/signal.exp: Likewise.
5955 * gdb.trace/status-stop.exp: Likewise.
5956 * gdb.trace/strace.exp: Likewise.
5957 * gdb.trace/tfind.exp: Likewise.
5958 * gdb.trace/trace-break.exp: Likewise.
5959 * gdb.trace/trace-condition.exp: Likewise.
5960 * gdb.trace/trace-mt.exp: Likewise.
5961 * gdb.trace/tstatus.exp: Likewise.
5962 * gdb.trace/tsv.exp: Likewise.
5963 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5964 * gdb.trace/unavailable.exp: Likewise.
5965 * gdb.trace/while-dyn.exp: Likewise.
5966
8b067d2c
AA
59672018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5968
5969 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5970 that libinproctrace is copied to the target.
5971
3ae9ce5d
TT
59722018-03-14 Tom Tromey <tom@tromey.com>
5973
5974 PR cli/14977:
5975 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5976 a null pointer.
5977 * gdb.base/wchar.exp: Likewise.
5978
b8c2339b
TT
59792018-03-14 Tom Tromey <tom@tromey.com>
5980
5981 PR cli/19918:
5982 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5983 flag.
5984
4872dc46
SM
59852018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5986
5987 PR gdb/22841
5988 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5989 "target" to remote_exec.
5990
e4fe3756
SM
59912018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5992
5993 PR gdb/22841
5994 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5995 ${board}_upload): Remove.
5996
e95a97d4
AA
59972018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5998
5999 * gdb.cp/watch-cp.cc: New test.
6000 * gdb.cp/watch-cp.exp: New file.
6001
dbbb1059
AB
60022018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6003
6004 * gdb.base/infcall-nested-structs.exp: New file.
6005 * gdb.base/infcall-nested-structs.c: New file.
6006 * gdb.base/float.exp: Add riscv support.
6007
ecc054c0
TP
60082018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6009
6010 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6011 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6012
25e3c82c
SDJ
60132018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6014
6015 * gdb.server/abspath.exp: New file.
6016 * lib/gdb.exp (with_cwd): New procedure.
6017
3083294d
SM
60182018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6019
6020 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6021 use it.
6022 (gdb_is_target_remote_prompt): New proc.
6023 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6024 (gdb_is_target_native): Pass prompt parameter to
6025 gdb_is_target_1.
6026
3275ef47
SM
60272018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6028
6029 * gdb.base/load-command.c: New file.
6030 * gdb.base/load-command.exp: New file.
6031 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6032 (gdb_is_target_1): ...this, and generalize for other targets
6033 than just remote.
6034 (gdb_is_target_remote): Use gdb_is_target_1.
6035 (gdb_is_target_native): use gdb_is_target_1.
6036
6893c19a
TT
60372018-02-26 Tom Tromey <tom@tromey.com>
6038
6039 PR python/16497:
6040 * gdb.python/py-framefilter.exp: Update test.
6041
2ddeaf8a
TT
60422018-02-26 Tom Tromey <tom@tromey.com>
6043
6044 * gdb.dwarf2/variant.c: New file.
6045 * gdb.dwarf2/variant.exp: New file.
6046
c9317f21
TT
60472018-02-26 Tom Tromey <tom@tromey.com>
6048
6049 * gdb.rust/simple.exp: Accept more possible results in enum test.
6050
6f6d0c26
SM
60512018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6052
6053 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6054 parentheses.
6055
11b03145
MR
60562018-02-23 Maciej W. Rozycki <macro@mips.com>
6057
6058 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6059 name of a variable: $actual_linejj -> $actual_line.
6060
54a27fe5
JB
60612018-02-21 John Baldwin <jhb@FreeBSD.org>
6062
6063 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6064
de65820c
MM
60652018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6066
6067 * gdb.btrace/buffer-size.exp: Do not force BTS.
6068
980548fd
PA
60692018-02-14 Pedro Alves <palves@redhat.com>
6070
6071 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6072 getting a "Quit".
6073
c4e12631
MM
60742018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6075
6076 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6077 Fix test name.
6078
c2e0e465
SM
60792018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6080
6081 * gdb.cp/m-static.exp: Check type of optimized out static
6082 member.
6083
f7216783
AB
60842018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6085
6086 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6087 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6088
0625771b
LS
60892018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6090 Leszek Swirski <leszeks@google.com>
6091
6092 * gdb.python/py-prettyprint.c
6093 (struct to_string_returns_value_inner,
6094 struct to_string_returns_value_wrapper): New.
6095 (main): Add tsrvw variable.
6096 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6097 ToStringReturnsValueWrapper): New classes.
6098 (register_pretty_printers): Register new pretty-printers.
6099 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6100 recursive pretty printer.
6101 * gdb.python/py-mi.exp: Likewise.
6102
59498c30
LS
61032018-02-01 Leszek Swirski <leszeks@google.com>
6104
6105 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6106 functions with the same name as an include file are parsed
6107 correctly.
6108
d4d38844
YQ
61092018-02-01 Yao Qi <yao.qi@linaro.org>
6110
6111 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6112 "\[^\r\n\]*".
6113
07e5f5cf
NP
61142018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6115
6116 * gdb.arch/powerpc-prologue-frame.s: New file.
6117 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6118 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6119
929b5ad4
JB
61202018-01-31 Joel Brobecker <brobecker@adacore.com>
6121
6122 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6123
e671cd59
PA
61242018-01-30 Pedro Alves <palves@redhat.com>
6125
6126 PR gdb/13211
6127 * gdb.base/interrupt-daemon.c: New.
6128 * gdb.base/interrupt-daemon.exp: New.
6129 * gdb.multi/multi-term-settings.c: New.
6130 * gdb.multi/multi-term-settings.exp: New.
6131
fc413dc4
JB
61322018-01-30 Joel Brobecker <brobecker@adacore.com>
6133
6134 * gdb.base/break.exp: Save the location where the breakpoint
6135 on break.c:47 was actually inserted when debugging the version
6136 compiled at -O2 and use it in the expected output of the "info
6137 break" test performed soon after.
6138
5c319bb2
PA
61392018-01-22 Pedro Alves <palves@redhat.com>
6140 Sergio Durigan Junior <sergiodj@redhat.com>
6141
6142 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6143 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6144
a9e40818
JB
61452018-01-22 Joel Brobecker <brobecker@adacore.com>
6146
6147 * gdb.base/break-include.c, gdb.base/break-include.inc,
6148 gdb.base/break-include.exp: New files.
6149 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6150 line number now being the actual line number where the breakpoint
6151 was inserted.
6152 * gdb.mi/mi-break.exp: Likewise.
6153 * gdb.mi/mi-reverse.exp: Likewise.
6154 * gdb.mi/mi-simplerun.exp: Ditto.
6155
e707fc44
AB
61562018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6157
6158 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6159 varobj.
6160 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6161
ae451627
AB
61622018-01-21 Don Breazeal <donb@codesourcery.com>
6163 Andrew Burgess <andrew.burgess@embecosm.com>
6164
6165 * gdb.mi/basics.c: Add new global.
6166 * gdb.mi/mi-frame-regs.exp: New file.
6167 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6168 case.
6169
b1b189e0
AB
61702018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6173 non-parameter, and on an unknown symbol.
6174
fcfcc376
TT
61752018-01-19 Tom Tromey <tom@tromey.com>
6176
6177 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6178 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6179
634c1c31
AA
61802018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6183 setrlimit and chdir to int.
6184
d6ad07fd
AA
61852018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6186
6187 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6188 function.
6189 (my_tend): Likewise.
6190 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6191 rationale of avoiding FP- and vector instructions.
6192
adf8243b
RK
61932018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6194
6195 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6196 "info reg" with "\[ \t\]*".
6197 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6198 "\[ \t\]+".
6199 * gdb.arch/s390-multiarch.exp: Ditto.
6200 * gdb.base/pc-fp.exp: Ditto.
6201 * gdb.reverse/i386-precsave.exp: Ditto.
6202 * gdb.reverse/i386-reverse.exp: Ditto.
6203 * gdb.reverse/i387-env-reverse.exp: Ditto.
6204 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6205
dcc06925
AA
62062018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6207
6208 * lib/gdb.exp (gdb_compile): Re-enable use of
6209 universal_compile_options for languages other than Rust.
6210
25d4fd80
AA
62112018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6212
6213 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6214
ee7f689e 62152018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6216
6217 PR gdb/16577
6218 * gdb.base/solib-vanish.exp: New.
6219 * gdb.base/solib-vanish-main.c: New.
6220 * gdb.base/solib-vanish-lib1.c: New.
6221 * gdb.base/solib-vanish-lib2.c: New.
6222
d8447b6b
YQ
62232018-01-17 Yao Qi <yao.qi@linaro.org>
6224
6225 * gdb.compile/compile.exp: Match the address printed for
6226 frame in the output of command "bt".
6227
86d6a90c
TT
62282018-01-15 Tom Tromey <tom@tromey.com>
6229
6230 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6231 compute sp_reg.
6232
cbcdb1aa
AB
62332018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6234
6235 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6236 to prepare.
6237 (prepare): Return 0 on error, 1 on success.
6238
eea61984
PA
62392018-01-12 Pedro Alves <palves@redhat.com>
6240
6241 * gdb.base/continue-after-aborted-step-over.c: New.
6242 * gdb.base/continue-after-aborted-step-over.exp: New.
6243
6181e9c2
SM
62442018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6245
6246 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6247 options when not creating an executable.
6248
3cada740
PA
62492018-01-11 Pedro Alves <palves@redhat.com>
6250
6251 PR remote/22597
6252 * gdb.server/stop-reply-no-thread.c: New file.
6253 * gdb.server/stop-reply-no-thread.exp: New file.
6254
c63d3e8d
PA
62552018-01-10 Pedro Alves <palves@redhat.com>
6256
6257 PR gdb/22670
6258 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6259 functions too. Test setting breakpoints and printing C functions
6260 with no debug info too.
6261 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6262
d4c2a405
PA
62632018-01-10 Pedro Alves <palves@redhat.com>
6264
6265 PR gdb/22670
6266 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6267 a fail.
6268
8825213e
PA
62692018-01-10 Pedro Alves <palves@redhat.com>
6270
6271 PR gdb/22670
6272 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6273
605fd3c6
YQ
62742018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6275
6276 * gdb.server/unittest.exp: Match the output in non-development
6277 mode.
6278
1e5ded6c
YQ
62792018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6280
6281 * gdb.gdb/unittest.exp: Match output in non-development mode.
6282
30066b0b
JB
62832018-01-08 Joel Brobecker <brobecker@adacore.com>
6284
6285 * gdb.ada/access_tagged_param.exp: Relax expected output
6286 for value of "ObjL" in "continue" to pck.inspect breakpoint
6287 test.
6288
04bafb1e
XR
62892018-01-08 Joel Brobecker <brobecker@adacore.com>
6290
9f86398b
JB
6291 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6292 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6293
e379cee6
PA
62942018-01-05 Pedro Alves <palves@redhat.com>
6295
6296 PR gdb/18653
6297 * gdb.base/libsegfault.exp: New.
6298
de63c46b
PA
62992018-01-05 Joel Brobecker <brobecker@adacore.com>
6300
6301 PR gdb/22670
6302 * gdb.ada/access_tagged_param.exp: New file.
6303 * gdb.ada/access_tagged_param/foo.adb: New file.
6304
f98fc17b
PA
63052018-01-05 Pedro Alves <palves@redhat.com>
6306
6307 PR gdb/22670
6308 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6309 exercise lower case too, and to exercise both full matching and
6310 wild matching.
6311
342f8240
JB
63122018-01-05 Joel Brobecker <brobecker@adacore.com>
6313
6314 * gdb.ada/rename_subscript_param: New testcase.
6315
7150d33c
JG
63162018-01-05 Jerome Guitton <guitton@adacore.com>
6317
6318 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6319
cc0e770c
JB
63202018-01-05 Joel Brobecker <brobecker@adacore.com>
6321
6322 * gdb.ada/convvar_comp: New testcase.
6323
672a41aa 63242018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6325
6326 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6327 (My_Table): New global variable.
6328 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6329
7365ec2f
JB
63302018-01-04 Joel Brobecker <brobecker@adacore.com>
6331
6332 PR gdb/22670
6333 * gdb.ada/maint_with_ada: New testcase.
6334
289483b6
JB
63352018-01-04 Joel Brobecker <brobecker@adacore.com>
6336
6337 PR gdb/22670
6338 * gdb.ada/bp_c_mixed_case: New testcase.
6339
344420da
JB
63402018-01-04 Joel Brobecker <brobecker@adacore.com>
6341
6342 PR gdb/22670
6343 * gdb.ada/complete.exp: Add "complete break ada" test.
6344
66fc87a0
JB
63452018-01-04 Joel Brobecker <brobecker@adacore.com>
6346
6347 PR gdb/22670
6348 * gdb.ada/info_addr_mixed_case: New testcase.
6349
9f757bf7
XR
63502018-01-03 Xavier Roirand <roirand@adacore.com>
6351
6352 * gdb.ada/excep_handle.exp: New testcase.
6353 * gdb.ada/excep_handle/foo.adb: New file.
6354 * gdb.ada/excep_handle/pck.ads: New file.
6355
bd570f80
JB
63562018-01-03 Joel Brobecker <brobecker@adacore.com>
6357
6358 * gdb.base/step-line.c: Add extra empty line in copyright header.
6359 * gdb.base/step-line.inp: Likewise.
6360
9fe561ab
JB
63612018-01-02 Joel Brobecker <brobecker@adacore.com>
6362
6363 * gdb.ada/dyn_stride.exp: Add slice test.
6364
a405673c
JB
63652018-01-02 Joel Brobecker <brobecker@adacore.com>
6366
6367 * gdb.ada/dyn_stride: New testcase.
6368
cef0f868
SH
63692017-12-27 Stafford Horne <shorne@gmail.com>
6370
6371 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6372 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6373
b67d92b0
SH
63742017-12-27 Stafford Horne <shorne@gmail.com>
6375
6376 * gdb.base/reggroups.c: New file.
6377 * gdb.base/reggroups.exp: New file.
6378
eccab96d
JB
63792017-12-18 Joel Brobecker <brobecker@adacore.com>
6380
6381 * gdb.dwarf2/ada-valprint-error.c: New file.
6382 * gdb.dwarf2/ada-valprint-error.exp: New file.
6383
0e2da9f0
JB
63842017-12-18 Joel Brobecker <brobecker@adacore.com>
6385
6386 * gdb.ada/assign_arr: New testcase.
6387
cb923fcc
XR
63882017-12-18 Xavier Roirand <roirand@adacore.com>
6389
6390 * gdb.ada/funcall_ptr: New testcase.
6391
7c161838
SDJ
63922017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6393
6394 PR cli/16224
6395 * gdb.base/ptype-offsets.cc: New file.
6396 * gdb.base/ptype-offsets.exp: New file.
6397
1af17fd9
YQ
63982017-12-15 Yao Qi <yao.qi@linaro.org>
6399
6400 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6401 if XML is disabled.
6402
828d5846
XR
64032017-12-15 Xavier Roirand <roirand@adacore.com>
6404
6405 * gdb.ada/same_component_name: New testcase.
6406
79e8fcaa
JB
64072017-12-14 Joel Brobecker <brobecker@adacore.com>
6408
6409 * gdb.ada/str_binop_equal: New testcase.
6410
e05fa6f9
JB
64112017-12-14 Joel Brobecker <brobecker@adacore.com>
6412
6413 * gdb.ada/task_switch_in_core: New testcase.
6414
b89641ba
SM
64152017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6418 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6419 call test_bkpt_qualified.
6420 (test_bkpt_qualified): New proc.
6421
6892d2e4
PA
64222017-12-13 Pedro Alves <palves@redhat.com>
6423
6424 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6425 Tighten regexp by matching with an anchor.
6426
a22ecf70
PA
64272017-12-13 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6430 ("expression with namespace"): New set of tests.
6431 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6432 (Nested::Test_NS::qux): New.
6433 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6434 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6435
9937536c
JB
64362017-12-13 Joel Brobecker <brobecker@adacore.com>
6437
6438 * gdb.base/server-del-break.c: New file.
6439 * gdb.base/server-del-break.exp: New file.
6440
fe49c6f5
SH
64412017-12-12 Stafford Horne <shorne@gmail.com>
6442
6443 * gdb.xml/tdesc-regs.exp: Add or1k support.
6444
c3d18620
SH
64452017-12-12 Stafford Horne <shorne@gmail.com>
6446
6447 * gdb.base/bp-permanent.c: Define nop of or1k.
6448
c5f9cfc8
JB
64492017-12-11 Joel Brobecker <brobecker@adacore.com>
6450
6451 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6452 output with components being reordered.
6453
a9c135fc
JB
64542017-12-11 Joel Brobecker <brobecker@adacore.com>
6455
6456 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6457 output with components being reordered.
6458
927aa2e7
JK
64592017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6460 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.base/maint.exp (check for .gdb_index): Check also for
6463 .debug_names.
6464 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6465 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6466 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6467 (.gdb_index used after symbol reloading): Support also .debug_names.
6468 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6469
f17d9474
YQ
64702017-12-08 Yao Qi <yao.qi@linaro.org>
6471
6472 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6473 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6474
a0de8c21
YQ
64752017-12-08 Yao Qi <yao.qi@linaro.org>
6476
6477 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6478 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6479
a738ea1d
YQ
64802017-12-08 Yao Qi <yao.qi@linaro.org>
6481
6482 * gdb.arch/aarch64-tagged-pointer.c: New file.
6483 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6484
1cd9a73b
SDJ
64852017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6486
6487 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6488 "int".
6489
fa6eb693
KS
64902017-12-07 Keith Seitz <keiths@redhat.com>
6491
6492 PR breakpoints/22569
6493 * gdb.linespec/ls-errs.exp: Change expected result of "break
6494 -source this file has spaces.c -line 3".
6495 Check that an explicit source file followed by whitespace is
6496 identified as an invalid explicit location.
6497
883fd55a
KS
64982017-12-07 Keith Seitz <keiths@redhat.com>
6499
6500 * gdb.cp/nested-types.cc: New file.
6501 * gdb.cp/nested-types.exp: New file.
6502 * lib/cp-support.exp: Load data-structures.exp library.
6503 (debug_cp_test_ptype_class): New global.
6504 (cp_ptype_class_verbose, next_line): New procedures.
6505 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6506 Add and document new return value.
6507 Switch the list of lines to a queue.
6508 Add support for new `type' key for nested type definitions.
6509 Add debugging/troubleshooting messages.
6510 * lib/data-structures.exp: New file.
6511
ec72db3e
SM
65122017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6513
6514 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6515 with proc_with_prefix, don't use with_test_prefix.
6516
99598d71
TT
65172017-12-07 Tom Tromey <tom@tromey.com>
6518
6519 * gdb.base/break.exp: Add test for empty "commands".
6520
a8806230
YQ
65212017-12-07 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6524 malloc and catch syscall.
6525
824cc835
PM
65262017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6527
e79be6e5 6528 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
6529 tests for explicit locations.
6530
7cc244de
PA
65312017-12-06 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6534 force-disabling XML descriptions.
6535
50a1fdd5
PA
65362017-12-04 Pedro Alves <palves@redhat.com>
6537
6538 PR gdb/22499
6539 * gdb.arch/amd64-disp-step-avx.S: New file.
6540 * gdb.arch/amd64-disp-step-avx.exp: New file.
6541
f0fb2488
PA
65422017-12-03 Pedro Alves <palves@redhat.com>
6543
6544 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6545 and <string.h>.
6546 (parent_function): Print distinct messages when waitpid fails, or
6547 the child exits with a signal, or the child exits for an unhandled
6548 reason.
6549 * gdb.threads/process-dies-while-detaching.exp
6550 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6551 it. Wait for both inferior output and GDB's prompt. Use an
6552 indirect spawn id list.
6553 (do_detach): New parameter 'child_exit'. Use it to compute
6554 expected inferior output.
6555 (test_detach, test_detach_watch, test_detach_killed_outside):
6556 Adjust to pass down the expected child exit kind.
6557
97cbe998
SDJ
65582017-12-01 Joel Brobecker <brobecker@adacore.com>
6559 Sergio Durigan Junior <sergiodj@redhat.com>
6560 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6563
40fc416f
SDJ
65642017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6565
6566 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6567 to 'symbol-file' and 'add-symbol-file' can be
6568 position-independent.
6569
1cc75e92
YQ
65702017-12-01 Yao Qi <yao.qi@linaro.org>
6571
6572 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6573 the URL in copyright header.
6574 * gdb.arch/aarch64-fp.exp: Likewise.
6575 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6576 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6577 * gdb.base/expand-psymtabs.exp: Likewise.
6578 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6579 * gdb.fortran/common-block.exp: Likewise.
6580 * gdb.fortran/common-block.f90: Likewise.
6581 * gdb.fortran/logical.exp: Likewise.
6582 * gdb.fortran/vla-datatypes.f90: Likewise.
6583 * gdb.fortran/vla-sub.f90: Likewise.
6584
875fb7a7
JB
65852017-11-30 Joel Brobecker <brobecker@adacore.com>
6586
6587 * gdb.ada/repeat_dyn: New testcase.
6588
6f14765f
UW
65892017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6590
6591 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6592 Update for changed thread numbering.
6593 * gdb.cell/bt.exp: Update for changed GDB output.
6594
f1af7b94
SM
65952017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6596
6597 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6598 setting isremote by hand.
6599 * boards/dwarf4-gdb-index.exp: Likewise.
6600 * boards/fission.exp: Likewise.
6601 * boards/stabs.exp: Likewise.
6602
e3919f3e
PA
66032017-11-30 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.linespec/cpls-ops.exp
6606 (check_explicit_skips_function_argument): Extract the underlying
6607 type of size_t instead of hardcoding it.
6608
bd69330d
PA
66092017-11-29 Pedro Alves <palves@redhat.com>
6610
6611 PR c++/19436
6612 * gdb.linespec/cpls-abi-tag.cc: New file.
6613 * gdb.linespec/cpls-abi-tag.exp: New file.
6614
a20714ff
PA
66152017-11-29 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/langs.exp: Use -qualified.
6618 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6619 it.
6620 * gdb.cp/namespace.exp: Use -qualified.
6621 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6622 (overload-3, template-overload, template-ret-type, const-overload)
6623 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6624 procedures.
6625 (test_driver): Call them.
6626 * gdb.cp/save-bp-qualified.cc: New.
6627 * gdb.cp/save-bp-qualified.exp: New.
6628 * gdb.linespec/explicit.exp: Test -qualified.
6629 * lib/completion-support.exp (completion::explicit_opts_list): Add
6630 "-qualified".
6631 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6632
f6f1d339
PM
66332017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6634
6635 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6636
02ca603a
TT
66372017-11-29 Tom Tromey <tom@tromey.com>
6638
6639 * gdb.base/relocate.exp: Update invalid argument test.
6640 Add new tests for invalid arguments.
6641
ed6c0bfb
TP
66422017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6643
6644 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6645 Return 0 as a long.
6646 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6647
f106e10e
TP
66482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6649
6650 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6651 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6652 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6653 func ().
6654 * gdb.cp/shadow.cc (B.func): Return 0.
6655
10329bb2
JB
66562017-11-27 Joel Brobecker <brobecker@adacore.com>
6657
6658 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6659 expected output in gdb_expect call to allow the exception
6660 message to be present as well. Fix syntax confusion to avoid
6661 TCL thinking that exception_name is an array.
6662
617cd4bc
UW
66632017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6664
6665 * gdb.arch/spu-info.c: Include <unistd.h>.
6666 (do_signal_test): Fix broken calls to write.
6667 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6668 Fix checks for empty mailboxes. Update signal tests for corrected
6669 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
6670 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6671 * gdb.cell/arch.exp: Use standard_output_file.
6672 * gdb.cell/break.exp: Likewise.
6673 * gdb.cell/bt.exp: Likewise.
6674 * gdb.cell/core.exp: Likewise.
6675 * gdb.cell/dwarfaddr.exp: Likewise.
6676 * gdb.cell/ea-cache.exp: Likewise.
6677 * gdb.cell/ea-standalone.exp: Likewise.
6678 * gdb.cell/f-regs.exp: Likewise.
6679 * gdb.cell/fork.exp: Likewise.
6680 * gdb.cell/gcore.exp: Likewise.
6681 * gdb.cell/mem-access.exp: Likewise.
6682 * gdb.cell/ptype.exp: Likewise.
6683 * gdb.cell/registers.exp: Likewise.
6684 * gdb.cell/sizeof.exp: Likewise.
6685 * gdb.cell/solib-symbol.exp: Likewise.
6686 * gdb.cell/solib.exp: Likewise.
617cd4bc 6687
a81aaca0
PA
66882017-11-25 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/complete-empty.exp: New file.
6691 * gdb.base/completion.exp: Adjust.
6692
6a3c6ee4
PA
66932017-11-25 Pedro Alves <palves@redhat.com>
6694
6695 * gdb.linespec/cpls-ops.cc: New file.
6696 * gdb.linespec/cpls-ops.exp: New file.
6697 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6698 factored out from ...
6699 (test_complete_prefix_range): ... this.
6700
8955eb2d
PA
67012017-11-24 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.linespec/cpcompletion.exp: New file.
6704 * gdb.linespec/cpls-hyphen.cc: New file.
6705 * gdb.linespec/cpls.cc: New file.
6706 * gdb.linespec/cpls2.cc: New file.
6707 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6708 test to use test_gdb_complete_unique. Add label completion,
6709 keyword completion and explicit location completion tests.
6710 * lib/completion-support.exp: New file.
6711
e547c119
JB
67122017-11-24 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6715 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6716 when hitting an exception catchpoint.
6717
7c3c1aa8
YQ
67182017-11-22 Yao Qi <yao.qi@linaro.org>
6719
6720 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6721
41bd68f5
SM
67222017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6723
6724 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6725 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6726 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6727
1daad298
YQ
67282017-11-22 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.base/info-os.exp: Pass pthreads.
6731 * gdb.multi/multi-attach.exp: Likewise.
6732
88465e87
YQ
67332017-11-22 Yao Qi <yao.qi@linaro.org>
6734
6735 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6736 compiler.
6737
dc196b23
YQ
67382017-11-22 Yao Qi <yao.qi@linaro.org>
6739
6740 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6741 * gdb.base/break-interp.exp: Likewise.
6742 * gdb.base/jit-attach-pie.exp: Likewise.
6743
2400729e
UW
67442017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6745
6746 * gdb.base/float128.c (large128): New variable.
6747 * gdb.base/float128.exp: Add test to print largest __float128 value.
6748
7a26362d
UW
67492017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6750
6751 * gdb.arch/vsx-regs.exp: Update register content checks.
6752
ed0f4273
UW
67532017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6754
6755 * gdb.arch/ppc-longdouble.exp: New file.
6756 * gdb.arch/ppc-longdouble.c: Likewise.
6757
a25d69c6
PA
67582017-11-21 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6761
73fcf641
PA
67622017-11-20 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6765 (long_double_typedef): New typedefs.
6766 Use DEF on double and long double.
6767 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6768 cases.
6769 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6770 and 'long_double_ptr_same_size' locals. Use them to decide
6771 whether cast from array/function to float is valid/invalid.
6772
71a3c369
TT
67732017-11-17 Tom Tromey <tom@tromey.com>
6774
6775 * gdb.rust/traits.rs: New file.
6776 * gdb.rust/traits.exp: New file.
6777
ced9779b
JB
67782017-11-17 Joel Brobecker <brobecker@adacore.com>
6779
6780 * gdb.ada/minsyms: New testcase.
6781
a0922d80
PA
67822017-11-16 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6785 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6786
ea04e54c
PA
67872017-11-16 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6790 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6791
e849ea89
PA
67922017-11-16 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.server/reconnect-ctrl-c.c: New file.
6795 * gdb.server/reconnect-ctrl-c.exp: New file.
6796
d8ae99a7
PM
67972017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6798
6799 * gdb.python/py-rbreak.exp: New file.
6800 * gdb.python/py-rbreak.c: New file.
6801 * gdb.python/py-rbreak-func2.c: New file.
6802
968a13f8
PA
68032017-11-16 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6806 pattern.
6807 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6808 GDB.
6809
71774bc9
SM
68102017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6811
6812 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6813 regex.
6814
ddbb44cf
SM
68152017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6816
6817 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6818 test names.
6819
584a564f
PA
68202017-11-09 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6823 factored out from ...
6824 (top level): ... here, and adjusted to avoid expecting beyond the
6825 prompt in a single gdb_test_multiple.
6826
5ed7a928
PA
68272017-11-09 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6830 output.
6831 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6832 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6833 * gdb.server/ext-run.exp ("kill" test): Likewise.
6834 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6835
a60e0738
PA
68362017-11-09 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6839 match till end of line.
6840
2c88253f
PA
68412017-11-09 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6844
c7a38517
PA
68452017-11-09 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6848 New procedures, factored out from ...
6849 (top level): ... here, and adjusted to avoid expecting beyond the
6850 prompt in one go.
6851
f29f4b6b
PA
68522017-11-09 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6855 output. Fix '?' match.
6856
286acbb5
JB
68572017-11-08 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdb.ada/scoped_watch: New testcase.
6860 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6861 which is actually correct.
6862 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6863 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6864
62d7ae92
PA
68652017-11-08 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.gdb/complaints.exp (test_initial_complaints)
6868 (test_serial_complaints, test_short_complaints): Call
6869 complaint_internal instead of complaint.
6870
280ca31f
DT
68712017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6872
6873 * gdb.threads/tls-core.c: New file.
6874 * gdb.threads/tls-core.exp: Likewise.
6875
b5ec771e
PA
68762017-11-08 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6879 (p Exported_Capitalized): New test.
6880 (p exported_capitalized): New test.
6881
a02b41a7
PA
68822017-11-07 Pedro Alves <palves@redhat.com>
6883
6884 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6885
95e95a6d
PA
68862017-11-07 Pedro Alves <palves@redhat.com>
6887
6888 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6889 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6890 (disable_invalid, disable_inverted, disable_negative): New
6891 procedures.
6892 ("bad numbers"): New set of tests.
6893
cee62dbd
PA
68942017-11-07 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.cp/ena-dis-br-range.exp: Add tests.
6897
cc638e86
PA
68982017-11-07 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6901
d0fe4701
XR
69022017-11-07 Xavier Roirand <roirand@adacore.com>
6903 Pedro Alves <palves@redhat.com>
6904
6905 * gdb.base/ena-dis-br.exp: Add reference to
6906 gdb.cp/ena-dis-br-range.exp.
6907 * gdb.cp/ena-dis-br-range.exp: New file.
6908 * gdb.cp/ena-dis-br-range.cc: New file.
6909
46f67f80
PA
69102017-11-06 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/attach-non-pgrp-leader.c: New.
6913 * gdb.base/attach-non-pgrp-leader.exp: New.
6914
726e1356
PA
69152017-11-06 Pedro Alves <palves@redhat.com>
6916
6917 * configure.ac: No longer check for termio.h and sgtty.h.
6918 * configure: Regenerate.
6919 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6920 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6921 Remove termio and sgtty code.
6922
50ab6ace
YQ
69232017-11-03 Yao Qi <yao.qi@linaro.org>
6924
6925 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6926 in GDB is disabled.
6927
8e68731c
YQ
69282017-11-03 Yao Qi <yao.qi@linaro.org>
6929
6930 * gdb.python/py-thrhandle.exp: Skip it if python is not
6931 enabled.
6932
3a87ae65
SM
69332017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6934
6935 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6936 as a breakpoint command.
6937
484d8d36
MD
69382017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6939
6940 PR python/21213
6941 * gdb.python/py-infthread.exp: Test calling
6942 InferiorThread.inferior () multiple times in a row.
6943
4a27f119
KS
69442017-10-27 Keith Seitz <keiths@redhat.com>
6945
6946 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6947 Test "info break" for every inlined function breakpoint.
6948
bb11dd58
YQ
69492017-10-27 Yao Qi <yao.qi@linaro.org>
6950
6951 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6952
a43f3893
PF
69532017-10-26 Patrick Frants <osscontribute@gmail.com>
6954
6955 * gdb.cp/classes.exp (test_static_members): Test printing
6956 Outer::instance.
6957 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6958 (Inner::instance, Outer::instance): New.
6959
792ccf00
PA
69602017-10-24 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6963 extra console" test in two stages.
6964
eb2bfbad
PA
69652017-10-24 Pedro Alves <palves@redhat.com>
6966
6967 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6968
1f75a651
PA
69692017-10-24 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6972 loop.
6973
779990d9
PA
69742017-10-24 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6977 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6978
ad9b8f5d
PA
69792017-10-24 Pedro Alves <palves@redhat.com>
6980
6981 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6982 parameter and handle it. Don't output read value in test name.
6983
fee6da6e
PA
69842017-10-24 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6987 custom test name.
6988
10389c2c
PA
69892017-10-24 Pedro Alves <palves@redhat.com>
6990
6991 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6992 include the unstable output directory name in the test's name.
6993 (initial_setup_simple) <'set args'>: Use custom test name.
6994
a80e65a9
PA
69952017-10-24 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6998 with explicit test name.
6999
15763a09
PA
70002017-10-20 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7003 'wait -i'. Use gdb_assert and remote_close.
7004
49a4ce2e
AB
70052017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7006
7007 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7008 number from variable rather than hard-coded.
7009
a75868f5
PA
70102017-10-19 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/long-inferior-output.c: New file.
7013 * gdb.base/long-inferior-output.exp: New file.
7014
c8ba13ad
KS
70152017-11-18 Keith Seitz <keiths@redhat.com>
7016
7017 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7018 method.
7019 (main): Call it.
7020 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7021 Add additional user-defined conversion operator tests.
7022
b27de576
PA
70232017-10-17 Pedro Alves <palves@redhat.com>
7024
7025 * boards/native-stdio-gdbserver.exp: Load "local-board".
7026
8484c955
PA
70272017-10-17 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/quit-live.c: New file.
7030 * gdb.base/quit-live.exp: New file.
7031
83d5a34d
KS
70322017-10-16 Keith Seitz <keiths@redhat.com>
7033
7034 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7035 (class_with_protected_typedef, class_with_private_typedef)
7036 (struct_with_public_typedef, struct_with_protected_typedef)
7037 (struct_with_private_typedef): New classes/structs.
7038 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7039 typedefs and access specifiers.
7040
739b3f1d
PA
70412017-10-16 Pedro Alves <palves@redhat.com>
7042 Simon Marchi <simon.marchi@polymtl.ca>
7043
7044 * README (Local vs Remote vs Native): New section.
7045 * boards/local-board.exp: New file, with bits factored out from
7046 ...
7047 * boards/native-extended-gdbserver.exp: ... here. Load
7048 "local-board".
7049 * boards/native-gdbserver.exp: Load "local-board".
7050 (${board}_spawn, ${board}_exec): Delete.
7051 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7052 ...
7053 * boards/stdio-gdbserver-base.exp: ... this new file.
7054 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7055 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7056 procedure.
7057 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7058 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7059 stdio_gdbserver_command.
7060 (${board}_get_remote_address, ${board}_get_comm_port)
7061 (${board}_download, ${board}_upload): Delete.
7062 (get_target_remote_pipe_cmd): New.
7063
fe68b953
SM
70642017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7065
7066 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7067 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7068 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7069 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7070 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7071 remove with_test_prefix.
7072
300b6685
PA
70732017-10-13 Pedro Alves <palves@redhat.com>
7074
7075 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7076 * gdb.base/annota1.exp: Use it instead of is_remote.
7077 * gdb.base/annota3.exp: Use it instead of is_remote.
7078 * gdb.cp/annota2.exp: Use it instead of is_remote.
7079 * gdb.cp/annota3.exp: Use it instead of is_remote.
7080 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7081
50500caf
PA
70822017-10-13 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7085 (test_num_test_vars, run_and_count_vars, find_env)
7086 (test_set_unset_env, test_inherit_env_var): New procedures.
7087 (top level): Use them.
7088
dad0c6d2
PA
70892017-10-13 Pedro Alves <palves@redhat.com>
7090
7091 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7092 also skip on stub-like targets.
7093
8b0553c1
PA
70942017-10-13 Pedro Alves <palves@redhat.com>
7095
7096 PR gdb/22293
7097 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7098 (top level): Move some tests to ...
7099 (test_not_found): ... this new procedure.
7100 (top level): Call it.
7101
7594f623
PA
71022017-10-13 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7105 expect different "info terminal" output if testing with a
7106 non-native target.
7107
ebe3b402
PA
71082017-10-13 Pedro Alves <palves@redhat.com>
7109 Simon Marchi <simon.marchi@polymtl.ca>
7110
7111 PR python/12966
7112 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7113
42f1b161
PA
71142017-10-13 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7117 already.
7118
8d6ef72b
PA
71192017-10-13 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7122 is_remote.
7123
d7bcd5b8
PA
71242017-10-13 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7127 is_remote.
7128
df479dc6
PA
71292017-10-13 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7132 is set.
7133 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7134 instead of is_remote.
7135
23fb630a
PA
71362017-10-13 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7139 (top level): Add comment.
7140
cc77b1dc
PA
71412017-10-13 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/remote.exp (top level): Fix comment typo and add
7144 missing return.
7145
27c9e813
PA
71462017-10-13 Pedro Alves <palves@redhat.com>
7147 Simon Marchi <simon.marchi@polymtl.ca>
7148
7149 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7150 calls and add comments. Skip test if use_gdb_stub is set.
7151 (top level): Use "set cwd" command instead of "cd" command.
7152
5e830d98
PA
71532017-10-13 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7156 is_remote target check.
7157
f5ca0032
PA
71582017-10-13 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.base/scope.exp: Use build_executable + clean_restart +
7161 gdb_file_cmd instead of prepare_for_testing and no longer skip
7162 "before run" tests on is_remote target boards. Update comments.
7163 * boards/native-extended-gdbserver.exp
7164 (extended_gdbserver_load_last_file): New, factored out from ...
7165 (gdb_load): ... this. Move further below and add comment.
7166 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7167
8aed1c0d
PA
71682017-10-12 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.base/attach.exp: Remove references to gdb64.
7171 * gdb.base/dbx.exp: Remove references to gdb64.
7172
cfa34c87
SM
71732017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7174 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/label.exp: Remove is_remote target check.
7177
9192b7de
PA
71782017-10-12 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/auvx.exp (coredir): Update comment.
7181 (top level) <core_works>: Use "set cwd" command instead of "cd"
7182 command.
7183
6bf0052d
PA
71842017-10-12 Pedro Alves <palves@redhat.com>
7185 Simon Marchi <simon.marchi@polymtl.ca>
7186
7187 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7188 target boards.
7189
e48ef82d
PA
71902017-10-12 Pedro Alves <palves@redhat.com>
7191 Simon Marchi <simon.marchi@polymtl.ca>
7192
7193 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7194 Instead skip if there's any gdb_protocol set.
7195
8d7aea57
SM
71962017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7197 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7200
30440677
PA
72012017-10-12 Pedro Alves <palves@redhat.com>
7202 Simon Marchi <simon.marchi@polymtl.ca>
7203
7204 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7205 instead of on dejagnu remote boards.
7206
4e04f045 72072017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7208 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7209
7210 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7211 checks. Use build_executable + clean_restart instead of
7212 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7213 of enabling non-stop after starting gdb.
7214
871a186e
PA
72152017-10-12 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7218 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7219 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7220 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7221
56d704da
AK
72222017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7223
7224 * gdb.arch/arc-tdesc-cpu.exp: New file.
7225 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7226
2f20e312
SM
72272017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7228
7229 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7230
65630365
PA
72312017-10-10 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7234 expect CLI output.
7235
bf469271
PA
72362017-10-10 Pedro Alves <palves@redhat.com>
7237
7238 * lib/selftest-support.exp (selftest_setup): Update for
7239 captured_command_loop's prototype change.
7240
777a42f1
PA
72412017-10-09 Pedro Alves <palves@redhat.com>
7242
7243 Test both arch1=>arch2 and arch2=>arch1.
7244
7245 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7246 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7247 factored out to...
7248 (append_arch1_options, append_arch2_options, append_arch_options)
7249 (build_executables): New procedures.
7250 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7251 local.
7252 (top level): Add new 'first_arch' testing axis.
7253
cbd2b4e3
PA
72542017-10-09 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7257 (barrier): New.
7258 (thread_start, all_started): New functions.
7259 (main): Spawn new thread and wait until it is scheduled.
7260 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7261 option.
7262 (do_test): Add 'selected_thread' parameter. Run to all_started
7263 instead of main. Explicitly set the breakpoint at main. Switch
7264 to the SELECTED_THREAD thread.
7265 (top level): Test handling the exec event with either the main
7266 thread or the second thread selected.
7267
5c9e4427
PA
72682017-10-09 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7271 logic. Move STOP marker after the value checks.
7272 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7273 regexp.
7274
b3b7c423
SL
72752017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7276
7277 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7278
3b4b2f16
UW
72792017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7280
7281 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7282 integer-to-dfp conversion.
7283 * gdb.base/dfp-test.exp: Likewise.
7284
5cd63fda
PA
72852017-10-04 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.multi/hangout.c: Include <unistd.h>.
7288 (hangout_loop): New function.
7289 (main): Call alarm. Call hangout_loop in a loop.
7290 * gdb.multi/hello.c: Include <unistd.h>.
7291 (hello_loop): New function.
7292 (main): Call alarm. Call hangout_loop in a loop.
7293 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7294 inferior with the other selected.
7295
4c71c105
SM
72962017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7297
7298 * gdb.mi/list-thread-groups-available.exp: New file.
7299 * gdb.mi/list-thread-groups-available.c: New file.
7300
bc3b087d
SDJ
73012017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7302
7303 * gdb.base/set-cwd.exp: Make it available on
7304 native-extended-gdbserver.
7305
d092c5a2
SDJ
73062017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7307
7308 * gdb.base/set-cwd.c: New file.
7309 * gdb.base/set-cwd.exp: Likewise.
7310
45320ffa
TT
73112017-10-02 Tom Tromey <tom@tromey.com>
7312
7313 PR rust/22236:
7314 * gdb.rust/simple.rs (main): New variable "fslice".
7315 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7316
b3e3859b
TT
73172017-10-02 Tom Tromey <tom@tromey.com>
7318
7319 * gdb.rust/simple.exp: Test ptype of a slice.
7320
01af5e0d
TT
73212017-10-02 Tom Tromey <tom@tromey.com>
7322
7323 * gdb.rust/simple.exp: Test index of slice.
7324
a9bbfbd8
TT
73252017-09-27 Tom Tromey <tom@tromey.com>
7326
7327 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7328
df8899e5
TP
73292017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7330 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.base/compare-sections.exp (get value of read-only section): Read
7333 as unsigned value.
7334 (corrupt read-only section): Likewise and don't set written if patching
7335 failed.
7336
757bf54b
KB
73372017-09-21 Kevin Buettner <kevinb@redhat.com>
7338
7339 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7340 files.
7341
06871ae8
PA
73422017-09-20 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7345 symbol names in gdb's output.
7346 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7347
e5f25bc5
PA
73482017-09-20 Pedro Alves <palves@redhat.com>
7349
7350 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7351 Rename to ...
7352 (test_list_ambiguous_symbol): ... this and add a symbol name
7353 parameter. Adjust.
7354 (test_list_ambiguous_function): Reimplement on top of
7355 test_list_ambiguous_symbol and also test listing ambiguous
7356 variables.
7357 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7358 (ambiguous_fun): ... this.
7359 (ambiguous_var): New.
7360 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7361 (ambiguous_fun): ... this.
7362 (ambiguous_var): New.
7363
4e5a4f58
JB
73642017-09-19 John Baldwin <jhb@FreeBSD.org>
7365
7366 * gdb.base/starti.c: New file.
7367 * gdb.base/starti.exp: New file.
7368 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7369
26e53f3e
PA
73702017-09-14 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7373 (top level): Use it instead of runto.
7374
cb791d59
TT
73752017-09-11 Tom Tromey <tom@tromey.com>
7376
7377 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7378
7c96f8c1
TT
73792017-09-11 Tom Tromey <tom@tromey.com>
7380
7381 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7382 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7383
469412dd
CW
73842017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7385
7386 * gdb.fortran/printing-types.exp: New file.
7387 * gdb.fortran/printing-types.exp: New file.
7388
e0f86435
BH
73892017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7390
7391 * gdb.fortran/vla-ptype.exp: Fix typos.
7392 * gdb.fortran/vla-value.exp: Same.
7393
9e9af4be
BH
73942017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7395
7396 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7397 * gdb.mi/mi-var-child-f.exp: Likewise.
7398 * gdb.mi/mi-vla-fortran.exp: Likewise.
7399
a5ad232b 74002017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7401 Christoph Weinmann <christoph.t.weinmann@intel.com>
7402 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7403
7404 * gdb.fortran/ptr-indentation.f90: New file.
7405 * gdb.fortran/ptr-indentation.exp: New file.
7406
5aec60eb
TT
74072017-09-05 Tom Tromey <tom@tromey.com>
7408
7409 PR gdb/22010:
7410 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7411
8f8f8152
TP
74122017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7413
7414 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7415
fbd1b771
JK
74162017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7417
7418 * gdb.threads/tls-nodebug-pie.c: New file.
7419 * gdb.threads/tls-nodebug-pie.exp: New file.
7420
5eb5f850
TT
74212017-09-05 Tom Tromey <tom@tromey.com>
7422
7423 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7424 for rust.
7425
ae780a21
SM
74262017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7427
7428 * gdb.multi/multi-arch-exec.exp: Test with different
7429 "follow-exec-mode" settings.
7430 (do_test): New procedure.
7431
3693fdb3
PA
74322017-09-04 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.base/func-static.c (S::method const, S::method volatile)
7435 (S::method volatile const): New methods.
7436 (c_s, v_s, cv_s): New instances.
7437 (main): Call method() on them.
7438 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7439 (cannot_resolve): New procedure.
7440 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7441 print-quote-unquoted columns.
7442 (do_test): Test printing each scope too.
7443
e68cb8e0
PA
74442017-09-04 Pedro Alves <palves@redhat.com>
7445
7446 * gdb.base/local-static.exp: Also test with
7447 class::method::variable wholly quoted.
7448 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7449
858be34c
PA
74502017-09-04 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/local-static.c: New.
7453 * gdb.base/local-static.cc: New.
7454 * gdb.base/local-static.exp: New.
7455
46a4882b
PA
74562017-09-04 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.asm/asm-source.exp: Add casts to int.
7459 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7460 (dataglobal64_1, dataglobal64_2): New globals.
7461 * gdb.base/nodebug.exp: Test different expressions involving the
7462 new globals, with print, whatis and ptype. Add casts to int.
7463 * gdb.base/solib-display.exp: Add casts to int.
7464 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7465 * gdb.cp/m-static.exp: Add cast to int.
7466 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7467 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7468 tls variable with no debug info without a cast. Test with a cast
7469 to int too.
7470 * gdb.trace/entry-values.exp: Add casts.
7471
2c5a2be1
PA
74722017-09-04 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.base/nodebug.exp: Test that ptype's error about functions
7475 with unknown return type includes the function name too.
7476
7022349d
PA
74772017-09-04 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7480 return type of munmap in infcall.
7481 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7482 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7483 type of ftell in infcall.
7484 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7485 type of getpid in infcall.
7486 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7487 infcall.
7488 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7489 Bail on failure to extract the pid.
7490 * gdb.base/nodebug.c: #include <stdint.h>.
7491 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7492 New functions.
7493 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7494 Change expected output of print/whatis/ptype with functions with
7495 no debug info. Test all supported languages. Call
7496 test_call_promotion.
7497 * gdb.compile/compile.exp: Adjust expected output to expect
7498 warning.
7499 * gdb.threads/siginfo-threads.exp: Likewise.
7500
54990598
PA
75012017-09-04 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7504 "prototypes". Test calling float functions via prototyped and
7505 unprototyped function pointers.
7506 (perform_all_tests): New parameter "prototypes". Pass it down.
7507 (top level): Pass down "prototypes" parameter to
7508 perform_all_tests.
7509
34d16ea2
SM
75102017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7513 Test with nested loops.
7514
9521ecda
SM
75152017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7516
7517 * gdb.base/commands.exp: Call the new procedures.
7518 (loop_break_test, loop_continue_test): New procedures.
7519
80a65e9b
SM
75202017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7521
7522 * gdb.base/commands.exp: Call new procedure.
7523 (define_if_without_arg_test): New procedure.
7524
e439fa14
PA
75252017-09-04 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.base/list-ambiguous.exp: New file.
7528 * gdb.base/list-ambiguous0.c: New file.
7529 * gdb.base/list-ambiguous1.c: New file.
7530 * gdb.base/list.exp (test_list_range): Adjust expected output.
7531
0a2dde4a
SDJ
75322017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7533
7534 * gdb.base/share-env-with-gdbserver.c: New file.
7535 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7536
5e89eb3a
SM
75372017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7538
7539 * gdb.base/commands.exp (gdbvar_simple_if_test,
7540 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7541 progvar_simple_if_test, progvar_simple_while_test,
7542 progvar_complex_if_while_test, user_defined_command_test,
7543 user_defined_command_args_eval,
7544 user_defined_command_args_stack_test,
7545 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7546 temporary_breakpoint_commands,
7547 gdb_test_no_prompt, redefine_hook_test,
7548 redefine_backtrace_test): Remove "global gdb_prompt".
7549
fd437cbc
SM
75502017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7551
7552 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7553 New proc, call it from toplevel.
7554
87215ad1
SDJ
75552017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7556
7557 PR remote/21852
7558 * gdb.server/normal.c: New file, copied from gdb.base.
7559 * gdb.server/run-without-local-binary.exp: New file.
7560
58afddc6
WP
75612017-08-07 Weimin Pan <weimin.pan@oracle.com>
7562
7563 * gdb.arch/sparc64-adi.exp: New file.
7564 * gdb.arch/sparc64-adi.c: New file.
7565
5277199a
PA
75662017-08-22 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7569 (top level): Add "list all overloads" tests.
7570
14278e1f
TT
75712017-08-22 Tom Tromey <tom@tromey.com>
7572
7573 * gdb.gdb/xfullpath.exp: Remove.
7574
bf223d3e
PA
75752017-08-21 Pedro Alves <palves@redhat.com>
7576
7577 PR gdb/19487
7578 * gdb.base/symbol-alias.c: New.
7579 * gdb.base/symbol-alias2.c: New.
7580 * gdb.base/symbol-alias.exp: New.
7581
c973d0aa
PA
75822017-08-21 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/dfp-test.c
7585 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7586 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7587 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7588 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7589 * gdb.base/whatis-ptype-typedefs.c: New.
7590 * gdb.base/whatis-ptype-typedefs.exp: New.
7591 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7592 (an_int, an_int_type, an_int_type2): New globals.
7593 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7594 involving typedefs and cast expressions.
7595 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7596 (lookup_typedefs_function): New.
7597 (typedefs_pretty_printers_dict): New.
7598 (top level): Register lookup_typedefs_function in
7599 gdb.pretty_printers.
7600
6d580b63
YQ
76012017-08-18 Yao Qi <yao.qi@linaro.org>
7602
7603 * gdb.server/unittest.exp: New.
7604
206726fb
SDJ
76052017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7606
7607 PR gdb/21954
7608 * gdb.base/environ.exp: Add test to check if 'unset environment'
7609 works.
7610
bf0ec4c2
AA
76112017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7612
7613 * lib/gdb.exp (universal_compile_options): New caching proc.
7614 (gdb_compile): Suppress GCC's coloring of messages.
7615
d6382fff
TT
76162017-08-14 Tom Tromey <tom@tromey.com>
7617
7618 PR gdb/21675:
7619 * gdb.base/printcmds.exp (test_radices): New function.
7620 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7621 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7622 * lib/gdb.exp (get_integer_valueof): Use p/d.
7623
c2c2dd9f
SM
76242017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7627 characters.
7628
fdffd6f4
TT
76292017-08-05 Tom Tromey <tom@tromey.com>
7630
7631 * gdb.rust/simple.exp: Allow String to appear in a different
7632 namespace.
7633
27d41eac
YQ
76342017-07-26 Yao Qi <yao.qi@linaro.org>
7635
7636 * gdb.gdb/unittest.exp: Invoke command
7637 "maintenance check xml-descriptions".
7638
031ed05d
AA
76392017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7640
7641 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7642 calling context.
7643 (hex128): Drop erroneous calculation of parameters.
7644
dcd27ddf
SM
76452017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * gdb.python/py-unwind.exp: Disable stack protection when
7648 building test file.
7649
47e77640
PA
76502017-07-20 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.base/default.exp (set language): Adjust expected output.
7653
62d2a18a
PA
76542017-07-20 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7657 (test_minsym): ... this, and make static.
7658 (get_pck__foo__bar__minsym): Rename to ...
7659 (get_test_minsym): ... this.
7660 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7661 symbol names and comments.
7662 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7663 (get_test_minsym): ... this.
7664 (pck__foo__bar__minsym__2): Rename to ...
7665 (test_minsym): ... this.
7666 (main): Adjust.
7667
c45ec17c
PA
76682017-07-17 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/completion.exp: Adjust expected output.
7671 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7672 the completer works.
7673
c6756f62
PA
76742017-07-17 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7677
5bd68487
AB
76782017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7679
7680 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7681
8880f2a9
TT
76822017-07-14 Tom Tromey <tom@tromey.com>
7683
7684 PR rust/21764:
7685 * gdb.rust/simple.exp: Add tests.
7686
65547233
TT
76872017-07-14 Tom Tromey <tom@tromey.com>
7688
7689 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7690
8f14146e
PA
76912017-07-14 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.linespec/base/one/thefile.cc (z1): New function.
7694 * gdb.linespec/base/two/thefile.cc (z2): New function.
7695 * gdb.linespec/linespec.exp: Add tests.
7696
b4365d02
AB
76972017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7698
7699 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7700 to mi_create_breakpoint.
7701
5d2cbaa5
AB
77022017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7703
7704 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7705 mi_create_breakpoint.
7706
11cb5716
IB
77072017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7708
7709 * gdb.dlang/demangle.exp: Update for demangling changes.
7710
03278692
TT
77112017-07-09 Tom Tromey <tom@tromey.com>
7712
7713 * gdb.dwarf2/shortpiece.exp: New file.
7714
33c5cd75
DB
77152017-07-06 David Blaikie <dblaikie@gmail.com>
7716
7717 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7718 built from fissiont-multi-cu{1,2}.c.
7719 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7720 except putting 'main' and 'func' in separate CUs in the same DWO file.
7721 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7722 test.
7723 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7724 test.
7725
8455d262
PA
77262017-07-06 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.python/py-unwind.exp: Test flushregs.
7729
dc4bde35
SDJ
77302017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7731
7732 PR cli/21688
7733 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7734 tests for alias commands and trailing whitespace.
7735
51ed89aa
SDJ
77362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7737
7738 PR cli/21688
7739 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7740 procedure. Call it.
7741
eb17d413
PA
77422017-06-29 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/printcmds.exp: Add tests.
7745
41664b45
DG
77462017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7747
7748 PR gdb/21337
7749 * gdb.base/reread-readsym.exp: New file.
7750 * gdb.base/reread-readsym.c: New file.
7751
75312ae3
KB
77522017-06-21 Kevin Buettner <kevinb@redhat.com>
7753
7754 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7755 subpattern.
7756
66953522
PB
77572017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7758
7759 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7760 extended mnemonic.
7761 * gdb.arch/powerpc-power9.s: Likewise.
7762
5524b525
AA
77632017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7764
7765 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7766 on 32-bit x86 targets. Exploit is_*_target macros where
7767 appropriate.
7768
03c8af18
AA
77692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7770
7771 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7772 register pieces.
7773
3bf31011
AA
77742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7775
7776 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7777 located in one or more DWARF pieces.
7778
805acca0
AA
77792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7780
7781 * lib/gdb.exp (get_endianness): New proc.
7782 * gdb.arch/aarch64-fp.exp: Use it.
7783 * gdb.arch/altivec-regs.exp: Likewise.
7784 * gdb.arch/e500-regs.exp: Likewise.
7785 * gdb.arch/vsx-regs.exp: Likewise.
7786 * gdb.base/dump.exp: Likewise.
7787 * gdb.base/funcargs.exp: Likewise.
7788 * gdb.base/gnu_vector.exp: Likewise.
7789 * gdb.dwarf2/formdata16.exp: Likewise.
7790 * gdb.dwarf2/implptrpiece.exp: Likewise.
7791 * gdb.dwarf2/nonvar-access.exp: Likewise.
7792 * gdb.python/py-inferior.exp: Likewise.
7793 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7794
e9352324
AA
77952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7796
7797 PR gdb/21226
7798 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7799 stack value pieces are taken from the LSB end.
7800
d5d1163e
AA
78012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7802
7803 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7804 variable at nonzero offset.
7805
0567c986
AA
78062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7807
7808 * gdb.dwarf2/var-access.c: New file.
7809 * gdb.dwarf2/var-access.exp: New test.
7810 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7811
973e9aab
TT
78122017-06-12 Tom Tromey <tom@tromey.com>
7813
7814 * gdb.dwarf2/formdata16.exp: Add tests.
7815
d9109c80
TT
78162017-06-12 Tom Tromey <tom@tromey.com>
7817
7818 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7819
30a25466
TT
78202017-06-12 Tom Tromey <tom@tromey.com>
7821
7822 PR exp/16225:
7823 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7824 * gdb.arch/vsx-regs.exp: Update tests.
7825 * gdb.arch/s390-vregs.exp (hex128): New proc.
7826 Update test.
7827 * gdb.arch/altivec-regs.exp: Update tests.
7828
aefd8b33
SDJ
78292017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7830
7831 * gdb.base/startup-with-shell.c: New file.
7832 * gdb.base/startup-with-shell.exp: Likewise.
7833
2090129c
SDJ
78342017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7835
7836 * gdb.server/non-existing-program.exp: Update regex in order to
7837 reflect the fact that gdbserver is now using fork_inferior (with a
7838 shell) to startup the inferior.
7839
8e86a419
SM
78402017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7841
7842 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7843 support function calls from GDB.
7844
e6cf65f2
TT
78452017-05-21 Tom Tromey <tom@tromey.com>
7846
7847 PR rust/21466:
7848 * gdb.rust/unsized.exp: New file.
7849 * gdb.rust/unsized.rs: New file.
7850
43cc5389
TT
78512017-05-19 Tom Tromey <tom@tromey.com>
7852
7853 PR rust/21484:
7854 * gdb.rust/watch.exp: New file.
7855 * gdb.rust/watch.rs: New file.
7856
ec8df234
TT
78572017-05-18 Tom Tromey <tom@tromey.com>
7858
7859 * gdb.rust/simple.exp: Allow Box to be qualified.
7860
3e3e7fae
TP
78612017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7862
7863 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7864
59cc050d
PA
78652017-05-18 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/fileio.c (test_write, test_read, test_close)
7868 (test_fstat): Don't print 'ret' in the fail path.
7869
c8f6abd1
PA
78702017-05-18 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7873 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7874 (test_system, test_rename, test_unlink, test_time): Change
7875 prototypes.
7876 * gdb.base/fileio.exp (stop_msg): Adjust.
7877
d2a03b77
PA
78782017-05-18 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/fileio.c (null_str): New global.
7881 (test_stat): Use it.
7882 * gdb.base/fileio.exp: Remove nowarnings.
7883
0d5c6999
YQ
78842017-05-17 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7887
21873064
YQ
78882017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7889
7890 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7891 argument command.
7892 (top-level): Invoke test_set_inferior_tty.
7893
d512d31c
PA
78942017-05-04 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7897 Add parens to print call for Python 3.
7898
90cef2ed
KS
78992017-05-03 Keith Seitz <keiths@redhat.com>
7900
7901 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7902 (main): Call it.
7903
14f819c8
TW
79042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7905
7906 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7907 to prev and next.
7908
913aeadd
TW
79092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7910
7911 * gdb.python/py-record-btrace.exp: Remove test for
7912 gdb.BtraceInstruction.error.
7913
a3be24ad
TW
79142017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7915
7916 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7917
ae20e79a
TW
79182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7919
7920 * gdb.python/py-record-btrace-threads.c: New file.
7921 * gdb.python/py-record-btrace-threads.exp: New file.
7922
45ce1b47
SDJ
79232017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7924
7925 PR testsuite/8595
7926 * gdb.base/environ.exp: Make test available in all architectures.
7927 Move bits related to "info program" testing to
7928 gdb.base/info-program.exp. Rewrite tests to use the two new
7929 procedures mentione below.
7930 (test_set_show_env_var) New procedure.
7931 (test_set_show_env_var_equal): Likewise.
7932 * gdb.base/info-program.exp: New file.
7933
e15c3eb4
KS
79342017-04-27 Keith Seitz <keiths@redhat.com>
7935
7936 * gdb.cp/oranking.cc (test15): New function.
7937 (main): Call test15 and declare additional variables for testing.
7938 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7939 "p foo101('abc')" tests.
7940 Add tests for cv qualifier overloads.
7941 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7942 "lvalue reference overload" test.
7943 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7944 "print value of f1 on Child&& in f2" test.
7945
3a3fd0fd
PA
79462017-04-19 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7949 procedure.
7950 (top level): Call it.
7951 * lib/gdb.exp (gdb_define_cmd): New procedure.
7952
53375380
PA
79532017-04-12 Pedro Alves <palves@redhat.com>
7954
7955 PR gdb/21323
7956 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7957 (wchar): New global.
7958 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7959 (do_test_wide_char, wide_char_types_no_program, top level): Add
7960 wchar_t testing.
7961
53e710ac
PA
79622017-04-12 Pedro Alves <palves@redhat.com>
7963
7964 PR c++/21323
7965 * gdb.cp/wide_char_types.c: New file.
7966 * gdb.cp/wide_char_types.exp: New file.
7967
0ad9d8c7
SDJ
79682017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7969
7970 PR gdb/21352
7971 * gdb.trace/tsv.exp: Add test for "tsave -r".
7972
b1b45502
IB
79732017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7974
7975 * gdb.dlang/watch-loc.c: New file.
7976 * gdb.dlang/watch-loc.exp: New file.
7977
ec13808e
JK
79782017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7979
7980 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7981
fe5f7374
AK
79822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7983
7984 * gdb.arch/arc-analyze-prologue.S: New file.
7985 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7986
eea78757
AK
79872017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7988
7989 * gdb.arch/arc-decode-insn.S: New file.
7990 * gdb.arch/arc-decode-insn.exp: Likewise.
7991
5badf10a
IR
79922017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7993
7994 PR tdep/20928
7995 * gdb.arch/sparc64-regs.exp: New file.
7996 * gdb.arch/sparc64-regs.S: Likewise.
7997
cee59b3f
TW
79982017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7999
8000 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8001 and memory view on Python 3.
8002
c0f55cc6
AV
80032017-03-20 Artemiy Volkov <artemiyv@acm.org>
8004 Keith Seitz <keiths@redhat.com>
8005
8006 PR gdb/14441
8007 * gdb.cp/demangle.exp: Add rvalue reference tests.
8008 * gdb.cp/rvalue-ref-casts.cc: New file.
8009 * gdb.cp/rvalue-ref-casts.exp: New file.
8010 * gdb.cp/rvalue-ref-overload.cc: New file.
8011 * gdb.cp/rvalue-ref-overload.exp: New file.
8012 * gdb.cp/rvalue-ref-params.cc: New file.
8013 * gdb.cp/rvalue-ref-params.exp: New file.
8014 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8015 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8016 * gdb.cp/rvalue-ref-types.cc: New file.
8017 * gdb.cp/rvalue-ref-types.exp: New file.
8018 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8019 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8020
51457a05
MAL
80212017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8022
8023 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8024 New procedure.
8025
5b291c04
MAL
80262017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8027
8028 * lib/mi-support.exp (mi_gdb_test): Add additional message
8029 for unexpected output.
8030
59a56148
AA
80312017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8032
8033 * gdb.base/examine-backward.c (Barrier): New character array
8034 constant, to ensure that TestStrings is preceded by a string
8035 terminator.
8036
7942e96e
AA
80372017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8038
8039 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8040 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8041 and implicit pointer into such a location.
8042
6ebac3fb
DE
80432017-03-16 Doug Evans <dje@google.com>
8044
8045 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8046
ec3b243d
TP
80472017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8048
8049 * gdb.cp/m-static.exp: Fix expectation for prototype of
8050 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8051
80522017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8053
8054 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8055 * gdb.guile/scm-lazy-string.c: New file.
8056 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8057 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8058 for pointer, array, typedef lazy strings.
8059
2cc36e25 80602017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8061
8062 PR python/17728, python/18439, python/18779
8063 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8064 * gdb.python/py-lazy-string.c (pointer): New typedef.
8065 (main): New locals ptr, array, typedef_ptr.
8066 * gdb.python/py-value.exp: Move lazy string tests to ...
8067 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8068 array, typedef lazy strings.
ec3b243d 8069
0efcde63
AK
80702017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8071
8072 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8073 Add optional 'test' parameter.
8074
7978d7c3
SM
80752017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8076
8077 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8078 Skip for versions of DejaGnu < 1.5.
8079
896c0c1e
SM
80802017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8081
8082 * lib/gdb.exp (dejagnu_version): New proc.
8083 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8084 Use dejagnu_version.
8085
5f4d1085
KS
80862017-03-10 Keith Seitz <keiths@redhat.com>
8087
8088 PR c++/8128
8089 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8090 type from destructor regexps.
8091 Add a branch which actually passes the test.
8092 Adjust "ptype t5i" test names.
8093
1de05205
PA
80942017-03-08 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/step-over-exit.exp: Add explicit test message.
8097
c65d6b55
PA
80982017-03-08 Pedro Alves <palves@redhat.com>
8099
8100 PR gdb/18360
8101 * gdb.threads/interrupt-while-step-over.c: New file.
8102 * gdb.threads/interrupt-while-step-over.exp: New file.
8103
2e86a283
PA
81042017-03-08 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8107 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8108
25dcbff6
PA
81092017-03-08 Pedro Alves <palves@redhat.com>
8110
8111 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8112 PKRU as not supported as a PASS.
8113
dc9366eb
PA
81142017-03-08 Pedro Alves <palves@redhat.com>
8115
8116 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8117 prefix instead of $binfile1/$binfile2.
8118 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8119 in test message.
8120 * gdb.python/py-completion.exp: Use "load python file" as test
8121 messages instead of unstable path names.
8122
6e5d74e7
PA
81232017-03-08 Pedro Alves <palves@redhat.com>
8124 Jan Kratochvil <jan.kratochvil@redhat.com>
8125
8126 PR cli/21218
8127 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8128 New proc.
8129 (top level): Call it.
8130
9753a2f6
PA
81312017-03-08 Pedro Alves <palves@redhat.com>
8132
8133 PR tui/21216
8134 * gdb.tui/tui-nl-filtered-output.exp: New file.
8135
1a4dd9dd
PA
81362017-03-08 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/completion.exp: Move TUI completion tests to ...
8139 * gdb.tui/completion.exp: ... this new file.
8140
7cbbff33
PA
81412017-03-08 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/tui-disasm-long-lines.c,
8144 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8145 gdb.base/tui-layout.exp: Move to ...
8146 * gdb.tui/: ... this new directory.
8147
5f6fd321
PA
81482017-03-07 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.base/tui-layout.c: New file.
8151 * gdb.base/tui-layout.exp: New file.
8152
44959fa8
PA
81532017-03-07 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.base/tui-layout.c: Rename to ...
8156 * gdb.base/tui-disasm-long-lines.c: ... this.
8157 * gdb.base/tui-layout.exp: Rename to ...
8158 * gdb.base/tui-disasm-long-lines.exp: ... this.
8159
f8c4e718
PA
81602017-03-07 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8163
6dbb839a 81642017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8165
8166 * i386-mpx-call.c: New file.
8167 * i386-mpx-call.exp: New file.
8168
65b48a81
PB
81692017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8170
8171 * gdb.arch/powerpc-power.exp: Delete test.
8172 * gdb.arch/powerpc-power.s: Likewise.
8173 * gdb.disasm/disassembler-options.exp: New test.
8174 * gdb.arch/powerpc-altivec.exp: Likewise.
8175 * gdb.arch/powerpc-altivec.s: Likewise.
8176 * gdb.arch/powerpc-altivec2.exp: Likewise.
8177 * gdb.arch/powerpc-altivec2.s: Likewise.
8178 * gdb.arch/powerpc-altivec3.exp: Likewise.
8179 * gdb.arch/powerpc-altivec3.s: Likewise.
8180 * gdb.arch/powerpc-power7.exp: Likewise.
8181 * gdb.arch/powerpc-power7.s: Likewise.
8182 * gdb.arch/powerpc-power8.exp: Likewise.
8183 * gdb.arch/powerpc-power8.s: Likewise.
8184 * gdb.arch/powerpc-power9.exp: Likewise.
8185 * gdb.arch/powerpc-power9.s: Likewise.
8186 * gdb.arch/powerpc-vsx.exp: Likewise.
8187 * gdb.arch/powerpc-vsx.s: Likewise.
8188 * gdb.arch/powerpc-vsx2.exp: Likewise.
8189 * gdb.arch/powerpc-vsx2.s: Likewise.
8190 * gdb.arch/powerpc-vsx3.exp: Likewise.
8191 * gdb.arch/powerpc-vsx3.s: Likewise.
8192 * gdb.arch/arm-disassembler-options.exp: Likewise.
8193 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8194 * gdb.arch/s390-disassembler-options.exp: Likewise.
8195
17cd4947
LM
81962017-02-23 Luis Machado <lgustavo@codesourcery.com>
8197
8198 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8199 (check_supported_features): ... this. Changed return type to void.
8200 (supports_rdseed): New static global.
8201 (rdseed): Check supports_rdseed.
8202 (initialize): Call check_supported_features.
8203
2039d74e
EBM
82042017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8205
8206 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8207 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8208 and lqarx/stqcx.
8209 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8210 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8211
a51d7ecf
EBM
82122017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8213
8214 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8215 uppercase.
8216
0224619f
JK
82172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 * gdb.dwarf2/formdata16.c: New file.
8220 * gdb.dwarf2/formdata16.exp: New file.
8221 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8222
216f72a1
JK
82232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8224
8225 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8226 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8227 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8228 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8229 DW_AT_GNU_*.
8230
43988095
JK
82312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8232
8233 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8234
99e8a4f9
SDJ
82352017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8236
8237 PR gdb/21164
8238 * gdb.base/maint.exp: Add testcases for when the commands do
8239 not have arguments.
8240
b58a8c0c
TP
82412017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8242
8243 * gdb.cp/chained-calls.exp: Use p instead of P.
8244
4e746bb6
TW
82452017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8246
8247 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8248 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8249
3f77c769
TT
82502017-02-14 Tom Tromey <tom@tromey.com>
8251
8252 PR python/13598:
8253 * gdb.python/py-events.exp: Add before_prompt event tests.
8254
075beec0
AA
82552017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8256
8257 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8258
bf5f525c
LM
82592017-02-13 Luis Machado <lgustavo@codesourcery.com>
8260
8261 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8262 (main): Call my_unique_function_name.
8263 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8264 completion of patterns with a single match.
8265 Add missing -re switches to gdb_test_multiple calls.
8266
13a66184
LM
82672017-02-13 Luis Machado <lgustavo@codesourcery.com>
8268
8269 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8270 return if core file is not recognized.
8271
26a06916
SM
82722017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8273
8274 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8275 and extra UIs.
8276
b761ca9e
SM
82772017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8278
8279 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8280 proc_with_prefix.
8281
b964bee0
TT
82822017-02-10 Tom Tromey <tom@tromey.com>
8283
8284 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8285
18da0c51
MG
82862017-02-10 Martin Galvan <martingalvan@sourceware.org>
8287
8288 PR gdb/21122
8289 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8290
604c4576
JG
82912017-02-08 Jerome Guitton <guitton@adacore.com>
8292
8293 * gdb.base/define.exp: Add test for command abbreviations
8294 in define.
8295
20b477a7
LM
82962017-02-06 Luis Machado <lgustavo@codesourcery.com>
8297
8298 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8299 * gdb.reverse/insn-reverse-x86.c: New file.
8300
3f7b46f2
IR
83012017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8302
8303 PR tdep/20936
8304 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8305
f0fd41c1
TT
83062017-02-03 Tom Tromey <tom@tromey.com>
8307
8308 PR rust/21097:
8309 * gdb.rust/simple.exp: Add new tests.
8310
5be5dbf0
PA
83112017-02-02 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8314 tests.
8315
7346ef59
AA
83162017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8317
8318 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8319 taking a 2-byte value out of a 4-byte DWARF implicit value on
8320 big-endian targets.
8321 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8322 logic. Add test cases for DW_OP_implicit.
8323
787f0025
MM
83242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8325
8326 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8327
68777c29
MM
83282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8329
8330 * gdb.btrace/enable.exp: Call gdb_exit before
8331 skip_gdbserver_tests.
8332
0a1c7e28
MM
83332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8334
8335 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8336 GDBFLAGS.
8337
b5ac99b0
MM
83382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8339
8340 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8341 the test is skipped.
8342 * gdb.btrace/data.exp: Likewise.
8343 * gdb.btrace/delta.exp: Likewise.
8344 * gdb.btrace/dlopen.exp: Likewise.
8345 * gdb.btrace/enable-running.exp: Likewise.
8346 * gdb.btrace/enable.exp: Likewise.
8347 * gdb.btrace/exception.exp: Likewise.
8348 * gdb.btrace/function_call_history.exp: Likewise.
8349 * gdb.btrace/gcore.exp: Likewise.
8350 * gdb.btrace/instruction_history.exp: Likewise.
8351 * gdb.btrace/multi-thread-step.exp: Likewise.
8352 * gdb.btrace/nohist.exp: Likewise.
8353 * gdb.btrace/non-stop.exp: Likewise.
8354 * gdb.btrace/reconnect.exp: Likewise.
8355 * gdb.btrace/record_goto-step.exp: Likewise.
8356 * gdb.btrace/record_goto.exp: Likewise.
8357 * gdb.btrace/rn-dl-bind.exp: Likewise.
8358 * gdb.btrace/segv.exp: Likewise.
8359 * gdb.btrace/step.exp: Likewise.
8360 * gdb.btrace/stepi.exp: Likewise.
8361 * gdb.btrace/tailcall-only.exp: Likewise.
8362 * gdb.btrace/tailcall.exp: Likewise.
8363 * gdb.btrace/tsx.exp: Likewise.
8364 * gdb.btrace/unknown_functions.exp: Likewise.
8365 * gdb.btrace/vdso.exp: Likewise.
8366
cd4007e4
MM
83672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8368
8369 * gdb.btrace/enable-running.c: New.
8370 * gdb.btrace/enable-running.exp: New.
8371
2735833d
WT
83722017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8373
8374 * gdb.arch/amd64-gs_base.c: New file.
8375 * gdb.arch/amd64-gs_base.exp: New file.
8376
b51e1e94
LM
83772017-01-26 Luis Machado <lgustavo@codesourcery.com>
8378
8379 * lib/memory.exp: Remove spurious empty newlines.
8380
72ca0410
SM
83812017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8382
8383 * gdb.python/py-bad-printers.exp: Load python file using "source".
8384 * gdb.python/py-events.exp: Likewise.
8385 * gdb.python/py-evsignal.exp: Likewise.
8386 * gdb.python/py-evthreads.exp: Likewise.
8387 * gdb.python/py-frame-args.exp: Likewise.
8388 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8389 * gdb.python/py-framefilter-mi.exp: Likewise.
8390 * gdb.python/py-framefilter.exp: Likewise.
8391 * gdb.python/py-mi.exp: Likewise.
8392 * gdb.python/py-pp-maint.exp: Likewise.
8393 * gdb.python/py-pp-registration.exp: Likewise.
8394 * gdb.python/py-prettyprint.exp: Likewise.
8395 (run_lang_tests): Likewise.
8396 * gdb.python/py-typeprint.exp: Likewise.
8397
e309aa65
LM
83982017-01-26 Luis Machado <lgustavo@codesourcery.com>
8399
8400 * lib/memory.exp: New file.
8401 * lib/gdb.exp: Load memory.exp.
8402 * gdb.base/memattr.exp (delete_memory): Move proc to
8403 lib/memory.exp and rename to delete_memory_regions.
8404 Replace delete_memory with delete_memory_regions.
8405 Cleanup memory regions before tests.
8406 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8407 before tests.
8408
515aff23
LM
84092017-01-26 Luis Machado <lgustavo@codesourcery.com>
8410
8411 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8412 files.
8413 (initialize): New function conditionally defined.
8414 (testcases): Move within conditional block.
8415 (main): Call initialize.
8416 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8417 of gdb.reverse/insn-reverse.c.
8418 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8419 gdb.reverse/insn-reverse.c.
8420
d8b49cf0
YQ
84212017-01-26 Yao Qi <yao.qi@linaro.org>
8422
8423 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8424 disassemble on address 0.
8425
f13a9a0c
YQ
84262017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8427 Yao Qi <yao.qi@linaro.org>
8428
8429 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8430 * gdb.dwarf2/implptr-64bit.S: Remove.
8431 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8432 variables in caller's context. Add DW_OP_implicit_value.
8433
5ac95241
YQ
84342017-01-25 Yao Qi <yao.qi@linaro.org>
8435
8436 * lib/dwarf.exp (Dwarf::_location): Handle
8437 DW_OP_GNU_implicit_pointer with proper size.
8438
23e82930
LM
84392017-01-20 Luis Machado <lgustavo@codesourcery.com>
8440
8441 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8442 and add untested calls.
8443
d334ae25
LM
84442017-01-20 Luis Machado <lgustavo@codesourcery.com>
8445
8446 * gdb.python/python.exp: Check line number against what GDB thinks
8447 the line number is for func1.
8448
f5e6296e
IB
84492017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8450
8451 * gdb.dlang/debug-expr.exp: New file.
8452
5b362f04
LM
84532016-12-23 Luis Machado <lgustavo@codesourcery.com>
8454
8455 Fix test names for the following files:
8456
8457 * gdb.ada/exec_changed.exp
8458 * gdb.ada/info_types.exp
8459 * gdb.arch/aarch64-atomic-inst.exp
8460 * gdb.arch/aarch64-fp.exp
8461 * gdb.arch/altivec-abi.exp
8462 * gdb.arch/altivec-regs.exp
8463 * gdb.arch/amd64-byte.exp
8464 * gdb.arch/amd64-disp-step.exp
8465 * gdb.arch/amd64-dword.exp
8466 * gdb.arch/amd64-entry-value-inline.exp
8467 * gdb.arch/amd64-entry-value-param.exp
8468 * gdb.arch/amd64-entry-value-paramref.exp
8469 * gdb.arch/amd64-entry-value.exp
8470 * gdb.arch/amd64-i386-address.exp
8471 * gdb.arch/amd64-invalid-stack-middle.exp
8472 * gdb.arch/amd64-invalid-stack-top.exp
8473 * gdb.arch/amd64-optimout-repeat.exp
8474 * gdb.arch/amd64-prologue-skip.exp
8475 * gdb.arch/amd64-prologue-xmm.exp
8476 * gdb.arch/amd64-stap-special-operands.exp
8477 * gdb.arch/amd64-stap-wrong-subexp.exp
8478 * gdb.arch/amd64-tailcall-cxx.exp
8479 * gdb.arch/amd64-tailcall-noret.exp
8480 * gdb.arch/amd64-tailcall-ret.exp
8481 * gdb.arch/amd64-tailcall-self.exp
8482 * gdb.arch/amd64-word.exp
8483 * gdb.arch/arm-bl-branch-dest.exp
8484 * gdb.arch/arm-disp-step.exp
8485 * gdb.arch/arm-neon.exp
8486 * gdb.arch/arm-single-step-kernel-helper.exp
8487 * gdb.arch/avr-flash-qualifier.exp
8488 * gdb.arch/disp-step-insn-reloc.exp
8489 * gdb.arch/e500-abi.exp
8490 * gdb.arch/e500-regs.exp
8491 * gdb.arch/ftrace-insn-reloc.exp
8492 * gdb.arch/i386-avx512.exp
8493 * gdb.arch/i386-bp_permanent.exp
8494 * gdb.arch/i386-byte.exp
8495 * gdb.arch/i386-cfi-notcurrent.exp
8496 * gdb.arch/i386-disp-step.exp
8497 * gdb.arch/i386-dr3-watch.exp
8498 * gdb.arch/i386-float.exp
8499 * gdb.arch/i386-gnu-cfi.exp
8500 * gdb.arch/i386-mpx-map.exp
8501 * gdb.arch/i386-mpx-sigsegv.exp
8502 * gdb.arch/i386-mpx-simple_segv.exp
8503 * gdb.arch/i386-mpx.exp
8504 * gdb.arch/i386-permbkpt.exp
8505 * gdb.arch/i386-prologue.exp
8506 * gdb.arch/i386-signal.exp
8507 * gdb.arch/i386-size-overlap.exp
8508 * gdb.arch/i386-unwind.exp
8509 * gdb.arch/i386-word.exp
8510 * gdb.arch/mips-fcr.exp
8511 * gdb.arch/powerpc-d128-regs.exp
8512 * gdb.arch/powerpc-stackless.exp
8513 * gdb.arch/ppc64-atomic-inst.exp
8514 * gdb.arch/s390-stackless.exp
8515 * gdb.arch/s390-tdbregs.exp
8516 * gdb.arch/s390-vregs.exp
8517 * gdb.arch/sparc-sysstep.exp
8518 * gdb.arch/thumb-bx-pc.exp
8519 * gdb.arch/thumb-singlestep.exp
8520 * gdb.arch/thumb2-it.exp
8521 * gdb.arch/vsx-regs.exp
8522 * gdb.asm/asm-source.exp
8523 * gdb.base/a2-run.exp
8524 * gdb.base/advance.exp
8525 * gdb.base/all-bin.exp
8526 * gdb.base/anon.exp
8527 * gdb.base/args.exp
8528 * gdb.base/arithmet.exp
8529 * gdb.base/async-shell.exp
8530 * gdb.base/async.exp
8531 * gdb.base/attach-pie-noexec.exp
8532 * gdb.base/attach-twice.exp
8533 * gdb.base/auto-load.exp
8534 * gdb.base/bang.exp
8535 * gdb.base/bitfields.exp
8536 * gdb.base/break-always.exp
8537 * gdb.base/break-caller-line.exp
8538 * gdb.base/break-entry.exp
8539 * gdb.base/break-inline.exp
8540 * gdb.base/break-on-linker-gcd-function.exp
8541 * gdb.base/break-probes.exp
8542 * gdb.base/break.exp
8543 * gdb.base/breakpoint-shadow.exp
8544 * gdb.base/call-ar-st.exp
8545 * gdb.base/call-sc.exp
8546 * gdb.base/call-signal-resume.exp
8547 * gdb.base/call-strs.exp
8548 * gdb.base/callfuncs.exp
8549 * gdb.base/catch-fork-static.exp
8550 * gdb.base/catch-gdb-caused-signals.exp
8551 * gdb.base/catch-load.exp
8552 * gdb.base/catch-signal-fork.exp
8553 * gdb.base/catch-signal.exp
8554 * gdb.base/catch-syscall.exp
8555 * gdb.base/charset.exp
8556 * gdb.base/checkpoint.exp
8557 * gdb.base/chng-syms.exp
8558 * gdb.base/code-expr.exp
8559 * gdb.base/code_elim.exp
8560 * gdb.base/commands.exp
8561 * gdb.base/completion.exp
8562 * gdb.base/complex.exp
8563 * gdb.base/cond-expr.exp
8564 * gdb.base/condbreak.exp
8565 * gdb.base/consecutive.exp
8566 * gdb.base/continue-all-already-running.exp
8567 * gdb.base/coredump-filter.exp
8568 * gdb.base/corefile.exp
8569 * gdb.base/dbx.exp
8570 * gdb.base/debug-expr.exp
8571 * gdb.base/define.exp
8572 * gdb.base/del.exp
8573 * gdb.base/disabled-location.exp
8574 * gdb.base/disasm-end-cu.exp
8575 * gdb.base/disasm-optim.exp
8576 * gdb.base/display.exp
8577 * gdb.base/duplicate-bp.exp
8578 * gdb.base/ena-dis-br.exp
8579 * gdb.base/ending-run.exp
8580 * gdb.base/enumval.exp
8581 * gdb.base/environ.exp
8582 * gdb.base/eu-strip-infcall.exp
8583 * gdb.base/eval-avoid-side-effects.exp
8584 * gdb.base/eval-skip.exp
8585 * gdb.base/exitsignal.exp
8586 * gdb.base/expand-psymtabs.exp
8587 * gdb.base/filesym.exp
8588 * gdb.base/find-unmapped.exp
8589 * gdb.base/finish.exp
8590 * gdb.base/float.exp
8591 * gdb.base/foll-exec-mode.exp
8592 * gdb.base/foll-exec.exp
8593 * gdb.base/foll-fork.exp
8594 * gdb.base/fortran-sym-case.exp
8595 * gdb.base/freebpcmd.exp
8596 * gdb.base/func-ptr.exp
8597 * gdb.base/func-ptrs.exp
8598 * gdb.base/funcargs.exp
8599 * gdb.base/gcore-buffer-overflow.exp
8600 * gdb.base/gcore-relro-pie.exp
8601 * gdb.base/gcore-relro.exp
8602 * gdb.base/gcore.exp
8603 * gdb.base/gdb1090.exp
8604 * gdb.base/gdb11530.exp
8605 * gdb.base/gdb11531.exp
8606 * gdb.base/gdb1821.exp
8607 * gdb.base/gdbindex-stabs.exp
8608 * gdb.base/gdbvars.exp
8609 * gdb.base/hbreak.exp
8610 * gdb.base/hbreak2.exp
8611 * gdb.base/included.exp
8612 * gdb.base/infcall-input.exp
8613 * gdb.base/inferior-died.exp
8614 * gdb.base/infnan.exp
8615 * gdb.base/info-macros.exp
8616 * gdb.base/info-os.exp
8617 * gdb.base/info-proc.exp
8618 * gdb.base/info-shared.exp
8619 * gdb.base/info-target.exp
8620 * gdb.base/infoline.exp
8621 * gdb.base/interp.exp
8622 * gdb.base/interrupt.exp
8623 * gdb.base/jit-reader.exp
8624 * gdb.base/jit-simple.exp
8625 * gdb.base/kill-after-signal.exp
8626 * gdb.base/kill-detach-inferiors-cmd.exp
8627 * gdb.base/label.exp
8628 * gdb.base/langs.exp
8629 * gdb.base/ldbl_e308.exp
8630 * gdb.base/line-symtabs.exp
8631 * gdb.base/linespecs.exp
8632 * gdb.base/list.exp
8633 * gdb.base/long_long.exp
8634 * gdb.base/longest-types.exp
8635 * gdb.base/maint.exp
8636 * gdb.base/max-value-size.exp
8637 * gdb.base/memattr.exp
8638 * gdb.base/mips_pro.exp
8639 * gdb.base/morestack.exp
8640 * gdb.base/moribund-step.exp
8641 * gdb.base/multi-forks.exp
8642 * gdb.base/nested-addr.exp
8643 * gdb.base/nextoverexit.exp
8644 * gdb.base/noreturn-finish.exp
8645 * gdb.base/noreturn-return.exp
8646 * gdb.base/nostdlib.exp
8647 * gdb.base/offsets.exp
8648 * gdb.base/opaque.exp
8649 * gdb.base/pc-fp.exp
8650 * gdb.base/permissions.exp
8651 * gdb.base/print-symbol-loading.exp
8652 * gdb.base/prologue-include.exp
8653 * gdb.base/psymtab.exp
8654 * gdb.base/ptype.exp
8655 * gdb.base/random-signal.exp
8656 * gdb.base/randomize.exp
8657 * gdb.base/range-stepping.exp
8658 * gdb.base/readline-ask.exp
8659 * gdb.base/recpar.exp
8660 * gdb.base/recurse.exp
8661 * gdb.base/relational.exp
8662 * gdb.base/restore.exp
8663 * gdb.base/return-nodebug.exp
8664 * gdb.base/return.exp
8665 * gdb.base/run-after-attach.exp
8666 * gdb.base/save-bp.exp
8667 * gdb.base/scope.exp
8668 * gdb.base/sect-cmd.exp
8669 * gdb.base/set-lang-auto.exp
8670 * gdb.base/set-noassign.exp
8671 * gdb.base/setvar.exp
8672 * gdb.base/sigall.exp
8673 * gdb.base/sigbpt.exp
8674 * gdb.base/siginfo-addr.exp
8675 * gdb.base/siginfo-infcall.exp
8676 * gdb.base/siginfo-obj.exp
8677 * gdb.base/siginfo.exp
8678 * gdb.base/signals-state-child.exp
8679 * gdb.base/signest.exp
8680 * gdb.base/sigstep.exp
8681 * gdb.base/sizeof.exp
8682 * gdb.base/skip.exp
8683 * gdb.base/solib-corrupted.exp
8684 * gdb.base/solib-nodir.exp
8685 * gdb.base/solib-search.exp
8686 * gdb.base/stack-checking.exp
8687 * gdb.base/stale-infcall.exp
8688 * gdb.base/stap-probe.exp
8689 * gdb.base/start.exp
8690 * gdb.base/step-break.exp
8691 * gdb.base/step-bt.exp
8692 * gdb.base/step-line.exp
8693 * gdb.base/step-over-exit.exp
8694 * gdb.base/step-over-syscall.exp
8695 * gdb.base/step-resume-infcall.exp
8696 * gdb.base/step-test.exp
8697 * gdb.base/store.exp
8698 * gdb.base/structs3.exp
8699 * gdb.base/sym-file.exp
8700 * gdb.base/symbol-without-target_section.exp
8701 * gdb.base/term.exp
8702 * gdb.base/testenv.exp
8703 * gdb.base/ui-redirect.exp
8704 * gdb.base/until.exp
8705 * gdb.base/unwindonsignal.exp
8706 * gdb.base/value-double-free.exp
8707 * gdb.base/vla-datatypes.exp
8708 * gdb.base/vla-ptr.exp
8709 * gdb.base/vla-sideeffect.exp
8710 * gdb.base/volatile.exp
8711 * gdb.base/watch-cond-infcall.exp
8712 * gdb.base/watch-cond.exp
8713 * gdb.base/watch-non-mem.exp
8714 * gdb.base/watch-read.exp
8715 * gdb.base/watch-vfork.exp
8716 * gdb.base/watchpoint-cond-gone.exp
8717 * gdb.base/watchpoint-delete.exp
8718 * gdb.base/watchpoint-hw-hit-once.exp
8719 * gdb.base/watchpoint-hw.exp
8720 * gdb.base/watchpoint-stops-at-right-insn.exp
8721 * gdb.base/watchpoints.exp
8722 * gdb.base/wchar.exp
8723 * gdb.base/whatis-exp.exp
8724 * gdb.btrace/buffer-size.exp
8725 * gdb.btrace/data.exp
8726 * gdb.btrace/delta.exp
8727 * gdb.btrace/dlopen.exp
8728 * gdb.btrace/enable.exp
8729 * gdb.btrace/exception.exp
8730 * gdb.btrace/function_call_history.exp
8731 * gdb.btrace/gcore.exp
8732 * gdb.btrace/instruction_history.exp
8733 * gdb.btrace/nohist.exp
8734 * gdb.btrace/reconnect.exp
8735 * gdb.btrace/record_goto-step.exp
8736 * gdb.btrace/record_goto.exp
8737 * gdb.btrace/rn-dl-bind.exp
8738 * gdb.btrace/segv.exp
8739 * gdb.btrace/step.exp
8740 * gdb.btrace/stepi.exp
8741 * gdb.btrace/tailcall-only.exp
8742 * gdb.btrace/tailcall.exp
8743 * gdb.btrace/tsx.exp
8744 * gdb.btrace/unknown_functions.exp
8745 * gdb.btrace/vdso.exp
8746 * gdb.compile/compile-ifunc.exp
8747 * gdb.compile/compile-ops.exp
8748 * gdb.compile/compile-print.exp
8749 * gdb.compile/compile-setjmp.exp
8750 * gdb.cp/abstract-origin.exp
8751 * gdb.cp/ambiguous.exp
8752 * gdb.cp/annota2.exp
8753 * gdb.cp/annota3.exp
8754 * gdb.cp/anon-ns.exp
8755 * gdb.cp/anon-struct.exp
8756 * gdb.cp/anon-union.exp
8757 * gdb.cp/arg-reference.exp
8758 * gdb.cp/baseenum.exp
8759 * gdb.cp/bool.exp
8760 * gdb.cp/breakpoint.exp
8761 * gdb.cp/bs15503.exp
8762 * gdb.cp/call-c.exp
8763 * gdb.cp/casts.exp
8764 * gdb.cp/chained-calls.exp
8765 * gdb.cp/class2.exp
8766 * gdb.cp/classes.exp
8767 * gdb.cp/cmpd-minsyms.exp
8768 * gdb.cp/converts.exp
8769 * gdb.cp/cp-relocate.exp
8770 * gdb.cp/cpcompletion.exp
8771 * gdb.cp/cpexprs.exp
8772 * gdb.cp/cplabel.exp
8773 * gdb.cp/cplusfuncs.exp
8774 * gdb.cp/cpsizeof.exp
8775 * gdb.cp/ctti.exp
8776 * gdb.cp/derivation.exp
8777 * gdb.cp/destrprint.exp
8778 * gdb.cp/dispcxx.exp
8779 * gdb.cp/enum-class.exp
8780 * gdb.cp/exception.exp
8781 * gdb.cp/exceptprint.exp
8782 * gdb.cp/expand-psymtabs-cxx.exp
8783 * gdb.cp/expand-sals.exp
8784 * gdb.cp/extern-c.exp
8785 * gdb.cp/filename.exp
8786 * gdb.cp/formatted-ref.exp
8787 * gdb.cp/fpointer.exp
8788 * gdb.cp/gdb1355.exp
8789 * gdb.cp/gdb2495.exp
8790 * gdb.cp/hang.exp
8791 * gdb.cp/impl-this.exp
8792 * gdb.cp/infcall-dlopen.exp
8793 * gdb.cp/inherit.exp
8794 * gdb.cp/iostream.exp
8795 * gdb.cp/koenig.exp
8796 * gdb.cp/local.exp
8797 * gdb.cp/m-data.exp
8798 * gdb.cp/m-static.exp
8799 * gdb.cp/mb-ctor.exp
8800 * gdb.cp/mb-inline.exp
8801 * gdb.cp/mb-templates.exp
8802 * gdb.cp/member-name.exp
8803 * gdb.cp/member-ptr.exp
8804 * gdb.cp/meth-typedefs.exp
8805 * gdb.cp/method.exp
8806 * gdb.cp/method2.exp
8807 * gdb.cp/minsym-fallback.exp
8808 * gdb.cp/misc.exp
8809 * gdb.cp/namelessclass.exp
8810 * gdb.cp/namespace-enum.exp
8811 * gdb.cp/namespace-nested-import.exp
8812 * gdb.cp/namespace.exp
8813 * gdb.cp/nextoverthrow.exp
8814 * gdb.cp/no-dmgl-verbose.exp
8815 * gdb.cp/non-trivial-retval.exp
8816 * gdb.cp/noparam.exp
8817 * gdb.cp/nsdecl.exp
8818 * gdb.cp/nsimport.exp
8819 * gdb.cp/nsnested.exp
8820 * gdb.cp/nsnoimports.exp
8821 * gdb.cp/nsrecurs.exp
8822 * gdb.cp/nsstress.exp
8823 * gdb.cp/nsusing.exp
8824 * gdb.cp/operator.exp
8825 * gdb.cp/oranking.exp
8826 * gdb.cp/overload-const.exp
8827 * gdb.cp/overload.exp
8828 * gdb.cp/ovldbreak.exp
8829 * gdb.cp/ovsrch.exp
8830 * gdb.cp/paren-type.exp
8831 * gdb.cp/parse-lang.exp
8832 * gdb.cp/pass-by-ref.exp
8833 * gdb.cp/pr-1023.exp
8834 * gdb.cp/pr-1210.exp
8835 * gdb.cp/pr-574.exp
8836 * gdb.cp/pr10687.exp
8837 * gdb.cp/pr12028.exp
8838 * gdb.cp/pr17132.exp
8839 * gdb.cp/pr17494.exp
8840 * gdb.cp/pr9067.exp
8841 * gdb.cp/pr9167.exp
8842 * gdb.cp/pr9631.exp
8843 * gdb.cp/printmethod.exp
8844 * gdb.cp/psmang.exp
8845 * gdb.cp/psymtab-parameter.exp
8846 * gdb.cp/ptype-cv-cp.exp
8847 * gdb.cp/ptype-flags.exp
8848 * gdb.cp/re-set-overloaded.exp
8849 * gdb.cp/ref-types.exp
8850 * gdb.cp/rtti.exp
8851 * gdb.cp/scope-err.exp
8852 * gdb.cp/shadow.exp
8853 * gdb.cp/smartp.exp
8854 * gdb.cp/static-method.exp
8855 * gdb.cp/static-print-quit.exp
8856 * gdb.cp/temargs.exp
8857 * gdb.cp/templates.exp
8858 * gdb.cp/try_catch.exp
8859 * gdb.cp/typedef-operator.exp
8860 * gdb.cp/typeid.exp
8861 * gdb.cp/userdef.exp
8862 * gdb.cp/using-crash.exp
8863 * gdb.cp/var-tag.exp
8864 * gdb.cp/virtbase.exp
8865 * gdb.cp/virtfunc.exp
8866 * gdb.cp/virtfunc2.exp
8867 * gdb.cp/vla-cxx.exp
8868 * gdb.disasm/t01_mov.exp
8869 * gdb.disasm/t02_mova.exp
8870 * gdb.disasm/t03_add.exp
8871 * gdb.disasm/t04_sub.exp
8872 * gdb.disasm/t05_cmp.exp
8873 * gdb.disasm/t06_ari2.exp
8874 * gdb.disasm/t07_ari3.exp
8875 * gdb.disasm/t08_or.exp
8876 * gdb.disasm/t09_xor.exp
8877 * gdb.disasm/t10_and.exp
8878 * gdb.disasm/t11_logs.exp
8879 * gdb.disasm/t12_bit.exp
8880 * gdb.disasm/t13_otr.exp
8881 * gdb.dlang/circular.exp
8882 * gdb.dwarf2/arr-stride.exp
8883 * gdb.dwarf2/arr-subrange.exp
8884 * gdb.dwarf2/atomic-type.exp
8885 * gdb.dwarf2/bad-regnum.exp
8886 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8887 * gdb.dwarf2/callframecfa.exp
8888 * gdb.dwarf2/clztest.exp
8889 * gdb.dwarf2/corrupt.exp
8890 * gdb.dwarf2/data-loc.exp
8891 * gdb.dwarf2/dup-psym.exp
8892 * gdb.dwarf2/dw2-anon-mptr.exp
8893 * gdb.dwarf2/dw2-anonymous-func.exp
8894 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8895 * gdb.dwarf2/dw2-bad-unresolved.exp
8896 * gdb.dwarf2/dw2-basic.exp
8897 * gdb.dwarf2/dw2-canonicalize-type.exp
8898 * gdb.dwarf2/dw2-case-insensitive.exp
8899 * gdb.dwarf2/dw2-common-block.exp
8900 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8901 * gdb.dwarf2/dw2-compressed.exp
8902 * gdb.dwarf2/dw2-const.exp
8903 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8904 * gdb.dwarf2/dw2-cu-size.exp
8905 * gdb.dwarf2/dw2-dup-frame.exp
8906 * gdb.dwarf2/dw2-entry-value.exp
8907 * gdb.dwarf2/dw2-icycle.exp
8908 * gdb.dwarf2/dw2-ifort-parameter.exp
8909 * gdb.dwarf2/dw2-inline-break.exp
8910 * gdb.dwarf2/dw2-inline-param.exp
8911 * gdb.dwarf2/dw2-intercu.exp
8912 * gdb.dwarf2/dw2-intermix.exp
8913 * gdb.dwarf2/dw2-lexical-block-bare.exp
8914 * gdb.dwarf2/dw2-linkage-name-trust.exp
8915 * gdb.dwarf2/dw2-minsym-in-cu.exp
8916 * gdb.dwarf2/dw2-noloc.exp
8917 * gdb.dwarf2/dw2-op-call.exp
8918 * gdb.dwarf2/dw2-op-out-param.exp
8919 * gdb.dwarf2/dw2-opt-structptr.exp
8920 * gdb.dwarf2/dw2-param-error.exp
8921 * gdb.dwarf2/dw2-producer.exp
8922 * gdb.dwarf2/dw2-ranges-base.exp
8923 * gdb.dwarf2/dw2-ref-missing-frame.exp
8924 * gdb.dwarf2/dw2-reg-undefined.exp
8925 * gdb.dwarf2/dw2-regno-invalid.exp
8926 * gdb.dwarf2/dw2-restore.exp
8927 * gdb.dwarf2/dw2-restrict.exp
8928 * gdb.dwarf2/dw2-single-line-discriminators.exp
8929 * gdb.dwarf2/dw2-strp.exp
8930 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8931 * gdb.dwarf2/dw2-unresolved.exp
8932 * gdb.dwarf2/dw2-var-zero-addr.exp
8933 * gdb.dwarf2/dw4-sig-types.exp
8934 * gdb.dwarf2/dwz.exp
8935 * gdb.dwarf2/dynarr-ptr.exp
8936 * gdb.dwarf2/enum-type.exp
8937 * gdb.dwarf2/gdb-index.exp
8938 * gdb.dwarf2/implptr-64bit.exp
8939 * gdb.dwarf2/implptr-optimized-out.exp
8940 * gdb.dwarf2/implptr.exp
8941 * gdb.dwarf2/implref-array.exp
8942 * gdb.dwarf2/implref-const.exp
8943 * gdb.dwarf2/implref-global.exp
8944 * gdb.dwarf2/implref-struct.exp
8945 * gdb.dwarf2/mac-fileno.exp
8946 * gdb.dwarf2/main-subprogram.exp
8947 * gdb.dwarf2/member-ptr-forwardref.exp
8948 * gdb.dwarf2/method-ptr.exp
8949 * gdb.dwarf2/missing-sig-type.exp
8950 * gdb.dwarf2/nonvar-access.exp
8951 * gdb.dwarf2/opaque-type-lookup.exp
8952 * gdb.dwarf2/pieces-optimized-out.exp
8953 * gdb.dwarf2/pieces.exp
8954 * gdb.dwarf2/pr10770.exp
8955 * gdb.dwarf2/pr13961.exp
8956 * gdb.dwarf2/staticvirtual.exp
8957 * gdb.dwarf2/subrange.exp
8958 * gdb.dwarf2/symtab-producer.exp
8959 * gdb.dwarf2/trace-crash.exp
8960 * gdb.dwarf2/typeddwarf.exp
8961 * gdb.dwarf2/valop.exp
8962 * gdb.dwarf2/watch-notconst.exp
8963 * gdb.fortran/array-element.exp
8964 * gdb.fortran/charset.exp
8965 * gdb.fortran/common-block.exp
8966 * gdb.fortran/complex.exp
8967 * gdb.fortran/derived-type-function.exp
8968 * gdb.fortran/derived-type.exp
8969 * gdb.fortran/logical.exp
8970 * gdb.fortran/module.exp
8971 * gdb.fortran/multi-dim.exp
8972 * gdb.fortran/nested-funcs.exp
8973 * gdb.fortran/print-formatted.exp
8974 * gdb.fortran/subarray.exp
8975 * gdb.fortran/vla-alloc-assoc.exp
8976 * gdb.fortran/vla-datatypes.exp
8977 * gdb.fortran/vla-history.exp
8978 * gdb.fortran/vla-ptr-info.exp
8979 * gdb.fortran/vla-ptype-sub.exp
8980 * gdb.fortran/vla-ptype.exp
8981 * gdb.fortran/vla-sizeof.exp
8982 * gdb.fortran/vla-type.exp
8983 * gdb.fortran/vla-value-sub-arbitrary.exp
8984 * gdb.fortran/vla-value-sub-finish.exp
8985 * gdb.fortran/vla-value-sub.exp
8986 * gdb.fortran/vla-value.exp
8987 * gdb.fortran/whatis_type.exp
8988 * gdb.go/chan.exp
8989 * gdb.go/handcall.exp
8990 * gdb.go/hello.exp
8991 * gdb.go/integers.exp
8992 * gdb.go/methods.exp
8993 * gdb.go/package.exp
8994 * gdb.go/strings.exp
8995 * gdb.go/types.exp
8996 * gdb.go/unsafe.exp
8997 * gdb.guile/scm-arch.exp
8998 * gdb.guile/scm-block.exp
8999 * gdb.guile/scm-breakpoint.exp
9000 * gdb.guile/scm-cmd.exp
9001 * gdb.guile/scm-disasm.exp
9002 * gdb.guile/scm-equal.exp
9003 * gdb.guile/scm-frame-args.exp
9004 * gdb.guile/scm-frame-inline.exp
9005 * gdb.guile/scm-frame.exp
9006 * gdb.guile/scm-iterator.exp
9007 * gdb.guile/scm-math.exp
9008 * gdb.guile/scm-objfile.exp
9009 * gdb.guile/scm-ports.exp
9010 * gdb.guile/scm-symbol.exp
9011 * gdb.guile/scm-symtab.exp
9012 * gdb.guile/scm-value-cc.exp
9013 * gdb.guile/types-module.exp
9014 * gdb.linespec/break-ask.exp
9015 * gdb.linespec/cpexplicit.exp
9016 * gdb.linespec/explicit.exp
9017 * gdb.linespec/keywords.exp
9018 * gdb.linespec/linespec.exp
9019 * gdb.linespec/ls-dollar.exp
9020 * gdb.linespec/ls-errs.exp
9021 * gdb.linespec/skip-two.exp
9022 * gdb.linespec/thread.exp
9023 * gdb.mi/mi-async.exp
9024 * gdb.mi/mi-basics.exp
9025 * gdb.mi/mi-break.exp
9026 * gdb.mi/mi-catch-load.exp
9027 * gdb.mi/mi-cli.exp
9028 * gdb.mi/mi-cmd-param-changed.exp
9029 * gdb.mi/mi-console.exp
9030 * gdb.mi/mi-detach.exp
9031 * gdb.mi/mi-disassemble.exp
9032 * gdb.mi/mi-eval.exp
9033 * gdb.mi/mi-file-transfer.exp
9034 * gdb.mi/mi-file.exp
9035 * gdb.mi/mi-fill-memory.exp
9036 * gdb.mi/mi-inheritance-syntax-error.exp
9037 * gdb.mi/mi-linespec-err-cp.exp
9038 * gdb.mi/mi-logging.exp
9039 * gdb.mi/mi-memory-changed.exp
9040 * gdb.mi/mi-read-memory.exp
9041 * gdb.mi/mi-record-changed.exp
9042 * gdb.mi/mi-reg-undefined.exp
9043 * gdb.mi/mi-regs.exp
9044 * gdb.mi/mi-return.exp
9045 * gdb.mi/mi-reverse.exp
9046 * gdb.mi/mi-simplerun.exp
9047 * gdb.mi/mi-solib.exp
9048 * gdb.mi/mi-stack.exp
9049 * gdb.mi/mi-stepi.exp
9050 * gdb.mi/mi-syn-frame.exp
9051 * gdb.mi/mi-until.exp
9052 * gdb.mi/mi-var-block.exp
9053 * gdb.mi/mi-var-child.exp
9054 * gdb.mi/mi-var-cmd.exp
9055 * gdb.mi/mi-var-cp.exp
9056 * gdb.mi/mi-var-display.exp
9057 * gdb.mi/mi-var-invalidate.exp
9058 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9059 * gdb.mi/mi-vla-fortran.exp
9060 * gdb.mi/mi-watch.exp
9061 * gdb.mi/mi2-var-child.exp
9062 * gdb.mi/user-selected-context-sync.exp
9063 * gdb.modula2/unbounded-array.exp
9064 * gdb.multi/dummy-frame-restore.exp
9065 * gdb.multi/multi-arch-exec.exp
9066 * gdb.multi/multi-arch.exp
9067 * gdb.multi/tids.exp
9068 * gdb.multi/watchpoint-multi.exp
9069 * gdb.opencl/callfuncs.exp
9070 * gdb.opencl/convs_casts.exp
9071 * gdb.opencl/datatypes.exp
9072 * gdb.opencl/operators.exp
9073 * gdb.opencl/vec_comps.exp
9074 * gdb.opt/clobbered-registers-O2.exp
9075 * gdb.opt/inline-break.exp
9076 * gdb.opt/inline-bt.exp
9077 * gdb.opt/inline-cmds.exp
9078 * gdb.opt/inline-locals.exp
9079 * gdb.pascal/case-insensitive-symbols.exp
9080 * gdb.pascal/floats.exp
9081 * gdb.pascal/gdb11492.exp
9082 * gdb.python/lib-types.exp
9083 * gdb.python/py-arch.exp
9084 * gdb.python/py-as-string.exp
9085 * gdb.python/py-bad-printers.exp
9086 * gdb.python/py-block.exp
9087 * gdb.python/py-breakpoint-create-fail.exp
9088 * gdb.python/py-breakpoint.exp
9089 * gdb.python/py-caller-is.exp
9090 * gdb.python/py-cmd.exp
9091 * gdb.python/py-explore-cc.exp
9092 * gdb.python/py-explore.exp
9093 * gdb.python/py-finish-breakpoint.exp
9094 * gdb.python/py-finish-breakpoint2.exp
9095 * gdb.python/py-frame-args.exp
9096 * gdb.python/py-frame-inline.exp
9097 * gdb.python/py-frame.exp
9098 * gdb.python/py-framefilter-mi.exp
9099 * gdb.python/py-infthread.exp
9100 * gdb.python/py-lazy-string.exp
9101 * gdb.python/py-linetable.exp
9102 * gdb.python/py-mi-events.exp
9103 * gdb.python/py-mi-objfile.exp
9104 * gdb.python/py-mi.exp
9105 * gdb.python/py-objfile.exp
9106 * gdb.python/py-pp-integral.exp
9107 * gdb.python/py-pp-maint.exp
9108 * gdb.python/py-pp-re-notag.exp
9109 * gdb.python/py-pp-registration.exp
9110 * gdb.python/py-recurse-unwind.exp
9111 * gdb.python/py-strfns.exp
9112 * gdb.python/py-symbol.exp
9113 * gdb.python/py-symtab.exp
9114 * gdb.python/py-sync-interp.exp
9115 * gdb.python/py-typeprint.exp
9116 * gdb.python/py-unwind-maint.exp
9117 * gdb.python/py-unwind.exp
9118 * gdb.python/py-value-cc.exp
9119 * gdb.python/py-xmethods.exp
9120 * gdb.reverse/amd64-tailcall-reverse.exp
9121 * gdb.reverse/break-precsave.exp
9122 * gdb.reverse/break-reverse.exp
9123 * gdb.reverse/consecutive-precsave.exp
9124 * gdb.reverse/consecutive-reverse.exp
9125 * gdb.reverse/finish-precsave.exp
9126 * gdb.reverse/finish-reverse-bkpt.exp
9127 * gdb.reverse/finish-reverse.exp
9128 * gdb.reverse/fstatat-reverse.exp
9129 * gdb.reverse/getresuid-reverse.exp
9130 * gdb.reverse/i386-precsave.exp
9131 * gdb.reverse/i386-reverse.exp
9132 * gdb.reverse/i386-sse-reverse.exp
9133 * gdb.reverse/i387-env-reverse.exp
9134 * gdb.reverse/i387-stack-reverse.exp
9135 * gdb.reverse/insn-reverse.exp
9136 * gdb.reverse/machinestate-precsave.exp
9137 * gdb.reverse/machinestate.exp
9138 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9139 * gdb.reverse/pipe-reverse.exp
9140 * gdb.reverse/readv-reverse.exp
9141 * gdb.reverse/recvmsg-reverse.exp
9142 * gdb.reverse/rerun-prec.exp
9143 * gdb.reverse/s390-mvcle.exp
9144 * gdb.reverse/step-precsave.exp
9145 * gdb.reverse/step-reverse.exp
9146 * gdb.reverse/time-reverse.exp
9147 * gdb.reverse/until-precsave.exp
9148 * gdb.reverse/until-reverse.exp
9149 * gdb.reverse/waitpid-reverse.exp
9150 * gdb.reverse/watch-precsave.exp
9151 * gdb.reverse/watch-reverse.exp
9152 * gdb.rust/generics.exp
9153 * gdb.rust/methods.exp
9154 * gdb.rust/modules.exp
9155 * gdb.rust/simple.exp
9156 * gdb.server/connect-with-no-symbol-file.exp
9157 * gdb.server/ext-attach.exp
9158 * gdb.server/ext-restart.exp
9159 * gdb.server/ext-wrapper.exp
9160 * gdb.server/file-transfer.exp
9161 * gdb.server/server-exec-info.exp
9162 * gdb.server/server-kill.exp
9163 * gdb.server/server-mon.exp
9164 * gdb.server/wrapper.exp
9165 * gdb.stabs/exclfwd.exp
9166 * gdb.stabs/gdb11479.exp
9167 * gdb.threads/clone-new-thread-event.exp
9168 * gdb.threads/corethreads.exp
9169 * gdb.threads/current-lwp-dead.exp
9170 * gdb.threads/dlopen-libpthread.exp
9171 * gdb.threads/gcore-thread.exp
9172 * gdb.threads/sigstep-threads.exp
9173 * gdb.threads/watchpoint-fork.exp
9174 * gdb.trace/actions-changed.exp
9175 * gdb.trace/backtrace.exp
9176 * gdb.trace/change-loc.exp
9177 * gdb.trace/circ.exp
9178 * gdb.trace/collection.exp
9179 * gdb.trace/disconnected-tracing.exp
9180 * gdb.trace/ftrace.exp
9181 * gdb.trace/mi-trace-frame-collected.exp
9182 * gdb.trace/mi-trace-unavailable.exp
9183 * gdb.trace/mi-traceframe-changed.exp
9184 * gdb.trace/mi-tsv-changed.exp
9185 * gdb.trace/no-attach-trace.exp
9186 * gdb.trace/passc-dyn.exp
9187 * gdb.trace/qtro.exp
9188 * gdb.trace/range-stepping.exp
9189 * gdb.trace/read-memory.exp
9190 * gdb.trace/save-trace.exp
9191 * gdb.trace/signal.exp
9192 * gdb.trace/status-stop.exp
9193 * gdb.trace/tfile.exp
9194 * gdb.trace/trace-break.exp
9195 * gdb.trace/trace-buffer-size.exp
9196 * gdb.trace/trace-condition.exp
9197 * gdb.trace/tracefile-pseudo-reg.exp
9198 * gdb.trace/tstatus.exp
9199 * gdb.trace/unavailable.exp
9200 * gdb.trace/while-dyn.exp
9201 * gdb.trace/while-stepping.exp
9202
34c41c68
DE
92032016-12-22 Doug Evans <xdje42@gmail.com>
9204
9205 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9206 and msymbols.
9207
16e69324
YQ
92082016-12-19 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9211 (test_with_self): Don't call do_steps_and_nexts, and remove
9212 code about stepping into xmalloc.
9213
f94f411b
YQ
92142016-12-09 Yao Qi <yao.qi@linaro.org>
9215
9216 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9217
92182016-12-09 Yao Qi <yao.qi@linaro.org>
9219
9220 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9221
f1b5deee
PA
92222016-12-09 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/all-architectures-0.exp: New file.
9225 * gdb.base/all-architectures-1.exp: New file.
9226 * gdb.base/all-architectures-2.exp: New file.
9227 * gdb.base/all-architectures-3.exp: New file.
9228 * gdb.base/all-architectures-4.exp: New file.
9229 * gdb.base/all-architectures-5.exp: New file.
9230 * gdb.base/all-architectures-6.exp: New file.
9231 * gdb.base/all-architectures-7.exp: New file.
9232 * gdb.base/all-architectures.exp.in: New file.
9233
364ca42e
YQ
92342016-12-09 Yao Qi <yao.qi@linaro.org>
9235
9236 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9237
107c2d62
LM
92382016-12-02 Luis Machado <lgustavo@codesourcery.com>
9239
9240 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9241 possible.
9242 Remove useless pattern-matching code.
9243
df3ee9ca
PA
92442016-12-02 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9247 procedure.
9248 (top level): Call it.
9249
ec835369
PA
92502016-12-02 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9253 New procedure.
9254 (top level): Call it.
9255
01770bbd
PA
92562016-12-02 Pedro Alves <palves@redhat.com>
9257
9258 PR cli/20559
9259 * gdb.base/commands.exp (user_defined_command_args_eval): New
9260 procedure.
9261 (top level): Call it.
9262
008459ea
LM
92632016-12-02 Luis Machado <lgustavo@codesourcery.com>
9264
9265 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9266 timeout handling.
9267
0c1b455e
TT
92682016-12-02 Tom Tromey <tom@tromey.com>
9269
9270 * gdb.dwarf2/main-subprogram.c: New file.
9271 * gdb.dwarf2/main-subprogram.exp: New file.
9272
018572b8
LM
92732016-12-01 Luis Machado <lgustavo@codesourcery.com>
9274
9275 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9276 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9277 gdb_test_no_output for a couple of cases.
9278 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9279
84c93cd5
LM
92802016-12-01 Luis Machado <lgustavo@codesourcery.com>
9281
9282 Fix test names and standardize compilation error messages throughout
9283 the following files:
9284
9285 * gdb.ada/start.exp
9286 * gdb.arch/alpha-step.exp
9287 * gdb.arch/e500-prologue.exp
9288 * gdb.arch/ftrace-insn-reloc.exp
9289 * gdb.arch/gdb1291.exp
9290 * gdb.arch/gdb1431.exp
9291 * gdb.arch/gdb1558.exp
9292 * gdb.arch/i386-dr3-watch.exp
9293 * gdb.arch/i386-sse-stack-align.exp
9294 * gdb.arch/ia64-breakpoint-shadow.exp
9295 * gdb.arch/pa-nullify.exp
9296 * gdb.arch/powerpc-aix-prologue.exp
9297 * gdb.arch/thumb-bx-pc.exp
9298 * gdb.base/annota1.exp
9299 * gdb.base/annota3.exp
9300 * gdb.base/arrayidx.exp
9301 * gdb.base/assign.exp
9302 * gdb.base/attach.exp
9303 * gdb.base/auxv.exp
9304 * gdb.base/bang.exp
9305 * gdb.base/bfp-test.exp
9306 * gdb.base/bigcore.exp
9307 * gdb.base/bitfields2.exp
9308 * gdb.base/break-fun-addr.exp
9309 * gdb.base/break-probes.exp
9310 * gdb.base/call-rt-st.exp
9311 * gdb.base/callexit.exp
9312 * gdb.base/catch-fork-kill.exp
9313 * gdb.base/charset.exp
9314 * gdb.base/checkpoint.exp
9315 * gdb.base/comprdebug.exp
9316 * gdb.base/constvars.exp
9317 * gdb.base/coredump-filter.exp
9318 * gdb.base/cursal.exp
9319 * gdb.base/cvexpr.exp
9320 * gdb.base/detach.exp
9321 * gdb.base/display.exp
9322 * gdb.base/dmsym.exp
9323 * gdb.base/dprintf-pending.exp
9324 * gdb.base/dso2dso.exp
9325 * gdb.base/dtrace-probe.exp
9326 * gdb.base/dump.exp
9327 * gdb.base/enum_cond.exp
9328 * gdb.base/exe-lock.exp
9329 * gdb.base/exec-invalid-sysroot.exp
9330 * gdb.base/execl-update-breakpoints.exp
9331 * gdb.base/exprs.exp
9332 * gdb.base/fileio.exp
9333 * gdb.base/find.exp
9334 * gdb.base/finish.exp
9335 * gdb.base/fixsection.exp
9336 * gdb.base/foll-vfork.exp
9337 * gdb.base/frame-args.exp
9338 * gdb.base/gcore.exp
9339 * gdb.base/gdb1250.exp
9340 * gdb.base/global-var-nested-by-dso.exp
9341 * gdb.base/gnu-ifunc.exp
9342 * gdb.base/hashline1.exp
9343 * gdb.base/hashline2.exp
9344 * gdb.base/hashline3.exp
9345 * gdb.base/hbreak-in-shr-unsupported.exp
9346 * gdb.base/huge.exp
9347 * gdb.base/infcall-input.exp
9348 * gdb.base/info-fun.exp
9349 * gdb.base/info-shared.exp
9350 * gdb.base/jit-simple.exp
9351 * gdb.base/jit-so.exp
9352 * gdb.base/jit.exp
9353 * gdb.base/jump.exp
9354 * gdb.base/label.exp
9355 * gdb.base/lineinc.exp
9356 * gdb.base/logical.exp
9357 * gdb.base/longjmp.exp
9358 * gdb.base/macscp.exp
9359 * gdb.base/miscexprs.exp
9360 * gdb.base/new-ui-echo.exp
9361 * gdb.base/new-ui-pending-input.exp
9362 * gdb.base/new-ui.exp
9363 * gdb.base/nodebug.exp
9364 * gdb.base/nofield.exp
9365 * gdb.base/offsets.exp
9366 * gdb.base/overlays.exp
9367 * gdb.base/pending.exp
9368 * gdb.base/pointers.exp
9369 * gdb.base/pr11022.exp
9370 * gdb.base/printcmds.exp
9371 * gdb.base/prologue.exp
9372 * gdb.base/ptr-typedef.exp
9373 * gdb.base/realname-expand.exp
9374 * gdb.base/relativedebug.exp
9375 * gdb.base/relocate.exp
9376 * gdb.base/remote.exp
9377 * gdb.base/reread.exp
9378 * gdb.base/return2.exp
9379 * gdb.base/savedregs.exp
9380 * gdb.base/sep.exp
9381 * gdb.base/sepdebug.exp
9382 * gdb.base/sepsymtab.exp
9383 * gdb.base/set-inferior-tty.exp
9384 * gdb.base/setshow.exp
9385 * gdb.base/shlib-call.exp
9386 * gdb.base/sigaltstack.exp
9387 * gdb.base/siginfo-addr.exp
9388 * gdb.base/signals.exp
9389 * gdb.base/signull.exp
9390 * gdb.base/sigrepeat.exp
9391 * gdb.base/so-impl-ld.exp
9392 * gdb.base/solib-display.exp
9393 * gdb.base/solib-overlap.exp
9394 * gdb.base/solib-search.exp
9395 * gdb.base/solib-symbol.exp
9396 * gdb.base/structs.exp
9397 * gdb.base/structs2.exp
9398 * gdb.base/symtab-search-order.exp
9399 * gdb.base/twice.exp
9400 * gdb.base/unload.exp
9401 * gdb.base/varargs.exp
9402 * gdb.base/watchpoint-solib.exp
9403 * gdb.base/watchpoint.exp
9404 * gdb.base/whatis.exp
9405 * gdb.base/wrong_frame_bt_full.exp
9406 * gdb.btrace/dlopen.exp
9407 * gdb.cell/ea-standalone.exp
9408 * gdb.cell/ea-test.exp
9409 * gdb.cp/dispcxx.exp
9410 * gdb.cp/gdb2384.exp
9411 * gdb.cp/method2.exp
9412 * gdb.cp/nextoverthrow.exp
9413 * gdb.cp/pr10728.exp
9414 * gdb.disasm/am33.exp
9415 * gdb.disasm/h8300s.exp
9416 * gdb.disasm/mn10300.exp
9417 * gdb.disasm/sh3.exp
9418 * gdb.dwarf2/dw2-dir-file-name.exp
9419 * gdb.fortran/complex.exp
9420 * gdb.fortran/library-module.exp
9421 * gdb.guile/scm-pretty-print.exp
9422 * gdb.guile/scm-symbol.exp
9423 * gdb.guile/scm-type.exp
9424 * gdb.guile/scm-value.exp
9425 * gdb.linespec/linespec.exp
9426 * gdb.mi/gdb701.exp
9427 * gdb.mi/gdb792.exp
9428 * gdb.mi/mi-breakpoint-changed.exp
9429 * gdb.mi/mi-dprintf-pending.exp
9430 * gdb.mi/mi-dprintf.exp
9431 * gdb.mi/mi-exit-code.exp
9432 * gdb.mi/mi-pending.exp
9433 * gdb.mi/mi-solib.exp
9434 * gdb.mi/new-ui-mi-sync.exp
9435 * gdb.mi/pr11022.exp
9436 * gdb.mi/user-selected-context-sync.exp
9437 * gdb.opt/solib-intra-step.exp
9438 * gdb.python/py-events.exp
9439 * gdb.python/py-finish-breakpoint.exp
9440 * gdb.python/py-mi.exp
9441 * gdb.python/py-prettyprint.exp
9442 * gdb.python/py-shared.exp
9443 * gdb.python/py-symbol.exp
9444 * gdb.python/py-template.exp
9445 * gdb.python/py-type.exp
9446 * gdb.python/py-value.exp
9447 * gdb.reverse/solib-precsave.exp
9448 * gdb.reverse/solib-reverse.exp
9449 * gdb.server/solib-list.exp
9450 * gdb.stabs/weird.exp
9451 * gdb.threads/reconnect-signal.exp
9452 * gdb.threads/stepi-random-signal.exp
9453 * gdb.trace/actions.exp
9454 * gdb.trace/ax.exp
9455 * gdb.trace/backtrace.exp
9456 * gdb.trace/change-loc.exp
9457 * gdb.trace/deltrace.exp
9458 * gdb.trace/ftrace-lock.exp
9459 * gdb.trace/ftrace.exp
9460 * gdb.trace/infotrace.exp
9461 * gdb.trace/mi-tracepoint-changed.exp
9462 * gdb.trace/packetlen.exp
9463 * gdb.trace/passcount.exp
9464 * gdb.trace/pending.exp
9465 * gdb.trace/range-stepping.exp
9466 * gdb.trace/report.exp
9467 * gdb.trace/stap-trace.exp
9468 * gdb.trace/tfind.exp
9469 * gdb.trace/trace-break.exp
9470 * gdb.trace/trace-condition.exp
9471 * gdb.trace/trace-enable-disable.exp
9472 * gdb.trace/trace-mt.exp
9473 * gdb.trace/tracecmd.exp
9474 * gdb.trace/tspeed.exp
9475 * gdb.trace/tsv.exp
9476 * lib/perftest.exp
9477
fb9feb35
LM
94782016-12-01 Luis Machado <lgustavo@codesourcery.com>
9479
9480 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9481 with gdb_test_no_output.
9482 Use command as test name.
9483
cd2ddb6c
LM
94842016-12-01 Luis Machado <lgustavo@codesourcery.com>
9485
9486 Fix test names starting with uppercase throughout the files.
9487
9488 * gdb.ada/assign_1.exp
9489 * gdb.ada/boolean_expr.exp
9490 * gdb.base/arrayidx.exp
9491 * gdb.base/del.exp
9492 * gdb.base/gcore-buffer-overflow.exp
9493 * gdb.base/testenv.exp
9494 * gdb.compile/compile.exp
9495 * gdb.python/py-framefilter-invalidarg.exp
9496 * gdb.python/py-framefilter.exp
9497
bb95117e
LM
94982016-12-01 Luis Machado <lgustavo@codesourcery.com>
9499
9500 Fix test names starting with uppercase throughout the files.
9501
9502 * gdb.ada/array_return.exp
9503 * gdb.ada/expr_delims.exp
9504 * gdb.ada/mi_dyn_arr.exp
9505 * gdb.ada/mi_interface.exp
9506 * gdb.ada/mi_var_array.exp
9507 * gdb.ada/watch_arg.exp
9508 * gdb.arch/alpha-step.exp
9509 * gdb.arch/altivec-regs.exp
9510 * gdb.arch/e500-regs.exp
9511 * gdb.arch/powerpc-d128-regs.exp
9512 * gdb.base/arrayidx.exp
9513 * gdb.base/break.exp
9514 * gdb.base/checkpoint.exp
9515 * gdb.base/debug-expr.exp
9516 * gdb.base/dmsym.exp
9517 * gdb.base/radix.exp
9518 * gdb.base/sepdebug.exp
9519 * gdb.base/testenv.exp
9520 * gdb.base/watch_thread_num.exp
9521 * gdb.base/watchpoint-cond-gone.exp
9522 * gdb.cell/break.exp
9523 * gdb.cell/ea-cache.exp
9524 * gdb.compile/compile.exp
9525 * gdb.cp/gdb2495.exp
9526 * gdb.gdb/selftest.exp
9527 * gdb.gdb/xfullpath.exp
9528 * gdb.go/hello.exp
9529 * gdb.go/integers.exp
9530 * gdb.objc/basicclass.exp
9531 * gdb.pascal/hello.exp
9532 * gdb.pascal/integers.exp
9533 * gdb.python/py-breakpoint.exp
9534 * gdb.python/py-cmd.exp
9535 * gdb.python/py-linetable.exp
9536 * gdb.python/py-xmethods.exp
9537 * gdb.python/python.exp
9538 * gdb.reverse/consecutive-precsave.exp
9539 * gdb.reverse/finish-precsave.exp
9540 * gdb.reverse/i386-precsave.exp
9541 * gdb.reverse/machinestate-precsave.exp
9542 * gdb.reverse/sigall-precsave.exp
9543 * gdb.reverse/solib-precsave.exp
9544 * gdb.reverse/step-precsave.exp
9545 * gdb.reverse/until-precsave.exp
9546 * gdb.reverse/watch-precsave.exp
9547 * gdb.threads/leader-exit.exp
9548 * gdb.threads/pthreads.exp
9549 * gdb.threads/wp-replication.exp
9550 * gdb.trace/actions.exp
9551 * gdb.trace/mi-tsv-changed.exp
9552 * gdb.trace/tsv.exp
9553
de97fdd4
LM
95542016-12-01 Luis Machado <lgustavo@codesourcery.com>
9555
9556 Fix test names starting with uppercase throughout the files.
9557
9558 * gdb.arch/i386-bp_permanent.exp
9559 * gdb.arch/i386-gnu-cfi.exp
9560 * gdb.base/disasm-end-cu.exp
9561 * gdb.base/macscp.exp
9562 * gdb.base/pending.exp
9563 * gdb.base/watch_thread_num.exp
9564 * gdb.cp/exception.exp
9565 * gdb.cp/gdb2495.exp
9566 * gdb.cp/local.exp
9567 * gdb.python/py-evsignal.exp
9568 * gdb.python/python.exp
9569 * gdb.trace/tracecmd.exp
9570
9f058c10
LM
95712016-12-01 Luis Machado <lgustavo@codesourcery.com>
9572
9573 Fix test names starting with uppercase throughout the files.
9574
9575 * gdb.base/charset.exp
9576 * gdb.base/eval.exp
9577 * gdb.base/multi-forks.exp
9578 * gdb.guile/scm-progspace.exp
9579 * gdb.opencl/datatypes.exp
9580 * gdb.python/py-block.exp
9581 * gdb.python/py-function.exp
9582 * gdb.python/py-symbol.exp
9583 * gdb.python/py-symtab.exp
9584 * gdb.python/py-xmethods.exp
9585 * gdb.reverse/break-precsave.exp
9586 * gdb.reverse/break-reverse.exp
9587 * gdb.reverse/consecutive-precsave.exp
9588 * gdb.reverse/consecutive-reverse.exp
9589 * gdb.reverse/finish-precsave.exp
9590 * gdb.reverse/finish-reverse-bkpt.exp
9591 * gdb.reverse/finish-reverse.exp
9592 * gdb.reverse/fstatat-reverse.exp
9593 * gdb.reverse/getresuid-reverse.exp
9594 * gdb.reverse/i386-precsave.exp
9595 * gdb.reverse/i386-reverse.exp
9596 * gdb.reverse/i386-sse-reverse.exp
9597 * gdb.reverse/i387-stack-reverse.exp
9598 * gdb.reverse/insn-reverse.exp
9599 * gdb.reverse/machinestate-precsave.exp
9600 * gdb.reverse/machinestate.exp
9601 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9602 * gdb.reverse/pipe-reverse.exp
9603 * gdb.reverse/readv-reverse.exp
9604 * gdb.reverse/recvmsg-reverse.exp
9605 * gdb.reverse/rerun-prec.exp
9606 * gdb.reverse/s390-mvcle.exp
9607 * gdb.reverse/sigall-precsave.exp
9608 * gdb.reverse/sigall-reverse.exp
9609 * gdb.reverse/solib-precsave.exp
9610 * gdb.reverse/solib-reverse.exp
9611 * gdb.reverse/step-precsave.exp
9612 * gdb.reverse/step-reverse.exp
9613 * gdb.reverse/time-reverse.exp
9614 * gdb.reverse/until-precsave.exp
9615 * gdb.reverse/until-reverse.exp
9616 * gdb.reverse/waitpid-reverse.exp
9617 * gdb.reverse/watch-precsave.exp
9618 * gdb.reverse/watch-reverse.exp
9619
cdc7edd7
LM
96202016-12-01 Luis Machado <lgustavo@codesourcery.com>
9621
9622 Fix test names starting with uppercase throughout the files.
9623
9624 * gdb.arch/i386-mpx-simple_segv.exp
9625 * gdb.arch/i386-mpx.exp
9626 * gdb.arch/i386-permbkpt.exp
9627 * gdb.arch/pa-nullify.exp
9628 * gdb.arch/powerpc-d128-regs.exp
9629 * gdb.arch/vsx-regs.exp
9630 * gdb.base/bfp-test.exp
9631 * gdb.base/break.exp
9632 * gdb.base/breakpoint-shadow.exp
9633 * gdb.base/callfuncs.exp
9634 * gdb.base/charset.exp
9635 * gdb.base/commands.exp
9636 * gdb.base/completion.exp
9637 * gdb.base/dfp-test.exp
9638 * gdb.base/echo.exp
9639 * gdb.base/ending-run.exp
9640 * gdb.base/eval.exp
9641 * gdb.base/expand-psymtabs.exp
9642 * gdb.base/float128.exp
9643 * gdb.base/floatn.exp
9644 * gdb.base/foll-exec-mode.exp
9645 * gdb.base/gdb1056.exp
9646 * gdb.base/gdb11531.exp
9647 * gdb.base/kill-after-signal.exp
9648 * gdb.base/multi-forks.exp
9649 * gdb.base/overlays.exp
9650 * gdb.base/pending.exp
9651 * gdb.base/sepdebug.exp
9652 * gdb.base/testenv.exp
9653 * gdb.base/valgrind-db-attach.exp
9654 * gdb.base/watch_thread_num.exp
9655 * gdb.base/watchpoint-cond-gone.exp
9656 * gdb.base/watchpoint.exp
9657 * gdb.base/watchpoints.exp
9658 * gdb.cp/arg-reference.exp
9659 * gdb.cp/baseenum.exp
9660 * gdb.cp/operator.exp
9661 * gdb.cp/shadow.exp
9662 * gdb.dwarf2/dw2-op-out-param.exp
9663 * gdb.dwarf2/dw2-reg-undefined.exp
9664 * gdb.go/chan.exp
9665 * gdb.go/hello.exp
9666 * gdb.go/integers.exp
9667 * gdb.go/methods.exp
9668 * gdb.go/package.exp
9669 * gdb.guile/scm-parameter.exp
9670 * gdb.guile/scm-progspace.exp
9671 * gdb.guile/scm-value.exp
9672 * gdb.mi/mi-pending.exp
9673 * gdb.mi/user-selected-context-sync.exp
9674 * gdb.multi/multi-attach.exp
9675 * gdb.multi/tids.exp
9676 * gdb.opt/clobbered-registers-O2.exp
9677 * gdb.pascal/floats.exp
9678 * gdb.pascal/integers.exp
9679 * gdb.python/py-block.exp
9680 * gdb.python/py-events.exp
9681 * gdb.python/py-parameter.exp
9682 * gdb.python/py-symbol.exp
9683 * gdb.python/py-symtab.exp
9684 * gdb.python/py-type.exp
9685 * gdb.python/py-value.exp
9686 * gdb.python/py-xmethods.exp
9687 * gdb.python/python.exp
9688 * gdb.reverse/break-precsave.exp
9689 * gdb.reverse/consecutive-precsave.exp
9690 * gdb.reverse/finish-precsave.exp
9691 * gdb.reverse/i386-precsave.exp
9692 * gdb.reverse/machinestate-precsave.exp
9693 * gdb.reverse/sigall-precsave.exp
9694 * gdb.reverse/solib-precsave.exp
9695 * gdb.reverse/step-precsave.exp
9696 * gdb.reverse/until-precsave.exp
9697 * gdb.reverse/watch-precsave.exp
9698 * gdb.server/ext-attach.exp
9699 * gdb.server/ext-restart.exp
9700 * gdb.server/ext-run.exp
9701 * gdb.server/ext-wrapper.exp
9702 * gdb.stabs/gdb11479.exp
9703 * gdb.stabs/weird.exp
9704 * gdb.threads/attach-many-short-lived-threads.exp
9705 * gdb.threads/kill.exp
9706 * gdb.threads/watchpoint-fork.exp
9707
bc6c7af4
LM
97082016-12-01 Luis Machado <lgustavo@codesourcery.com>
9709
9710 Fix test names starting with uppercase throughout all the files below.
9711
9712 * gdb.ada/array_return.exp
9713 * gdb.ada/catch_ex.exp
9714 * gdb.ada/info_exc.exp
9715 * gdb.ada/mi_catch_ex.exp
9716 * gdb.ada/mi_dyn_arr.exp
9717 * gdb.ada/mi_ex_cond.exp
9718 * gdb.ada/mi_exc_info.exp
9719 * gdb.ada/mi_interface.exp
9720 * gdb.ada/mi_task_arg.exp
9721 * gdb.ada/mi_task_info.exp
9722 * gdb.ada/mi_var_array.exp
9723 * gdb.arch/alpha-step.exp
9724 * gdb.arch/amd64-disp-step.exp
9725 * gdb.arch/arm-disp-step.exp
9726 * gdb.arch/disp-step-insn-reloc.exp
9727 * gdb.arch/e500-prologue.exp
9728 * gdb.arch/ftrace-insn-reloc.exp
9729 * gdb.arch/gdb1558.exp
9730 * gdb.arch/i386-bp_permanent.exp
9731 * gdb.arch/i386-disp-step.exp
9732 * gdb.arch/i386-float.exp
9733 * gdb.arch/i386-gnu-cfi.exp
9734 * gdb.arch/ia64-breakpoint-shadow.exp
9735 * gdb.arch/mips16-thunks.exp
9736 * gdb.arch/pa-nullify.exp
9737 * gdb.arch/powerpc-aix-prologue.exp
9738 * gdb.arch/powerpc-power.exp
9739 * gdb.arch/ppc-dfp.exp
9740 * gdb.arch/s390-tdbregs.exp
9741 * gdb.arch/spu-info.exp
9742 * gdb.arch/spu-ls.exp
9743 * gdb.arch/thumb-bx-pc.exp
9744 * gdb.base/advance.exp
9745 * gdb.base/annota-input-while-running.exp
9746 * gdb.base/arrayidx.exp
9747 * gdb.base/asmlabel.exp
9748 * gdb.base/async.exp
9749 * gdb.base/attach-wait-input.exp
9750 * gdb.base/auto-connect-native-target.exp
9751 * gdb.base/batch-preserve-term-settings.exp
9752 * gdb.base/bfp-test.exp
9753 * gdb.base/bigcore.exp
9754 * gdb.base/bp-permanent.exp
9755 * gdb.base/break-always.exp
9756 * gdb.base/break-fun-addr.exp
9757 * gdb.base/break-idempotent.exp
9758 * gdb.base/break-main-file-remove-fail.exp
9759 * gdb.base/break-probes.exp
9760 * gdb.base/break-unload-file.exp
9761 * gdb.base/break.exp
9762 * gdb.base/call-ar-st.exp
9763 * gdb.base/call-rt-st.exp
9764 * gdb.base/call-sc.exp
9765 * gdb.base/call-signal-resume.exp
9766 * gdb.base/call-strs.exp
9767 * gdb.base/callexit.exp
9768 * gdb.base/callfuncs.exp
9769 * gdb.base/catch-gdb-caused-signals.exp
9770 * gdb.base/catch-signal-siginfo-cond.exp
9771 * gdb.base/catch-syscall.exp
9772 * gdb.base/compare-sections.exp
9773 * gdb.base/cond-eval-mode.exp
9774 * gdb.base/condbreak-call-false.exp
9775 * gdb.base/consecutive-step-over.exp
9776 * gdb.base/cursal.exp
9777 * gdb.base/disabled-location.exp
9778 * gdb.base/disasm-end-cu.exp
9779 * gdb.base/display.exp
9780 * gdb.base/double-prompt-target-event-error.exp
9781 * gdb.base/dprintf-bp-same-addr.exp
9782 * gdb.base/dprintf-detach.exp
9783 * gdb.base/dprintf-next.exp
9784 * gdb.base/dprintf-non-stop.exp
9785 * gdb.base/dprintf-pending.exp
9786 * gdb.base/dso2dso.exp
9787 * gdb.base/ending-run.exp
9788 * gdb.base/enum_cond.exp
9789 * gdb.base/examine-backward.exp
9790 * gdb.base/exe-lock.exp
9791 * gdb.base/exec-invalid-sysroot.exp
9792 * gdb.base/execl-update-breakpoints.exp
9793 * gdb.base/execution-termios.exp
9794 * gdb.base/fileio.exp
9795 * gdb.base/fixsection.exp
9796 * gdb.base/foll-exec-mode.exp
9797 * gdb.base/foll-exec.exp
9798 * gdb.base/fork-running-state.exp
9799 * gdb.base/frame-args.exp
9800 * gdb.base/fullpath-expand.exp
9801 * gdb.base/func-ptr.exp
9802 * gdb.base/gcore-relro-pie.exp
9803 * gdb.base/gdb1090.exp
9804 * gdb.base/gdb1555.exp
9805 * gdb.base/global-var-nested-by-dso.exp
9806 * gdb.base/gnu-ifunc.exp
9807 * gdb.base/hbreak-in-shr-unsupported.exp
9808 * gdb.base/hbreak-unmapped.exp
9809 * gdb.base/hook-stop.exp
9810 * gdb.base/infcall-input.exp
9811 * gdb.base/info-fun.exp
9812 * gdb.base/info-shared.exp
9813 * gdb.base/interrupt-noterm.exp
9814 * gdb.base/jit-so.exp
9815 * gdb.base/jit.exp
9816 * gdb.base/line-symtabs.exp
9817 * gdb.base/list.exp
9818 * gdb.base/longjmp.exp
9819 * gdb.base/macscp.exp
9820 * gdb.base/max-value-size.exp
9821 * gdb.base/nodebug.exp
9822 * gdb.base/nofield.exp
9823 * gdb.base/overlays.exp
9824 * gdb.base/paginate-after-ctrl-c-running.exp
9825 * gdb.base/paginate-bg-execution.exp
9826 * gdb.base/paginate-inferior-exit.exp
9827 * gdb.base/pending.exp
9828 * gdb.base/pr11022.exp
9829 * gdb.base/printcmds.exp
9830 * gdb.base/ptr-typedef.exp
9831 * gdb.base/ptype.exp
9832 * gdb.base/randomize.exp
9833 * gdb.base/range-stepping.exp
9834 * gdb.base/realname-expand.exp
9835 * gdb.base/relativedebug.exp
9836 * gdb.base/remote.exp
9837 * gdb.base/savedregs.exp
9838 * gdb.base/sepdebug.exp
9839 * gdb.base/set-noassign.exp
9840 * gdb.base/shlib-call.exp
9841 * gdb.base/shreloc.exp
9842 * gdb.base/sigaltstack.exp
9843 * gdb.base/sigbpt.exp
9844 * gdb.base/siginfo-addr.exp
9845 * gdb.base/siginfo-obj.exp
9846 * gdb.base/siginfo-thread.exp
9847 * gdb.base/signest.exp
9848 * gdb.base/signull.exp
9849 * gdb.base/sigrepeat.exp
9850 * gdb.base/skip.exp
9851 * gdb.base/so-impl-ld.exp
9852 * gdb.base/solib-corrupted.exp
9853 * gdb.base/solib-disc.exp
9854 * gdb.base/solib-display.exp
9855 * gdb.base/solib-overlap.exp
9856 * gdb.base/solib-search.exp
9857 * gdb.base/solib-symbol.exp
9858 * gdb.base/source-execution.exp
9859 * gdb.base/sss-bp-on-user-bp-2.exp
9860 * gdb.base/sss-bp-on-user-bp.exp
9861 * gdb.base/stack-checking.exp
9862 * gdb.base/stale-infcall.exp
9863 * gdb.base/step-break.exp
9864 * gdb.base/step-line.exp
9865 * gdb.base/step-over-exit.exp
9866 * gdb.base/step-test.exp
9867 * gdb.base/structs.exp
9868 * gdb.base/sym-file.exp
9869 * gdb.base/symtab-search-order.exp
9870 * gdb.base/term.exp
9871 * gdb.base/type-opaque.exp
9872 * gdb.base/unload.exp
9873 * gdb.base/until-nodebug.exp
9874 * gdb.base/until.exp
9875 * gdb.base/unwindonsignal.exp
9876 * gdb.base/watch-cond.exp
9877 * gdb.base/watch-non-mem.exp
9878 * gdb.base/watch_thread_num.exp
9879 * gdb.base/watchpoint-reuse-slot.exp
9880 * gdb.base/watchpoint-solib.exp
9881 * gdb.base/watchpoint.exp
9882 * gdb.btrace/dlopen.exp
9883 * gdb.cell/arch.exp
9884 * gdb.cell/break.exp
9885 * gdb.cell/bt.exp
9886 * gdb.cell/core.exp
9887 * gdb.cell/data.exp
9888 * gdb.cell/dwarfaddr.exp
9889 * gdb.cell/ea-cache.exp
9890 * gdb.cell/ea-standalone.exp
9891 * gdb.cell/ea-test.exp
9892 * gdb.cell/f-regs.exp
9893 * gdb.cell/fork.exp
9894 * gdb.cell/gcore.exp
9895 * gdb.cell/mem-access.exp
9896 * gdb.cell/ptype.exp
9897 * gdb.cell/registers.exp
9898 * gdb.cell/sizeof.exp
9899 * gdb.cell/solib-symbol.exp
9900 * gdb.cell/solib.exp
9901 * gdb.compile/compile-tls.exp
9902 * gdb.cp/exception.exp
9903 * gdb.cp/gdb2495.exp
9904 * gdb.cp/local.exp
9905 * gdb.cp/mb-inline.exp
9906 * gdb.cp/mb-templates.exp
9907 * gdb.cp/pr10687.exp
9908 * gdb.cp/pr9167.exp
9909 * gdb.cp/scope-err.exp
9910 * gdb.cp/templates.exp
9911 * gdb.cp/virtfunc.exp
9912 * gdb.dwarf2/dw2-dir-file-name.exp
9913 * gdb.dwarf2/dw2-single-line-discriminators.exp
9914 * gdb.fortran/complex.exp
9915 * gdb.fortran/library-module.exp
9916 * gdb.guile/guile.exp
9917 * gdb.guile/scm-cmd.exp
9918 * gdb.guile/scm-frame-inline.exp
9919 * gdb.guile/scm-objfile.exp
9920 * gdb.guile/scm-pretty-print.exp
9921 * gdb.guile/scm-symbol.exp
9922 * gdb.guile/scm-type.exp
9923 * gdb.guile/scm-value.exp
9924 * gdb.linespec/keywords.exp
9925 * gdb.linespec/ls-errs.exp
9926 * gdb.linespec/macro-relative.exp
9927 * gdb.linespec/thread.exp
9928 * gdb.mi/mi-breakpoint-changed.exp
9929 * gdb.mi/mi-dprintf-pending.exp
9930 * gdb.mi/mi-fullname-deleted.exp
9931 * gdb.mi/mi-logging.exp
9932 * gdb.mi/mi-pending.exp
9933 * gdb.mi/mi-solib.exp
9934 * gdb.mi/new-ui-mi-sync.exp
9935 * gdb.mi/user-selected-context-sync.exp
9936 * gdb.multi/dummy-frame-restore.exp
9937 * gdb.multi/multi-arch-exec.exp
9938 * gdb.multi/remove-inferiors.exp
9939 * gdb.multi/watchpoint-multi-exit.exp
9940 * gdb.opt/solib-intra-step.exp
9941 * gdb.perf/backtrace.exp
9942 * gdb.perf/single-step.exp
9943 * gdb.perf/skip-command.exp
9944 * gdb.perf/skip-prologue.exp
9945 * gdb.perf/solib.exp
9946 * gdb.python/lib-types.exp
9947 * gdb.python/py-as-string.exp
9948 * gdb.python/py-bad-printers.exp
9949 * gdb.python/py-block.exp
9950 * gdb.python/py-breakpoint.exp
9951 * gdb.python/py-cmd.exp
9952 * gdb.python/py-events.exp
9953 * gdb.python/py-evthreads.exp
9954 * gdb.python/py-finish-breakpoint.exp
9955 * gdb.python/py-finish-breakpoint2.exp
9956 * gdb.python/py-frame-inline.exp
9957 * gdb.python/py-frame.exp
9958 * gdb.python/py-inferior.exp
9959 * gdb.python/py-infthread.exp
9960 * gdb.python/py-mi.exp
9961 * gdb.python/py-objfile.exp
9962 * gdb.python/py-pp-maint.exp
9963 * gdb.python/py-pp-registration.exp
9964 * gdb.python/py-prettyprint.exp
9965 * gdb.python/py-recurse-unwind.exp
9966 * gdb.python/py-shared.exp
9967 * gdb.python/py-symbol.exp
9968 * gdb.python/py-symtab.exp
9969 * gdb.python/py-template.exp
9970 * gdb.python/py-type.exp
9971 * gdb.python/py-unwind-maint.exp
9972 * gdb.python/py-unwind.exp
9973 * gdb.python/py-value.exp
9974 * gdb.python/python.exp
9975 * gdb.reverse/finish-reverse-bkpt.exp
9976 * gdb.reverse/insn-reverse.exp
9977 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9978 * gdb.reverse/solib-precsave.exp
9979 * gdb.reverse/solib-reverse.exp
9980 * gdb.stabs/gdb11479.exp
9981 * gdb.stabs/weird.exp
9982 * gdb.threads/fork-child-threads.exp
9983 * gdb.threads/fork-plus-threads.exp
9984 * gdb.threads/fork-thread-pending.exp
9985 * gdb.threads/forking-threads-plus-breakpoint.exp
9986 * gdb.threads/hand-call-in-threads.exp
9987 * gdb.threads/interrupted-hand-call.exp
9988 * gdb.threads/linux-dp.exp
9989 * gdb.threads/local-watch-wrong-thread.exp
9990 * gdb.threads/next-while-other-thread-longjmps.exp
9991 * gdb.threads/non-ldr-exit.exp
9992 * gdb.threads/pending-step.exp
9993 * gdb.threads/print-threads.exp
9994 * gdb.threads/process-dies-while-detaching.exp
9995 * gdb.threads/process-dies-while-handling-bp.exp
9996 * gdb.threads/pthreads.exp
9997 * gdb.threads/queue-signal.exp
9998 * gdb.threads/reconnect-signal.exp
9999 * gdb.threads/signal-command-handle-nopass.exp
10000 * gdb.threads/signal-command-multiple-signals-pending.exp
10001 * gdb.threads/signal-delivered-right-thread.exp
10002 * gdb.threads/signal-sigtrap.exp
10003 * gdb.threads/sigthread.exp
10004 * gdb.threads/staticthreads.exp
10005 * gdb.threads/stepi-random-signal.exp
10006 * gdb.threads/thread-unwindonsignal.exp
10007 * gdb.threads/thread_check.exp
10008 * gdb.threads/thread_events.exp
10009 * gdb.threads/tid-reuse.exp
10010 * gdb.threads/tls-nodebug.exp
10011 * gdb.threads/tls-shared.exp
10012 * gdb.threads/tls-so_extern.exp
10013 * gdb.threads/tls.exp
10014 * gdb.threads/wp-replication.exp
10015 * gdb.trace/actions-changed.exp
10016 * gdb.trace/actions.exp
10017 * gdb.trace/backtrace.exp
10018 * gdb.trace/change-loc.exp
10019 * gdb.trace/collection.exp
10020 * gdb.trace/deltrace.exp
10021 * gdb.trace/disconnected-tracing.exp
10022 * gdb.trace/entry-values.exp
10023 * gdb.trace/ftrace-lock.exp
10024 * gdb.trace/ftrace.exp
10025 * gdb.trace/infotrace.exp
10026 * gdb.trace/mi-trace-frame-collected.exp
10027 * gdb.trace/mi-trace-unavailable.exp
10028 * gdb.trace/mi-traceframe-changed.exp
10029 * gdb.trace/mi-tracepoint-changed.exp
10030 * gdb.trace/mi-tsv-changed.exp
10031 * gdb.trace/no-attach-trace.exp
10032 * gdb.trace/packetlen.exp
10033 * gdb.trace/passc-dyn.exp
10034 * gdb.trace/passcount.exp
10035 * gdb.trace/pending.exp
10036 * gdb.trace/pr16508.exp
10037 * gdb.trace/qtro.exp
10038 * gdb.trace/range-stepping.exp
10039 * gdb.trace/read-memory.exp
10040 * gdb.trace/report.exp
10041 * gdb.trace/save-trace.exp
10042 * gdb.trace/signal.exp
10043 * gdb.trace/stap-trace.exp
10044 * gdb.trace/status-stop.exp
10045 * gdb.trace/strace.exp
10046 * gdb.trace/tfile.exp
10047 * gdb.trace/tfind.exp
10048 * gdb.trace/trace-break.exp
10049 * gdb.trace/trace-condition.exp
10050 * gdb.trace/trace-enable-disable.exp
10051 * gdb.trace/trace-mt.exp
10052 * gdb.trace/tracecmd.exp
10053 * gdb.trace/tracefile-pseudo-reg.exp
10054 * gdb.trace/tspeed.exp
10055 * gdb.trace/tstatus.exp
10056 * gdb.trace/tsv.exp
10057 * gdb.trace/unavailable.exp
10058 * gdb.trace/while-dyn.exp
10059 * gdb.trace/while-stepping.exp
10060 * lib/gdb-guile.exp
10061 * lib/gdb.exp
10062 * lib/mi-support.exp
10063 * lib/pascal.exp
10064 * lib/perftest.exp
10065 * lib/prelink-support.exp
10066 * lib/selftest-support.exp
10067
ad02e4fe
SM
100682016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10069
10070 * Makefile.in: Include disable-implicit-rules.mk.
10071
22347e55
AA
100722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10073
10074 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10075 non-byte-aligned bit fields.
10076
da5b30da
AA
100772016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10078
10079 PR gdb/12616
10080 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10081 respects the DW_AT_data_bit_offset attribute.
10082
b593ecca
SM
100832016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10084
10085 * gdb.base/default.exp: Fix output of "set language".
10086
3b165252
SM
100872016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10088
10089 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10090 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10091 make.
10092 * configure.ac: Remove checks for the make program.
10093 * configure: Re-generate.
10094
1a2f3d7f
KB
100952016-11-16 Kevin Buettner <kevinb@redhat.com>
10096
10097 * gdb.python/py-recurse-unwind.c (main): Add loop.
10098 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10099 to read_register() and gdb.parse_and_eval(). Make each code
10100 call a separate case that can be individually tested.
10101 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10102 proc. Call cont_and_backtrace for each of the code paths that
10103 we want to test in the unwinder.
10104
b7f38fda
AA
101052016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10106
10107 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10108 the definition of struct S.
10109
1f8db343
CM
101102016-11-11 Catherine Moore <clm@codesourcery.com>
10111
10112 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10113
fad0c9fb
PA
101142016-11-09 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.base/commands.exp (runto_or_return): New procedure.
10117 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10118 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10119 (progvar_simple_while_test, progvar_complex_if_while_test)
10120 (if_while_breakpoint_command_test)
10121 (infrun_breakpoint_command_test, breakpoint_command_test)
10122 (user_defined_command_test, watchpoint_command_test)
10123 (test_command_prompt_position, redefine_hook_test)
10124 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10125 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10126 multi_line_input and multi_line. Remove gdb_expect and
10127 gdb_stop_suppressing_tests uses.
10128 * lib/gdb.exp (valnum_re): New global.
10129 (multi_line_input): New procedure.
10130
8354c62c
SM
101312016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10132
10133 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10134 Remove.
10135 (test_setup): Define with proc_with_prefix.
10136 (test_cli_inferior): Likewise.
10137 (test_cli_thread): Likewise.
10138 (test_cli_frame): Likewise.
10139 (test_cli_select_frame): Likewise.
10140 (test_cli_up_down): Likewise.
10141 (test_mi_thread_select): Likewise.
10142 (test_mi_stack_select_frame): Likewise.
10143 (test_cli_in_mi_inferior): Likewise.
10144 (test_cli_in_mi_thread): Likewise.
10145 (test_cli_in_mi_frame): Likewise.
10146 (top level): Do not use with_test_prefix_procname.
10147
64f367a2
PA
101482016-11-09 Pedro Alves <palves@redhat.com>
10149
10150 * gdb.base/commands.exp (gdbvar_simple_if_test)
10151 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10152 (progvar_simple_if_test, progvar_simple_while_test)
10153 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10154 (infrun_breakpoint_command_test, breakpoint_command_test)
10155 (user_defined_command_test, watchpoint_command_test)
10156 (test_command_prompt_position, deprecated_command_test)
10157 (bp_deleted_in_command, temporary_breakpoint_commands)
10158 (stray_arg0_test, source_file_with_indented_comment)
10159 (recursive_source_test, if_commands_test)
10160 (error_clears_commands_left, redefine_hook_test)
10161 (redefine_backtrace_test): Use proc_with_prefix.
10162 * lib/gdb.exp (proc_with_prefix): New proc.
10163
0bb65f1e
AA
101642016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10165
10166 * gdb.base/tui-layout.c: New file.
10167 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10168 disassembly window contains very long lines.
10169
7353f247
TT
101702016-11-08 Tom Tromey <tom@tromey.com>
10171
10172 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10173 depend on Python 2.
10174
30a7bb83
TT
101752016-11-08 Tom Tromey <tom@tromey.com>
10176
10177 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10178 New method.
10179
cdf5a07c
MG
101802016-10-29 Manish Goregaokar <manish@mozilla.com>
10181
2806dc7e 10182 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10183
51a789c3
MG
101842016-10-27 Manish Goregaokar <manish@mozilla.com>
10185
2806dc7e
PA
10186 * gdb.rust/simple.rs: Add test for univariant enums without
10187 discriminants and for encoded struct-like enums.
51a789c3 10188
f610ab6d
PA
101892016-10-28 Pedro Alves <palves@redhat.com>
10190
10191 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10192 gdb_test_multiple, tighten regexps and match symtabs and line
10193 tables incrementally.
10194
b129b0ca
LM
101952016-10-28 Luis Machado <lgustavo@codesourcery.com>
10196
10197 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10198 general.
10199
ecf45d2c
SL
102002016-10-25 Luis Machado <lgustavo@codesourcery.com>
10201
10202 * gdb.base/exec-invalid-sysroot.exp: New file.
10203
b8d38ee4
JK
102042016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10205
10206 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10207
f90fd8c2
JK
102082016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10209
10210 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10211
2d2476aa
MR
102122016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10213
2806dc7e
PA
10214 * gdb.base/killed-outside.exp: Remove $options from a call to
10215 `prepare_for_testing'.
2d2476aa 10216
e42b25a0
SM
102172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10218
10219 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10220 Change test message.
10221
3ccdb432
SM
102222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10225 Update comment.
10226
5bad3170
SM
102272016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10228
10229 * gdb.trace/mi-trace-save.exp: New file.
10230
5ad9dba7
YQ
102312016-10-13 Yao Qi <yao.qi@linaro.org>
10232
10233 * gdb.base/code_elim.exp (get_var_address): Remove.
10234 * gdb.base/relocate.exp: Likewise.
10235 * gdb.base/shreloc.exp: Likewise.
10236 * lib/gdb.exp (get_var_address): New.
10237
62df7e21
YQ
102382016-10-13 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10241 floating point tests if $skip_float_test is false.
10242
4dac951e
LM
102432016-10-12 Luis Machado <lgustavo@codesourcery.com>
10244
10245 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10246 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10247 argc values.
10248 Add 1 to argc so we guarantee distinct initial/modified argc values.
10249
8f1a8fc4
JK
102502016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10251
10252 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10253
16c85b5d
JK
102542016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10255
10256 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10257 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10258 * gdb.arch/vsx-regs.exp: Likewise.
10259
1d0e042a
YQ
102602016-10-07 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10263
68dadef5
MM
102642016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10265
10266 * gdb.python/python.exp: Test decode_line("*0").
10267
33fa2c6e
DE
102682016-10-06 Doug Evans <dje@google.com>
10269
10270 * gdb.python/py-value.exp (test_value_creation): Add test for large
10271 unsigned 64-bit value.
10272
9c37b5ae
TT
102732016-10-06 Tom Tromey <tom@tromey.com>
10274
10275 * gdb.compile/compile.exp: Change java tests to rust.
10276 * gdb.base/setshow.exp: Change java tests to rust.
10277 * gdb.base/default.exp: Remove java from language list.
10278 * README (Examples): Update language example.
10279 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10280 test.
10281 * lib/gdb.exp (skip_java_tests): Remove.
10282 * lib/java.exp: Remove.
10283 * gdb.java: Remove.
10284
78b86327
MR
102852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10286
10287 * gdb.arch/mips-fcr.exp: New test.
10288 * gdb.arch/mips-fcr.c: Source for the new test.
10289
7470adbb
MR
102902016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10291
10292 * gdb.base/solib-disc.exp: Use `standard_output_file'
10293 throughout.
10294
4a556533
PA
102952016-10-06 Pedro Alves <palves@redhat.com>
10296
10297 * gdb.base/jit-simple-dl.c: New file.
10298 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10299 * gdb.base/jit-simple.c: ... this.
10300 * gdb.base/jit-simple.exp (jit_run): Delete.
10301 (build_jit): New proc.
10302 (jit_test_reread): Recompile either the main program or the shared
10303 library, depending on what is being tested. Skip changing address
10304 if caller wants to. Compare before/after addresses. If testing
10305 standalone, explicitly load the binary. Test "maint info
10306 breakpoints".
10307 (top level): Add "standalone vs shared lib" and "change address"
10308 vs "same address" axes.
10309
5a122fbc
PA
103102016-10-06 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10313 call.
10314 (jit_run): Delete.
10315 (jit_test_reread): Use with_test_prefix. Reload the main binary
10316 explicitly. Compare the before/after addresses of the JIT
10317 descriptor.
10318
ee8da4b8
DE
103192016-08-15 Doug Evans <dje@google.com>
10320
10321 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10322 for single bitfields is bool.
10323 * gdb.xml/tdesc-regs.exp: Ditto.
10324
f389f6fe
JK
103252016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10326
10327 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10328
fdebf1a4
YQ
103292016-10-05 Yao Qi <yao.qi@linaro.org>
10330
10331 * lib/gdb.exp (support_complex_tests): Return zero if
10332 gdb_skip_float_test return true.
10333
9c36d954 103342016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10335 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10336
10337 PR gdb/20487
10338 * gdb.mi/user-selected-context-sync.exp: New file.
10339 * gdb.mi/user-selected-context-sync.c: New file.
10340
4034d0ff 103412016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10342 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10343
10344 PR gdb/20487
10345 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10346 =thread-select-event check.
10347
a4297203
PB
103482016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10349
10350 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10351 the compulsory L operand changes.
10352 * gdb.arch/powerpc-power.s: Likewise.
10353
bb805577
JK
103542016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10357 * gdb.base/jit-attach-pie.c: New file.
10358 * gdb.base/jit-attach-pie.exp: New file.
10359
6d61dee5
PA
103602016-09-28 Pedro Alves <palves@redhat.com>
10361
10362 * gdb.base/infcall-input.c: New file.
10363 * gdb.base/infcall-input.exp: New file.
10364
f73842fc
YQ
103652016-09-22 Yao Qi <yao.qi@linaro.org>
10366
10367 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10368 (gdb_exit): Rename it to ...
10369 (gdbserver_gdb_exit): ... Close GDBserver.
10370 (gdb_exit): New proc, call gdbserver_gdb_exit.
10371 (mi_gdb_exit): Likewise.
10372
90681dab
YQ
103732016-09-22 Yao Qi <yao.qi@linaro.org>
10374
10375 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10376 path.
10377 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10378 Remove duplication.
10379
9c211fd8
YQ
103802016-09-22 Yao Qi <yao.qi@linaro.org>
10381
10382 * lib/gdbserver-support.exp: Check the existence of
10383 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10384
ad0a504f
AK
103852016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10386
10387 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10388
36cf1806
TT
103892016-09-21 Tom Tromey <tom@tromey.com>
10390
10391 PR gdb/20604:
10392 * gdb.base/quit.exp: New file.
10393
74172ecf
SM
103942016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10395
10396 * .gitignore: New file.
10397
3d0ec882
MR
103982016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10399
10400 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10401 throughout.
10402
8193adea
AA
104032016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10404
10405 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10406
d41a5c09
JK
104072016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 * gdb.cp/casts.cc (decltype): Move it ...
10410 (main): ... with its call to ...
10411 * gdb.cp/casts03.cc: ... a new file.
10412 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10413
d2dfe700
JK
104142016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10415
10416 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10417
e2a92b16
PB
104182016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10419
10420 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10421 and sync up the test with tests in gas/testsuite/gas/ppc.
10422 * gdb.arch/powerpc-power.exp: Likewise.
10423
49b4de64
JK
104242016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10425
10426 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10427
2c29df25
SDJ
104282016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10429 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10432 make m1's definition to be different from m2's. Use 'dummy' as an
10433 argument for probe 'two'.
10434
cc3c2846
JB
104352016-09-10 Jon Beniston <jon@beniston.com>
10436
10437 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10438 for sim target.
10439
e1b2624a
AA
104402016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10441
10442 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10443 variable declaration.
10444 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10445 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10446 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10447 received HWCAP as its argument.
10448
4295e285
PA
104492016-09-06 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.base/new-ui-pending-input.c: New file.
10452 * gdb.base/new-ui-pending-input.exp: New file.
10453 * gdb.exp (clear_gdb_spawn_id): New procedure.
10454 (with_spawn_id): Check whether gdb_spawn_id exists before
10455 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10456 on exit.
10457
00d5215e
UW
104582016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10459
10460 * gdb.base/float128.c: New file.
10461 * gdb.base/float128.exp: Likewise.
10462 * gdb.base/floatn.c: Likewise.
10463 * gdb.base/floatn.exp: Likewise.
10464
a9ff5f12
UW
104652016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10466
10467 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10468
f245535c
PA
104692016-09-05 Pedro Alves <palves@redhat.com>
10470
10471 PR backtrace/19927
10472 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10473 unwinders are immediately called as side effect of "source" or
10474 "disable unwinder" commands.
10475 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10476
ae9cf263
YQ
104772016-09-02 Yao Qi <yao.qi@linaro.org>
10478
10479 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10480 is true and $type is "float" or "double".
10481
27aba047
YQ
104822016-09-02 Yao Qi <yao.qi@linaro.org>
10483
10484 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10485 true.
10486 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10487 * gdb.base/call-rt-st.exp: Likewise.
10488 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10489 return value instead of gdb,skip_float_test.
10490 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10491 (do_function_calls): Use its return value instead of
10492 gdb,skip_float_test.
10493 * gdb.base/finish.exp: Likewise.
10494 * gdb.base/funcargs.exp: Likewise.
10495 * gdb.base/return.exp: Likewise.
10496 * gdb.base/return2.exp: Likewise.
10497 * gdb.base/varargs.exp: Likewise.
10498 * lib/gdb.exp (gdb_skip_float_test): Change it to
10499 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10500
5af962df
AA
105012016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10502
10503 * gdb.multi/tids.exp: Test "thread apply all".
10504
7fac6910
JK
105052016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10506
10507 * gdb.base/default.exp (tty): Remove.
10508
bb1fe4ac
KB
105092016-08-24 Kevin Buettner <kevinb@redhat.com>
10510
2806dc7e
PA
10511 * gdb.python/py-recurse-unwind.c: New file.
10512 * gdb.python/py-recurse-unwind.py: New file.
10513 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 10514
0a1ddfa6
SM
105152016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 * gdb.base/set-inferior-tty.exp: New file.
10518 * gdb.base/set-inferior-tty.c: New file.
10519
d9de1fe3
PA
105202016-08-23 Pedro Alves <palves@redhat.com>
10521
10522 PR gdb/20494
10523 * gdb.base/new-ui-echo.c: New file.
10524 * gdb.base/new-ui-echo.exp: New file.
10525
e9d9abd7
YQ
105262016-08-23 Yao Qi <yao.qi@linaro.org>
10527
10528 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10529 gdbserver_spawn.
10530 * gdb.server/connect-without-multi-process.exp (do_test):
10531 Likewise.
10532
3589529e
YQ
105332016-08-23 Yao Qi <yao.qi@linaro.org>
10534
10535 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10536 standalone_txt. Delete gdb_txt and standalone_txt on host
10537 and target. Spawn the binary on target. Copy files from
10538 target to host.
10539
6bb90213
PA
105402016-08-22 Pedro Alves <palves@redhat.com>
10541
10542 PR gdb/20505
10543 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10544 with_test_prefix. Factor out bits to ...
10545 (test_no_vdso): ... this new procedure.
10546
20c2c024
CL
105472016-08-19 Carl Love <cel@us.ibm.com>
10548
10549 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10550 maintaining separate logic for constructing the output path.
10551 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10552 * gdb.arch/ppc-dfp.exp: Likewise.
10553 * gdb.arch/ppc-fp.exp: Likewise.
10554 * gdb.arch/vsx-regs.exp: Likewise.
10555 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10556 binprefix for generating the additional binary files.
10557
0646e07d
PA
105582016-08-19 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.trace/mi-trace-frame-collected.exp
10561 (test_trace_frame_collected): On x32, expect two registers.
10562
46da9242
CL
105632016-08-18 Carl Love <cel@us.ibm.com>
10564
10565 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10566 and sync up the test with tests in gas/testsuite/gas/ppc.
10567 * gdb.arch/powerpc-power.exp: Likewise.
10568
eb2332d7
SM
105692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10570
10571 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10572 expected error message.
10573
63c61e04
SM
105742016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10575
10576 * gdb.multi/remove-inferiors.exp: New file.
10577 * gdb.multi/remove-inferiors.c: New file.
10578
7b17065f
YQ
105792016-08-12 Yao Qi <yao.qi@linaro.org>
10580
10581 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10582 argument list.
10583
01d3dedf
PA
105842016-08-10 Pedro Alves <palves@redhat.com>
10585
10586 PR gdb/19187
10587 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10588 setup_kfails.
10589
3eb7562a
PA
105902016-08-09 Pedro Alves <palves@redhat.com>
10591 Simon Marchi <simon.marchi@ericsson.com>
10592
10593 PR gdb/20418
10594 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10595 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10596
80614914
PA
105972016-08-09 Pedro Alves <palves@redhat.com>
10598
10599 PR mi/20431
10600 * gdb.mi/mi-cmd-error.exp: New file.
10601
f348d89a
PA
106022016-08-09 Pedro Alves <palves@redhat.com>
10603
10604 PR gdb/18653
10605 * gdb.base/signals-state-child.c: New file.
10606 * gdb.base/signals-state-child.exp: New file.
10607 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10608
e5ca03b4
PA
106092016-08-09 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10612
282a0691
TT
106132016-08-03 Tom Tromey <tom@tromey.com>
10614
10615 PR python/18565:
10616 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10617
41bfcd63
YQ
106182016-08-01 Yao Qi <yao.qi@linaro.org>
10619
10620 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10621 variable mode to "multi-process" if $multi_process is 1, otherwise
10622 set it to "single-process".
10623
e3465b24
YQ
106242016-08-01 Yao Qi <yao.qi@linaro.org>
10625
10626 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10627 * gdb.cp/cpexprs.exp: Likewise.
10628 * gdb.cp/m-static.exp: Likewise.
10629
0b31a4bc
TT
106302016-07-26 Tom Tromey <tom@tromey.com>
10631
10632 PR python/20190:
10633 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10634 test.
10635
e0461dbb
MM
106362016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10637
10638 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10639 selecting assembly source files.
10640 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10641 assembly source files.
10642 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10643 assembly source files.
10644 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10645 selecting assembly source files.
10646
8194e927
SM
106472016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10648
10649 * gdb.base/new-ui.exp (do_test_invalid_args): New
10650 procedure.
10651
c0272db5
TW
106522016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10653
10654 * gdb.btrace/reconnect.c: New file.
10655 * gdb.btrace/reconnect.exp: New file.
10656
e3487908
GKB
106572016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10658
10659 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10660 to test_catch_syscall_group.
10661 (test_catch_syscall_group): New.
10662
12df5c00
TT
106632016-07-21 Tom Tromey <tom@tromey.com>
10664
10665 * gdb.rust/simple.rs (main): Use empty struct expression.
10666 * gdb.rust/simple.exp: Add tests for empty struct expression.
10667
bae62ee2
YQ
106682016-07-21 Yao Qi <yao.qi@linaro.org>
10669
10670 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10671 if gdb_skip_xml_test is true on some targets.
10672
b1b53fb3
YQ
106732016-07-21 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.server/solib-list.exp: Unset last_loaded_file.
10676
027d97f8
JK
106772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10680 "step into captured_main (args)".
10681
7674d381
JK
106822016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10685
72b5d099
JK
106862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10687
10688 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10689
1f960ced
PA
106902016-07-19 Pedro Alves <palves@redhat.com>
10691
10692 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10693 * gdb.opt/inline-bt.exp: Likewise.
10694 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10695 additional_flags=-Winline.
10696 * gdb.opt/inline-locals.exp: Likewise.
10697 * gdb.opt/inline-markers.c (ATTR): Define.
10698 (inlined_fn): Use it.
10699
f25827c1
YQ
107002016-07-19 Yao Qi <yao.qi@linaro.org>
10701
10702 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10703 (test_with_self): Remove some code. Remove argument executable.
10704 (top-level): Use do_self_tests.
10705
37539ebe
DB
107062016-07-15 Zachary Welch <zwelch@codesourcery.com>
10707 Don Breazeal <donb@codesourcery.com>
10708
10709 * gdb.base/maint.exp: Escape paths used in regular expressions.
10710 * gdb.stabs/weird.exp: Likewise.
10711
dac790e1
TT
107122016-07-13 Tom Tromey <tom@tromey.com>
10713
10714 PR python/15620, PR python/18620:
10715 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10716 (test_bkpt_events): New procs.
10717
93daf339
TT
107182016-07-13 Tom Tromey <tom@tromey.com>
10719
10720 PR python/17698:
10721 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10722 test.
10723 (test_watchpoints): Likewise.
10724 (test_bkpt_pending): New proc.
10725
6571a381
TT
107262016-07-13 Tom Tromey <tom@tromey.com>
10727
10728 PR cli/18053:
10729 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10730 completion test.
10731
e8732474
JK
107322016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10733
10734 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10735 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10736 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10737 f_label.
10738 (g): Rename g_end_lbl to g_label.
10739 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10740 low_pc and high_pc.
10741 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10742
e0f3fd7c
TT
107432016-07-12 Tom Tromey <tom@tromey.com>
10744
10745 PR python/19293:
10746 * gdb.python/py-unwind-maint.exp: Update tests.
10747
3cfe46b6
YQ
107482016-07-12 Yao Qi <yao.qi@linaro.org>
10749
10750 * lib/selftest-support.exp (selftest_setup): Match the output
10751 when captured_main is inlined.
10752
4f19a0e6
WT
107532016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10754
10755 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10756 New variables.
10757 (print this%a, print this%b, print this): New tests.
10758 * gdb.fortran/derived-types.f90 (this): New object and
10759 initialization.
10760
986cf455
SM
107612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10762
10763 * gdb.ada/arraydim.exp: Remove extra directory level in build
10764 directory.
10765
f0464b23
SM
107662016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10767
10768 * lib/ada.exp: Remove extra directory level in build directory.
10769 * gdb.ada/cond_lang.exp: Likewise.
10770 * gdb.ada/exec_changed.exp: Likewise.
10771 * gdb.ada/lang_switch.exp: Likewise.
10772
42d94011
MG
107732016-07-06 Manish Goregaokar <manish@mozilla.com>
10774
2806dc7e
PA
10775 * simple.rs: Add test for raw pointer subscripting.
10776 * simple.exp: Add test expectations.
42d94011 10777
647c264c
YQ
107782016-07-05 Yao Qi <yao.qi@linaro.org>
10779
10780 * gdb.mi/mi-reverse.exp: Match =record-started output.
10781
20aa2c60
PA
107822016-07-01 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10785 procedure.
10786 (jit_reader_test): Test the jit reader's unwinder.
10787 * gdb.base/jithost.c (jit_function_00_code): New global.
10788 (main): Use memcpy to fill in the mmapped code, instead of poking
10789 bytes manually here.
10790 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10791 value.
10792 (read_debug_info): Save the function's range.
10793 (read_sp): New function.
10794 (unwind_frame): Use it. Also unwind RBP.
10795 (get_frame_id): Use read_sp.
10796 (gdb_init_reader): Use calloc instead of malloc.
10797 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10798 parameter. Use gdb_test_multiple.
10799
ced2dffb
PA
108002016-07-01 Pedro Alves <palves@redhat.com>
10801 Antoine Tremblay <antoine.tremblay@ericsson.com>
10802
10803 * gdb.threads/process-dies-while-detaching.c: New file.
10804 * gdb.threads/process-dies-while-detaching.exp: New file.
10805
63000888
PA
108062016-07-01 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.multi/watchpoint-multi-exit.c: New file.
10809 * gdb.multi/watchpoint-multi-exit.exp: New file.
10810
038d4868
PA
108112016-06-30 Pedro Alves <palves@redhat.com>
10812
10813 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10814 unset inferior_spawn_id.
10815
994e9c83
PA
108162016-06-30 Pedro Alves <palves@redhat.com>
10817
10818 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10819 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10820
e5653468
YQ
108212016-06-29 Yao Qi <yao.qi@linaro.org>
10822
10823 * gdb.base/return.c: Add copyright header.
10824
803b47e5
TT
108252016-06-29 Tom Tromey <tom@tromey.com>
10826
10827 PR python/20129:
10828 * gdb.python/py-framefilter.exp: Add tests for setting priority
10829 and disabling of non-existent frame filter.
10830
28244707
YQ
108312016-06-29 Yao Qi <yao.qi@linaro.org>
10832
10833 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10834 0x0f07ff.
10835
a31d2f06
YQ
108362016-06-28 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10839 triplets. Start gdb, execute catch syscall, and continue. Check
10840 gdb's output to determine catch syscall is supported.
10841
921d8f54
MG
108422016-06-27 Manish Goregaokar <manish@mozilla.com>
10843
25d49b86
PA
10844 * gdb.rust/simple.rs: Add test for returning unit in a function.
10845 * gdb.rust/simple.exp: Add expectation for functions returning
10846 unit.
921d8f54 10847
f4952523
PMR
108482016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10849
10850 * gdb.python/py-breakpoint-create-fail.c,
10851 gdb.python/py-breakpoint-create-fail.exp,
10852 gdb.python/py-breakpoint-create-fail.py: New testcase.
10853
fccb08f8
MG
108542016-06-25 Manish Goregaokar <manish@mozilla.com>
10855
10856 PR gdb/20239
10857 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10858 * gdb.rust/simple.exp: Add test expectations for new NonZero
10859 tests.
fccb08f8 10860
6b850546
DT
108612016-06-24 David Taylor <dtaylor@emc.com>
10862
10863 * gdb.base/offsets.exp: New file.
10864 * gdb.base/offsets.c: New file.
10865
17621150
TT
108662016-06-23 Tom Tromey <tom@tromey.com>
10867
10868 PR gdb/16483:
10869 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10870 before any filters are loaded.
10871
04d59df6
WT
108722016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10873
10874 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10875 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10876 structs.
10877 * gdb.fortran/derived-type-function.exp: New file.
10878 * gdb.fortran/derived-type-function.f90: New file.
10879
10880
ac69f786
PA
108812016-06-21 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/new-ui.exp: New file.
10884 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10885 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10886 (with_spawn_id): New procedure.
10887
49940788
PA
108882016-06-21 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.mi/mi-exec-run.exp: New file.
10891
ef274d26
PA
108922016-06-21 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10895 breakpoint command's output on the main UI.
10896 (test_break): New procedure, factored out from calls in the top
10897 level.
10898 (top level): Use foreach_with_prefix to test MI as main UI and as
10899 separate UI.
10900
468afe6c
PA
109012016-06-21 Pedro Alves <palves@redhat.com>
10902
10903 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10904 (test_awatch_creation_and_listing)
10905 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10906 Remove 'type' parameter.
10907 (test_watchpoint_all): New parameter mi_mode. Remove
10908 with_test_prefix.
10909 (top level): Use foreach_with_prefix, and add main/separate UI MI
10910 testing axis.
10911
51f77c37
PA
109122016-06-21 Pedro Alves <palves@redhat.com>
10913
10914 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10915 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10916 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10917 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10918 (gdb_main_spawn_id, mi_spawn_id): Declare and
10919 comment.
10920 (mi_create_inferior_pty): New procedure,
10921 factored out from default_mi_gdb_start.
10922 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10923 procedures.
10924 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10925 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10926 Use mi_create_inferior_pty.
10927 (mi_gdb_start): Use eval to pass down args list.
10928
8980e177
PA
109292016-06-21 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10932 * gdb.opt/inline-cmds.exp: Add MI tests.
10933
f38d3ad1
PA
109342016-06-21 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10937
45db7c09
PA
109382016-06-21 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10941 (top level): Use it instead of mi_execute_to.
10942
5a069ab3
PA
109432016-06-21 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10946 (cont_handler_str): New.
10947 (signal_stop_handler): Set stop_handler_str instead of printing to
10948 stdout.
10949 (continue_handler): Set cont_handler_str instead of printing to
10950 stdout.
10951 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10952 mi_send_resuming_command. Print stop_handler_str and
10953 cont_handler_str instead of expecting the python events print
10954 directly.
10955
2838cc1d
SD
109562016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10957
10958 * gdb.base/jit-reader.exp: New file.
10959 * gdb.base/jithost.c: New file.
10960 * gdb.base/jithost.h: New file.
10961 * gdb.base/jitreader.c : New file.
10962 * gdb.base/jit-protocol.h: New file.
10963
21a77091
YQ
109642016-06-17 Yao Qi <yao.qi@linaro.org>
10965
10966 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10967 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10968 and detach-on-fork. Adjust tests.
10969 (top level): Invoke break_cond_on_syscall with combinations of
10970 syscall, follow-fork-mode and detach-on-fork.
10971
f50bf8e5
YQ
109722016-06-17 Yao Qi <yao.qi@linaro.org>
10973
10974 * gdb.base/step-over-exit.c: New.
10975 * gdb.base/step-over-exit.exp: New.
10976
a28d8e50
YTL
109772016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10978
10979 * gdb.base/float.exp: Add target check for nds32*-*-*.
10980 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10981
cad8e26d
AB
109822016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10983
10984 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10985 for unsupported target features.
10986 * gdb.base/call-rt-st.exp: Likewise.
10987 * gdb.base/call-sc.exp: Likewise.
10988 * gdb.base/call-signal-resume.exp: Likewise.
10989 * gdb.base/call-strs.exp: Likewise.
10990 * gdb.base/callexit.exp: Likewise.
10991 * gdb.base/callfuncs.exp: Likewise.
10992 * gdb.base/nodebug.exp: Likewise.
10993 * gdb.base/printcmds.exp: Likewise.
10994 * gdb.base/ptype.exp: Likewise.
10995 * gdb.base/structs.exp: Likewise.
10996 * gdb.base/unwindonsignal.exp: Likewise.
10997 * gdb.cp/gdb2495.exp: Likewise.
10998 * gdb.cp/templates.exp: Likewise.
10999 * gdb.cp/virtfunc.exp: Likewise.
11000 * gdb.threads/hand-call-in-threads.exp: Likewise.
11001 * gdb.threads/interrupted-hand-call.exp: Likewise.
11002 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11003
347dc102
TT
110042016-06-10 Tom Tromey <tom@tromey.com>
11005
11006 PR rust/20110:
11007 * gdb.rust/expr.exp: Add test for integer constant larger than
11008 i32.
11009
5e13cf25
BH
110102016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11011
11012 * gdb.fortran/nested-funcs.exp: New.
11013 * gdb.fortran/nested-funcs.f90: New.
11014
bb556f1f
TK
110152016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11016
11017 * gdb.base/examine-backward.c: New file.
11018 * gdb.base/examine-backward.exp: New file.
11019
38b022b4
SM
110202016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11021
11022 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11023 matching.
11024
1b40ec05
TT
110252016-06-02 Tom Tromey <tom@tromey.com>
11026
11027 PR python/18984:
11028 * gdb.python/py-shared.exp: Add solib_name test.
11029
193bd378
SM
110302016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11031
11032 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11033
3326303b
MG
110342016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11035
11036 PR c++/19893
11037 * gdb.dwarf2/implref.exp: Rename to...
11038 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11039 * gdb.dwarf2/implref-array.c: New file.
11040 * gdb.dwarf2/implref-array.exp: Likewise.
11041 * gdb.dwarf2/implref-global.c: Likewise.
11042 * gdb.dwarf2/implref-global.exp: Likewise.
11043 * gdb.dwarf2/implref-struct.c: Likewise.
11044 * gdb.dwarf2/implref-struct.exp: Likewise.
11045
825c8ef2
AT
110462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11047
11048 * gdb.trace/trace-condition.exp: Add 64bit tests.
11049
2320162a
AT
110502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11051
11052 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11053 bits types.
11054 (main): Adapt to 8 to 64 bits types.
11055 * gdb.trace/trace-condition.exp: Add new tests.
11056
a7818233
AT
110572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11058
11059 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11060
0d336466
AT
110612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11062
11063 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11064 Move condition tests...
11065 * gdb.trace/trace-condition.exp: Here.
11066
7faeb45a
AT
110672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11068
11069 * gdb.trace/trace-condition.exp: Add counter-case tests.
11070
e385593e
JK
110712016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 PR c++/15231
11074 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11075 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11076
744608cc
PA
110772016-05-27 Pedro Alves <palves@redhat.com>
11078
11079 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11080 New procedure.
11081 (top level): Call it, and bail out of DejaGnu is known to be bad.
11082
ac775bf4
AB
110832016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11084
11085 * gdb.base/whatis.c: Extend the test case.
11086 * gdb.base/whatis.exp: Add additional tests.
11087
2bbad2ea
BH
110882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11089
11090* gdb.fortran/type.f90: Add pointer variable.
11091* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11092
8b70175d
BH
110932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11094
11095 * gdb.fortran/vla-type.exp: Fix testcase name.
11096
86d8a848
BH
110972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11098
11099 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11100
e188eb36
BH
111012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11102
11103 * gdb.fortran/type.f90: Add nested structures.
11104 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11105 * gdb.fortran/derived-type.exp: Adapt expected output.
11106 * gdb.fortran/vla-type.exp: Adapt expected output.
11107
9b2db1fd
BH
111082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11109
11110 * gdb.fortran/whatis_type.exp: Adapt expected output.
11111
72b17055
BH
111122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11113
11114 * gdb.fortran/print_type.exp: Fix expected output.
11115 * gdb.fortran/whatis_type.exp: Fix expected output.
11116
3cd81d8d
BH
111172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11118
11119 * gdb.fortran/whatis_type.exp: Use multi_line.
11120
ddae9462
TT
111212016-05-24 Tom Tromey <tom@tromey.com>
11122
11123 PR python/17386:
11124 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11125 use value as an index.
11126
1957f6b8
TT
111272016-05-23 Tom Tromey <tom@tromey.com>
11128
11129 PR python/17981:
11130 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11131 no-breakpoint case.
11132
026a9174
PA
111332016-05-24 Pedro Alves <palves@redhat.com>
11134
11135 PR gdb/19828
11136 * gdb.threads/clone-attach-detach.c: New file.
11137 * gdb.threads/clone-attach-detach.exp: New file.
11138
e70a7231
FR
111392016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11140
11141 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11142
0f6ed0e0
TT
111432016-05-23 Tom Tromey <tom@tromey.com>
11144
11145 PR python/19438, PR python/18393:
11146 * gdb.python/py-progspace.exp: Add "dir" test.
11147 * gdb.python/py-objfile.exp: Add "dir" test.
11148
ffd19d61
YQ
111492016-05-23 Yao Qi <yao.qi@linaro.org>
11150
11151 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11152 * gdb.arch/thumb2-it.exp: Likewise.
11153
9e8f9b05
SM
111542016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11155
11156 * gdb.mi/mi-threads-interrupt.c: New file.
11157 * gdb.mi/mi-threads-interrupt.exp: New file.
11158
61c6156d
SM
111592016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11160
11161 PR gdb/18077
11162 * gdb.mi/mi-async-run.exp: New file.
11163 * gdb.mi/mi-async-run.c: New file.
11164
67218854
TT
111652016-05-17 Tom Tromey <tom@tromey.com>
11166 Manish Goregaokar <manishsmail@gmail.com>
11167
11168 * lib/rust-support.exp: New file.
11169 * lib/gdb.exp (skip_rust_tests): New proc.
11170 (build_executable_from_specs): Handle rust.
11171 * lib/future.exp (gdb_find_rustc): New proc.
11172 (gdb_default_target_compile): Handle rust.
11173 * gdb.rust/expr.exp: New file.
11174 * gdb.rust/generics.exp: New file.
11175 * gdb.rust/generics.rs: New file.
11176 * gdb.rust/methods.exp: New file.
11177 * gdb.rust/methods.rs: New file.
11178 * gdb.rust/modules.exp: New file.
11179 * gdb.rust/modules.rs: New file.
11180 * gdb.rust/simple.exp: New file.
11181 * gdb.rust/simple.rs: New file.
11182
c44af4eb
TT
111832016-05-17 Tom Tromey <tom@tromey.com>
11184
11185 * gdb.base/default.exp (set language): Add rust.
11186
dcd1f979
TT
111872016-05-17 Tom Tromey <tom@tromey.com>
11188
11189 * gdb.gdb/unittest.exp: New file.
11190
155b7f57
YQ
111912016-05-16 Yao Qi <yao.qi@linaro.org>
11192
11193 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11194 shell_prompt. Update shell_prompt_re.
11195
8ddd5a6c
DE
111962016-05-12 Doug Evans <dje@google.com>
11197
11198 PR symtab/19999
11199 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11200 $options when building executable.
11201 * gdb.dwarf2/fission-loclists-pie.S: New file.
11202 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11203
02e370d9
SM
112042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11205
11206 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11207 of [is_remote target],
11208
8929ad8b
SM
112092016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11210
11211 * lib/gdb.exp (use_gdb_stub): New procedure.
11212
6c447423
DE
112132016-05-03 Yunlian Jiang <yunlian@google.com>
11214 Doug Evans <dje@google.com>
11215
11216 PR symtab/19914
11217 * gdb.dwarf2/dwp-sepdebug.c: New file.
11218 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11219
444e826c
SM
112202016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11221
11222 * gdb.base/detach.exp: Remove is_remote check.
11223
740feeaa
SM
112242016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11225
11226 * gdb.base/annota-input-while-running.exp: Don't check for
11227 [is_remote target]. Enable annotations after running to main.
11228 Remove unused "set test..." line.
11229
9080ac9d
SM
112302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11231
11232 * gdb.trace/trace-enable-disable.exp: New file.
11233 * gdb.trace/trace-enable-disable.c: New file.
11234
952ebca5
SM
112352016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11236
11237 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11238 use it in info sharedlibrary test.
11239 * gdb.trace/ftrace-lock.exp: Likewise.
11240 * gdb.trace/ftrace.exp: Likewise.
11241 * gdb.trace/range-stepping.exp: Likewise.
11242 * gdb.trace/trace-break.exp: Likewise.
11243 * gdb.trace/trace-condition.exp: Likewise.
11244 * gdb.trace/trace-mt.exp: Likewise.
11245
d9019901
SM
112462016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11249 (gdb_load_shlib): ... this.
11250 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11251 gdb_load_shlib.
11252 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11253 * gdb.base/ctxobj.exp: Likewise.
11254 * gdb.base/dprintf-pending.exp: Likewise.
11255 * gdb.base/dso2dso.exp: Likewise.
11256 * gdb.base/fixsection.exp: Likewise.
11257 * gdb.base/gcore-relro.exp: Likewise.
11258 * gdb.base/gdb1555.exp: Likewise.
11259 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11260 * gdb.base/gnu-ifunc.exp: Likewise.
11261 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11262 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11263 * gdb.base/pending.exp: Likewise.
11264 * gdb.base/print-file-var.exp: Likewise.
11265 * gdb.base/print-symbol-loading.exp: Likewise.
11266 * gdb.base/shlib-call.exp: Likewise.
11267 * gdb.base/shreloc.exp: Likewise.
11268 * gdb.base/so-impl-ld.exp: Likewise.
11269 * gdb.base/solib-disc.exp: Likewise.
11270 * gdb.base/solib-nodir.exp: Likewise.
11271 * gdb.base/solib-overlap.exp: Likewise.
11272 * gdb.base/solib-symbol.exp: Likewise.
11273 * gdb.base/solib-weak.exp (do_test): Likewise.
11274 * gdb.base/sym-file.exp: Likewise.
11275 * gdb.base/symtab-search-order.exp: Likewise.
11276 * gdb.base/type-opaque.exp: Likewise.
11277 * gdb.base/unload.exp: Likewise.
11278 * gdb.base/watchpoint-solib.exp: Likewise.
11279 * gdb.compile/compile.exp: Likewise.
11280 * gdb.cp/gdb2384.exp: Likewise.
11281 * gdb.cp/infcall-dlopen.exp: Likewise.
11282 * gdb.cp/re-set-overloaded.exp: Likewise.
11283 * gdb.fortran/library-module.exp: Likewise.
11284 * gdb.opt/solib-intra-step.exp: Likewise.
11285 * gdb.python/py-finish-breakpoint.exp: Likewise.
11286 * gdb.python/py-shared.exp: Likewise.
11287 * gdb.reverse/solib-precsave.exp: Likewise.
11288 * gdb.reverse/solib-reverse.exp: Likewise.
11289 * gdb.server/solib-list.exp: Likewise.
11290 * gdb.threads/dlopen-libpthread.exp: Likewise.
11291 * gdb.threads/tls-shared.exp: Likewise.
11292 * gdb.threads/tls-so_extern.exp: Likewise.
11293 * gdb.trace/change-loc.exp: Likewise.
11294 * gdb.trace/ftrace-lock.exp: Likewise.
11295 * gdb.trace/ftrace.exp: Likewise.
11296 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11297 * gdb.trace/pending.exp: Likewise.
11298 * gdb.trace/range-stepping.exp: Likewise.
11299 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11300 (strace_info_marker): Likewise.
11301 (strace_probe_marker): Likewise.
11302 (strace_trace_on_same_addr): Likewise.
11303 (strace_trace_on_diff_addr): Likewise.
11304 * gdb.trace/trace-break.exp: Likewise.
11305 * gdb.trace/trace-condition.exp: Likewise.
11306 * gdb.trace/trace-mt.exp: Likewise.
11307
fca4cfd9
SM
113082016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11309
11310 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11311 result of gdb_remote_download.
11312 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11313 * gdb.base/dso2dso.exp: Likewise.
11314 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11315 * gdb.base/print-file-var.exp: Likewise.
11316 * gdb.base/shlib-call.exp: Likewise.
11317 * gdb.base/shreloc.exp: Likewise.
11318 * gdb.base/solib-overlap.exp: Likewise.
11319 * gdb.base/solib-weak.exp (do_test): Likewise.
11320 * gdb.base/unload.exp: Likewise.
11321
11cf4ffb
YQ
113222016-04-27 Yao Qi <yao.qi@linaro.org>
11323
11324 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11325 exists.
11326
3e2e34f8
KB
113272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11328
11329 * vla-type.exp: Print structure from toplevel.
11330
8f07e298
BH
113312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11332
11333 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11334 of dynamic types.
11335 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11336 of dynamic types.
11337
9920b434
BH
113382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11339
11340 * gdb.fortran/vla-type.f90: New file.
11341 * gdb.fortran/vla-type.exp: New file.
11342
f3abeff5
YQ
113432016-04-25 Yao Qi <yao.qi@linaro.org>
11344
11345 * gdb.base/branch-to-self.c: New file.
11346 * gdb.base/branch-to-self.exp: New file.
11347
0a5d52f0
YQ
113482016-04-22 Yao Qi <yao.qi@linaro.org>
11349
11350 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11351 more after $hex.
11352
495346f6
YQ
113532016-04-22 Yao Qi <yao.qi@linaro.org>
11354
11355 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11356 * gdb.base/annota3.exp: Likewise.
11357
4a7e075c
YQ
113582016-04-22 Yao Qi <yao.qi@linaro.org>
11359
11360 * gdb.reverse/step-precsave.exp: Do one step and test program
11361 stops in "callee" and do multiple steps until program goes out
11362 of "callee".
11363 * gdb.reverse/step-reverse.exp: Likewise.
11364
5b061e98
YQ
113652016-04-22 Yao Qi <yao.qi@linaro.org>
11366
11367 * gdb.trace/signal.exp: Also pass if
11368 $tracepoint_hits($i) > $iterations.
11369
5c5dc57f
YQ
113702016-04-22 Yao Qi <yao.qi@linaro.org>
11371
11372 * gdb.trace/signal.c: New file.
11373 * gdb.trace/signal.exp: New file.
11374
a55411b9
DE
113752016-04-19 Doug Evans <xdje42@gmail.com>
11376
11377 * gdb.base/bad-file.exp: New file.
11378
a22df60a
MG
113792016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11380
11381 * gdb.dwarf2/implref.exp: New file.
11382
0c13f7e5
BH
113832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11384
11385 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11386 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11387 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11388 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11389 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11390 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11391 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11392 * lib/fortran.exp (fortran_int4): New procedure.
11393 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11394 (fortran_logical4): Likewise.
11395
9b9b09e9
BH
113962016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11397
11398 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11399
a14d1f4d
BH
114002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11401
11402 * lib/compiler.c: Add Intel specific preprocessor macros.
11403 * lib/compiler.cc: Likewise.
25d49b86 11404
7d49b1d0
LM
114052016-04-13 Luis Machado <lgustavo@codesourcery.com>
11406
11407 * gdb.server/connect-with-no-symbol-file.c: New file.
11408 * gdb.server/connect-with-no-symbol-file.exp: New file.
11409
8392fa22
SM
114102016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11411
11412 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11413
8c4c4aeb
SM
114142016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11415
11416 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11417 standard output directory.
11418
45e3745e
AT
114192016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11420
11421 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11422
e26b7e41
MM
114232016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11424
11425 * gdb.btrace/instruction_history.c (loop): Add declaration.
11426
8ce09462
AT
114272016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11428
11429 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11430
2e88a1ea
SM
114312016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11432
11433 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11434 parentheses to print.
11435 (continue_handler): Likewise.
11436
f48e22e3
SM
114372016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11438
11439 * gdb.server/solib-list.exp: Remove is_remote check.
11440 Pass shlib= to gdb_compile. Don't link shared library with
11441 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11442 Run binary filename through "readlink -f" on the target.
11443
096be756
PA
114442016-04-08 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11447 interpreter filename as argument to gdbserver_spawn.
11448 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11449 Return empty if $last_loaded_file does not exist.
11450
06500533
JK
114512016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11452
11453 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11454 * gdb.base/jit-main.c: Use exit after usage.
11455
2d35e871
JK
114562016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11459 GDBHISTSIZE prior to the tests.
11460 * gdb.base/gdbinit-history.exp: Likewise.
11461
114622016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11463
11464 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11465 instead of build_executable. Use gdb_load_shlibs.
11466
c8064e7e
YQ
114672016-04-07 Yao Qi <yao.qi@linaro.org>
11468
11469 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11470 Execute "si" command.
11471
bde47561
YQ
114722016-04-07 Yao Qi <yao.qi@linaro.org>
11473
11474 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11475 number instead of the comments on some line.
11476
b16f8a3b
DB
114772016-04-06 Don Breazeal <donb@codesourcery.com>
11478
11479 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11480 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11481
c2f901df
SM
114822016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11483
11484 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11485 standard_output_file. Remove unused binfile variable.
11486
ac17fda0
CU
114872016-04-05 Catalin Udma <catalin.udma@freescale.com>
11488
11489 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11490 * gdb.python/py-mi-objfile.exp: Match "list main" output
11491 in console format.
11492
03a8c4df
SM
114932016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11494
11495 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11496 absolute.
11497
6e774b13
SM
114982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11499
11500 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11501 absolute.
11502 * gdb.trace/ftrace.exp: Likewise.
11503 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11504 targets as well.
11505 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11506 (gdb_load_shlibs): Copy libraries to test directory when testing
11507 natively. Only set solib-search-path if testing remotely.
11508 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11509
7817ea46
SM
115102016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11511
11512 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11513 gdb_download. Use it even if the target is not remote.
11514 * gdb.base/jit.exp (compile_jit_test): Likewise.
11515 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11516 output directory if the destination board is local, otherwise use
11517 the standard remote_download from DejaGnu.
11518 (gdb_download): Remove.
11519 (gdb_load_shlibs): Use gdb_remote_download instead of
11520 gdb_download.
11521 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11522 Use gdb_remote_download instead of gdb_download. Use it even if
11523 the target is not remote.
11524 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11525 instead of gdb_download.
11526
7beb7f68
SM
115272016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11528
11529 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11530 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11531 run.
11532
cc63428a
AV
115332016-04-01 Artemiy Volkov <artemiyv@acm.org>
11534
11535 PR gdb/19820
11536 * gdb.base/printcmds.exp: Add artificial arrays tests.
11537
64cdf930
PA
115382016-03-31 Pedro Alves <palves@redhat.com>
11539
11540 PR gdb/19858
11541 * gdb.base/jit-main.c: Include unistd.h.
11542 (ATTACH): Define to 0 if not already defined.
11543 (wait_for_gdb, mypid): New globals.
11544 (WAIT_FOR_GDB): New macro.
11545 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11546 some breakpoint locations.
11547 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11548 New procedures.
11549 (one_jit_test): Add REATTACH parameter, and handle it. Use
11550 continue_to_test_location.
11551 (top level): Test attach, and adjusts calls to one_jit_test.
11552
40dea8cb
PA
115532016-03-31 Pedro Alves <palves@redhat.com>
11554
11555 PR gdb/19858
11556 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11557 BINSUFFIX parameter, and handle it.
11558 (top level): Adjust calls compile_jit_test.
11559
e7ea3ec7
CU
115602016-03-31 Catalin Udma <catalin.udma@freescale.com>
11561
11562 PR python/19743
11563 * gdb.python/py-mi-events-gdb.py: New file.
11564 * gdb.python/py-mi-events.c: New file.
11565 * gdb.python/py-mi-events.exp: New file.
11566
e6359af3
YQ
115672016-03-30 Yao Qi <yao.qi@linaro.org>
11568
11569 * gdb.reverse/until-precsave.exp: Match function name only.
11570 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11571 Move malloc to a condition block.
11572 * gdb.reverse/until-reverse.exp: Match function name only.
11573
a4105d04
MK
115742016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11575
11576 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11577 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11578 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11579 variable for GPR 0 instead of assuming it is register 0.
11580 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11581 * lib/trace-support.exp: Add s390 registers.
11582
bfa6adb9
YQ
115832016-03-29 Yao Qi <yao.qi@linaro.org>
11584
11585 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11586
1e6697ea
YQ
115872016-03-24 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11590 test message.
11591
64bcd522
AA
115922016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11593
11594 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11595 maintaining separate logic for constructing the output path.
11596
7868401b
DB
115972016-03-16 Don Breazeal <donb@codesourcery.com>
11598
11599 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11600 Retry fork and waitpid on interrupted system call errors.
11601 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11602 Use with_timeout_factor to increase timeout by factor of 10.
11603
1cafadb4
DB
116042016-03-15 Don Breazeal <donb@codesourcery.com>
11605
11606 * gdb.cp/scope-err.cc: New test program.
11607 * gdb.cp/scope-err.exp: New test script.
11608 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11609 lines and "set breakpoint here" comment.
11610 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11611 Fixed some whitespace and format issues.
11612 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11613 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11614
81516450
DE
116152016-03-15 Doug Evans <dje@google.com>
11616
11617 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11618 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11619 All callers updated. Add tests for enums, mixed flags register.
11620
aa52b601
DE
116212016-03-15 Doug Evans <dje@google.com>
11622
11623 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11624 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11625
fa4ff313
SM
116262016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11627
11628 * gdb.base/default.exp: Add $_as_string to the list of expected
11629 convenience functions.
11630
f2403c39
AB
116312016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11632
11633 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11634
f2f3ccb9
SM
116352016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11636
11637 * gdb.python/py-as-string.exp: New file.
11638 * gdb.python/py-as-string.c: New file.
11639
00dbd492
PA
116402016-03-09 Pedro Alves <palves@redhat.com>
11641
11642 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11643 signal" -> "Thread NN received signal" output change.
11644 * gdb.threads/ia64-sigill.exp: Likewise.
11645 * gdb.threads/linux-dp.exp: Likewise.
11646 * gdb.threads/manythreads.exp: Likewise.
11647 * gdb.threads/pending-step.exp: Likewise.
11648 * gdb.threads/print-threads.exp: Likewise.
11649 * gdb.threads/sigstep-threads.exp: Likewise.
11650 * gdb.threads/staticthreads.exp: Likewise.
11651 * gdb.threads/tls.exp: Likewise.
11652
1e6697ea
YQ
116532016-03-09 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.base/command-line-input.exp: New file.
11656
b04fd3be
MK
116572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11658
11659 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11660 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11661 * gdb.trace/pending.exp: Accept leading dot before function name.
11662 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11663 * lib/trace-support.exp: Set registers for ppc.
11664
98fa59e9
MK
116652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11666
11667 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11668 use it for disassembly; accept .main in addition to main in backtrace.
11669
f77198c8
MK
116702016-03-09 Wei-cheng Wang <cole945@gmail.com>
11671 Marcin Kościelnicki <koriakin@0x04.net>
11672
11673 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11674 (gdb_recursion_test_ptr): New global variable.
11675 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11676 gdb_recursion_test.
11677 (gdb_c_test): Ditto.
11678
ba84e0da
MK
116792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11680
11681 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11682 ordering.
11683
4366d36e
MK
116842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11685
11686 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11687 (bar): Add bar_start_lbl label.
11688 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11689 of foo/bar for emitting DWARF and tracing.
11690
5eb264df
SDJ
116912016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11692
11693 * analyze-racy-logs.py: Set executable bit.
11694
fb6a751f
SDJ
116952016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11696
11697 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11698 (CHECK_TARGET_TMP): Likewise.
11699 (check-single-racy): New rule.
11700 (check-parallel-racy): Likewise.
11701 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11702 (do-check-parallel-racy): New rule.
11703 (check-racy/%.exp): Likewise.
11704 * README (Racy testcases): New section.
11705 * analyze-racy-logs.py: New file.
11706
bdf7e230
DE
117072016-03-03 Doug Evans <dje@google.com>
11708
11709 * gdb.base/skip.exp: Use with_test_prefix.
11710
4719d415
YQ
117112016-03-03 Yao Qi <yao.qi@linaro.org>
11712
11713 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11714 Invoke step_over_syscall "clone" and break_cond_on_syscall
11715 "clone".
11716 * gdb.base/step-over-clone.c: New file.
11717
ea507862
YQ
117182016-03-03 Yao Qi <yao.qi@linaro.org>
11719
11720 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11721 code format.
11722
8fc8cbda
YQ
117232016-03-03 Yao Qi <yao.qi@linaro.org>
11724
11725 * gdb.base/disp-step-fork.c: Rename to ...
11726 * gdb.base/step-over-fork.c: ... it. New file.
11727 * gdb.base/disp-step-vfork.c: Rename to ...
11728 * gdb.base/step-over-vfork.c: ... it. New file.
11729 * gdb.base/disp-step-syscall.exp: Rename to ...
11730 * gdb.base/step-over-syscall.exp: ... it. New file.
11731 (disp_step_cross_syscall): Rename to ...
11732 (step_over_syscall): ... it.
11733
92fa70b0
YQ
117342016-03-03 Yao Qi <yao.qi@linaro.org>
11735
11736 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11737 If target supports condition evaluation on target, invoke
11738 break_cond_on_syscall for fork and vfork.
11739
e197ad3c
YQ
117402016-03-03 Yao Qi <yao.qi@linaro.org>
11741
11742 * gdb.base/disp-step-syscall.exp: Don't invoke
11743 support_displaced_stepping.
11744 (disp_step_cross_syscall): Test with displaced stepping off and
11745 on if supported.
11746
0b47da9f
YQ
117472016-03-03 Yao Qi <yao.qi@linaro.org>
11748
11749 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11750 proc.
11751 (setup): New proc.
11752 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11753 and setup.
11754
065ab6dc
BH
117552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11756
11757 * gdb.fortran/vla-history.exp: Remove breakpoint.
11758
07e448ad 117592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11760
25d49b86
PA
11761 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11762 exceeds timeout.
07e448ad 11763
9ac2d526 117642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11765
25d49b86
PA
11766 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11767 breakpoint.
9ac2d526 11768
17807369
BH
117692016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11770
11771 * gdb.mi/vla.f90: Nullify pointer after declaration.
11772
86e501af
PA
117732016-03-01 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11776
1e903e32
PA
117772016-03-01 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11780 before anything else.
11781 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11782 _GNU_SOURCE here.
11783 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11784 before anything else.
11785 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11786
6ccb54e2
PA
117872016-03-01 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11790
30ca9da1
YQ
117912016-03-01 Yao Qi <yao.qi@linaro.org>
11792
11793 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11794 prepare_for_testing.
11795
dc856b38
YQ
117962016-03-01 Yao Qi <yao.qi@linaro.org>
11797
11798 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11799
4a932159
AA
118002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11801
11802 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11803 manually constructing the output path.
11804
f2489477
AA
118052016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11806
11807 * gdb.arch/s390-stackless.S: New.
11808 * gdb.arch/s390-stackless.exp: New.
11809
38899f16
IB
118102016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11811
11812 * gdb.dlang/circular.c: New file.
11813 * gdb.dlang/circular.exp: New file.
11814
9fde51ed
YQ
118152016-02-26 Yao Qi <yao.qi@linaro.org>
11816
11817 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11818 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11819 (testcases): Update.
11820
ce90fefe
YQ
118212016-02-26 Yao Qi <yao.qi@linaro.org>
11822
11823 * gdb.reverse/aarch64.c: Rename to ...
11824 * gdb.reverse/insn-reverse.c: ... it.
11825 * gdb.reverse/aarch64.exp: Rename to ...
11826 * gdb.reverse/insn-reverse.exp: ... it.
11827
3263bceb
YQ
118282016-02-26 Yao Qi <yao.qi@linaro.org>
11829
11830 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11831 (testcase_ftype): New.
11832 (testcases): New array.
11833 (n_testcases): New.
11834 (main): Call each element in testcases.
11835 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11836 (read_testcase): New.
11837 Do the tests in a loop.
11838
6cb59ff1
YQ
118392016-02-25 Yao Qi <yao.qi@linaro.org>
11840
11841 * gdb.base/branches.c: Remove.
11842
ae91f625
MK
118432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11844
11845 PR gdb/13808
11846 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11847
678b48b7
MK
118482016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11849
11850 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11851
7337a6f2
MK
118522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11853
11854 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11855 change x86_64 call_insn to 'callq'.
11856
861ca91f
AT
118572016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11858
11859 * gdb.trace/tfile-avx.c: Move to...
11860 * gdb.trace/tracefile-pseudo-reg.c: Here.
11861 * gdb.trace/tfile-avx.exp: Move to...
11862 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11863
bf74e428
GB
118642016-02-24 Gary Benson <gbenson@redhat.com>
11865
11866 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11867 message on attach.
11868
cce0e923
DE
118692016-02-23 Doug Evans <dje@google.com>
11870
11871 * gdb.base/skip.c (test_skip): New function.
11872 (end_test_skip_file_and_function): New function.
11873 (test_skip_file_and_function): New function.
11874 * gdb.base/skip1.c (test_skip): New function.
11875 (skip1_test_skip_file_and_function): New function.
11876 * gdb.base/skip.exp: Add tests for new skip options.
11877 * gdb.base/skip-solib.exp: Update expected output.
11878 * gdb.perf/skip-command.cc: New file.
11879 * gdb.perf/skip-command.exp: New file.
11880 * gdb.perf/skip-command.py: New file.
11881
4000e47e
MK
118822016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11883
11884 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11885 info registers pattern.
11886
24f75ead
IB
118872016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11888
11889 * lib/future.exp: Add D support.
11890 (gdb_find_gdc): New proc.
11891 (gdb_default_target_compile): Add D support.
11892
fbb7bcbe
WW
118932016-02-18 Wei-cheng Wang <cole945@gmail.com>
11894
11895 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11896 user+system time.
11897 (trace_speed_test): Determine the iteration count for a time
11898 between 15..30 seconds.
11899
012b3a21
WT
119002016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11901
11902 * gdb.arch/i386-mpx-sigsegv.c: New file.
11903 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11904 * gdb.arch/i386-mpx-simple_segv.c: New file.
11905 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11906
2d5189bd
YQ
119072016-02-18 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11910 Don't call setup_kfail.
11911
40fb20d0
YQ
119122016-02-18 Yao Qi <yao.qi@linaro.org>
11913
11914 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11915 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11916
21b1f8d2
DE
119172016-02-16 Doug Evans <dje@google.com>
11918
11919 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11920 * gdb.base/skip1.c: Ditto.
11921 * gdb.base/skip.exp: Whitespace cleanup.
11922
4041ed77
DB
119232016-02-16 Don Breazeal <donb@codesourcery.com>
11924
11925 PR remote/19496
11926 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11927 Remove kfail for PR remote/19496.
11928
c4ef31bf
SM
119292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11930
11931 * lib/gdb.exp (standard_temp_file): Return a path specific to
11932 the runtest invocation.
11933
266b65b3
SM
119342016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11935
11936 * gdb.trace/save-trace.exp: Change relative path to be in the
11937 standard output directory.
11938
a7a0a6a9
JK
119392016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11940
11941 * gdb.arch/i386-prologue.c: Add missing prototypes.
11942
c99dbb42
JK
119432016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11944
11945 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11946 * gdb.arch/i386-prologue.exp: Likewise.
11947 * gdb.arch/i386-size.exp: Likewise.
11948
aa480355
SM
119492016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11950
11951 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11952 define object file path.
11953 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11954 file path.
11955 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11956 standard_output_file to define binfile.
11957
ba881f50
JK
119582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11959
11960 Fix compatibility with recent gfortran-5.3.1.
11961 * gdb.fortran/vla-history.exp (print vla1 allocated)
11962 (print vla2 allocated, print $2, print $3): Remove
11963 (print $4): Rename to ...
11964 (print $2): ... here.
11965 (print $9): Rename to ...
11966 (print $5): ... here.
11967 (print $10): Rename to ...
11968 (print $6): ... here.
11969 * gdb.fortran/vla.f90: Add pvla initialization.
11970
e9fb005c
JK
119712016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11972
11973 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11974 New test.
11975 * gdb.fortran/vla-value-sub.exp: Likewise.
11976
e44e00ff
MK
119772016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11978
11979 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11980
97e94151
SM
119812016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11982
11983 * i386-biarch-core.exp: Define corefile using
11984 standard_output_file.
11985
01113bc1
YQ
119862016-02-12 Yao Qi <yao.qi@linaro.org>
11987
11988 * gdb.arch/arm-single-step-kernel-helper.c: New.
11989 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11990
33b4777c
MM
119912016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11992
11993 * gdb.btrace/tailcall-only.exp: New.
11994 * gdb.btrace/tailcall-only.c: New.
11995 * gdb.btrace/x86_64-tailcall-only.S: New.
11996 * gdb.btrace/i686-tailcall-only.S: New.
11997
acc23c11
PA
119982016-02-11 Pedro Alves <palves@redhat.com>
11999
12000 * README (Parallel testing): Add missing double quotes.
12001
e352bf0a
PA
120022016-02-11 Pedro Alves <palves@redhat.com>
12003
12004 * README (Parallel testing): New section.
12005 (GDB_PARALLEL): Rewrite.
12006 (FORCE_PARALLEL): Document.
12007
9f5fed78
MK
120082016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12009
12010 * gdb.trace/tfile-avx.c: New test.
12011 * gdb.trace/tfile-avx.exp: New test.
12012
9ef9e6a6
KS
120132016-02-09 Keith Seitz <keiths@redhat.com>
12014
12015 PR breakpoints/19546
12016 * gdb.base/infcall-exec.c: New file.
12017 * gdb.base/infcall-exec2.c: New file.
12018 * gdb.base/infcall-exec.exp: New file.
12019
a96e36da
KS
120202016-02-09 Keith Seitz <keiths@redhat.com>
12021
12022 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12023 (toplevel): Call test_bkpt_address.
12024
9f61929f
KS
120252016-02-09 Keith Seitz <keiths@redhat.com>
12026
12027 PR python/19506
12028 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12029 (toplevel): Call test_bkpt_address.
12030
1e94266c
SM
120312016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12032
12033 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12034 to AC_OUTPUT.
12035 * configure: Regenerate.
12036
2a7f3dff
PA
120372016-02-09 Pedro Alves <palves@redhat.com>
12038
12039 PR breakpoints/19548
12040 * gdb.base/execl-update-breakpoints.c (some_function): New
12041 function.
12042 (main): Call it.
12043 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12044 Tighten expected GDB output.
12045
2151ccc5
SM
120462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * Makefile.in (ALL_SUBDIRS): Remove.
12049 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12050 (distclean maintainer-clean realclean): Likewise.
12051 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12052 * configure: Regenerate.
12053 * gdb.ada/Makefile.in: Delete.
12054 * gdb.arch/Makefile.in: Likewise.
12055 * gdb.asm/Makefile.in: Likewise.
12056 * gdb.base/Makefile.in: Likewise.
12057 * gdb.btrace/Makefile.in: Likewise.
12058 * gdb.cell/Makefile.in: Likewise.
12059 * gdb.compile/Makefile.in: Likewise.
12060 * gdb.cp/Makefile.in: Likewise.
12061 * gdb.disasm/Makefile.in: Likewise.
12062 * gdb.dlang/Makefile.in: Likewise.
12063 * gdb.dwarf2/Makefile.in: Likewise.
12064 * gdb.fortran/Makefile.in: Likewise.
12065 * gdb.gdb/Makefile.in: Likewise.
12066 * gdb.go/Makefile.in: Likewise.
12067 * gdb.guile/Makefile.in: Likewise.
12068 * gdb.java/Makefile.in: Likewise.
12069 * gdb.linespec/Makefile.in: Likewise.
12070 * gdb.mi/Makefile.in: Likewise.
12071 * gdb.modula2/Makefile.in: Likewise.
12072 * gdb.multi/Makefile.in: Likewise.
12073 * gdb.objc/Makefile.in: Likewise.
12074 * gdb.opencl/Makefile.in: Likewise.
12075 * gdb.opt/Makefile.in: Likewise.
12076 * gdb.pascal/Makefile.in: Likewise.
12077 * gdb.perf/Makefile.in: Likewise.
12078 * gdb.python/Makefile.in: Likewise.
12079 * gdb.reverse/Makefile.in: Likewise.
12080 * gdb.server/Makefile.in: Likewise.
12081 * gdb.stabs/Makefile.in: Likewise.
12082 * gdb.threads/Makefile.in: Likewise.
12083 * gdb.trace/Makefile.in: Likewise.
12084 * gdb.xml/Makefile.in: Likewise.
12085 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12086 GDB_PARALLEL.
12087 (standard_output_file): Remove check for GDB_PARALLEL, always
12088 return path in outputs/$subdir/$testname.
12089
437277d4
SM
120902016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12091
12092 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12093 (site.exp): Assign abs_srcdir to tcl's srcdir.
12094
31d913c7
YQ
120952016-02-04 Yao Qi <yao.qi@linaro.org>
12096
12097 * gdb.base/foll-exec-mode.c: Include limits.h.
12098 (main): Add parameters argc and argv. Get directory from
12099 argv[0].
12100 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12101 compilation.
12102 * gdb.base/foll-exec.c: Include limits.h.
12103 (main): Add parameters argc and argv.
12104 Get directory from argv[0].
12105 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12106 Adjust tests on the number of lines as source code changed.
12107 * gdb.base/foll-vfork-exit.c: Include limits.h.
12108 (main): Add one line of statement before vfork.
12109 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12110 (main): Add parameters argc and argv. Get directory from
12111 argv[0].
12112 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12113 (setup_gdb): Set tbreak to skip some source lines.
12114 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12115 (main): Add parameters argc and argv. Get directory from
12116 argv[0].
12117 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12118 compilation.
12119 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12120 (main): Add parameters argc and argv. Get directory from
12121 argv[0].
12122 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12123 compilation.
12124
9482b9fb
DE
121252016-02-01 Doug Evans <dje@google.com>
12126
12127 * gdb.base/skip.exp: Clean up multiple references to same test name.
12128
6b2e4f10
PA
121292016-02-01 Pedro Alves <palves@redhat.com>
12130
ccb6afd6 12131 PR remote/19496
6b2e4f10
PA
12132 * gdb.threads/forking-threads-plus-breakpoint.exp
12133 (displaced_stepping_supported): New global.
12134 (probe_displaced_stepping_support): New procedure.
12135 (do_test): Add 'displaced' parameter, and use it.
12136 (top level): Check for displaced stepping support. Add displaced
12137 stepping on/off testing axis.
12138
37a8db1a
AB
121392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12140
12141 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12142 pointer. Don't perform further tests on the unassociated pointer
12143 if the first test fails.
12144
5fdf6324
AB
121452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12146
12147 * gdb.base/max-value-size.c: New file.
12148 * gdb.base/max-value-size.exp: New file.
12149 * gdb.base/huge.exp: Disable max-value-size for this test.
12150
935c6144
IB
121512016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12152
12153 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12154
7fe8399d
YQ
121552016-01-28 Yao Qi <yao.qi@linaro.org>
12156
12157 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12158
a2077e25
PA
121592016-01-25 Pedro Alves <palves@redhat.com>
12160
12161 PR threads/19461
12162 * gdb.base/fork-running-state.c: New file.
12163 * gdb.base/fork-running-state.exp: New file.
12164
1d2736d4
PA
121652016-01-25 Pedro Alves <palves@redhat.com>
12166
12167 PR gdb/19494
12168 * gdb.base/catch-fork-kill.c: New file.
12169 * gdb.base/catch-fork-kill.exp: New file.
12170
f1da4b11
PA
121712016-01-25 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12174 Delete, moved to lib/gdb.exp.
12175 * gdb.threads/forking-threads-plus-breakpoint.exp
12176 (foreach_with_prefix): Likewise.
12177 * gdb.threads/process-dies-while-handling-bp.exp
12178 (foreach_with_prefix): Likewise.
12179 * lib/gdb.exp (foreach_with_prefix): New procedure.
12180
45f38546
MK
121812016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12182
12183 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12184 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12185
dc29a1ce
MK
121862016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12187
12188 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12189 endian targets.
12190
092127d7
JK
121912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12192 Pedro Alves <palves@redhat.com>
12193
12194 Fix testsuite compatibility with Guile.
12195 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12196 number.
12197
31d765d3
JK
121982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12199
12200 Fix testsuite compatibility with Guile.
12201 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12202 (thread 1): New test for backtrace through signal handler.
12203
1ac78c04
YQ
122042016-01-22 Yao Qi <yao.qi@linaro.org>
12205
12206 PR testsuite/19491
12207 * gdb.base/multi-forks.c: Include
12208 ../lib/unbuffer_output.c
12209 (main): Call gdb_unbuffer_output.
12210
4f5946a8
DE
122112016-01-21 Doug Evans <dje@google.com>
12212
12213 * lib/ada.exp (gdb_compile_ada): Fix typo.
12214
305e13e6
JB
122152016-01-21 Joel Brobecker <brobecker@adacore.com>
12216
12217 * gdb.base/break-fun-addr.exp: New file.
12218 * gdb.base/break-fun-addr1.c: New file.
12219 * gdb.base/break-fun-addr2.c: New file.
12220
5f5dfff6
SM
122212016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12222
12223 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12224 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12225 enum flag values.
12226
fd356fa2
AA
122272016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12228
12229 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12230 when GDB can not set the vector return value. Add more comments
12231 for clarification.
12232
9df22175
AT
122332016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12234
12235 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12236 command.
12237
41d1845e
SM
122382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12239
12240 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12241
01ac6840
SM
122422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12243
12244 * Makefile.in (check-single): Pass --status to runtest.
12245 (check/%.exp): Likewise.
12246
122472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12248
12249 * Makefile.in (check-parallel): Propagate return code from make
12250 do-check-parallel.
12251
bd0a71fa
MK
122522016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12253
12254 * gdb.trace/ftrace.exp: Fix expected message on continue.
12255 * gdb.trace/pending.exp: Fix expected message on continue.
12256 * gdb.trace/trace-break.exp: Fix expected message on continue.
12257
8bcbad33
SM
122582016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12259
12260 * lib/gdb.exp (gdb_test): Remove unused global references.
12261
f303dbd6
PA
122622016-01-18 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/async-shell.exp: Adjust expected output.
12265 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12266 * gdb.base/siginfo-thread.exp: Adjust expected output.
12267 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12268 * gdb.java/jnpe.exp: Adjust expected output.
12269 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12270 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12271 * gdb.threads/leader-exit.exp: Adjust expected output.
12272 * gdb.threads/manythreads.exp: Adjust expected output.
12273 * gdb.threads/pthreads.exp: Adjust expected output.
12274 * gdb.threads/schedlock.exp: Adjust expected output.
12275 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12276 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12277 expected output.
12278 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12279 output.
12280 * gdb.threads/sigthread.exp: Adjust expected output.
12281 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12282
b2789696
YQ
122832016-01-18 Yao Qi <yao.qi@linaro.org>
12284
12285 * gdb.guile/scm-section-script.c: Replace @progbits with
12286 %progbits.
12287 * gdb.python/py-section-script.c: Likewise.
12288
71ef29a8
PA
122892016-01-15 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.multi/tids.exp: Test star wildcard ranges.
12292
3f5b7598
PA
122932016-01-15 Pedro Alves <palves@redhat.com>
12294
12295 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12296 command from "thread apply" invocation.
12297 (thr_apply_info_thr_invalid): Default the expected output to the
12298 input tid list.
12299 (top level): Add tests that use convenience variables. Add tests
12300 for "thread apply" with a valid TID list, but missing the command.
12301
663f6d42
PA
123022016-01-13 Pedro Alves <palves@redhat.com>
12303
12304 * gdb.base/default.exp: Expect $_gthread as well.
12305 * gdb.multi/tids.exp: Test $_gthread.
12306 * gdb.threads/thread-specific.exp: Test $_gthread.
12307
c84f6bbf
PA
123082016-01-13 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.multi/tids.exp: Test "info threads -gid".
12311
22a02324
PA
123122016-01-13 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12315 Breakpoint.thread.
12316 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12317
5d5658a1
PA
123182016-01-07 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.base/break.exp: Adjust to output changes.
12321 * gdb.base/hbreak2.exp: Likewise.
12322 * gdb.base/sepdebug.exp: Likewise.
12323 * gdb.base/watch_thread_num.exp: Likewise.
12324 * gdb.linespec/keywords.exp: Likewise.
12325 * gdb.multi/info-threads.exp: Likewise.
12326 * gdb.threads/thread-find.exp: Likewise.
12327 * gdb.multi/tids.c: New file.
12328 * gdb.multi/tids.exp: New file.
12329
84654457
PA
123302016-01-13 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12333
e3940304
PA
123342016-01-13 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/default.exp: Expect $_inferior as well.
12337 * gdb.multi/base.exp: Test $_inferior.
12338
a911d87a
PA
123392016-01-13 Pedro Alves <palves@redhat.com>
12340
12341 PR breakpoints/19388
12342 * gdb.base/catch-signal-siginfo-cond.c: New file.
12343 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12344
82075af2
JS
123452016-01-12 Josh Stone <jistone@redhat.com>
12346 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12347
12348 * gdb.base/catch-syscall.c (do_execve): New variable.
12349 (main): Conditionally trigger an execve.
12350 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12351 (test_catch_syscall_execve): New, check entry/return across execve.
12352 (do_syscall_tests): Call test_catch_syscall_execve.
12353
e46eeedd
PA
123542016-01-12 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.base/random-signal.exp (do_test): New procedure, with body
12357 of testcase moved in.
12358
01d8c27e
JK
123592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12360 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/funcargs.exp (finish from indirectly called function):
12363 Reintroduce the case for 'First'.
12364
9a706302
JK
123652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12366 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12369 (tcatch_vfork_then_child_follow_exec)
12370 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12371 identification.
12372
c0ecb95f
JK
123732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12374
12375 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12376 and repeats to unlimited.
12377 * gdb.python/py-value.exp: Likewise.
12378 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12379 and repeats to unlimited.
12380
6cfc1fcb
JK
123812016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12382
12383 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12384 and reordering the functions.
12385 * gdb.multi/hangout.c: Likewise.
12386 * gdb.multi/hello.c: Likewise.
12387
582a1b00
SM
123882016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12389
12390 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12391 absolute.
12392 (SingleStatisticTestResult.report): Use dict.keys instead of
12393 dict.iterkeys.
12394
79bc59cb
PA
123952016-01-06 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12398
43368e1d
MM
123992016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12400
12401 * gdb.btrace/dlopen.exp: New.
12402 * gdb.btrace/dlopen.c: New.
12403 * gdb.btrace/dlopen-dso.c: New.
12404
79fad5b8
SL
124052015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12406
12407 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12408 PATTERN argument is optional.
12409
ab8314b3
JB
124102015-12-24 Joel Brobecker <brobecker@adacore.com>
12411
12412 * lib/ada.exp (target_compile_ada_from_dir): New function.
12413 (gdb_compile_ada): Reimplement avoiding the use of project files.
12414 * gdb.ada/gnat_ada.gpr: Delete.
12415 * gdb.ada/cond_lang.exp: Adjust test to make path before
12416 filename optional.
12417 * gdb.ada/small_reg_param.exp: Likewise.
12418
fe33faff
SM
124192015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12420
12421 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12422
6d265cb4
TP
124232015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12424
12425 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12426 case.
12427
10125099
SM
124282015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12429
12430 * gdb.base/break.exp: Remove dead code.
12431 * gdb.base/sepdebug.exp: Likewise.
12432
3ca22649
SM
124332015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12434
12435 * gdb.asm/asm-source.exp: Remove HP-UX references.
12436 * gdb.base/annota1.exp: Likewise.
12437 * gdb.base/annota3.exp: Likewise.
12438 * gdb.base/attach.exp: Likewise.
12439 * gdb.base/bigcore.exp: Likewise.
12440 * gdb.base/break.exp: Likewise.
12441 * gdb.base/call-ar-st.exp: Likewise.
12442 * gdb.base/callfuncs.exp: Likewise.
12443 * gdb.base/catch-fork-static.exp: Likewise.
12444 * gdb.base/display.exp: Likewise.
12445 * gdb.base/foll-exec-mode.exp: Likewise.
12446 * gdb.base/foll-exec.exp: Likewise.
12447 * gdb.base/foll-fork.exp: Likewise.
12448 * gdb.base/foll-vfork.exp: Likewise.
12449 * gdb.base/funcargs.exp: Likewise.
12450 * gdb.base/hbreak2.exp: Likewise.
12451 * gdb.base/inferior-died.exp: Likewise.
12452 * gdb.base/interrupt.exp: Likewise.
12453 * gdb.base/multi-forks.exp: Likewise.
12454 * gdb.base/nodebug.exp: Likewise.
12455 * gdb.base/sepdebug.exp: Likewise.
12456 * gdb.base/solib1.c: Likewise.
12457 * gdb.base/step-test.exp: Likewise.
12458 * gdb.mi/non-stop.c: Likewise.
12459 * gdb.mi/pthreads.c: Likewise.
12460 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12461 * gdb.threads/pthreads.c: Likewise.
12462 * gdb.threads/staticthreads.exp: Likewise.
12463 * lib/future.exp: Likewise.
12464 * lib/gdb.exp: Likewise.
12465 * gdb.base/so-indr-cl.c: Remove.
12466 * gdb.base/so-indr-cl.exp: Likewise.
12467 * gdb.base/solib.c: Likewise.
12468 * gdb.base/solib.exp: Likewise.
12469 * gdb.base/solib2.c: Likewise.
12470
b6304613
SM
124712015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12472
12473 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12474 * gdb.base/call-ar-st.exp: Likewise.
12475 * gdb.base/callfuncs.exp: Likewise.
12476 * gdb.base/condbreak.exp: Likewise.
12477 * gdb.base/constvars.exp: Likewise.
12478 * gdb.base/hbreak2.exp: Likewise.
12479 * gdb.base/langs.exp: Likewise.
12480 * gdb.base/list.exp: Likewise.
12481 * gdb.base/long_long.exp: Likewise.
12482 * gdb.base/ptype.exp: Likewise.
12483 * gdb.base/scope.exp: Likewise.
12484 * gdb.base/signals.exp: Likewise.
12485 * gdb.base/so-impl-ld.exp: Likewise.
12486 * gdb.base/varargs.exp: Likewise.
12487 * gdb.base/volatile.exp: Likewise.
12488 * gdb.base/whatis.exp: Likewise.
12489 * gdb.cp/cplusfuncs.exp: Likewise.
12490 * gdb.cp/inherit.exp: Likewise.
12491 * gdb.cp/local.exp: Likewise.
12492 * gdb.cp/member-ptr.exp: Likewise.
12493 * gdb.cp/method.exp: Likewise.
12494 * gdb.cp/overload.exp: Likewise.
12495 * gdb.cp/templates.exp: Likewise.
12496 * gdb.stabs/weird.exp: Likewise.
12497 * lib/compiler.c: Likewise.
12498 * lib/compiler.cc: Likewise.
12499 * lib/cp-support.exp: Likewise.
12500 * lib/gdb.exp: Likewise.
12501
bf401b07
SM
125022015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12503
12504 * configure.ac: Remove HP-UX case.
12505 * configure: Regenerate.
12506
aff9c0f8
SM
125072015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12508
12509 * lib/gdb.exp (gdb_compile): Add function doc.
12510
a6904d5a
PA
125112015-12-17 Pedro Alves <palves@redhat.com>
12512
12513 PR threads/19354
12514 * gdb.multi/info-threads.exp: New file.
12515
a22279dd
YQ
125162015-12-15 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12519 is aarch64*-*-*.
12520
0588c796
SL
125212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12522
12523 * gdb.base/history-duplicates.exp: Skip if no readline support.
12524
5d978e17
SL
125252015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12526
12527 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12528
7e763b86
SL
125292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12530
12531 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12532
87a3a92c
SL
125332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12534
12535 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12536 ctrl-C if nointerrupts target property is set.
12537 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12538 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12539 * gdb.base/paginate-bg-execution.exp: Likewise.
12540 * gdb.base/paginate-execution-startup.exp: Likewise.
12541 * gdb.base/random-signal.exp: Likewise.
12542 * gdb.base/range-stepping.exp: Likewise.
12543 * gdb.cp/annota2.exp: Likewise.
12544 * gdb.cp/annota3.exp: Likewise.
12545 * gdb.gdb/selftest.exp: Likewise.
12546 * gdb.threads/continue-pending-status.exp: Likewise.
12547 * gdb.threads/leader-exit.exp: Likewise.
12548 * gdb.threads/manythreads.exp: Likewise.
12549 * gdb.threads/pthreads.exp: Likewise.
12550 * gdb.threads/schedlock.exp: Likewise.
12551 * gdb.threads/sigthread.exp: Likewise.
12552
a8f077dc
DB
125532015-12-11 Don Breazeal <donb@codesourcery.com>
12554
12555 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12556 remote.
12557 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12558 * gdb.base/foll-exec.exp (main): Enable for target remote.
12559 * gdb.base/foll-fork.exp (main): Likewise.
12560 * gdb.base/foll-vfork.exp (main): Likewise.
12561 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12562 (proc continue_to_exit_bp_loc): Use clean_restart.
12563 * gdb.base/pie-execl.exp (main): Disable for target remote.
12564 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12565 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12566 * gdb.threads/execl.exp (main): Likewise.
12567 * gdb.threads/fork-child-threads.exp (main): Likewise.
12568 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12569 remote.
12570 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12571 remote.
12572 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12573 pid.tid style ptids, instead of just tid.
12574 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12575 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12576 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12577 ptids, instead of just tid.
12578
3b2464a8
AB
125792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12580
12581 * gdb.base/list.exp (test_list_forward): Add end of file error
12582 test.
12583 (test_repeat_list_command): Add end of file error test.
12584 (test_list_backwards): Add beginning of file error test.
12585
a0def019
AB
125862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12587
12588 * gdb.base/list.exp (test_list_invalid_args): New function,
12589 defined, and called.
12590
5c000dff
AB
125912015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12592
12593 * gdb.base/list.exp (test_list): Make test names unique.
12594
f1637ebe
YQ
125952015-12-11 Yao Qi <yao.qi@linaro.org>
12596
12597 * gdb.base/coremaker2.c: Remove.
12598
36d6fc0a
PA
125992015-12-10 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.multi/base.exp: Remove stale "spaces" references.
12602
762f7747
PA
126032015-12-10 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.multi/base.exp: Don't use nowarnings.
12606 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12607 * gdb.multi/hangout.c: Include stdio.h.
12608 * gdb.multi/hello.c: Include stdlib.h.
12609 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12610 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12611 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12612
28d2bfb9
AB
126132015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12614
12615 * gdb.dwarf2/dw2-ranges-base.c: New file.
12616 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12617 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12618 support additional line table, and debug ranges generation.
12619 (Dwarf::ranges): New function, generate .debug_ranges.
12620 (Dwarf::lines): Support generating simple line table programs.
12621 (Dwarf::assemble): Initialise new namespace variables.
12622
5fc2beac
KB
126232015-12-09 Kevin Buettner <kevinb@redhat.com>
12624
12625 * gdb.base/async.exp (proc test_background): Add case for
12626 asynchronous execution not supported.
12627
1c35a88f
LM
126282015-12-09 Luis Machado <lgustavo@codesourcery.com>
12629
12630 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12631 format and change test names to make them unique.
12632
b593e3d9
RK
126332015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12634 Pedro Alves <pedro@redhat.com>
12635
12636 PR gdb/18702
12637 Add checking of floatformats setup on x86_64 hosts.
12638 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12639 (smallval, bigval): New labels/constants.
12640 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12641 float" after loading bigval and smallval.
12642
d72413e6
PMR
126432015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12644
12645 * gdb.ada/fun_overload_menu.exp: New testcase.
12646 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12647
ece66d65
JS
126482015-12-04 Josh Stone <jistone@redhat.com>
12649
12650 * gdb.base/catch-fork-static.exp: New.
12651
41d0efca
YQ
126522015-12-03 Yao Qi <yao.qi@linaro.org>
12653
12654 * gdb.base/sizeof.c: Don't include stdio.h and
12655 ../lib/unbuffer_output.c.
12656 (main): New variable 'size' and 'value'. Remove printf and
12657 gdb_unbuffer_output. Assign return value to size and value.
12658 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12659 at the beginning.
12660 (check_sizeof): Check the result by printing variable 'size'.
12661 (check_valueof): Check the result by printing variable 'value'.
12662
99fd02d9
YQ
126632015-12-01 Yao Qi <yao.qi@linaro.org>
12664
12665 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12666 for aarch64*-*-linux* target.
12667
f2faf941
PA
126682015-11-30 Pedro Alves <palves@redhat.com>
12669
12670 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12671
04bf20c5
PA
126722015-11-30 Pedro Alves <palves@redhat.com>
12673
12674 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12675 Handle non-stop mode vCont replies.
12676
09df4675
PA
126772015-11-30 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12680 prepare_for_testing. Start gdb with "set non-stop on" appended to
12681 GDBFLAGS. Lax expected stop output.
12682
58b584af
YQ
126832015-11-27 Yao Qi <yao.qi@linaro.org>
12684
12685 * gdb.arch/arm-neon.exp: New.
12686 * gdb.arch/arm-neon.c: New.
12687
dfcb77a8
YQ
126882015-11-27 Yao Qi <yao.qi@linaro.org>
12689
12690 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12691
88e8ec1b
YQ
126922015-11-27 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12695 frames-invalid annotation.
12696
bfde72c2
YQ
126972015-11-27 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12700
f6512a69
SM
127012015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * gdb.threads/names.exp: New file.
12704 * gdb.threads/names.c: New file.
12705 * README: Mention gdb,no_thread_names.
12706
46a3515b
MM
127072015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12708
12709 PR 19297
12710 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12711 support" error.
12712
62147a22
PA
127132015-11-24 Pedro Alves <palves@redhat.com>
12714
12715 PR 17539
12716 * gdb.base/display.exp: Expect displays to be sorted in ascending
12717 order. Use multi_line.
12718 * gdb.base/solib-display.exp: Likewise.
12719
2f341b6e
PA
127202015-11-24 Pedro Alves <palves@redhat.com>
12721
12722 PR 17539
25d49b86
PA
12723 * gdb.base/display.exp: Expect displays to be sorted in ascending
12724 order. Use multi_line.
12725 * gdb.base/solib-display.exp: Likewise.
2f341b6e 12726
7e0aa6aa
PA
127272015-11-24 Pedro Alves <palves@redhat.com>
12728
12729 PR 17539
12730 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12731 threads in ascending order.
12732 * gdb.base/foll-fork.exp: Likewise.
12733 * gdb.base/foll-vfork.exp: Likewise.
12734 * gdb.base/multi-forks.exp: Likewise.
12735 * gdb.mi/mi-nonstop.exp: Likewise.
12736 * gdb.mi/mi-nsintrall.exp: Likewise.
12737 * gdb.multi/base.exp: Likewise.
12738 * gdb.multi/multi-arch.exp: Likewise.
12739 * gdb.python/py-inferior.exp: Likewise.
12740 * gdb.threads/break-while-running.exp: Likewise.
12741 * gdb.threads/execl.exp: Likewise.
12742 * gdb.threads/gcore-thread.exp: Likewise.
12743 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12744 * gdb.threads/kill.exp: Likewise.
12745 * gdb.threads/linux-dp.exp: Likewise.
12746 * gdb.threads/multiple-step-overs.exp: Likewise.
12747 * gdb.threads/next-bp-other-thread.exp: Likewise.
12748 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12749 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12750 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12751 * gdb.threads/thread-find.exp: Likewise.
12752 * gdb.threads/tls.exp: Likewise.
12753 * lib/mi-support.exp (mi_reverse_list): Delete.
12754 (mi_check_thread_states): No longer reverse list.
12755
2cc57ad8
PA
127562015-11-24 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12759 use lowercase.
12760
c93e8391
SM
127612015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12762
12763 * gdb.trace/actions.c: Include trace-common.h.
12764 (main): Add a location for a fast tracepoint.
12765 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12766 the normal tracepoints.
12767 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12768
045ccf91
SM
127692015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12770
12771 * save-trace.exp: Factor out code to these...
12772 (gdb_save_tracepoints): New.
12773 (gdb_load_tracepoints): New.
12774 (do_save_load_test): New.
12775
5506f9f6
KB
127762015-11-23 Kevin Buettner <kevinb@redhat.com>
12777
12778 * gdb.base/asmlabel.exp: New test.
12779 * gdb.base/asmlabel.c: New test case.
12780
16c3b12f
JB
127812015-11-23 Joel Brobecker <brobecker@adacore.com>
12782
12783 * gdb.base/wrong_frame_bt_full-main.c: New file.
12784 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12785 * gdb.base/wrong_frame_bt_full.exp: New file.
12786
155bfbd3
JB
127872015-11-23 Joel Brobecker <brobecker@adacore.com>
12788
12789 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12790
bb097445
JM
127912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12792
206853a0 12793 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12794 pstate register when comparing registers values in
12795 sparc64-*-linux-gnu targets to avoid spurious differences.
12796
9c88ed8f
JM
127972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12798
206853a0 12799 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12800
96161e25
SL
128012015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12802
12803 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12804 as type argument to gdb_compile.
12805 * gdb.base/nested-subp2.exp: Likewise.
12806 * gdb.base/nested-subp3.exp: Likewise.
12807
340c2830
DV
128082015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12809
12810 * lib/dwarf.exp (_note): Fix left shift of negative value.
12811 * gdb.trace/trace-condition.exp: Likewise.
12812
c1862d0f
YQ
128132015-11-13 Yao Qi <yao.qi@linaro.org>
12814
12815 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12816 comments about d10v.
12817 (test_scalar_returns): Likewise.
12818 * gdb.base/d10v.ld: Remove.
12819 * gdb.base/overlays.exp: Remove the target triplet checking for
12820 d10v-*-*.
12821 * gdb.base/structs.exp (test_struct_returns): Remove the
12822 comments about d10v.
12823 (test_struct_calls): Likewise.
12824
77ae9c19
YQ
128252015-11-13 Yao Qi <yao.qi@linaro.org>
12826
12827 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12828 * gdb.base/gnu_vector.c: Don't include stdio.h.
12829 (main): Don't print res and call add_some_intvecs.
12830
430e004e
MK
128312015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12832
12833 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12834 macro.
12835 (func5): Removed.
12836 (func4): Use FAST_TRACEPOINT_LABEL.
12837 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12838 macro.
12839 (func): Removed.
12840 (thread_function): Use FAST_TRACEPOINT_LABEL.
12841 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12842 (func): Remove.
12843 (marker): Use FAST_TRACEPOINT_LABEL.
12844 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12845 (pendfunc1): Remove.
12846 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12847 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12848 (foo): Remove.
12849 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12850 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12851 macro.
12852 (func): Remove.
12853 (marker): Use FAST_TRACEPOINT_LABEL.
12854 * gdb.trace/trace-common.h: New header.
12855 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12856 macro.
12857 (func): Remove.
12858 (marker): Use FAST_TRACEPOINT_LABEL.
12859 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12860 (func): Remove.
12861 (thread_function): Use FAST_TRACEPOINT_LABEL.
12862
6e7675a7
MK
128632015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12864
12865 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12866 in front.
12867 * gdb.trace/change-loc.exp: Use global pcreg definition.
12868 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12869 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12870 in front.
12871 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12872 * gdb.trace/pending.exp: Likewise.
12873 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12874 * gdb.trace/trace-break.exp: Likewise.
12875 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12876 in front.
12877 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12878 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12879 in front.
12880 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12881
dddc0e16
JB
128822015-11-09 Joel Brobecker <brobecker@adacore.com>
12883
12884 * gdb.ada/fin_fun_out: New testcase.
12885
c6f0b406
KB
128862015-11-07 Kevin Buettner <kevinb@redhat.com>
12887
12888 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12889 value associated with DW_AT_byte_size.
12890 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12891 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12892 DW_AT_upper_bound.
12893
f01dcfd9
KB
128942015-11-07 Kevin Buettner <kevinb@redhat.com>
12895
12896 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12897 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12898 version.
12899 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12900 gdb.dwarf2/dw2-canonicalize-type.exp,
12901 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12902 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12903 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12904 provided by gdb_target_symbol_prefix_flags_asm.
12905 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12906 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12907 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12908 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12909 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12910 macros where needed). Use this macro for symbols which require
12911 the prefix provided by SYMBOL_PREFIX.
12912
2223449a
KB
129132015-11-05 Kevin Buettner <kevinb@redhat.com>
12914
12915 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12916 New procs.
12917 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12918 representing expressions, of more than one list element.
12919 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12920 to prepend linker symbol prefix to f.
12921 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12922 table_1 and table_2.
12923 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12924 Likewise, for f and g.
12925 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12926 for ptr.
12927 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12928 for main.
12929 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12930 table_1_ptr and table_2_ptr.
12931
6f2f1a3a
JK
129322015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12933 Joel Brobecker <brobecker@adacore.com>
12934
12935 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12936
566c56c9
MK
129372015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12938
12939 * gdb.reverse/s390-mvcle.c: New test.
12940 * gdb.reverse/s390-mvcle.exp: New file.
12941 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12942
d5f0636b
MK
129432015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12944
12945 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12946
7ad8b86c
MK
129472015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12948
12949 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12950 reaching marker2.
12951 * gdb.reverse/getresuid-reverse.exp: Likewise.
12952 * gdb.reverse/pipe-reverse.exp: Likewise.
12953 * gdb.reverse/readv-reverse.exp: Likewise.
12954 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12955 * gdb.reverse/time-reverse.exp: Likewise.
12956 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12957
4081c0f1
YQ
129582015-10-30 Yao Qi <yao.qi@linaro.org>
12959
12960 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12961 (empty_cycle): Remove.
12962 (main): Don't call empty_cycle. Don't use watch_count_done.
12963 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12964 empty_cycle. Rewrite the code counting HW watchpoints.
12965
452b4ba5
MK
129662015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12967
12968 * gdb.reverse/fstatat-reverse.c: New test.
12969 * gdb.reverse/fstatat-reverse.exp: New file.
12970 * gdb.reverse/getresuid-reverse.c: New test.
12971 * gdb.reverse/getresuid-reverse.exp: New file.
12972 * gdb.reverse/pipe-reverse.c: New test.
12973 * gdb.reverse/pipe-reverse.exp: New file.
12974 * gdb.reverse/readv-reverse.c: New test.
12975 * gdb.reverse/readv-reverse.exp: New file.
12976 * gdb.reverse/recvmsg-reverse.c: New test.
12977 * gdb.reverse/recvmsg-reverse.exp: New file.
12978 * gdb.reverse/time-reverse.c: New test.
12979 * gdb.reverse/time-reverse.exp: New file.
12980 * gdb.reverse/waitpid-reverse.c: New test.
12981 * gdb.reverse/waitpid-reverse.exp: New file.
12982
5e2e7507
JK
129832015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12984
12985 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12986
0fde2c53
DE
129872015-10-26 Doug Evans <dje@google.com>
12988
12989 PR symtab/17391
12990 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12991 * gdb.dwarf2/bad-regnum.c: New file.
12992 * gdb.dwarf2/bad-regnum.exp: New file.
12993
1a70ae97
DE
129942015-10-26 Doug Evans <dje@google.com>
12995
12996 PR python/18938
12997 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12998 file.
12999
27dc26ab
JK
130002015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13001
13002 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13003 for a change by "Mention language in compile error message".
13004
bed91f4d
SM
130052015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13006
13007 PR python/18073
13008 * gdb.python/py-type.c (C::a_method): New.
13009 (C::a_const_method): New.
13010 (C::a_static_method): New.
13011 (a_function): New.
13012 * gdb.python/py-type.exp (test_fields): Test getting fields
13013 from function and method.
13014
3f2f83dd
KB
130152015-10-21 Keven Boell <keven.boell@intel.com>
13016
13017 * gdb.fortran/vla-alloc-assoc.exp: New file.
13018 * gdb.fortran/vla-datatypes.exp: New file.
13019 * gdb.fortran/vla-datatypes.f90: New file.
13020 * gdb.fortran/vla-history.exp: New file.
13021 * gdb.fortran/vla-ptype-sub.exp: New file.
13022 * gdb.fortran/vla-ptype.exp: New file.
13023 * gdb.fortran/vla-sizeof.exp: New file.
13024 * gdb.fortran/vla-sub.f90: New file.
13025 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13026 * gdb.fortran/vla-value-sub-finish.exp: New file.
13027 * gdb.fortran/vla-value-sub.exp: New file.
13028 * gdb.fortran/vla-value.exp: New file.
13029 * gdb.fortran/vla-ptr-info.exp: New file.
13030 * gdb.mi/mi-vla-fortran.exp: New file.
13031 * gdb.mi/vla.f90: New file.
13032
27145d50
SL
130332015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13034
13035 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13036 of hardwired timeout value.
13037
5f3ff4f8
JK
130382015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13039 Pedro Alves <palves@redhat.com>
13040
13041 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13042 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13043
bfd09d20
JS
130442015-10-19 Josh Stone <jistone@redhat.com>
13045
13046 * gdb.base/catch-syscall.c: Include <sched.h>.
13047 (unknown_syscall): New variable.
13048 (main): Trigger a vfork and an unknown syscall.
13049 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13050 (unknown_syscall_number): Likewise.
13051 (check_call_to_syscall): Accept an optional syscall pattern.
13052 (check_return_from_syscall): Likewise.
13053 (check_continue): Likewise.
13054 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13055 (test_catch_syscall_skipping_return): New test toggling off 'catch
13056 syscall' to step over the syscall return, then toggling back on.
13057 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13058 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13059 (do_syscall_tests): Call test_catch_syscall_without_args and
13060 test_catch_syscall_mid_vfork.
13061 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13062 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13063
b32b93c6
AS
130642015-10-19 Andrew Stubbs <ams@codesourcery.com>
13065
13066 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13067 print g_vE): Add new pass patterns.
13068 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13069 print various symbol names for vptr fields.
13070
9d622bda
AB
130712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13072
13073 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13074 results.
13075
0fd8ac1c
YQ
130762015-10-12 Yao Qi <yao.qi@linaro.org>
13077
13078 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13079
34240514
YQ
130802015-10-12 Yao Qi <yao.qi@linaro.org>
13081
13082 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13083 is aarch64*-*-linux*.
13084
8240f442
YQ
130852015-10-12 Yao Qi <yao.qi@linaro.org>
13086
13087 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13088 (can_relocate_bcond_true): ... it.
13089 (can_relocate_bcond_false): New function.
13090 (foo): Likewise.
13091 (can_relocate_bl): Likewise.
13092 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13093 can_relocate_bl.
13094
2520f728
PMR
130952015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13096
13097 * gdb.base/nested-addr.c: New file.
13098 * gdb.base/nested-addr.exp: New testcase.
13099
abcef95a
MM
131002015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13101
13102 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13103 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13104 its output. Ignore the output of "record goto begin" and instead
13105 check that GDB is replaying.
13106
145e3ddb
PA
131072015-10-09 Pedro Alves <palves@redhat.com>
13108
13109 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13110 (top level): Use it in the run with no args test.
13111
d5d8c4e1
IB
131122015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13113
13114 * gdb.dlang/properties.exp: New file.
13115
06e635ef
SL
131162015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13117
13118 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13119 whether or not address 0x1000 is mapped on the target.
13120
e019fd1d
SM
131212015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13122
13123 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13124 build.
13125
77ba2a67
MM
131262015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13127
13128 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13129 instruction-history test.
13130
c60eb31f
DE
131312015-09-28 Doug Evans <dje@google.com>
13132
13133 * gdb.base/gcore.c (array_func): Add reference to static_array.
13134
9a3c8263
SM
131352015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13136
13137 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13138 source line.
13139
9720e656
SL
131402015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13141
13142 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13143 short or char as base type.
13144
938d3bf2
SL
131452015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13146
13147 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13148 to allow any size enum.
13149
e6c2c623
PMR
131502015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13151
13152 * gdb.ada/array_ptr_renaming.exp: New testcase.
13153 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13154 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13155
06da0f77
PL
131562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13157
13158 * gdb.trace/ftrace-lock.c: New file.
13159 * gdb.trace/ftrace-lock.exp: New file.
13160
4f51c22a
PL
131612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13162
13163 * gdb.arch/insn-reloc.c: New file.
13164 * gdb.arch/ftrace-insn-reloc.exp: New file.
13165
7041adf4
PL
131662015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13167
13168 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13169 instruction.
13170 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13171 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13172 * gdb.trace/range-stepping.c: Likewise.
13173 * gdb.trace/trace-break.c: Likewise.
13174 * gdb.trace/trace-mt.c (thread_function): Likewise.
13175 * gdb.trace/ftrace.c (marker): Likewise.
13176 * gdb.trace/trace-condition.c (marker): Likewise.
13177 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13178 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13179 is_aarch64_target.
13180
015d2e7e
DE
131812015-09-18 Doug Evans <xdje42@gmail.com>
13182
13183 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13184 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13185
26b188a2
SL
131862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13187
13188 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13189 the breakpoint.
13190
79dc332b
SL
131912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13192
13193 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13194 the pending breakpoint. Remove timeout override for "Run till
13195 MI pending breakpoint on pendfunc3 on thread 2" test.
13196
f57929f2
SL
131972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13198
13199 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13200 filename pattern.
13201
3f469b17
SL
132022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13203
13204 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13205 in breakpoint filename pattern.
13206
515b89b3
SL
132072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13208
7800dbe4
SL
13209 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13210
132112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13212
515b89b3
SL
13213 * gdb.linespec/explicit.exp: Check for readline support for
13214 tab-completion tests. Fix obvious typo.
13215
d2939ba2
MM
132162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13217
13218 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13219 and replay.
13220
cbb55fa7
MM
132212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13222
13223 * gdb.btrace/non-stop.c: New.
13224 * gdb.btrace/non-stop.exp: New.
13225
43691ca1
PL
132262015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13227 Yao Qi <yao.qi@linaro.org>
13228
13229 * gdb.trace/trace-condition.c: New file.
13230 * gdb.trace/trace-condition.exp: New file.
13231
d78908cf
WW
132322015-09-16 Wei-cheng Wang <cole945@gmail.com>
13233
13234 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13235 for testing bytecode compilation.
13236
1ed415e2
PA
132372015-09-16 Pedro Alves <palves@redhat.com>
13238 Sandra Loosemore <sandra@codesourcery.com>
13239
13240 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13241 (SECONDS): Redefine.
13242 (main): Call pthread_kill and alarm early.
13243 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13244 support.
13245 (test): If the target can't hardware step and doesn't support
13246 displaced stepping, increase the timeout.
13247
d136eff5
PA
132482015-09-16 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13251 (enable_debug): New procedures.
13252 (test): Use them. Bail out if waiting for threads fails.
13253 (top level): Bail out if a test fails.
13254
991f019c
YQ
132552015-09-16 Yao Qi <yao.qi@linaro.org>
13256
13257 * gdb.asm/asm-source.exp: Set asm-arch for
13258 aarch64*-*-* target.
13259 * gdb.asm/aarch64.inc: New file.
13260
bfca584f
PMR
132612015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13262
13263 * gdb.ada/array_of_variable_length.exp: New testcase.
13264 * gdb.ada/array_of_variable_length/foo.adb: New file.
13265 * gdb.ada/array_of_variable_length/pck.adb: New file.
13266 * gdb.ada/array_of_variable_length/pck.ads: New file.
13267
b326e587
DE
132682015-09-15 Doug Evans <dje@google.com>
13269
13270 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13271 of function static local variable.
13272
5382cfab
PW
132732015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13274
13275 * gdb.threads/tls-so_extern.exp: New test file.
13276 * gdb.threads/tls-so_extern.c: New test file.
13277 * gdb.threads/tls-so_extern_main.c: New test file.
13278
141c5cc4
JK
132792015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13280
13281 * gdb.opt/solib-intra-step-lib.c: New file.
13282 * gdb.opt/solib-intra-step-main.c: New file.
13283 * gdb.opt/solib-intra-step.exp: New file.
13284
d15dcecd
PA
132852015-09-15 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13288 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13289
4c2f2a79
PA
132902015-09-14 Pedro Alves <palves@redhat.com>
13291
13292 * gdb.base/hook-stop-continue.c: Delete.
13293 * gdb.base/hook-stop-continue.exp: Delete.
13294 * gdb.base/hook-stop-frame.c: Delete.
13295 * gdb.base/hook-stop-frame.exp: Delete.
13296 * gdb.base/hook-stop.c: New file.
13297 * gdb.base/hook-stop.exp: New file.
13298
919e6dbe
PMR
132992015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13300
13301 * gdb.ada/access_to_packed_array.exp: New testcase.
13302 * gdb.ada/access_to_packed_array/foo.adb: New file.
13303 * gdb.ada/access_to_packed_array/pack.adb: New file.
13304 * gdb.ada/access_to_packed_array/pack.ads: New file.
13305
157280a4
MM
133062015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13307
13308 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13309 buffer size test.
13310
2fd33e94
DB
133112015-09-11 Don Breazeal <donb@codesourcery.com>
13312
13313 * gdb.base/foll-exec.c: Add copyright header. Fix
13314 formatting issues.
13315 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13316 (do_exec_tests): Use clean_restart in place of zap_session,
13317 and for test initialization. Fix formatting issues. Use
13318 fail in place of perror.
13319 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13320 an expect statement to match an expression with output from
13321 the program under debug.
13322 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13323 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13324 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13325 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13326 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13327
e70b6e8e
DE
133282015-09-09 Doug Evans <dje@google.com>
13329
13330 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13331
7a551a51
DE
133322015-09-09 Doug Evans <dje@google.com>
13333
13334 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13335
4c666f84
DE
133362015-09-09 Doug Evans <dje@google.com>
13337
13338 * gdb.base/savedregs.exp: Fix typo.
13339
243a9253
PA
133402015-09-09 Pedro Alves <palves@redhat.com>
13341
13342 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13343
c0fa8fbd
SL
133442015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13345
13346 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13347 command actually switches threads. Give up on remaining
13348 tests if target fails to stop at breakpoint.
13349
cd7c1778
PMR
133502015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13351
13352 * gdb.ada/funcall_char.exp: New testcase.
13353 * gdb.ada/funcall_char/foo.adb: New file.
13354
dc5c8746
PMR
133552015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13356
13357 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13358 expected outputs. Add two testcases for completing ambiguous
13359 functions.
13360 * gdb.ada/complete/aux_pck.adb: New file.
13361 * gdb.ada/complete/aux_pck.ads: New file.
13362 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13363 Ambiguous_Func functions.
13364 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13365 * gdb.ada/complete/pck.adb: Likewise.
13366
4e83a1e7
UW
133672015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13368
13369 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13370 failures to run the test program under GDB.
13371
8ce74153
LM
133722015-08-26 Luis Machado <lgustavo@codesourcery.com>
13373
13374 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13375 to C.
13376
e9756d52
PP
133772015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13378
13379 * gdb.base/run-after-attach.exp: New test file.
13380 * gdb.base/run-after-attach.c: New test file.
13381
8d37573b
DB
133822015-08-26 Don Breazeal <donb@codesourcery.com>
13383
13384 * gdb.base/foll-exec-2.c: New test program.
13385 * gdb.base/foll-exec-2.exp: New test.
13386
63e43d3a
PMR
133872015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13388
13389 * gdb.base/nested-subp1.exp: New file.
13390 * gdb.base/nested-subp1.c: New file.
13391 * gdb.base/nested-subp2.exp: New file.
13392 * gdb.base/nested-subp2.c: New file.
13393 * gdb.base/nested-subp3.exp: New file.
13394 * gdb.base/nested-subp3.c: New file.
13395
3d40fbb5
PA
133962015-08-24 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.server/connect-without-multi-process.c: New file.
13399 * gdb.server/connect-without-multi-process.exp: New file.
13400
4422ac93
LM
134012015-08-24 Luis Machado <lgustavo@codesourcery.com>
13402
13403 * gdb.opt/inline-markers.c: Make z int.
13404
91dddb86
LM
134052015-08-24 Luis Machado <lgustavo@codesourcery.com>
13406
13407 * gdb.opt/inline-markers.c: Make z volatile.
13408
a48847ee
LM
134092015-08-24 Luis Machado <lgustavo@codesourcery.com>
13410
13411 * gdb.opt/inline-bt.c: New volatile global z.
13412 * gdb.opt/inline-cmds.c: Likewise.
13413 * gdb.opt/inline-locals.c: Likewise.
13414 * gdb.opt/inline-markers.c: New extern global z.
13415 (marker): Use z.
13416 (inline_fn): Likewise.
13417
0ebbc52b
PA
134182015-08-24 Pedro Alves <palves@redhat.com>
13419
13420 * config/m32r-stub.exp: Remove file.
13421 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13422 * gdb.base/call-rt-st.exp: Likewise.
13423 * gdb.base/call-strs.exp: Likewise.
13424 * gdb.base/default.exp: Remove references to h8300-*-hms and
13425 *-*-udi*.
13426 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13427
77c365df
AA
134282015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13429
13430 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13431 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13432 and "return" use KFAIL when GDB can not read/write the vector
13433 return value.
13434
4313b8c0
GB
134352015-08-21 Gary Benson <gbenson@redhat.com>
13436
13437 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13438
0e433b32
PA
134392015-08-20 Pedro Alves <palves@redhat.com>
13440
13441 * gdb.server/solib-list.exp: No longer expect an interior stop in
13442 non-stop mode.
13443
221e1a37
PA
134442015-08-20 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.server/connect-stopped-target.c: New file.
13447 * gdb.server/connect-stopped-target.exp: New file.
13448
40e3ad0e
PA
134492015-08-20 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.dwarf2/comp-unit-lang.exp: New file.
13452 * gdb.dwarf2/comp-unit-lang.c: New file.
13453
af39b327
PMR
134542015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13455
13456 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13457 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13458
7d45c7c3 134592015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13460
7d45c7c3
KB
13461 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13462 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13463
4d6cceb4
DE
134642015-08-18 Doug Evans <dje@google.com>
13465 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13466
13467 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13468 skip_python_tests. New arg prompt_regexp.
13469 (skip_python_tests): New function.
13470 * lib/mi-support.exp (mi_skip_python_tests): New function.
13471 * gdb.python/py-mi-objfile-gdb.py: New file.
13472 * gdb.python/py-mi-objfile.c: New file.
13473 * gdb.python/py-mi-objfile.exp: New file.
13474
ad89c2aa
KS
134752015-08-17 Keith Seitz <keiths@redhat.com>
13476
13477 * gdb.linespec/explicit.exp: Move strace test from here ...
13478 * gdb.trace/strace.exp: ... to here.
13479
e3ae3c43
PP
134802015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13481
13482 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13483 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13484
604b2636
DE
134852015-08-14 Doug Evans <xdje42@gmail.com>
13486
13487 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13488 inferior before selecting a new file.
13489
6ff0ba5f
DE
134902015-08-14 Doug Evans <xdje42@gmail.com>
13491
13492 * gdb.mi/mi-disassemble.exp: Update.
13493 * gdb.base/disasm-optim.S: New file.
13494 * gdb.base/disasm-optim.c: New file.
13495 * gdb.base/disasm-optim.h: New file.
13496 * gdb.base/disasm-optim.exp: New file.
13497
9ca98f92
KS
134982015-08-14 Keith Seitz <keiths@redhat.com>
13499
13500 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13501 "evaluated-by".
13502
52bbc560
JB
135032015-08-13 Joel Brobecker <brobecker@adacore.com>
13504
13505 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13506
5d8c3ed3
PMR
135072015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13508
13509 * gdb.ada/fun_renaming.exp: New testcase.
13510 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13511 * gdb.ada/fun_renaming/pack.adb: New file.
13512 * gdb.ada/fun_renaming/pack.ads: New file.
13513
ea8812bc
KS
135142015-08-12 Keith Seitz <keiths@redhat.com>
13515
13516 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13517 gdb_get_line_number.
13518
4dafcdeb
JB
135192015-08-12 Joel Brobecker <brobecker@adacore.com>
13520
13521 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13522 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13523 gdb.base/dso2dso.exp: New files.
13524
5ba32597
SDJ
135252015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13526 Pedro Alves <palves@redhat.com>
13527 Keith Seitz <keiths@redhat.com>
13528
13529 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13530 GDBFLAGS.
13531
b6dafabf
PP
135322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13533
13534 * gdb.base/gdbhistsize-history.exp
13535 (test_histsize_history_setting): Use save_vars.
13536 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13537 Use save_vars.
13538 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13539 * gdb.base/readline.exp: Use save_vars.
13540
abe8e607
PP
135412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13542
13543 * lib/gdb.exp (save_vars): New proc.
13544
629500fa
KS
135452015-08-11 Keith Seitz <keiths@redhat.com>
13546
13547 * gdb.base/help.exp: Update help_breakpoint_text.
13548
eb8c4e2e
KS
135492015-08-11 Keith Seitz <keiths@redhat.com>
13550
13551 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13552 (at toplevel): Call test_explicit_breakpoints.
13553 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13554 breakpoints.
13555 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13556 breakpoint conditions, "-cond".
13557
87f0e720
KS
135582015-08-11 Keith Seitz <keiths@redhat.com>
13559
13560 * gdb.linespec/3explicit.c: New file.
13561 * gdb.linespec/cpexplicit.cc: New file.
13562 * gdb.linespec/cpexplicit.exp: New file.
13563 * gdb.linespec/explicit.c: New file.
13564 * gdb.linespec/explicit.exp: New file.
13565 * gdb.linespec/explicit2.c: New file.
13566 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13567 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13568 before using in the matching pattern.
13569 Clarify that `prefix' is a regular expression.
13570
f00aae0f
KS
135712015-08-11 Keith Seitz <keiths@redhat.com>
13572
13573 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13574 test.
13575 Add tests for missing ",FMT" and ",".
13576
e27852be
DE
135772015-08-10 Doug Evans <dje@google.com>
13578 Keith Seitz <keiths@redhat.com>
13579
13580 PR gdb/17960
13581 * gdb.base/completion.exp: Add location completer tests.
13582
7f03bd92
PA
135832015-08-07 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13586 tests here.
13587 (top level): Run do_test with and without displaced stepping.
13588
3fc8eb30
PA
135892015-08-07 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.base/valgrind-disp-step.c: New file.
13592 * gdb.base/valgrind-disp-step.exp: New file.
13593
d4569d7b
PA
135942015-08-07 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13597 Delete function.
13598 (main): Add alarm. Run an infinite loop instead of calling
13599 wait_threads.
13600 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13601 comment.
13602 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13603 Delete function.
13604 (main): Add alarm. Run an infinite loop instead of calling
13605 wait_threads.
13606 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13607 comment.
13608
e1316e60
PA
136092015-08-07 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.base/checkpoint-ns.exp: New file.
13612 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13613 standard_testfile.
13614
da8c46d2
MM
136152015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13616
13617 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13618 * gdb.btrace/instruction_history.exp: Update.
13619 * gdb.btrace/tsx.exp: New.
13620 * gdb.btrace/tsx.c: New.
13621
de1c2c52
PA
136222015-08-06 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13625 increase timeout.
13626 * gdb.reverse/until-precsave.exp: Bump timeouts.
13627
782e0bf4
PA
136282015-08-06 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13631
83e97ed0
PA
136322015-08-06 Pedro Alves <palves@redhat.com>
13633
13634 PR gdb/18749
13635 * gdb.threads/process-dies-while-handling-bp.c: New file.
13636 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13637
863d01bd
PA
136382015-08-06 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13641 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13642
0a39bb32
PA
136432015-08-05 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13646 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13647
ee2d2b10
SL
136482015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13649
13650 * gdb.base/bp-permanent.exp: Report test as unsupported if
13651 the target cannot stop at the permanent breakpoint.
13652
4e1bdb00
DE
136532015-08-03 Doug Evans <dje@google.com>
13654
13655 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13656 10000.
13657
3d338901
DE
136582015-08-03 Doug Evans <dje@google.com>
13659
13660 * Makefile.in (workers/%.worker, build-perf): New rule.
13661 (GDB_PERFTEST_MODE): New variable.
13662 (check-perf): Use it.
13663 (clean): Clean up gdb.perf parallel build subdirs.
13664 * lib/build-piece.exp: New file.
13665 * lib/gdb.exp (make_gdb_parallel_path): New function
13666 (standard_output_file, standard_temp_file): Call it.
13667 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13668 of $GDB_PARALLEL.
13669 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13670
af061d3e
DE
136712015-08-03 Doug Evans <dje@google.com>
13672
8e1afc81 13673 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
13674 (LOG_FILE_NAME): New global.
13675 (TextReporter.__init__): Initialize self.txt_sum.
13676 (TextReporter.report): Add support for multiple data-points.
13677 Move report to perftest.sum, put raw data in perftest.log.
13678 (TextReporter.start): Open sum and log files.
13679 (TextReporter.end): Close sum and log files.
8e1afc81
DE
13680 * gdb.perf/lib/perftest/testresult.py
13681 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 13682
2c8c5d37
PA
136832015-07-31 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13686 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13687 kill_wait_spawned_process instead of explicit "kill -9".
13688 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13689 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13690 kill_wait_spawned_process.
13691 * gdb.base/attach-twice.exp: Likewise.
13692 * gdb.base/attach.exp: Likewise.
13693 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13694 gdb_test_multiple.
13695 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13696 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13697 kill_wait_spawned_process.
13698 * gdb.base/valgrind-infcall.exp: Likewise.
13699 * gdb.multi/multi-attach.exp: Likewise.
13700 * gdb.python/py-prompt.exp: Likewise.
13701 * gdb.python/py-sync-interp.exp: Likewise.
13702 * gdb.server/ext-attach.exp: Likewise.
13703 * gdb.threads/attach-into-signal.exp (corefunc): Use
13704 spawn_wait_for_attach, spawn_id_get_pid and
13705 kill_wait_spawned_process.
13706 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13707 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13708 spawn_id_get_pid and kill_wait_spawned_process.
13709 * gdb.threads/attach-stopped.exp (corefunc): Use
13710 spawn_wait_for_attach, spawn_id_get_pid and
13711 kill_wait_spawned_process.
13712 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13713 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13714 kill_wait_spawned_process instead of explicit "kill -9".
13715 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13716 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13717 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13718 processes. Don't map cygwin/windows pids here. Now returns a
13719 spawn id list.
13720
032a0fca
SL
137212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13722
13723 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13724 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13725 correct patch.
13726
61a934ca
SL
137272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13728
13729 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13730
4bc4d428
SL
137312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13732
13733 Reapply:
13734 2014-05-21 Mark Wielaard <mjw@redhat.com>
13735
13736 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13737
998d452a
PA
137382015-07-30 Pedro Alves <palves@redhat.com>
13739
13740 * linux-low.c (handle_extended_wait): Set the child's last
13741 reported status to TARGET_WAITKIND_STOPPED.
13742
69dde7dc
PA
137432015-07-30 Pedro Alves <palves@redhat.com>
13744
13745 PR threads/18600
13746 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13747 only shows inferior 1.
13748
4dd63d48
PA
137492015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13750 Pedro Alves <palves@redhat.com>
13751
13752 PR threads/18600
13753 * gdb.threads/fork-plus-threads.c: New file.
13754 * gdb.threads/fork-plus-threads.exp: New file.
13755
d618e4c5
PP
137562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13757
13758 * gdb.base/batch-preserve-term-settings.exp
13759 (test_terminal_settings_preserved_after_cli_exit): Use
13760 send_quit_command.
13761
1eef6428
PA
137622015-07-29 Pedro Alves <palves@redhat.com>
13763 Don Breazeal <donb@codesourcery.com>
13764
13765 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13766 output from both inferior_spawn_id and gdb_spawn_id.
13767
7da5b897
SDJ
137682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13769
13770 * gdb.threads/attach-into-signal.exp (corefunc): Use
13771 with_test_prefix on nested loops, uniquefying the test messages.
13772
dac804df
SDJ
137732015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13774
13775 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13776 commit.
13777
06265e53
PP
137782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13779
13780 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13781 New proc.
13782 (test_terminal_settings_preserved_after_sigterm): New test.
13783
18206ca3
PP
137842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13785
13786 * gdb.base/batch-preserve-term-settings.exp
13787 (test_terminal_settings_preserved_after_cli_exit): New test.
13788
90074d11
PP
137892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13790
13791 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13792 manipulation of saved_gdbflags.
13793 (test_terminal_settings_preserved): Remove global declaration of
13794 the unused variable pagination_prompt. Remove manipulation of
13795 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13796 GDBFLAGS.
13797
eb1a7902
PA
137982015-07-29 Pedro Alves <palves@redhat.com>
13799
13800 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13801
8b75dd3b
PA
138022015-07-29 Pedro Alves <palves@redhat.com>
13803
13804 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13805 at the top.
13806
dedad4e3
PA
138072015-07-29 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13810 (main): Call gdb_unbuffer_output.
13811 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13812 (main): Call gdb_unbuffer_output.
13813 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13814 (main): Call gdb_unbuffer_output.
13815 * gdb.base/call-strs.exp: Adjust to step over the
13816 gdb_unbuffer_output call.
13817 * gdb.base/catch-gdb-caused-signals.c: Include
13818 "../lib/unbuffer_output.c".
13819 (main): Call gdb_unbuffer_output.
13820 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13821 (main): Call gdb_unbuffer_output.
13822 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13823 (main): Call gdb_unbuffer_output.
13824 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13825 (main): Call gdb_unbuffer_output.
13826 * gdb.base/shlib-call.exp: Adjust to step over the
13827 gdb_unbuffer_output call.
13828 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13829 (main): Call gdb_unbuffer_output.
13830 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13831 (main): Call gdb_unbuffer_output.
13832 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13833 (main): Rename to ...
13834 (test): ... this.
13835 (main): Reimplement.
13836 * gdb.base/varargs.exp: Run to test instead of to main.
13837 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13838 (main): Call gdb_unbuffer_output.
13839
58789a91
PA
138402015-07-29 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13843 factore out from mi_continue_dprintf. For call-style dprintfs,
13844 expect dprintf output out of $inferior_spawn_id.
13845 (mi_continue_dprintf): Use mi_expect_dprintf.
13846 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13847 (main): Call gdb_unbuffer_output.
13848
e8376742
PA
138492015-07-29 Pedro Alves <palves@redhat.com>
13850
13851 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13852 (default_mi_gdb_start): Set inferior_spawn_id instead of
13853 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13854 gdb_spawn_id.
13855 (mi_gdb_test): Always expect inferior output from both
13856 $inferior_spawn_id and $gdb_spawn_id.
13857
08280010
PA
138582015-07-29 Pedro Alves <palves@redhat.com>
13859
13860 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13861 send_inferior and $inferior_spawn_id.
13862
4d30e432
PA
138632015-07-29 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.gdb/complaints.exp (test_initial_complaints)
13866 (test_serial_complaints, test_short_complaints): Use
13867 gdb_test_stdio.
13868 (test_empty_complaint): Handle $inferior_spawn_id !=
13869 $gdb_spawn_id.
13870
0d30a335
PA
138712015-07-29 Pedro Alves <palves@redhat.com>
13872
13873 * gdb.base/varargs.exp: Use gdb_test_stdio.
13874
39413b29
PA
138752015-07-29 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13878
7cb000a9
PA
138792015-07-29 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13882
d7b8ac82
PA
138832015-07-29 Pedro Alves <palves@redhat.com>
13884
13885 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13886 parameter into two new parameters, "inf_result" and "gdb_result".
13887 Expect inferior output and gdb output from $inferior_spawn_id and
13888 $gdb_spawn_id, respectively. Adjust all callers.
13889
789c3a0c
PA
138902015-07-29 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13893 of gdb_test_sequence.
13894
77e760c3
PA
138952015-07-29 Pedro Alves <palves@redhat.com>
13896
13897 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13898 (saw_spurious_output): Expect inferior output from
13899 $inferior_spawn_id. Use gdb_test_stdio.
13900
8396d2cd
PA
139012015-07-29 Pedro Alves <palves@redhat.com>
13902
13903 * gdb.base/dprintf.exp: Use standard_testfile. Change
13904 prepare_for_testing call.
13905 (srcfile): Don't set.
13906 (restart): New procedure.
13907 (test_dprintf): New procecure, use to continue over dprintfs.
13908 (test_call, test_agent): New procedures, tests moved here.
13909 Restart gdb and recreate dprintfs. Adjust expected output.
13910
2051d61f
PA
139112015-07-29 Pedro Alves <palves@redhat.com>
13912
13913 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13914
452397af
PA
139152015-07-29 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13918
8aed9555
PA
139192015-07-29 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13922 gdb_test_stdio.
13923
188a61b4
PA
139242015-07-29 Pedro Alves <palves@redhat.com>
13925
13926 * lib/gdb.exp (gdb_test_stdio): New procedure.
13927
12264a45
PA
139282015-07-29 Pedro Alves <palves@redhat.com>
13929
13930 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13931
23ffc893
PA
139322015-07-29 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.base/call-signal-resume.exp: Remove check for
13935 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13936 * gdb.base/unwindonsignal.exp: Likewise.
13937 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13938 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13939
65566918
PA
139402015-07-29 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.base/siginfo-addr.c (pass): New function.
13943 (handler): Call it iff si_addr is correct.
13944 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13945 Set a breakpoint at "pass" and continue to it.
13946
d60a9221
SDJ
139472015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13948
13949 * gdb.python/py-objfile.exp: Make some tests have unique names.
13950 * gdb.python/py-pp-registration.exp: Likewise.
13951
bde40b8f
PA
139522015-07-28 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13955
13e1dec8
SM
139562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13957
13958 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13959
da33c9a7
SM
139602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13961
13962 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13963
077836f7
PP
139642015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13965
13966 * gdb.base/gdb-sigterm-2.exp: New test.
13967
b8cc7b2e
DE
139682015-07-25 Doug Evans <xdje42@gmail.com>
13969
13970 Revert:
13971 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13972 (workers/%.worker, build-perf): New rule.
13973 (GDB_PERFTEST_MODE): New variable.
13974 (check-perf): Use it.
13975 (clean): Clean up gdb.perf parallel build subdirs.
13976 * lib/build-piece.exp: New file.
13977 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13978 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13979 name.
13980 (standard_temp_file): Ditto.
13981 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13982 of $GDB_PARALLEL.
13983
c8bd4544
DE
139842015-07-24 Doug Evans <dje@google.com>
13985
13986 * gdb.perf/lib/perftest/utils.py: New file.
13987 * gdb.perf/gm-hello.cc: New file.
13988 * gdb.perf/gm-pervasive-typedef.cc: New file.
13989 * gdb.perf/gm-pervasive-typedef.h: New file.
13990 * gdb.perf/gm-std.cc: New file.
13991 * gdb.perf/gm-std.h: New file.
13992 * gdb.perf/gm-use-cerr.cc: New file.
13993 * gdb.perf/gm-utils.h: New file.
13994 * gdb.perf/gmonster-null-lookup.py: New file.
13995 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13996 * gdb.perf/gmonster-print-cerr.py: New file.
13997 * gdb.perf/gmonster-ptype-string.py: New file.
13998 * gdb.perf/gmonster-runto-main.py: New file.
13999 * gdb.perf/gmonster-select-file.py: New file.
14000 * gdb.perf/gmonster1-null-lookup.exp: New file.
14001 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14002 * gdb.perf/gmonster1-print-cerr.exp: New file.
14003 * gdb.perf/gmonster1-ptype-string.exp: New file.
14004 * gdb.perf/gmonster1-runto-main.exp: New file.
14005 * gdb.perf/gmonster1-select-file.exp: New file.
14006 * gdb.perf/gmonster1.cc: New file.
14007 * gdb.perf/gmonster1.exp: New file.
14008 * gdb.perf/gmonster2-null-lookup.exp: New file.
14009 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14010 * gdb.perf/gmonster2-print-cerr.exp: New file.
14011 * gdb.perf/gmonster2-ptype-string.exp: New file.
14012 * gdb.perf/gmonster2-runto-main.exp: New file.
14013 * gdb.perf/gmonster2-select-file.exp: New file.
14014 * gdb.perf/gmonster2.cc: New file.
14015 * gdb.perf/gmonster2.exp: New file.
14016
6eab34f3
DE
140172015-07-24 Doug Evans <dje@google.com>
14018
14019 * gdb.perf/README: New file.
14020 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14021 * lib/gen-perf-test.exp: New file.
14022
63738bfd
DE
140232015-07-24 Doug Evans <dje@google.com>
14024
14025 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14026 (PerfTest::startup): New function.
14027 (PerfTest::run): Return result of calling body.
14028 (PerfTest::assemble): Rewrite.
14029 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14030 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14031 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14032 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14033 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14034
7b606f95
DE
140352015-07-24 Doug Evans <dje@google.com>
14036
14037 * lib/gdb.exp (clean_restart): Make executable optional.
14038
a97b16b8
DE
140392015-07-24 Doug Evans <dje@google.com>
14040
14041 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14042 compiler_info references.
14043 * gdb.cp/temargs.exp: Ditto.
14044 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14045 (get_compiler_info): Early exit if already computed. Set compiler_info
14046 to "unknown" if there was a problem.
14047 (test_compiler_info): Add function comment. Call get_compiler_info.
14048
35baa57f
DE
140492015-07-24 Doug Evans <dje@google.com>
14050
14051 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14052 (workers/%.worker, build-perf): New rule.
14053 (GDB_PERFTEST_MODE): New variable.
14054 (check-perf): Use it.
14055 (clean): Clean up gdb.perf parallel build subdirs.
14056 * lib/build-piece.exp: New file.
14057 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14058 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14059 name.
14060 (standard_temp_file): Ditto.
14061 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14062 of $GDB_PARALLEL.
14063
6ebea266
DE
140642015-07-24 Doug Evans <dje@google.com>
14065
14066 * lib/future.exp (gdb_default_target_compile): New option
14067 "early_flags".
14068 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14069 --as-needed.
14070
1e76a7e9
SDJ
140712015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14072
14073 * gdb.base/catch-syscall.exp: Call gdb_exit before
14074 gdb_skip_xml_test.
14075
5068630a
PA
140762015-07-24 Pedro Alves <palves@redhat.com>
14077
14078 * gdb.python/py-events.exp: Accept output between the stop event
14079 and the prompt.
14080 * gdb.python/py-evsignal.exp: Likewise.
14081 * gdb.python/py-evthreads.exp: Likewise.
14082
77598427
PA
140832015-07-24 Pedro Alves <palves@redhat.com>
14084
14085 PR gdb/18717
14086 * gdb.threads/non-ldr-exit.c: New file.
14087 * gdb.threads/non-ldr-exit.exp: New file.
14088
11e6c98f
YQ
140892015-07-24 Yao Qi <yao.qi@linaro.org>
14090
14091 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14092 restarting process.
14093
51aee833
YQ
140942015-07-24 Yao Qi <yao.qi@linaro.org>
14095
14096 * gdb.server/ext-restart.exp: New file.
14097
8cfe207c
YQ
140982015-07-24 Yao Qi <yao.qi@linaro.org>
14099
14100 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14101 argument options.
14102 * gdb.server/ext-wrapper.exp: New file.
14103
cc12ce38
DE
141042015-07-23 Doug Evans <dje@google.com>
14105
14106 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14107 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14108
d0d84780
PMR
141092015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14110
14111 * gdb.ada/var_arr_typedef.exp: New testcase.
14112 * gdb.ada/var_arr_typedef/pack.adb: New file.
14113 * gdb.ada/var_arr_typedef/pack.ads: New file.
14114 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14115
8b558f79
JB
141162015-07-20 Joel Brobecker <brobecker@adacore.com>
14117
14118 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14119
775a3298
JK
141202015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14121
14122 * gdb.arch/i386-biarch-core.exp: Replace istarget
14123 by "complete set gnutarget". Remove expectation for the "core-file"
14124 command.
14125
db1ff28b
JK
141262015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14127
14128 Revert the previous commit:
14129 Tests for validate symbol file using build-id.
14130
0a94970d
JK
141312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14132
14133 Tests for validate symbol file using build-id.
14134 * gdb.base/solib-mismatch-lib.c: New file.
14135 * gdb.base/solib-mismatch-libmod.c: New file.
14136 * gdb.base/solib-mismatch.c: New file.
14137 * gdb.base/solib-mismatch.exp: New file.
14138
03346981
SL
141392015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14140
14141 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14142 nios2-*-linux*.
14143 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14144 * gdb.base/siginfo.exp: Likewise.
14145 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14146
42422cc7
PL
141472015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14148
14149 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14150 Move it to ...
14151 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14152 ... here.
14153 * gdb.trace/range-stepping.exp: Check that the target supports
14154 range stepping.
14155
cfa68bae
JK
141562015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14157
14158 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14159
8ffdba26
PA
141602015-07-14 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/killed-outside.exp: New file.
14163 * gdb.base/killed-outside.c: New file.
14164
218a5a11
JK
141652015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14166
14167 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14168 (n at main): New.
14169 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14170
e03ed3c6
AA
141712015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14172
14173 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14174 infcall tests instead of setting up for KFAIL.
14175
485668e5
MM
141762015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14177
14178 * gdb.btrace/record_goto-step.exp: New.
14179
08464196
JK
141802015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14181
14182 PR compile/18484
14183 * gdb.compile/compile.c (struct struct_type): Add volatile to
14184 selffield's type.
14185 * gdb.compile/compile.exp
14186 (compile code struct_object.selffield = &struct_object): Skip further
14187 struct_object tests if this one xfails.
14188
bcf5c1d9
RC
141892015-07-08 Robert O'Callahan <robert@ocallahan.org>
14190
14191 PR exp/18617
14192 * gdb.trace/ax.exp: Add test.
14193
4931af25
YQ
141942015-07-07 Yao Qi <yao.qi@linaro.org>
14195
14196 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14197 instead of istarget "aarch64*-*-*".
14198 * gdb.arch/aarch64-fp.exp: Likewise.
14199 * gdb.base/float.exp: Likewise.
14200 * gdb.reverse/aarch64.exp: Likewise.
14201 * lib/gdb.exp (is_aarch64_target): New proc.
14202
9fcf688e
YQ
142032015-07-07 Yao Qi <yao.qi@linaro.org>
14204
14205 * lib/gdb.exp (is_aarch32_target): New proc.
14206 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14207 instead of "istarget "arm*-*-*"".
14208 * gdb.arch/arm-disp-step.exp: Likewise.
14209 * gdb.arch/thumb-bx-pc.exp: Likewise.
14210 * gdb.arch/thumb-prologue.exp: Likewise.
14211 * gdb.arch/thumb-singlestep.exp: Likewise.
14212 * gdb.base/disp-step-syscall.exp: Likewise.
14213 * gdb.base/float.exp: Likewise.
14214
fbd8d50d
YQ
142152015-07-07 Yao Qi <yao.qi@linaro.org>
14216
14217 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14218 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14219
71be1fdc
YQ
142202015-07-07 Yao Qi <yao.qi@linaro.org>
14221
14222 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14223 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14224 if it exists.
14225 * gdb.multi/multi-arch.exp: Likewise.
14226
3e221d36
SM
142272015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14228
14229 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14230 print.
14231
d441430b
YQ
142322015-07-07 Yao Qi <yao.qi@linaro.org>
14233
14234 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14235
06f810bd
MG
142362015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14237
14238 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14239 '[' and ']' characters.
14240
5e61e7c0
IB
142412015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14242
14243 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14244
28bf096c
PA
142452015-06-29 Pedro Alves <palves@redhat.com>
14246
14247 PR threads/18127
14248 * gdb.threads/hand-call-new-thread.c: New file.
14249 * gdb.threads/hand-call-new-thread.c: New file.
14250
ee93cd5e
KS
142512015-06-26 Keith Seitz <keiths@redhat.com>
14252 Doug Evans <dje@google.com>
14253
14254 PR 16253
14255 * gdb.cp/var-tag-2.cc: New file.
14256 * gdb.cp/var-tag-3.cc: New file.
14257 * gdb.cp/var-tag-4.cc: New file.
14258 * gdb.cp/var-tag.cc: New file.
14259 * gdb.cp/var-tag.exp: New file.
14260
fc637f04
PP
142612015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14262
14263 * gdb.base/history-duplicates.exp: New test.
14264
2e52ae68
PP
142652015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14266
14267 * gdb.base/completion.exp: Test the completion of the "focus"
14268 command.
14269
6e22494e
JK
142702015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14271
14272 * gdb.arch/amd64-prologue-skip.S: New file.
14273 * gdb.arch/amd64-prologue-skip.exp: New file.
14274
bf7b9cd9
SM
142752015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14276
14277 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14278 is_address_zero_readable check.
14279
201e8dfd
PB
142802015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14281
14282 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14283 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14284
5cd867b4
YQ
142852015-06-24 Yao Qi <yao.qi@linaro.org>
14286
14287 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14288 linux targets.
14289
4d7be007
YQ
142902015-06-24 Yao Qi <yao.qi@linaro.org>
14291
14292 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14293 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14294 * gdb.base/siginfo-thread.exp: Likewise.
14295
07fcd301
YQ
142962015-06-22 Yao Qi <yao.qi@linaro.org>
14297
14298 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14299
52042a00
YQ
143002015-06-22 Yao Qi <yao.qi@linaro.org>
14301
14302 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14303 aarch64*-*-*.
14304 (skip_hw_watchpoint_tests): Likewise.
14305
74bd41ce
PP
143062015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14307
14308 * gdb.base/gdbinit-history.exp: Test the interaction between
14309 setting GDBHISTSIZE and setting the history size via .gdbinit.
14310
bc460514
PP
143112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14312
14313 PR gdb/16999
14314 * gdb.base/gdbhistsize-history.exp: New test.
14315
b58c513b
PP
143162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14317
14318 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14319 with GDBHISTSIZE.
14320 * gdb.base/readline.exp: Likewise.
14321
92046791
YQ
143222015-06-17 Yao Qi <yao.qi@linaro.org>
14323
14324 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14325 line.
14326
2093d2d3
PP
143272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14328
14329 * gdb.base/gdbinit-history.exp: Add test case to check that
14330 an unlimited history file does not get truncated on exit.
14331
e6c693af
AA
143322015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14333
14334 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14335 (VECTOR): New macro. Use it...
14336 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14337 ...for these typedefs.
14338 (int8, char1, int1, double1): New typedefs.
14339 (struct just_int2, struct two_int2): New structures.
14340 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14341 (add_structvecs, add_singlevecs): New functions.
14342 (main): Call add_some_intvecs twice.
14343 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14344 the compile and exit upon failure. Try compiling for the "native"
14345 architecture. Test inferior function calls with vector arguments
14346 and vector return value handling with "finish" and "return".
14347
c74f7d1c
JT
143482015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14349
14350 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14351 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14352 PE file.
14353 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14354
98aa42ee
AT
143552015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14356
14357 PR breakpoints/16465
14358 * gdb.mi/mi-dprintf-pending.c: New file.
14359 * gdb.mi/mi-dprintf-pending.exp: New test.
14360 * gdb.mi/mi-dprintf-pendshr.c: New file.
14361
7d73c23c 143622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14363 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14364
14365 * gdb.arch/i386-mpx-map.c: New file.
14366 * gdb.arch/i386-mpx-map.exp: New File.
14367
143682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14369
14370 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14371 * gdb.arch/i386-mpx.exp: Indentation fixed.
14372
143732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14374
14375 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14376 function and improved indentation.
14377 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14378 gdb_test_multiple. Added additional tests to skip the test.
14379
143802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14381
14382 * gdb.arch/i386-avx512.c: Change path in include file.
14383 * gdb.arch/i386-avx512.exp: Change include dir path
14384 compilation flag.
14385 * gdb.arch/i386-mpx.c: Change path in include file.
14386 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14387 flag.
14388
d5eba19a
JK
143892015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14390
14391 * gdb.compile/compile-print.exp (compile print *vararray@3)
14392 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14393
7f361056
JK
143942015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14395
14396 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14397 (do not keep jit in memory): ... this.
14398 (expect 5): Change it to ...
14399 (expect no 5): ... this.
14400
3b462ec2
SM
144012015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14402
14403 PR gdb/15564
14404 * gdb.mi/mi-detach.exp: New file.
14405
e0619de6
JK
144062015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14407
14408 PR symtab/18392
14409 * gdb.arch/amd64-tailcall-self.S: New file.
14410 * gdb.arch/amd64-tailcall-self.c: New file.
14411 * gdb.arch/amd64-tailcall-self.exp: New file.
14412
e970cb34
DB
144132015-05-28 Don Breazeal <donb@codesourcery.com>
14414
14415 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14416 tests for remote targets by checking is_target_gdbserver.
14417
b2e2f908
DE
144182015-05-27 Doug Evans <dje@google.com>
14419
14420 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14421 * gdb.dwarf2/opaque-type-lookup.c: New file.
14422 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14423
82c7be31
DE
144242015-05-26 Doug Evans <dje@google.com>
14425
14426 * gdb.cp/iostream.cc: New file.
14427 * gdb.cp/iostream.exp: New file.
14428
b4f54984
DE
144292015-05-26 Doug Evans <dje@google.com>
14430
14431 * gdb.dwarf2/dw2-op-call.exp: Update.
14432 * gdb.dwarf2/dw4-sig-types.exp: Update.
14433 * gdb.dwarf2/implptr.exp: Update.
14434 * gdb.mi/mi-cmd-param-changed.exp: Update.
14435
4ea6efe9
DE
144362015-05-26 Doug Evans <dje@google.com>
14437
14438 * gdb.python/py-lazy-string.c: New file.
14439 * gdb.python/py-lazy-string.exp: New file.
14440 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14441 (main): Update. Add estring3.
14442 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14443 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14444
f6bb7db3
YQ
144452015-05-26 Omair Javaid <omair.javaid@linaro.org>
14446 Yao Qi <yao.qi@linaro.org>
14447
14448 * gdb.reverse/aarch64.c: New.
14449 * gdb.reverse/aarch64.exp: New.
14450
a81bfbd0
OJ
144512015-05-26 Omair Javaid <omair.javaid@linaro.org>
14452
25d49b86
PA
14453 * lib/gdb.exp (supports_process_record): Return true for
14454 aarch64*-linux*.
a81bfbd0
OJ
14455 (supports_reverse): Likewise.
14456
158bf1b4
PP
144572015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14458
14459 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14460 Use with_test_prefix.
14461
a0145030
AB
144622015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14463
14464 * gdb.base/completion.exp: Add test for completion of layout
14465 names.
14466
ebe3b578
AB
144672015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14468
14469 * lib/gdb.exp (skip_tui_tests): New proc.
14470 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14471
84204ed7
PA
144722015-05-19 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14475 Save the whole env array instead of just HOME. Unset HISTSIZE in
14476 the environment while testing. Restore whole environment
14477 afterwards.
14478
37442ce1
DE
144792015-05-16 Doug Evans <xdje42@gmail.com>
14480
14481 * gdb.guile/scm-ports.c: New file.
14482 * gdb.guile/scm-ports.exp: Add memory port tests.
14483
36de76f9
JK
144842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14485
14486 * gdb.compile/compile-print.c: New file.
14487 * gdb.compile/compile-print.exp: New file.
14488
3a9558c4
JK
144892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14490
14491 * gdb.compile/compile-ops.exp: Cast param to void.
14492 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14493 (compile code struct_object.selffield = &struct_object): Add xfail.
14494
aa715135
JG
144952015-05-15 Joel Brobecker <brobecker@adacore.com>
14496
14497 * gdb.ada/arr_enum_with_gap: New testcase.
14498
931e5bc3
JG
144992015-05-15 Joel Brobecker <brobecker@adacore.com>
14500
14501 * gdb.ada/byte_packed_arr: New testcase.
14502
9cd4d857
JB
145032015-05-15 Joel Brobecker <brobecker@adacore.com>
14504
14505 * gdb.ada/pckd_neg: New testcase.
14506
ebfd00d2
PP
145072015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14508
14509 PR gdb/17820
14510 * gdb.base/gdbinit-history.exp: New test.
14511 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14512 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14513
4c082a81
SC
145142015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14515
14516 * gdb.python/py-xmethods.cc: Enhance test case.
14517 * gdb.python/py-xmethods.exp: New tests.
14518 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14519 function.
14520 (B_indexoper): Likewise.
14521 (global_dm_list) : Add new xmethod worker functions.
14522
f7797074
SDJ
145232015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14524
14525 * gdb.base/coredump-filter.exp: Correctly unset
14526 "coredump_var_addr" array.
14527
a4674e4e
PA
145282015-05-08 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.server/non-existing-program.exp: Unset spawn_id.
14531
df2eb078
SC
145322015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14533
14534 PR python/18291
14535 * gdb.python/py-xmethods.exp: Add tests.
14536
422349a3
YQ
145372015-05-08 Yao Qi <yao.qi@linaro.org>
14538
14539 PR gdb/18208
14540 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14541 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14542 function set_coredump_filter, and remove remote_exec call.
14543 Remove argument ipid. Callers update.
14544 (top level): Don't get inferior's PID.
14545
63fc80ce
AA
145462015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14547
14548 * gdb.base/watch_thread_num.exp: Skip test on targets without
14549 access watchpoints.
14550
80ad801e
PA
145512015-05-06 Pedro Alves <palves@redhat.com>
14552
14553 PR server/18081
14554 * gdb.server/non-existing-program.exp: New file.
14555
0fa7fe50
JB
145562015-05-05 Joel Brobecker <brobecker@adacore.com>
14557
14558 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14559
3ea89b92
PMR
145602015-05-05 Joel Brobecker <brobecker@adacore.com>
14561
14562 * gdb.ada/out_of_line_in_inlined: New testcase.
14563
87b8eff0
JB
145642015-05-05 Joel Brobecker <brobecker@adacore.com>
14565
14566 * gdb.ada/var_rec_arr: New testcase.
14567
5fccc635
YQ
145682015-04-30 Yao Qi <yao.qi@linaro.org>
14569
14570 * gdb.base/break-idempotent.exp: If
14571 skip_hw_watchpoint_multi_tests returns true, skip the tests
14572 on "rwatch" and "awatch".
14573
42d38f42
YQ
145742015-04-30 Yao Qi <yao.qi@linaro.org>
14575
14576 * gdb.base/relativedebug.exp: Invoke gdb command
14577 "info sharedlibrary", and if libc.so doesn't have debug info,
14578 skip the test.
14579
2ce1cdbf
DE
145802015-04-29 Doug Evans <dje@google.com>
14581
14582 * gdb.python/py-xmethods.exp: Add ptype tests.
14583 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14584 get_result_type method.
14585
f24a38c5
LM
145862015-04-29 Luis Machado <lgustavo@codesourcery.com>
14587
14588 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14589 the target does not support hardware watchpoints.
14590
ecbf2b3c
LM
145912015-04-29 Luis Machado <lgustavo@codesourcery.com>
14592
14593 * gdb.base/break-always.exp: Abort testing if writing to memory
14594 causes an error.
14595
34f5f757
DE
145962015-04-28 Doug Evans <dje@google.com>
14597
14598 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14599 * gdb.python/py-pp-registration.exp: ... here. New file.
14600 * gdb.python/py-pp-registration.c: New file.
14601 * gdb.python/py-pp-registration.py: New file.
14602
69b4374a
DE
146032015-04-28 Doug Evans <dje@google.com>
14604
14605 * gdb.python/py-bad-printers.c: New file.
14606 * gdb.python/py-bad-printers.py: New file.
14607 * gdb.python/py-bad-printers.exp: New file.
14608
59fb7612
SS
146092015-04-28 Sasha Smundak <asmundak@google.com>
14610
14611 * gdb.python/py-type.exp: New test.
14612
2631b16a
AW
146132015-04-28 Andy Wingo <wingo@igalia.com>
14614
14615 * gdb.python/py-parameter.exp:
14616 * gdb.guile/scm-parameter.exp: Escape the path that we are
14617 matching against, as it might contain characters that are special
14618 to regular expressions.
14619
460efde1
JB
146202015-04-27 Joel Brobecker <brobecker@adacore.com>
14621
14622 * gdb.ada/rec_comp: New testcase.
14623
2d369d8e
SDJ
146242015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14625
14626 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14627 before using it.
14628
cf75d6c3
AB
146292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14630
14631 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14632 new tests for verilog output.
14633
8dbe7ca5
YQ
146342015-04-24 Yao Qi <yao.qi@linaro.org>
14635
14636 * boards/remote-gdbserver-on-localhost.exp: New file.
14637
4ef9fb2f
PA
146382015-04-23 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14641 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14642 "end of file", remove $inferior_spawn_id from the indirect list.
14643
0a803169
PA
146442015-04-23 Pedro Alves <palves@redhat.com>
14645
14646 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14647
749ef8f8
PA
146482015-04-23 Pedro Alves <palves@redhat.com>
14649
14650 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14651 on $any_spawn_id instead of only on $gdb_spawn_id.
14652
8aae4344
PM
146532015-04-21 Pierre Muller <muller@sourceware.org>
14654
14655 PR pascal/17815
14656 * lib/pascal.exp (gpc_compile): Add new option "class".
14657 (fpc_compile): Likewise.
14658 * gdb.pascal/case-insensitive-symbols.pas: New file.
14659 * gdb.pascal/case-insensitive-symbols.exp: New file.
14660
1586c8fb
GB
146612015-04-20 Gary Benson <gbenson@redhat.com>
14662
14663 * gdb.base/attach.exp: Fix three extended remote failures.
14664
1b6e6f5c
GB
146652015-04-17 Gary Benson <gbenson@redhat.com>
14666
14667 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14668 the main executable over the remote protocol.
14669
e797481d
PA
146702015-04-16 Pedro Alves <palves@redhat.com>
14671
14672 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14673 a new gdbserver if gdbserver_reconnect_p is set.
14674
1ca99c42
PA
146752015-04-16 Pedro Alves <palves@redhat.com>
14676
14677 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14678 is set, don't exit gdbserver.
14679
af9fd6f8
AA
146802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14681
14682 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14683 appropriate .insn, such that an older assembler can be used.
14684 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14685 the z/Architecture instruction set on 31-bit targets as well.
14686
04ff1e61
AA
146872015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14688
14689 * gdb.go/handcall.exp: Remove all logic related to the first
14690 breakpoint and rely on go_runto_main instead.
14691 * gdb.go/strings.exp: Likewise.
14692 * gdb.go/unsafe.exp: Likewise.
14693 * gdb.go/hello.exp: Likewise. Also rename the remaining
14694 breakpoint marker to "breakpoint 1".
14695 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14696 * gdb.go/strings.go: Likewise.
14697 * gdb.go/unsafe.go: Likewise.
14698 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14699 "set breakpoint 2 here" and rename the remaining breakpoint marker
14700 to "breakpoint 1".
14701
40d2f8d6
SM
147022015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14703
14704 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14705 if itertools.imap is not present.
14706 * gdb.python/py-objfile.exp: Add parentheses.
14707 * gdb.python/py-type.exp: Same.
14708 * gdb.python/py-unwind-maint.py: Same.
14709
8cbc97c6
YQ
147102015-04-15 Yao Qi <yao.qi@linaro.org>
14711
14712 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14713 of ":$ptr_size" and set its form explicitly.
14714
45fd756c
YQ
147152015-04-15 Pedro Alves <palves@redhat.com>
14716 Yao Qi <yao.qi@linaro.org>
14717
14718 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14719 timeout by factor of 4.
14720 (test_regular_watch): Likewise.
14721 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14722 * gdb.reverse/sigall-reverse.exp: Likewise.
14723 * gdb.reverse/until-precsave.exp: Likewise.
14724 * lib/gdb.exp (with_timeout_factor): New proc.
14725 (gdb_expect): Move some code to ...
14726 (get_largest_timeout): ... here. New procedure.
14727
9e811bc3
LM
147282015-04-14 Luis Machado <lgustavo@codesourcery.com>
14729
14730 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14731
0ff6fcb2
LM
147322015-04-13 Luis Machado <lgustavo@codesourcery.com>
14733
14734 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14735 to write to the .text section.
14736
7578d5f7
LM
147372015-04-13 Luis Machado <lgustavo@codesourcery.com>
14738
14739 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14740 Handle the case of targets that do not provide PID information.
14741
2efe15c4
YQ
147422015-04-13 Yao Qi <yao.qi@linaro.org>
14743
14744 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14745 and use expect instead of gdb_expect.
14746
8cd8f2f8
SDJ
147472015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14748
14749 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14750 "coredump_var_addr" to avoid naming conflict with other testcases.
14751
9ee41772
PA
147522015-04-10 Pedro Alves <palves@redhat.com>
14753
14754 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14755 gdb_test_sequence and gdb_assert.
14756
07473109
PA
147572015-04-10 Pedro Alves <palves@redhat.com>
14758
14759 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14760 test messages that don't include the breakpoint address.
14761
de3db44c
YQ
147622015-04-10 Yao Qi <yao.qi@linaro.org>
14763
14764 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14765 false for some offset and width combinations which aren't
14766 supported by linux kernel.
14767
c79d856c
PA
147682015-04-10 Pedro Alves <palves@redhat.com>
14769
14770 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14771 procedure, factored out from ...
14772 (top level): ... here. Add "set displaced-stepping" testing axis.
14773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14774 parameter "displaced". Use it.
14775 (top level): Use foreach and add "set displaced-stepping" testing
14776 axis.
14777
ebc90b50
PA
147782015-04-10 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14781 Remove comment.
14782 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14783 both the address of the instruction that triggers the watchpoint
14784 and the address of the instruction immediately after, and use
14785 those addresses for the test. Fix comment.
14786
8f572e5c
PA
147872015-04-10 Pedro Alves <palves@redhat.com>
14788
14789 * gdb.base/sigstep.exp (breakpoint_to_handler)
14790 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14791 Test "backtrace" in handler.
14792 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14793 (top level): Add new "displaced" test axis to
14794 breakpoint_to_handler, breakpoint_to_handler_entry and
14795 breakpoint_over_handler.
14796
8d707a12
PA
147972015-04-10 Pedro Alves <palves@redhat.com>
14798
14799 PR gdb/18216
14800 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14801
ef713951
YQ
148022015-04-10 Yao Qi <yao.qi@linaro.org>
14803
14804 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14805 (test_add_rn_pc): New function.
14806 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14807 (top level): Invoke test_add_rn_pc.
14808
906d60cf
PA
148092015-04-10 Pedro Alves <palves@redhat.com>
14810
14811 PR gdb/13858
14812 * gdb.base/step-over-no-symbols.exp: New file.
14813
f2983cc3
AW
148142015-04-09 Andy Wingo <wingo@igalia.com>
14815
14816 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14817 after the Python tests.
14818
6d62641c
SDJ
148192015-04-08 Keith Seitz <keiths@redhat.com>
14820
14821 PR python/16699
14822 * gdb.python/py-completion.exp: New tests for completion.
14823 * gdb.python/py-completion.py (CompleteLimit1): New class.
14824 (CompleteLimit2): Likewise.
14825 (CompleteLimit3): Likewise.
14826 (CompleteLimit4): Likewise.
14827 (CompleteLimit5): Likewise.
14828 (CompleteLimit6): Likewise.
14829 (CompleteLimit7): Likewise.
14830
f3770638
PA
148312015-04-08 Pedro Alves <palves@redhat.com>
14832
14833 PR gdb/18214
14834 PR gdb/18216
14835 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14836 function.
14837 (main): Install it as SIGUSR1 handler.
14838 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14839 parameter. Always use "setup" as prefix. Toggle "set
14840 displaced-stepping" off/on depending on global. Don't switch to
14841 thread 1 here.
14842 (top level): Add displaced stepping "off/on" test axis. Update
14843 "setup" calls. Wrap each subtest with with_test_prefix. Test
14844 continuing with a queued signal in each thread.
14845
4496bed7
PA
148462015-04-08 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14849 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14850 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14851 Return early if running to main fails.
14852 * gdb.trace/while-stepping.exp: Likewise.
14853
b97fde92
PA
148542015-04-07 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14857 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14858 interact with inferior program.
14859
f71c18e7
PA
148602015-04-07 Pedro Alves <palves@redhat.com>
14861
14862 * lib/gdb.exp (inferior_spawn_id): New global.
14863 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14864 spawn id after processing the user code.
14865 (default_gdb_start): Set inferior_spawn_id.
14866 (send_inferior): New procedure.
14867 * lib/gdbserver-support.exp (gdbserver_start): Set
14868 inferior_spawn_id.
14869 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14870
6423214f
PA
148712015-04-07 Pedro Alves <palves@redhat.com>
14872
14873 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14874 * lib/gdbserver-support.exp (gdbserver_start): Make
14875 $server_spawn_id global.
14876 (gdbserver_start): Don't wait for gdbserver's spawn id with
14877 expect_background.
14878 (close_gdbserver): New procedure.
14879 (gdb_exit): Rename the default version and reimplement.
14880
71c0ee8c
PA
148812015-04-07 Pedro Alves <palves@redhat.com>
14882
72f4393d 14883 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14884 append the substituted item, not the original item.
14885
203bc29b
PA
148862015-04-07 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14889 gdb_expect.
14890
508a3ddf
PA
148912015-04-07 Pedro Alves <palves@redhat.com>
14892
14893 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14894 output appearing once only.
14895
9f6dbe2b
PA
148962015-04-07 Pedro Alves <palves@redhat.com>
14897
14898 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14899 that doesn't expect anything. Return early if running to main
14900 fails.
14901
337532fa
YQ
149022015-04-07 Yao Qi <yao.qi@linaro.org>
14903
14904 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14905 (child_function): Call alarm.
14906 (main): Move call to alarm into the loop.
14907 * gdb.threads/non-stop-fair-events.exp: Build program with
14908 -DTIMEOUT=$timeout.
14909
01b622d4
DE
149102015-04-06 Doug Evans <xdje42@gmail.com>
14911
14912 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14913 Fix dest parameter to board_info.
14914 (fpc_compile): Ditto.
14915 (gdb_compile_pascal): Rename dest arg to destfile.
14916
961f4160
PMR
149172015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14918
14919 * gdb.ada/funcall_ref.exp: New file.
14920 * gdb.ada/funcall_ref/foo.adb: New file.
14921
cafda597
YQ
149222015-04-02 Yao Qi <yao.qi@linaro.org>
14923
14924 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14925 is remote.
14926
fed040c6
GB
149272015-04-02 Gary Benson <gbenson@redhat.com>
14928
14929 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14930
d11916aa
SS
149312015-04-01 Sasha Smundak <asmundak@google.com>
14932
14933 * gdb.python/py-unwind-maint.c: New file.
14934 * gdb.python/py-unwind-maint.exp: New test.
14935 * gdb.python/py-unwind-maint.py: New file.
14936 * gdb.python/py-unwind.c: New file.
14937 * gdb.python/py-unwind.exp: New test.
14938 * gdb.python/py-unwind.py: New test.
14939
a1471180
PA
149402015-04-01 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14943 to fail instead of non-existent $test.
14944
0bbeccb1
PA
149452015-04-01 Pedro Alves <palves@redhat.com>
14946
14947 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14948 GDBFLAGS if not empty.
14949
3c724c8c
PMR
149502015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14951
14952 * gdb.ada/complete.exp: Remove "multi_line".
14953 * gdb.ada/info_exc.exp: Remove "multi_line".
14954 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14955 * gdb.ada/ptype_field.exp: Remove "multi_line".
14956 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14957 * gdb.ada/tagged.exp: Remove "multi_line".
14958 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14959 [multi_line ...]
14960 * gdb.btrace/delta.exp: Likewise.
14961 * gdb.btrace/exception.exp: Likewise.
14962 * gdb.btrace/function_call_history.exp: Likewise.
14963 * gdb.btrace/instruction_history.exp: Likewise.
14964 * gdb.btrace/nohist.exp: Likewise.
14965 * gdb.btrace/record_goto.exp: Likewise.
14966 * gdb.btrace/segv.exp: Likewise.
14967 * gdb.btrace/stepi.exp: Likewise.
14968 * gdb.btrace/tailcall.exp: Likewise.
14969 * gdb.btrace/unknown_functions.exp: Likewise.
14970 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14971 * lib/gdb.exp: Add the "multi_line" helper.
14972
4eec2deb
PA
149732015-04-01 Pedro Alves <palves@redhat.com>
14974
14975 * gdb.threads/tid-reuse.c: New file.
14976 * gdb.threads/tid-reuse.exp: New file.
14977
df8411da
SDJ
149782015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14979
14980 PR corefiles/16092
14981 * gdb.base/coredump-filter.c: New file.
14982 * gdb.base/coredump-filter.exp: Likewise.
14983
6ef37366
PM
149842015-03-27 Petr Machata <pmachata@redhat.com>
14985
14986 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14987 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14988 (Dwarf::assemble): Initialize them.
14989 (Dwarf::lines): New function.
14990
7ec911b0
JT
149912015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14992
14993 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14994 SYMBOL_PREFIX for x86_64-*-cygwin.
14995
ff908ebf
AW
149962015-03-26 Andy Wingo <wingo@igalia.com>
14997
14998 PR symtab/18148
14999 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15000 const_value but not a location.
15001 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15002 location defined in non-main CUs are visible.
15003
6d5f0679
YQ
150042015-03-26 Yao Qi <yao.qi@linaro.org>
15005
15006 PR testsuite/18139
15007 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15008 Add a line number entry for the same line.
15009 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15010 Add a line number entry for the same line.
15011
2898689b
YQ
150122015-03-26 Yao Qi <yao.qi@linaro.org>
15013
15014 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15015 .int 0.
15016 (func): Likewise. Add .Lfunc_1 label.
15017 Use .Lfunc_1 label.
15018 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15019 .int 0.
15020 (func): Likewise.
15021 Use .Lfunc_1 label.
15022
85180498
YQ
150232015-03-26 Yao Qi <yao.qi@linaro.org>
15024
15025 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15026 Call gdb_compile instead to compile each .s files without debug
15027 information.
15028
8aa08a8d
YQ
150292015-03-26 Yao Qi <yao.qi@linaro.org>
15030
15031 * gdb.base/savedregs.exp (process_saved_regs): Make
15032 "Saved registers:" optional in the pattern.
15033
66849923
MM
150342015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15035
15036 * gdb.btrace/next.exp: Merged into step.exp.
15037 * gdb.btrace/finish.exp: Merged into step.exp.
15038 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15039 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15040 "record goto" and checking the exact replay position.
15041 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15042 check for "Recording format" in "info record" output.
15043 * gdb.btrace/record_goto.exp: Choose test file based on target.
15044 * gdb.btrace/x86-record_goto.S: Renamed into ...
15045 * gdb.btrace/x86_64-record_goto.S: ... this.
15046 * gdb.btrace/i686-record_goto.S: New.
15047 * gdb.btrace/x86-tailcall.S: Renamed into ...
15048 * gdb.btrace/x86_64-tailcall.S: ... this.
15049 * gdb.btrace/i686-tailcall.S: New.
15050 * gdb.btrace/x86-tailcall.c: Renamed into ...
15051 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15052 separate statements. Update test.
15053 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15054 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15055 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15056 * gdb.btrace/tailcall.exp: Choose test file based on target.
15057 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15058
11cc1b74
MM
150592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15060
15061 * gdb.btrace/exception.exp: Increase BTS buffer size.
15062
a25d8bf9
PA
150632015-03-24 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15066
856e7dd6
PA
150672015-03-24 Pedro Alves <palves@redhat.com>
15068
15069 * gdb.threads/schedlock.exp (test_step): No longer expect that
15070 "set scheduler-locking step" with "next" over a function call runs
15071 threads unlocked.
15072
ad235a41
AT
150732015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15074
15075 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15076
15630549
AT
150772015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15078
15079 PR breakpoints/16466
15080 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15081 * gdb.mi/mi-pending.c (thread_func): New function.
15082 (int main): Add threading support required.
15083 * gdb.mi/mi-pending.exp: Add tests for this issue.
15084 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15085 (pendfunc2): Remove stdio dependency.
15086 * gdb.mi/mi-pendshr2.c: New file.
15087
693dca06
KS
150882015-03-23 Keith Seitz <keiths@redhat.com>
15089
15090 * gdb.linespec/keywords.c: New file.
15091 * gdb.linespec/keywords.exp: New file.
15092
7e993ebf
KS
150932015-03-23 Keith Seitz <keiths@redhat.com>
15094
15095 PR gdb/18021
15096 * gdb.dwarf2/staticvirtual.exp: New test.
15097
bc23328c
JK
150982015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15099
15100 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15101 * README: Remove HP-UX and gdb.hp.
15102 (configuration):
15103 * configure: Regenerate.
15104 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15105 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15106 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15107 gdb.hp/gdb.defects/Makefile.
15108 * gdb.hp/Makefile.in: File deleted.
15109 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15110 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15111 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15112 * gdb.hp/gdb.aCC/run.c: File deleted.
15113 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15114 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15115 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15116 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15117 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15118 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15119 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15120 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15121 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15122 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15123 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15124 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15125 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15126 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15127 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15128 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15129 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15130 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15131 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15132 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15133 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15134 * gdb.hp/gdb.compat/average.c: File deleted.
15135 * gdb.hp/gdb.compat/sum.c: File deleted.
15136 * gdb.hp/gdb.compat/xdb.c: File deleted.
15137 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15138 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15139 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15140 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15141 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15142 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15143 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15144 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15145 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15146 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15147 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15148 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15149 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15150 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15151 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15152 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15153 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15154 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15155 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15156 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15157 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15158 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15159 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15160 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15161 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15162 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15163 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15164 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15165 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15166 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15167 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15168 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15169 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15170 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15171 * gdb.hp/tools/odump: File deleted.
15172
8bf3b159
PA
151732015-03-19 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15176 (saw_thread_3): New globals.
15177 (top level): Increment them when an event for the corresponding
15178 thread is seen.
15179 (no thread starvation): New test.
15180
eb54c8bf
PA
151812015-03-19 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.threads/continue-pending-status.c: New file.
15184 * gdb.threads/continue-pending-status.exp: New file.
15185
32d2e5d6
PA
151862015-03-18 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15189 Use gdb_is_target_remote instead of is_remote. Use
15190 gdb_test_multiple instead of gdb_expect. Exit early if
15191 gdb_test_multiple hits its internal matches. Tighten stepi tests
15192 expected output. Fail on exit with any signal, instead of just
15193 SIGILL.
15194
f68f11b7
YQ
151952015-03-18 Yao Qi <yao.qi@linaro.org>
15196
15197 PR tdep/18107
15198 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15199 variable.
15200 * gdb.base/catch-syscall.exp: Don't skip it on
15201 aarch64*-*-linux* target. Remove elements in all_syscalls.
15202 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15203 target.
15204 (setup_all_syscalls): New proc.
15205
ca5fd19b
YQ
152062015-03-16 Yao Qi <yao.qi@linaro.org>
15207
15208 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15209 (top level): Skip tests if valid_addr_p returns false for
15210 $cmd1 or $cmd2.
15211
85642ba0
AW
152122015-03-11 Andy Wingo <wingo@igalia.com>
15213
15214 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15215
e03f9645
YQ
152162015-03-11 Yao Qi <yao.qi@linaro.org>
15217
15218 * gdb.base/catch-syscall.exp: Fix typo in comments.
15219
5d0962b2
YQ
152202015-03-11 Yao Qi <yao.qi@linaro.org>
15221
15222 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15223
b2df3cef
PA
152242015-03-09 Pedro Alves <palves@redhat.com>
15225
15226 * dg-extract-results.py: Delete.
15227
ef878e53
PA
152282015-03-09 Pedro Alves <palves@redhat.com>
15229
15230 Merge dg-extract-results.sh from GCC upstream (r218843).
15231
15232 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15233 * dg-extract-results.sh: Use --text with grep to avoid issues with
15234 binary files. Fall back to cat -v, if that doesn't work.
15235
9494d219
PA
152362015-03-05 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15239
a8d9763a
SM
152402015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15241
15242 * lib/mi-support.exp (mi_expect_interrupt): Accept
15243 alternative event for when in all-stop mode.
15244
be9957b8
PA
152452015-03-04 Pedro Alves <palves@redhat.com>
15246
15247 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15248
d57be0f4 152492015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15250
15251 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15252
c214c7cf
AA
152532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15254
15255 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15256 regexps for GDB's current line display, accept a hex address
15257 preceding the line number.
15258
6d74a497
AA
152592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15260
15261 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15262 the 'arch1' variable for "s390*-linux*" targets.
15263
511aee7c
PA
152642015-03-04 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15267 (main): Pass missing retval argument to pthread_join call.
15268
95e50b27
PA
152692015-03-02 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15272 (top level): Call do_test with non-stop as well.
15273
28054d69
PA
152742015-03-02 Pedro Alves <palves@redhat.com>
15275
15276 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15277 -1.
15278
4fa5d7b4
AA
152792015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15280
15281 * gdb.arch/s390-vregs.exp: New test.
15282 * gdb.arch/s390-vregs.S: New file.
15283
97c18565
PA
152842015-02-27 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15287 call to catch_command_errors.
15288 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15289 catch_command_errors.
15290
a37bfa30
PA
152912015-02-27 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15294 "true" for boolean result.
15295 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15296 prototype of main.
15297
6f98576f
PA
152982015-02-27 Pedro Alves <palves@redhat.com>
15299
15300 * lib/unbuffer_output.c: New file.
15301 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15302 (main): Call gdb_unbuffer_output.
15303
eba5ab56
YQ
153042015-02-27 Yao Qi <yao.qi@linaro.org>
15305
15306 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15307 target.
15308
0def5aaa
DE
153092015-02-26 Doug Evans <dje@google.com>
15310
15311 * gdb.cp/class2.cc (Dbase, D): New classes.
15312 (main): New local delta.
15313 * gdb.cp/class2.exp: Test printing delta.
15314 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15315 (dynbar): New global.
15316 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15317
081a1c2c
JK
153182015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15319
15320 * gdb.compile/compile-ifunc.c: New file.
15321 * gdb.compile/compile-ifunc.exp: New file.
15322
2f41223f
AT
153232015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15324
15325 * gdb.base/structs.exp: Check for correct struct on finish.
15326
03eddd80
YQ
153272015-02-26 Yao Qi <yao.qi@linaro.org>
15328
15329 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15330 is zero.
15331
80c57053
JK
153322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 * gdb.arch/cordic.ko.bz2: New file.
15335 * gdb.arch/cordic.ko.debug.bz2: New file.
15336 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15337
21613c12
YQ
153382015-02-25 Yao Qi <yao.qi@linaro.org>
15339
15340 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15341 aarch64*-*-* target.
15342
d8b901ed
PA
153432015-02-23 Pedro Alves <palves@redhat.com>
15344
15345 * lib/gdb.exp (delete_breakpoints): Rewrite using
15346 gdb_test_multiple.
15347
e5b85ead
PA
153482015-02-23 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.base/info-os.c: Include stdlib.h.
15351
85c3a371
DE
153522015-02-22 Doug Evans <xdje42@gmail.com>
15353
15354 PR symtab/17855
15355 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15356 is read after symbols have been re-read.
15357 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15358 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15359
96553a0c
DE
153602015-02-21 Doug Evans <dje@google.com>
15361
15362 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15363
97a0c697
JK
153642015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15365
15366 PR corefiles/17808
15367 * gdb.arch/i386-biarch-core.core.bz2: New file.
15368 * gdb.arch/i386-biarch-core.exp: New file.
15369
a47cd6e9
PA
153702015-02-21 Pedro Alves <palves@redhat.com>
15371
15372 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15373 runto_main fails.
15374
c5facdc4
PA
153752015-02-20 Pedro Alves <palves@redhat.com>
15376
15377 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15378 info probes.
15379
2db9a427
PA
153802015-02-20 Pedro Alves <palves@redhat.com>
15381
15382 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15383
60fb7e9e
PA
153842015-02-20 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15387 clean_restart before gdb_target_supports_trace.
15388
5c5019c2
PA
153892015-02-20 Pedro Alves <palves@redhat.com>
15390
15391 PR threads/18006
15392 * gdb.threads/clone-thread_db.c: New file.
15393 * gdb.threads/clone-thread_db.exp: New file.
15394
c9587f88
AT
153952015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15396
15397 PR breakpoints/16812
15398 * gdb.base/catch-gdb-caused-signals.c: New file.
15399 * gdb.base/catch-gdb-caused-signals.exp: New file.
15400
f6a88844
JM
154012015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15402
15403 * configure: Regenerated.
15404 * configure.ac: Use GDB_AC_TRANSFORM.
15405 * aclocal.m4: sinclude ../transform.m4.
15406
497c491b
JM
154072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15408
15409 * lib/dtrace.exp: New file.
15410 * gdb.base/dtrace-probe.exp: Likewise.
15411 * gdb.base/dtrace-probe.d: Likewise.
15412 * gdb.base/dtrace-probe.c: Likewise.
15413 * lib/pdtrace.in: Likewise.
15414 * configure.ac: Output variables with the transformed names of
15415 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15416 * configure: Regenerated.
15417
03e98035
JM
154182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15419
15420 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15421 expected message when trying to access $_probe_* convenience
15422 variables while not on a probe.
15423
63cc30e9
JK
154242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15427
0703599a
PA
154282015-02-11 Pedro Alves <pedro@codesourcery.com>
15429
15430 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15431 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15432
7e60a48e
DE
154332015-02-10 Doug Evans <xdje42@gmail.com>
15434
15435 * lib/gdb.exp (gdb_load): Always return a result.
15436
01b088bc
PA
154372015-02-10 Pedro Alves <palves@redhat.com>
15438
15439 * gdb.threads/signal-sigtrap.c: New file.
15440 * gdb.threads/signal-sigtrap.exp: New file.
15441
b05ec7a5
AT
154422015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15443
15444 * gdb.trace/no-attach-trace.c: New file.
15445 * gdb.trace/no-attach-trace.exp: New file.
15446
a2c2acaf
MW
154472015-02-09 Mark Wielaard <mjw@redhat.com>
15448
15449 * gdb.dwarf2/atomic.c: New file.
15450 * gdb.dwarf2/atomic-type.exp: Likewise.
15451
31fd9caa
MM
154522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15453
15454 * gdb.btrace/buffer-size.exp: Update "info record" output.
15455 * gdb.btrace/delta.exp: Update "info record" output.
15456 * gdb.btrace/enable.exp: Update "info record" output.
15457 * gdb.btrace/finish.exp: Update "info record" output.
15458 * gdb.btrace/instruction_history.exp: Update "info record" output.
15459 * gdb.btrace/next.exp: Update "info record" output.
15460 * gdb.btrace/nexti.exp: Update "info record" output.
15461 * gdb.btrace/step.exp: Update "info record" output.
15462 * gdb.btrace/stepi.exp: Update "info record" output.
15463 * gdb.btrace/nohist.exp: Update "info record" output.
15464
d33501a5
MM
154652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15466
15467 * gdb.btrace/buffer-size: New.
15468
f4abbc16
MM
154692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15470
15471 * gdb.btrace/delta.exp: Update "info record" output.
15472 * gdb.btrace/enable.exp: Update "info record" output.
15473 * gdb.btrace/finish.exp: Update "info record" output.
15474 * gdb.btrace/instruction_history.exp: Update "info record" output.
15475 * gdb.btrace/next.exp: Update "info record" output.
15476 * gdb.btrace/nexti.exp: Update "info record" output.
15477 * gdb.btrace/step.exp: Update "info record" output.
15478 * gdb.btrace/stepi.exp: Update "info record" output.
15479 * gdb.btrace/nohist.exp: Update "info record" output.
15480
b9d61307
SM
154812015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15482
15483 PR gdb/15678
15484 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15485
e584fdbc
PA
154862015-02-06 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15489 macro.
15490 (seconds_left, again): New globals.
15491 (main): Wait seconds_left in a 1-second sleep loop instead of
15492 sleeping 180 seconds. If 'again' is set, reset the seconds
15493 counter.
15494 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15495 'again' in the inferior before detaching. Print the seconds left.
15496 (options): New global.
15497 (top level): Build program with -DTIMEOUT=$timeout.
15498
77f41761
PA
154992015-02-06 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15502 determine how many seconds to pass to 'alarm'.
15503 * gdb.base/gdb-sigterm.exp (top level): Build program with
15504 -DTIMEOUT=$timeout.
15505 (do_test): Return success/failure indication. Add more verbose
15506 logging. Don't fail if 200 single steps are seen. Instead, fail
15507 when the test times out.
15508 (passes): New global.
15509 (top level): Break the testing loop if testing fails on any
15510 iteration. Use gdb_assert.
15511
b9394193
DB
155122015-02-04 Don Breazeal <donb@codesourcery.com>
15513
15514 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15515 and initialize them.
15516 (ipc_cleanup): New function.
15517 (main): Don't declare shmid, semid, and msqid. Add a call to
15518 atexit so that we call ipc_cleanup on exit.
15519
42d9e528
PA
155202015-02-04 Pedro Alves <palves@redhat.com>
15521
15522 * boards/native-extended-gdbserver.exp: Remove any target variant
15523 specifications from the board name before clearing the isremote
15524 flag from board_info.
15525
ae6ae975
DE
155262015-01-31 Doug Evans <xdje42@gmail.com>
15527
15528 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15529
cfb069a8
GB
155302015-01-31 Gary Benson <gbenson@redhat.com>
15531
15532 * gdb.base/completion.exp: Disable completion limiting for
15533 existing tests. Add new tests to check completion limiting.
15534 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15535
5dd31d79
DE
155362015-01-31 Doug Evans <xdje42@gmail.com>
15537
15538 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15539
9f050062
DE
155402015-01-31 Doug Evans <xdje42@gmail.com>
15541
15542 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15543 entries. Duplicate file section script entries.
15544 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15545 inlined entries. Add test for safe-path rejection.
15546 * gdb.python/py-section-script.c: Add duplicate inlined section script
15547 entries. Duplicate file section script entries.
15548 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15549 inlined entries. Add test for safe-path rejection.
15550
df25ebbd
JB
155512015-01-29 Joel Brobecker <brobecker@adacore.com>
15552
15553 * gdb.ada/disc_arr_bound: New testcase.
15554
4a0ca9ec
JB
155552015-01-29 Joel Brobecker <brobecker@adacore.com>
15556
15557 * gdb.ada/mi_var_array: New testcase.
15558
3a8b707a
DE
155592015-01-27 Doug Evans <dje@google.com>
15560
15561 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15562 Add test for objfile.filename, objfile.username after objfile
15563 has been unloaded.
15564
f8313f6e
JB
155652015-01-26 Joel Brobecker <brobecker@adacore.com>
15566
15567 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15568 the second test to print the name attribute of value
15569 returned by the call to gdb.lookup_type, and adjust
15570 the expected output accordingly.
15571
37bc665e
MW
155722015-01-25 Mark Wielaard <mjw@redhat.com>
15573
15574 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15575 * gdb.base/disp-step-fork.c: Include unistd.h.
15576 * gdb.base/siginfo-obj.c: Include stdio.h.
15577 * gdb.base/siginfo-thread.c: Likewise.
15578 * gdb.mi/non-stop.c: Include unistd.h.
15579 * gdb.mi/nsthrexec.c: Include stdio.h.
15580 * gdb.mi/pthreads.c: Include unistd.h.
15581 * gdb.modula2/unbounded1.c (main): Declare returns int.
15582 * gdb.reverse/consecutive-reverse.c: Likewise.
15583 * gdb.threads/create-fail.c: Include unistd.h.
15584 * gdb.threads/killed.c: Likewise.
15585 * gdb.threads/linux-dp.c: Likewise.
15586 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15587 * gdb.threads/non-ldr-exc-2.c: Likewise.
15588 * gdb.threads/non-ldr-exc-3.c: Likewise.
15589 * gdb.threads/non-ldr-exc-4.c: Likewise.
15590 * gdb.threads/pthreads.c: Include unistd.h.
15591 (main): Declare returns int.
15592 * gdb.threads/tls-main.c (foo): New declaration.
15593 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15594
f7e5394d
SM
155952015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15596
15597 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15598 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15599
743649fd
MW
156002015-01-15 Mark Wielaard <mjw@redhat.com>
15601
15602 * gdb.base/noreturn-return.c: New file.
15603 * gdb.base/noreturn-return.exp: New file.
15604 * gdb.base/noreturn-finish.c: New file.
15605 * gdb.base/noreturn-finish.exp: New file.
15606
198297aa
PA
156072015-01-23 Pedro Alves <palves@redhat.com>
15608
15609 * gdb.threads/continue-pending-after-query.c: New file.
15610 * gdb.threads/continue-pending-after-query.exp: New file.
15611
717cf30c
AG
156122015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15613 Simon Marchi <simon.marchi@ericsson.com>
15614
15615 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15616 * gdb.base/valgrind-db-attach.exp: Same.
15617 * gdb.base/valgrind-infcall.exp: Same.
15618 * lib/mi-support.exp (default_mi_gdb_start): Same.
15619 * lib/prompt.exp (default_prompt_gdb_start): Same.
15620 * lib/gdb.exp (default_gdb_spawn): Same.
15621 (gdb_interact): New.
15622
15623
4b62a76e
JK
156242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15625
15626 * gdb.compile/compile.exp (pointer to jit function): New test.
15627
b4cdae6f
WW
156282015-01-17 Wei-cheng Wang <cole945@gmail.com>
15629
15630 * lib/gdb.exp (supports_process_record): Return true for
15631 powerpc*-*-linux*.
15632 (supports_reverse): Likewise.
15633
d221e7ef
DB
156342015-01-15 Don Breazeal <donb@codesourcery.com>
15635
15636 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15637 instead of checking whether the target board is remote and
15638 use spawn_wait_for_attach instead of exec/sleep.
15639 * gdb.base/attach-twice.exp: Likewise.
15640
bafffb51
JB
156412015-01-15 Joel Brobecker <brobecker@adacore.com>
15642
15643 * gdb.ada/var_arr_attrs: New testcase.
15644
5589af0e
PA
156452015-01-14 Pedro Alves <palves@redhat.com>
15646 Joel Brobecker <brobecker@adacore.com>
15647
15648 PR gdb/17525
15649 * gdb.base/bp-cmds-execution-x-script.c: New file.
15650 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15651 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15652
6c400b59
PA
156532015-01-14 Pedro Alves <palves@redhat.com>
15654
15655 PR cli/17828
15656 * gdb.base/batch-preserve-term-settings.c: New file.
15657 * gdb.base/batch-preserve-term-settings.exp: New file.
15658
e02c96a7
DE
156592015-01-13 Doug Evans <dje@google.com>
15660
15661 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15662 binary.
15663
576fd14c
JB
156642015-01-13 Joel Brobecker <brobecker@adacore.com>
15665
15666 * Makefile.in (clean mostlyclean): Do not delete *.py.
15667
04dccad0
JB
156682015-01-13 Joel Brobecker <brobecker@adacore.com>
15669
15670 * gdb.python/py-lookup-type.exp: New file.
15671
3d230f71
PA
156722015-01-12 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15675 restore GDBFLAGS before returning.
15676
7e67715d
JK
156772015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15678
15679 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15680 is_amd64_regs_target and is_x86_like_target.
15681
f2e0d4b4
DE
156822015-01-11 Doug Evans <xdje42@gmail.com>
15683
15684 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15685 is given without an explicit form.
15686 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15687 attributes.
15688 * gdb.dwarf/corrupt.exp: Ditto.
15689 * gdb.dwarf2/enum-type.exp: Ditto.
15690 * gdb.trace/entry-values.exp: Ditto.
15691 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15692
439250fb
DE
156932015-01-11 Doug Evans <xdje42@gmail.com>
15694
15695 PR gdb/15830
15696 * gdb.base/maint.exp: Remove references to "maint demangle".
15697 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15698 Add tests for explicitly specifying language to demangle.
15699 * gdb.dlang/demangle.exp: Ditto.
15700
ede9f622
PA
157012015-01-09 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.threads/non-stop-fair-events.c: New file.
15704 * gdb.threads/non-stop-fair-events.exp: New file.
15705
a7b796db
PA
157062015-01-09 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15709 the global scope. Set a breakpoint after all threads are started
15710 rather than stepping over two source lines. Expect the prompt.
15711 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15712 global.
15713 (NUM): Now 15.
15714 (main): Use threads_started_barrier to wait for all threads to
15715 start. Main thread no longer calls thread_function. Exit after
15716 180 seconds.
15717 (loop): New function.
15718 (thread_function): Wait on threads_started_barrier barrier. Call
15719 'loop' at each iteration.
15720 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15721 threads have started, instead of hardcoding number of "next"
15722 steps. Use an access watchpoint instead of a write watchpoint.
15723
9665ffdd
PA
157242015-01-09 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15727 (thread_func): Wait on barrier.
15728 (main): Wait for all threads to start before stopping GDB.
15729 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15730 global.
15731 (thread1_func, thread2_func): Wait on barrier.
15732 (main): Wait for all threads to start before stopping GDB.
15733 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15734 New global.
15735 (thread1_func, thread2_func): Wait on barrier.
15736 (main): Wait for all threads to start before stopping GDB.
15737
c945a99f
PA
157382015-01-09 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.threads/attach-many-short-lived-threads.c: New file.
15741 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15742
c1a747c1
PA
157432014-01-09 Pedro Alves <palves@redhat.com>
15744
15745 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15746 instead of to thread 2.
15747 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15748 Add barrier around each pthread_create call instead of around all
15749 calls.
15750 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15751 Set a break on thread_function and have the child threads hit it
15752 one at at a time.
15753
60b3033e
PA
157542015-01-09 Pedro Alves <palves@redhat.com>
15755
15756 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15757 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15758 false.
15759 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15760 checking whether the target board is remote.
15761 * gdb.multi/multi-attach.exp: Likewise.
15762 * gdb.python/py-sync-interp.exp: Likewise.
15763 * gdb.server/ext-attach.exp: Likewise.
15764 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15765 tests that need to attach, instead of checking whether the target
15766 board is remote at the top of the file.
15767
acc018ac
YQ
157682015-01-08 Yao Qi <yao@codesourcery.com>
15769
15770 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15771
50a18af8
JK
157722015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15773
15774 Fix testcase compilation.
15775 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15776
8503d6e1
JB
157772015-01-06 Joel Brobecker <brobecker@adacore.com>
15778
15779 * gdb.python/py-type.exp: Add a couple test about empty
15780 array creation, and negative-length array creation.
15781
cc73dbcc
DE
157822015-01-02 Doug Evans <xdje42@gmail.com>
15783
15784 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15785
0300bbc7
DE
157862015-01-02 Doug Evans <dje@google.com>
15787
15788 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15789
9d85a0ec
YQ
157902014-12-29 Yao Qi <yao@codesourcery.com>
15791
15792 * gdb.trace/entry-values.exp: Update comments. Rename variable
15793 bar_call_foo to returned_from_foo.
15794
87186c6a
MMN
157952014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15796
15797 PR gdb/17394
15798 * gdb.linespec/break-asm-file.c: New file.
15799 * gdb.linespec/break-asm-file.exp: New file.
15800 * gdb.linespec/break-asm-file0.s: New file.
15801 * gdb.linespec/break-asm-file1.s: New file.
15802
1bab7383
YQ
158032014-12-18 Nigel Stephens <nigel@mips.com>
15804 Maciej W. Rozycki <macro@codesourcery.com>
15805
15806 * gdb.base/float.exp: Handle the new output from "info float" on
15807 MIPS targets.
15808
1bc1068a
JK
158092014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15810
15811 Fix MinGW compilation.
15812 * gdb.compile/compile-ops.exp: Update untested message if
15813 !skip_compile_feature_tests.
15814 * gdb.compile/compile-setjmp.exp: Likewise.
15815 * gdb.compile/compile-tls.exp: Likewise.
15816 * gdb.compile/compile.exp: Likewise.
15817 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15818 supported on this host".
15819
b6615d10
DE
158202014-12-16 Doug Evans <xdje42@gmail.com>
15821
15822 * boards/stabs.exp: New file.
15823
25dda427
AA
158242014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15825
15826 * gdb.base/completion.exp: Adjust to format changes of "maint
15827 print user-registers".
15828
bf330350
CU
158292014-12-16 Catalin Udma <catalin.udma@freescale.com>
15830
15831 PR server/17457
15832 * gdb.arch/aarch64-fp.c: New file.
15833 * gdb.arch/aarch64-fp.exp: New file.
15834
395cf596
SDJ
158352014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15836
15837 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15838 r210637, r210913, r211666, r215400, r215817).
15839
15840 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15841 * dg-extract-results.py: New file.
15842 * dg-extract-results.sh: Use it if the environment seems
15843 suitable.
15844
15845 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15846
15847 * dg-extract-results.py (parse_run): Handle warnings that
15848 are printed before a test harness is run.
15849
15850 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15851
15852 * dg-extract-results.py (Named): Remove __cmp__ method.
15853 (output_variation): Use a key to sort variation.harnesses.
15854
15855 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15856
15857 * dg-extract-results.py: For Python 3, force sys.stdout to
15858 handle surrogate escape sequences.
15859 (safe_open): New function.
15860 (output_segment, main): Use it.
15861
15862 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15863
15864 * dg-extract-results.py (Prog.result_re): Include options
15865 in test name.
15866
15867 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15868
15869 * dg-extract-results.py (output_variation): Always sort if
15870 do_sum.
15871
e882ef3c
SM
158722014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15873
15874 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15875 as long as we get pagination notifications.
15876
4992aa20
JM
158772014-12-15 Jason Merrill <jason@redhat.com>
15878
15879 * Makefile.in (check-gdb.%): Restore.
15880 * README: Mention it.
15881
c1b5a1a6
JB
158822014-12-13 Joel Brobecker <brobecker@adacore.com>
15883
15884 * gdb.ada/str_uninit: New testcase.
15885
5537b577
JK
158862014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 PR symtab/17642
15889 * gdb.base/vla-stub-define.c: New file.
15890 * gdb.base/vla-stub.c: New file.
15891 * gdb.base/vla-stub.exp: New file.
15892
bb2ec1b3
TT
158932014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15894 Jan Kratochvil <jan.kratochvil@redhat.com>
15895 Tom Tromey <tromey@redhat.com>
15896
15897 * configure.ac: Add gdb.compile/.
15898 * configure: Regenerate.
15899 * gdb.compile/Makefile.in: New file.
15900 * gdb.compile/compile-ops.exp: New file.
15901 * gdb.compile/compile-ops.c: New file.
15902 * gdb.compile/compile-tls.c: New file.
15903 * gdb.compile/compile-tls.exp: New file.
15904 * gdb.compile/compile-constvar.S: New file.
15905 * gdb.compile/compile-constvar.c: New file.
15906 * gdb.compile/compile-mod.c: New file.
15907 * gdb.compile/compile-nodebug.c: New file.
15908 * gdb.compile/compile-setjmp-mod.c: New file.
15909 * gdb.compile/compile-setjmp.c: New file.
15910 * gdb.compile/compile-setjmp.exp: New file.
15911 * gdb.compile/compile-shlib.c: New file.
15912 * gdb.compile/compile.c: New file.
15913 * gdb.compile/compile.exp: New file.
15914 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15915
4ff709eb
TT
159162014-12-12 Tom Tromey <tromey@redhat.com>
15917
15918 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15919 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15920
6dddd6a5
DE
159212014-12-12 Doug Evans <dje@google.com>
15922
15923 * lib/gdb-python.exp (get_python_valueof): New function.
15924 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15925
71c24708
AA
159262014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15927
15928 * gdb.base/completion.exp: Add test for completion of "info
15929 registers ".
15930
3e29f34a
MR
159312014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15932
15933 * gdb.base/func-ptrs.c: New file.
15934 * gdb.base/func-ptrs.exp: New file.
15935
fc126975
SM
159362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15937
15938 PR breakpoints/17012
15939 * gdb.base/dprintf-detach.c: New file.
15940 * gdb.base/dprintf-detach.exp: New file.
15941
0a46d518
SM
159422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15943
15944 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15945 * lib/gdb.exp (target_is_gdbserver): New procedure.
15946
a0be3e44
DE
159472014-12-08 Doug Evans <dje@google.com>
15948
15949 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15950
df1b803a
YQ
159512014-12-05 Yao Qi <yao@codesourcery.com>
15952
15953 * gdb.guile/scm-error.exp: Remove the third argument to
15954 gdb_remote_download.
15955 * gdb.guile/scm-frame-args.exp: Likewise.
15956 * gdb.guile/scm-section-script.exp: Likewise.
15957
ddb9f679
YQ
159582014-12-05 Yao Qi <yao@codesourcery.com>
15959
15960 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15961
86e4ed39
DE
159622014-12-04 Doug Evans <dje@google.com>
15963
15964 * gdb.python/py-objfile.exp: Add tests for
15965 objfile.add_separate_debug_file.
15966
7c50a931
DE
159672014-12-04 Doug Evans <dje@google.com>
15968
15969 * lib/gdb.exp (get_build_id): New function.
15970 (build_id_debug_filename_get): Rewrite to use it.
15971 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15972
621661e3
MR
159732014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15974
15975 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15976 `method(long)', not just 0x0.
15977 * gdb.cp/nsalias.exp: Align code labels to 4.
15978 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15979 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15980 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15981 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15982 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15983 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15984
29f0c3b7
DE
159852014-12-02 Doug Evans <dje@google.com>
15986
e1e061e7 15987 PR symtab/17602
29f0c3b7 15988 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15989 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15990 * gdb.cp/anon-ns.exp: Update.
15991
162078c8
NB
159922014-12-02 Nick Bull <nicholaspbull@gmail.com>
15993
15994 * gdb.python/py-events.py (inferior_call_handler): New.
15995 (register_changed_handler, memory_changed_handler): New.
15996 (test_events.invoke): Register new handlers.
15997 * gdb.python/py-events.exp: Add tests for inferior call,
15998 memory_changed and register_changed events.
15999
fdb09caf
AA
160002014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16001
16002 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16003 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16004 if the linker doesn't understand this.
16005
55cfb2c4
SM
160062014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16007
16008 * gdb.python/python.exp: Change expected reply to help().
16009
9e8cd6df
YQ
160102014-12-01 Yao Qi <yao@codesourcery.com>
16011
16012 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16013 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16014 * configure: Re-generated.
16015
6c659fc2
SC
160162014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16017
16018 * gdb.cp/chained-calls.cc: New file.
16019 * gdb.cp/chained-calls.exp: New file.
16020 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16021
d7fc3181
SM
160222014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16023
16024 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16025 * gdb.dwarf2/symtab-producer.exp: Same.
16026 * gdb.gdb/python-interrupts.exp: Same.
16027 * gdb.gdb/python-selftest.exp: Same.
16028 * gdb.python/py-linetable.exp: Same.
16029 * gdb.python/py-type.exp: Same.
16030 * gdb.python/py-value-cc.exp: Same.
16031 * gdb.python/py-value.exp: Same.
16032
10e79639
YQ
160332014-11-28 Yao Qi <yao@codesourcery.com>
16034
16035 * gdb.base/break-probes.exp: Match library name prefixed with
16036 sysroot.
16037
f28a0564
SM
160382014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16039
16040 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16041 test expected output. Add parentheses for the call to print.
16042 Remove L suffix from integers.
16043
3fe1ce1d
DE
160442014-11-26 Doug Evans <dje@google.com>
16045
16046 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16047
84429e27
YQ
160482014-11-22 Yao Qi <yao@codesourcery.com>
16049
16050 * gdb.trace/entry-values.c: Remove asms.
16051 (foo): Add foo_label.
16052 (bar): Add bar_label.
16053 * gdb.trace/entry-values.exp: Remove code computing foo's
16054 length and bar's length.
16055 (Dwarf::assemble): Invoke function_range for bar and use
16056 MACRO_AT_func for foo.
16057
26741859
YQ
160582014-11-22 Yao Qi <yao@codesourcery.com>
16059
16060 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16061 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16062 Use .Lgcc43_procstart instead of gcc43.
16063
45e44d27
JB
160642014-11-21 Joel Brobecker <brobecker@adacore.com>
16065
16066 * gdb.ada/n_arr_bound: New testcase.
16067
458c8db8
SDJ
160682014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16069
16070 PR breakpoints/10737
16071 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16072 test_catch_syscall_multi_arch.
16073 (test_catch_syscall_multi_arch): New function.
16074
43f3e411
DE
160752014-11-20 Doug Evans <xdje42@gmail.com>
16076
16077 * gdb.base/maint.exp: Update expected output.
16078
0d7b2549
AA
160792014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16080
16081 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16082 4-byte instruction on S390.
16083
8908fca5
JB
160842014-11-19 Joel Brobecker <brobecker@adacore.com>
16085
16086 * gdb.ada/arr_arr: New testcase.
16087
4a46959e
JB
160882014-11-19 Joel Brobecker <brobecker@adacore.com>
16089
16090 * gdb.ada/pkd_arr_elem: New Testcase.
16091
470e2f4e
LM
160922014-11-18 Luis Machado <lgustavo@codesourcery.com>
16093
16094 * gdb.reverse/break-precsave: Expect completion message for
16095 core file reads.
16096 * gdb.reverse/consecutive-precsave.exp: Likewise.
16097 * gdb.reverse/finish-precsave.exp: Likewise.
16098 * gdb.reverse/i386-precsave.exp: Likewise.
16099 * gdb.reverse/machinestate-precsave.exp: Likewise.
16100 * gdb.reverse/sigall-precsave.exp: Likewise.
16101 * gdb.reverse/solib-precsave.exp: Likewise.
16102 * gdb.reverse/step-precsave.exp: Likewise.
16103 * gdb.reverse/until-precsave.exp: Likewise.
16104 * gdb.reverse/watch-precsave.exp: Likewise.
16105
a267f3ad
AA
161062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16107
16108 * gdb.base/bp-permanent.c: Include unistd.h.
16109 * gdb.python/py-framefilter-mi.c (main): Add return type.
16110 * gdb.python/py-framefilter.c (main): Likewise.
16111 * gdb.trace/actions-changed.c (main): Likewise.
16112
12084a9a
AA
161132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16114
16115 * gdb.mi/until.c: Add eye-catchers.
16116 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16117 line numbers.
16118
dc7e1a77
AA
161192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16120
16121 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16122 function header variants in break1.c.
16123 * gdb.base/ena-dis-br.exp: Likewise.
16124 * gdb.base/hbreak2.exp: Likewise.
16125 * gdb.reverse/until-precsave.exp: Drop references to removed
16126 non-prototype function header variants in ur1.c.
16127 * gdb.reverse/until-reverse.exp: Likewise.
16128
41c77605
PM
161292014-11-17 Petr Machata <pmachata@redhat.com>
16130
16131 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16132 ${_cu_offset_size} bytes abbrev offset.
16133
34248c3a
DE
161342014-11-15 Doug Evans <xdje42@gmail.com>
16135
16136 PR symtab/17559
16137 * gdb.base/line-symtabs.exp: New file.
16138 * gdb.base/line-symtabs.c: New file.
16139 * gdb.base/line-symtabs.h: New file.
16140
646da059
YQ
161412014-11-14 Yao Qi <yao@codesourcery.com>
16142
16143 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16144 (func): Add label func_label.
16145 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16146 Replace low_pc and high_pc with MACRO_AT_range.
16147 Replace name, low_pc and high_pc with MACRO_AT_func.
16148
9301ebe6
YQ
161492014-11-14 Yao Qi <yao@codesourcery.com>
16150
16151 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16152 Replace name, low_pc and high_pc with MACRO_AT_func.
16153
f166b542
YQ
161542014-11-14 Yao Qi <yao@codesourcery.com>
16155
16156 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16157 produce debug information.
16158 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16159
0f6e71e3
YQ
161602014-11-14 Yao Qi <yao@codesourcery.com>
16161
16162 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16163 object and get function length.
16164 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16165 with MACRO_AT_func.
16166 (top-level): Replace gdb_compile and clean_restart with
16167 prepare_for_testing.
16168 * gdb.dwarf2/main.c (main): Add label main_label.
16169
876c4df9
YQ
161702014-11-14 Yao Qi <yao@codesourcery.com>
16171
16172 * lib/dwarf.exp (function_range): New procedure.
16173 (Dwarf::_handle_macro_at_func): New procedure.
16174 (Dwarf::_handle_macro_at_range): New procedure.
16175 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16176
02ad9cf1
YQ
161772014-11-14 Yao Qi <yao@codesourcery.com>
16178
16179 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16180 (_handle_attribute): New procedure.
16181
a59add0c
AA
161822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16183
16184 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16185 * gdb.base/call-sc.c (zed): Likewise.
16186 * gdb.base/checkpoint.c (main): Likewise.
16187 * gdb.base/dump.c (main): Likewise.
16188 * gdb.base/gcore.c (main): Likewise.
16189 * gdb.base/huge.c (main): Likewise.
16190 * gdb.base/multi-forks.c (main): Likewise.
16191 * gdb.base/pr10179-a.c (main): Likewise.
16192 * gdb.base/savedregs.c (main): Likewise.
16193 * gdb.base/sigaltstack.c (main): Likewise.
16194 * gdb.base/siginfo.c (main): Likewise.
16195 * gdb.base/structs.c (zed): Likewise.
16196 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16197 * gdb.mi/mi-syn-frame.c (main): Likewise.
16198 * gdb.mi/until.c (foo, main): Likewise.
16199 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16200 * gdb.base/solib-weak.c (foo): Declare.
16201 * gdb.base/attach-twice.c: Include stdio.h.
16202 * gdb.base/weaklib1.c: Likewise.
16203 * gdb.base/weaklib2.c: Likewise.
16204 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16205 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16206 unistd.h.
16207 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16208 * gdb.mi/mi-exit-code.c: Likewise.
16209 * gdb.base/break-interp-lib.c: Include string.h.
16210 * gdb.base/coremaker.c: Likewise.
16211 * gdb.base/testenv.c: Likewise.
16212 * gdb.python/py-finish-breakpoint.c: Likewise.
16213 * gdb.base/inferior-died.c: Include sys/wait.h.
16214 * gdb.base/fileio.c: Include time.h.
16215 * gdb.base/async-shell.c: Include unistd.h.
16216 * gdb.base/dprintf-non-stop.c: Likewise.
16217 * gdb.base/info-os.c: Likewise.
16218 * gdb.mi/mi-console.c: Likewise.
16219 * gdb.mi/watch-nonstop.c: Likewise.
16220 * gdb.python/py-events.c: Likewise.
16221 * gdb.base/async.c (baz): Move up before its invocation.
16222 * gdb.base/code_elim2.c (my_global_func): Likewise.
16223 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16224 * gdb.base/advance.c (func2): Likewise.
16225
3b5d5997
AA
162262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16227
16228 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16229 variant.
16230 * gdb.base/annota3.c: Likewise.
16231 * gdb.base/async.c: Likewise.
16232 * gdb.base/average.c: Likewise.
16233 * gdb.base/call-ar-st.c: Likewise.
16234 * gdb.base/call-rt-st.c: Likewise.
16235 * gdb.base/call-sc.c: Likewise.
16236 * gdb.base/call-strs.c: Likewise.
16237 * gdb.base/ending-run.c: Likewise.
16238 * gdb.base/execd-prog.c: Likewise.
16239 * gdb.base/exprs.c: Likewise.
16240 * gdb.base/foll-exec.c: Likewise.
16241 * gdb.base/foll-fork.c: Likewise.
16242 * gdb.base/foll-vfork.c: Likewise.
16243 * gdb.base/funcargs.c: Likewise.
16244 * gdb.base/gcore.c: Likewise.
16245 * gdb.base/jump.c: Likewise.
16246 * gdb.base/langs0.c: Likewise.
16247 * gdb.base/langs1.c: Likewise.
16248 * gdb.base/langs2.c: Likewise.
16249 * gdb.base/mips_pro.c: Likewise.
16250 * gdb.base/nodebug.c: Likewise.
16251 * gdb.base/opaque0.c: Likewise.
16252 * gdb.base/opaque1.c: Likewise.
16253 * gdb.base/recurse.c: Likewise.
16254 * gdb.base/run.c: Likewise.
16255 * gdb.base/scope0.c: Likewise.
16256 * gdb.base/scope1.c: Likewise.
16257 * gdb.base/setshow.c: Likewise.
16258 * gdb.base/setvar.c: Likewise.
16259 * gdb.base/shmain.c: Likewise.
16260 * gdb.base/shr1.c: Likewise.
16261 * gdb.base/shr2.c: Likewise.
16262 * gdb.base/sigall.c: Likewise.
16263 * gdb.base/signals.c: Likewise.
16264 * gdb.base/so-indr-cl.c: Likewise.
16265 * gdb.base/solib2.c: Likewise.
16266 * gdb.base/structs.c: Likewise.
16267 * gdb.base/sum.c: Likewise.
16268 * gdb.base/vforked-prog.c: Likewise.
16269 * gdb.base/watchpoint.c: Likewise.
16270 * gdb.reverse/shr2.c: Likewise.
16271 * gdb.reverse/until-reverse.c: Likewise.
16272 * gdb.reverse/ur1.c: Likewise.
16273 * gdb.reverse/watch-reverse.c: Likewise.
16274
066a77c5
AA
162752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16276
16277 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16278 variant.
16279 * gdb.base/sepdebug.exp: Drop references to removed code.
16280
4f204ea5
AA
162812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16282
16283 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16284 variant. Preserve original line numbering.
16285 * gdb.base/list1.c: Likewise.
16286
3b377a3a
AA
162872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16288
16289 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16290 variant.
16291 * gdb.base/break1.c: Likewise.
16292 * gdb.base/break.exp: Drop references to removed code.
16293
e444df73
AA
162942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16295
16296 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16297 variant.
16298
8008f2a7
AA
162992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16300
16301 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16302
a5a06887
AA
163032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16304
16305 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16306 logic into perform_all_tests() and invoke it with and without
16307 function header prototypes.
16308 (do_function_calls): Remove conditional XFAIL for PR 5318.
16309 (rerun_and_prepare): Remove duplicate code.
16310 (perform_all_tests): New. Main logic moved here.
16311
44dba9b9
AA
163122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16313
16314 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16315 code guarded by #ifdef NO_PROTOTYPES.
16316 (t_double_many_args): Likewise.
16317 (DEF_FUNC_MANY_ARGS_1): Likewise.
16318 (DEF_FUNC_VALUES_1): Likewise.
16319 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16320 guarded by #ifdef PROTOTYPES.
16321
d1fbcd56
AA
163222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16323
16324 * gdb.mi/mi-console.c: Add eye-catcher.
16325 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16326 instead of literal line number.
16327
b0e59b8f
AA
163282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16329
16330 * gdb.base/shr2.c: Add eye-catcher.
16331 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16332 line number.
16333
78f98cca
AA
163342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16335
16336 * gdb.base/jump.c: Add eye-catchers.
16337 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16338 numbers.
16339
58fa2af0
AA
163402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16341
16342 * gdb.base/execd-prog.c: Add eye-catchers.
16343 * gdb.base/foll-exec.c: Likewise.
16344 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16345 line numbers.
16346
04e5059b
AA
163472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16348
16349 * gdb.base/ending-run.c: Add eye-catchers.
16350 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16351 literal line numbers.
16352
dbfdb174
AA
163532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16354
16355 * gdb.base/call-rt-st.c: Add eye-catchers.
16356 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16357 literal line numbers.
16358
888a2ade
AA
163592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16360
16361 * gdb.base/call-ar-st.c: Add eye-catchers.
16362 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16363 literal line numbers.
16364
6acc2dde
AA
163652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16366
16367 * gdb.base/average.c: Add eye-catchers.
16368 * gdb.base/sum.c: Likewise.
16369 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16370 regexps dynamically.
16371
9ecfcd1d
AA
163722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16373
16374 * gdb.base/solib1.c: Add eye-catchers.
16375 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16376 literal line numbers.
16377
78708b7c
PA
163782014-11-12 Pedro Alves <palves@redhat.com>
16379
16380 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16381 leader has exited.
16382
af48d08f
PA
163832014-11-12 Pedro Alves <palves@redhat.com>
16384
16385 * gdb.arch/i386-bp_permanent.c: New file.
16386 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16387 (srcfile): Set to i386-bp_permanent.c.
16388 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16389 that stepi does not execute the 'leave' instruction, instead of
16390 testing it does execute.
16391 * gdb.base/bp-permanent.c: New file.
16392 * gdb.base/bp-permanent.exp: New file.
16393
af3768e9
DE
163942014-11-10 Doug Evans <xdje42@gmail.com>
16395
16396 PR symtab/17564
16397 * gdb.base/symtab-search-order.exp: New file.
16398 * gdb.base/symtab-search-order.c: New file.
16399 * gdb.base/symtab-search-order-1.c: New file.
16400 * gdb.base/symtab-search-order-shlib-1.c: New file.
16401
9de00a4a
PA
164022014-11-07 Pedro Alves <palves@redhat.com>
16403
16404 PR gdb/17511
16405 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16406 i?86-*-linux*.
16407
e0f52461
SC
164082014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16409
16410 PR c++/17494
16411 * gdb.cp/pr17494.cc: New file.
16412 * gdb.cp/pr17494.exp: New file.
16413
6ce8c980
YQ
164142014-11-02 Yao Qi <yao@codesourcery.com>
16415
16416 * gdb.python/python.exp: Get working directory and match the
16417 output of "set extended-prompt \\w " with it.
16418
02be9a71
DE
164192014-10-30 Doug Evans <dje@google.com>
16420
16421 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16422 in objfiles.
16423 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16424 in progspaces.
16425
3bdff46b
LM
164262014-10-30 Janis Johnson <janisjo@codesourcery.com>
16427
16428 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16429 * gdb.base/realname-expand.exp: Likewise.
16430 * gdb.linespec/macro-relative.exp: Likewise.
16431
ab917dfb
PA
164322014-10-29 Pedro Alves <palves@redhat.com>
16433
16434 PR gdb/17408
16435 * gdb.threads/schedlock.c (some_function): New function.
16436 (call_function): New global.
16437 (MAYBE_CALL_SOME_FUNCTION): New macro.
16438 (thread_function): Call it.
16439 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16440 and use it instead of a global counter. Adjust all callers.
16441 (get_current_thread): Use "find current thread" for test message
16442 here rather than having all callers pass down the same string.
16443 (goto_loop): New procedure, factored out from ...
16444 (my_continue): ... this.
16445 (step_ten_loops): Change parameter from test message to command to
16446 use. Adjust.
16447 (list_count): Delete global.
16448 (check_result): New procedure, factored out from duplicate top
16449 level code.
16450 (continue tests): Wrap in with_test_prefix.
16451 (test_step): New procedure, factored out from duplicate top level
16452 code.
16453 (top level): Test "step" in combination with all scheduler-locking
16454 modes. Test "next" in combination with all scheduler-locking
16455 modes, and in combination with stepping over a function call or
16456 not.
16457 * gdb.threads/next-bp-other-thread.c: New file.
16458 * gdb.threads/next-bp-other-thread.exp: New file.
16459
d3d4baed
PA
164602014-10-29 Pedro Alves <palves@redhat.com>
16461
16462 PR python/17372
16463 * gdb.python/python.exp: Test a multi-line command that spawns
16464 interactive Python.
16465 * gdb.base/multi-line-starts-subshell.exp: New file.
16466
563e8d85
YQ
164672014-10-29 Yao Qi <yao@codesourcery.com>
16468
16469 * gdb.base/fileio.exp: Make directories on host.
16470
0ea4d52e
YQ
164712014-10-29 Yao Qi <yao@codesourcery.com>
16472
16473 * gdb.base/fileio.c (test_write): Close the file.
16474
7f5ef605
PA
164752014-10-28 Pedro Alves <palves@redhat.com>
16476
16477 PR gdb/12623
16478 * gdb.base/sigstep.c (no_handler): New global.
16479 (main): If 'no_handler is true, set the signal handlers to
16480 SIG_IGN.
16481 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16482 with_sw_watch and no_handler parameters. Handle them.
16483 (top level) <stepping over handler when stopped at a breakpoint
16484 test>: Add a test axis for testing with a software watchpoint, and
16485 another for testing with the signal handler set to SIG_IGN.
16486 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16487 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16488
abbdbd03
PA
164892014-10-28 Pedro Alves <palves@redhat.com>
16490
16491 PR gdb/17511
16492 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16493 * gdb.base/sigstep.exp (other_handler_location): New global.
16494 (advance): Support stepping into the signal handler, and running
16495 commands while in the handler.
16496 (in_handler_map): New global.
16497 (top level): In the advance test, add combinations for getting
16498 into the handler with stepping commands, and for running commands
16499 in the handler. Add comment descripting the advancei tests.
16500
1df4399f
PA
165012014-10-28 Pedro Alves <palves@redhat.com>
16502
16503 * gdb.base/sigstep.exp: Use build_executable instead of
16504 prepare_for_testing.
16505 (top level): Move code that starts GDB, runs to main and creates a
16506 display to ...
16507 (restart): ... this new procedure.
16508 (top level): Move backtrace from signal handler test to ...
16509 (validate_backtrace): ... this new procedure.
16510 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16511 with_test_prefix. Always restart GDB.
16512 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16513 with_test_prefix. Always restart GDB. No need to delete
16514 breakpoints after the test.
16515 (test_skip_handler): Remove prefix parameter.
16516 (skip_over_handler, breakpoint_to_handler)
16517 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16518 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16519 restart GDB. No need to delete breakpoints after the test.
16520 (top level): Use foreach to call the test procedures with
16521 different commands.
16522
a5b6e449
PA
165232014-10-28 Pedro Alves <palves@redhat.com>
16524
16525 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16526 instead of GNATS numbers.
16527 * gdb.base/sigbpt.exp: Likewise.
16528 * gdb.base/siginfo.exp: Likewise.
16529 * gdb.base/sigstep.exp: Likewise.
16530
e5f8a7cc
PA
165312014-10-27 Pedro Alves <palves@redhat.com>
16532
16533 * gdb.base/sigstep.c (dummy): New global.
16534 (main): Issue a couple writes to the new global.
16535 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16536 procedures.
16537 (skip_over_handler): Use test_skip_handler.
16538 (top level): Call skip_over_handler for stepi and nexti too.
16539 (breakpoint_over_handler): Use test_skip_handler.
16540 (top level): Call breakpoint_over_handler for stepi and nexti too.
16541
763905a3
YQ
165422014-10-27 Yao Qi <yao@codesourcery.com>
16543
16544 * gdb.trace/tfile.c (adjust_function_address)
16545 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16546 function descriptor.
16547
6f259a23
DB
165482014-10-24 Don Breazeal <donb@codesourcery.com>
16549
16550 * gdb.base/foll-fork.exp (test_follow_fork,
16551 catch_fork_child_follow): Check for updated fork messages emitted
16552 from infrun.c.
16553 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16554 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16555 vfork_and_exec_child_follow_through_step): Check for updated vfork
16556 messages emitted from infrun.c.
16557
09dd9a69
PA
165582014-10-24 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.base/corefile.exp: Remove references to ultrix.
16561 * gdb.base/interrupt.exp: Likewise.
16562 * gdb.base/whatis.exp: Likewise.
16563 * gdb.gdb/selftest.exp: Likewise.
16564 * gdb.threads/manythreads.exp: Likewise.
16565 * gdb.threads/print-threads.exp: Likewise.
16566 * gdb.threads/pthreads.exp:: Likewise.
16567 * gdb.threads/schedlock.exp: Likewise.
16568
3433cfa5
SC
165692014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16570
16571 * gdb.cp/non-trivial-retval.cc: Add a test case.
16572 * gdb.cp/non-trivial-retval.exp: Add a test.
16573
092f880b
YQ
165742014-10-20 Yao Qi <yao@codesourcery.com>
16575
16576 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16577 * gdb.python/py-objfile-script-gdb.py: New file.
16578 * gdb.python/py-objfile-script.exp: Update reference to
16579 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16580 of remote_download. Remove the dest file.
16581
acbdb7f3
YQ
165822014-10-20 Yao Qi <yao@codesourcery.com>
16583
16584 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16585 * gdb.base/step-line.exp: Likewise.
16586 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16587 * gdb.dwarf2/dw2-basic.exp: Likewise.
16588 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16589 * gdb.dwarf2/dw2-filename.exp: Likewise.
16590 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16591 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16592 * gdb.dwarf2/dw2-producer.exp: Likewise.
16593 * gdb.dwarf2/mac-fileno.exp: Likewise.
16594 * gdb.python/py-frame-args.exp: Likewise.
16595 * gdb.python/py-framefilter.exp: Likewise.
16596 * gdb.python/py-mi.exp: Likewise.
16597 * gdb.python/py-objfile-script.exp: Likewise
16598 * gdb.python/py-pp-integral.exp: Likewise.
16599 * gdb.python/py-pp-re-notag.exp: Likewise.
16600 * gdb.python/py-prettyprint.exp: Likewise.
16601 * gdb.python/py-section-script.exp: Likewise.
16602 * gdb.python/py-typeprint.exp: Likewise.
16603 * gdb.python/py-xmethods.exp: Likewise.
16604 * gdb.stabs/weird.exp: Likewise.
16605 * gdb.xml/tdesc-regs.exp: Likewise.
16606
bd286a29
KCY
166072014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16608
16609 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16610 (out_cu): Use addr_len for the size of addresses.
16611 (out_line): Likewise. Size DW_LNE_set_address instruction
16612 according to addr_len.
16613 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16614 (FUNC): Add START_INSNS to definition.
16615
673dc4a0
YQ
166162014-10-18 Yao Qi <yao@codesourcery.com>
16617
16618 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16619 gdb_has_argv0 return true.
16620 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16621 check [target_info exists noargs], check [gdb_has_argv0]
16622 instead.
16623 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16624 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16625 procedures.
16626
4ffbba72
DE
166272014-10-17 Doug Evans <dje@google.com>
16628
16629 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16630 event.
16631 * gdb.python/py-events.py: Add clear_objfiles event.
16632
d096d8c1
DE
166332014-10-17 Doug Evans <dje@google.com>
16634
16635 * gdb.python/py-objfile.exp: Test progspace attribute.
16636
a80db015
LM
166372014-10-17 Luis Machado <lgustavo@codesourcery.com>
16638
16639 * gdb.guile/scm-breakpoint.exp: Do not assume any
16640 directory separators when matching source file paths.
16641 * gdb.python/py-breakpoint.exp: Likewise.
16642 * gdb.reverse/break-precsave.exp: Likewise.
16643 * gdb.reverse/break-reverse.exp: Likewise.
16644 * gdb.reverse/consecutive-precsave.exp: Likewise.
16645 * gdb.reverse/finish-precsave.exp: Likewise.
16646 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16647 * gdb.reverse/finish-reverse.exp: Likewise.
16648 * gdb.reverse/i386-precsave.exp: Likewise.
16649 * gdb.reverse/i387-env-reverse.exp: Likewise.
16650 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16651 * gdb.reverse/machinestate-precsave.exp: Likewise.
16652 * gdb.reverse/machinestate.exp: Likewise.
16653 * gdb.reverse/sigall-precsave.exp: Likewise.
16654 * gdb.reverse/solib-precsave.exp: Likewise.
16655 * gdb.reverse/step-precsave.exp: Likewise.
16656 * gdb.reverse/until-precsave.exp: Likewise.
16657 * gdb.reverse/watch-precsave.exp: Likewise.
16658 * gdb.reverse/watch-reverse.exp: Likewise.
16659
b22089ab
YQ
166602014-10-17 Yao Qi <yao@codesourcery.com>
16661
16662 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16663 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16664
6c4486e6
PA
166652014-10-17 Pedro Alves <palves@redhat.com>
16666
16667 PR gdb/17471
16668 * gdb.base/bg-execution-repeat.c: New file.
16669 * gdb.base/bg-execution-repeat.exp: New file.
16670
0ff33695
PA
166712014-10-17 Pedro Alves <palves@redhat.com>
16672
16673 PR gdb/17300
16674 * gdb.base/continue-all-already-running.c: New file.
16675 * gdb.base/continue-all-already-running.exp: New file.
16676
6fdebc3d
PA
166772014-10-17 Pedro Alves <palves@redhat.com>
16678
16679 PR gdb/17472
16680 * gdb.base/annota-input-while-running.c: New file.
16681 * gdb.base/annota-input-while-running.exp: New file.
16682
32a8097b
PA
166832014-10-17 Pedro Alves <palves@redhat.com>
16684
16685 * gdb.base/callfuncs.exp: emove references to osf.
16686 * gdb.base/sigall.exp: Likewise.
16687 * gdb.gdb/selftest.exp: Likewise.
16688 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16689 * gdb.mi/non-stop.c: Likewise.
16690 * gdb.mi/pthreads.c: Likewise.
16691 * gdb.reverse/sigall-precsave.exp: Likewise.
16692 * gdb.reverse/sigall-reverse.exp: Likewise.
16693 * gdb.threads/pthreads.c: Likewise.
16694 * gdb.threads/pthreads.exp: Likewise.
16695
7a3517ff
YQ
166962014-10-17 Yao Qi <yao@codesourcery.com>
16697
16698 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16699 check 'target_info exists noargs'.
16700 (test_command_prompt_position): Likewise.
16701 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16702 Remove "set args".
16703 (progvar_simple_while_test): Likewise.
16704 (progvar_complex_if_while_test): Likewise.
16705 (if_while_breakpoint_command_test): Likewise.
16706 (infrun_breakpoint_command_test): Likewise.
16707 (breakpoint_command_test): Likewise.
16708 (watchpoint_command_test): Likewise.
16709 (bp_deleted_in_command_test): Likewise.
16710 (temporary_breakpoint_commands): Likewise.
16711
bb99c472
YQ
167122014-10-16 Yao Qi <yao@codesourcery.com>
16713
16714 * gdb.base/remotetimeout.exp: Remove noargs checking.
16715
7c16b83e
PA
167162014-10-15 Pedro Alves <palves@redhat.com>
16717
16718 PR breakpoints/9649
16719 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16720 * gdb.base/breakpoint-in-ro-region.exp
16721 (probe_target_hardware_step): New procedure.
16722 (top level): Probe hardware stepping and hardware breakpoint
16723 support. Test stepping through a read-only region, with both
16724 "breakpoint auto-hw" on and off and both "always-inserted" on and
16725 off.
16726
35a49624
IB
167272014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16728
16729 * gdb.dlang/demangle.exp: Update for demangling changes.
16730
2d1c107c
SC
167312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16732
16733 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16734 * gdb.cp/non-trivial-retval.exp: Add new tests.
16735
778811d5
SC
167362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16737
16738 PR c++/13403
16739 PR c++/15154
16740 * gdb.cp/non-trivial-retval.cc: New file.
16741 * gdb.cp/non-trivial-retval.exp: New file.
16742
10c5f0a8
YQ
167432014-10-15 Yao Qi <yao@codesourcery.com>
16744
16745 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16746 remote host.
16747
65d7b369
YQ
167482014-10-15 Yao Qi <yao@codesourcery.com>
16749
16750 * gdb.python/py-symbol.exp: Match file base name if host is
16751 remote, otherwise match file name with dir name.
16752 * gdb.python/py-symtab.exp: Likewise.
16753 * gdb.python/python.exp: Likewise.
16754
46dc1394
YQ
167552014-10-15 Yao Qi <yao@codesourcery.com>
16756
16757 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16758 pattern.
16759 * gdb.python/py-symtab.exp: Likewise.
16760 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16761 locationn.
16762
c40cc657
JB
167632014-10-14 Joel Brobecker <brobecker@adacore.com>
16764
16765 * gdb.ada/addr_arith: New testcase.
16766
2abf49e1
MR
167672014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16768
16769 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16770 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16771 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16772 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16773
f7088df3
SDJ
167742014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16775
16776 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16777 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16778 * gdb.arch/stap-eval-lang-ada.exp: New file.
16779
4dc06805
YQ
167802014-10-14 Yao Qi <yao@codesourcery.com>
16781
16782 * gdb.mi/mi-var-child.c (nothing1): New function.
16783 (nothing2): New function.
16784 (do_children_tests): Set function pointers by nothing1 and
16785 nothing2.
16786 * gdb.mi/mi-var-child.exp: Step over new added statements.
16787 Update test to match the new output.
16788 * gdb.mi/var-cmd.c (nothing1): New function.
16789 (nothing2): New function.
16790 (do_children_tests): Set function pointers by nothing1 and
16791 nothing2.
16792 * gdb.mi/mi-var-display.exp: Update test to match output.
16793 Step to the line specified by $line_dct_nothing.
16794 Increase the number of lines to step.
16795
46a93de2
YQ
167962014-10-14 Yao Qi <yao@codesourcery.com>
16797
16798 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16799 tests.
16800 * gdb.mi/mi2-var-child.exp: Likewise.
16801
14ea52ee
DE
168022014-10-13 Doug Evans <dje@google.com>
16803
16804 * gdb.python/py-objfile.exp: Change name of file name test.
16805
e5c6e92b
DE
168062014-10-13 Doug Evans <dje@google.com>
16807
16808 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16809 from the start of the CU.
16810
c780cc2f
JK
168112014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16812 Yao Qi <yao@codesourcery.com>
16813
16814 Fix "save breakpoints" for "catch" command.
16815 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16816 Remove -nonewline. Match also the added "main" line.
16817
99894e11
JK
168182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16819
16820 Fix "save breakpoints" for "disable $bpnum" command.
16821 * gdb.base/save-bp.c (main): Add label.
16822 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16823
6e1ac5a3
JK
168242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16825
16826 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16827
754dd2b0
YQ
168282014-10-11 Yao Qi <yao@codesourcery.com>
16829
16830 * gdb.server/server-kill.exp: Execute command
16831 "set remote trace-status-packet on" before "tstatus".
16832
f90183d7
YQ
168332014-10-11 Yao Qi <yao@codesourcery.com>
16834
16835 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16836 (main): Call getppid.
16837 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16838 and continue to it. Read variable "server_pid".
16839
bf40a607
YQ
168402014-10-11 Yao Qi <yao@codesourcery.com>
16841
16842 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16843
052ca370
YQ
168442014-10-11 Yao Qi <yao@codesourcery.com>
16845
16846 * gdb.threads/thread-find.exp: Don't execute command
16847 "info threads".
16848 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16849 * gdb.threads/linux-dp.exp: Don't check the condition
16850 $threads_created equals to zero.
16851
3831839c
PA
168522014-10-10 Pedro Alves <palves@redhat.com>
16853
16854 * gdb.base/bigcore.exp: Remove references to IRIX.
16855 * gdb.base/funcargs.exp: Likewise.
16856 * gdb.base/interrupt.exp: Likewise.
16857 * gdb.base/mips_pro.exp: Likewise.
16858 * gdb.base/nodebug.exp: Likewise.
16859 * gdb.base/setvar.exp: Likewise.
16860 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16861
8b9a549d
PA
168622014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16863 Pedro Alves <palves@redhat.com>
16864
16865 PR symtab/14466
16866 * gdb.base/vdso-warning.c: New file.
16867 * gdb.base/vdso-warning.exp: New file.
16868
d48ba5e8
DE
168692014-10-02 Doug Evans <dje@google.com>
16870
16871 * gdb.base/structs.c (main): Don't run forever.
16872
2278c276
PA
168732014-10-02 Pedro Alves <palves@redhat.com>
16874
16875 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16876 (top level) <stop threads 1, stop threads 2>: Use it.
16877
b57bacec
PA
168782014-10-02 Pedro Alves <palves@redhat.com>
16879
16880 * gdb.threads/break-while-running.exp (test): Add new
16881 'update_thread_list' argument. Skip "info threads" if false.
16882 (top level): Add new 'update_thread_list' axis.
16883
13fd3ff3
PA
168842014-10-02 Pedro Alves <palves@redhat.com>
16885
16886 PR breakpoints/17431
16887 * gdb.base/execl-update-breakpoints.c: New file.
16888 * gdb.base/execl-update-breakpoints.exp: New file.
16889
0fec99e8
PA
168902014-10-01 Pedro Alves <palves@redhat.com>
16891
16892 * gdb.base/breakpoint-in-ro-region.c: New file.
16893 * gdb.base/breakpoint-in-ro-region.exp: New file.
16894
2ddf4301
SM
168952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16896
16897 * gdb.mi/mi-exit-code.exp: New file.
16898 * gdb.mi/mi-exit-code.c: New file.
16899
6a5f3f43
YQ
169002014-09-30 Yao Qi <yao@codesourcery.com>
16901
16902 * lib/prelink-support.exp (build_executable_own_libs): Error if
16903 the target isn't native.
16904
345bcc73
YQ
169052014-09-30 Yao Qi <yao@codesourcery.com>
16906
16907 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16908 false.
16909
a25a5a45
PA
169102014-09-22 Pedro Alves <palves@redhat.com>
16911
16912 * gdb.threads/break-while-running.exp: New file.
16913 * gdb.threads/break-while-running.c: New file.
16914
00ba3162
YQ
169152014-09-19 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16918 Invoke test. Restart GDB with --readnow and invoke test again.
16919
c3b7b696
YQ
169202014-09-19 Yao Qi <yao@codesourcery.com>
16921
16922 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16923 proc set_breakpoint_on_gcd_function. Invoke
16924 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16925 invoke set_breakpoint_on_gcd_function again.
16926
2b4fd423
DE
169272014-09-18 Doug Evans <dje@google.com>
16928
16929 * gdb.dwarf2/symtab-producer.exp: New file.
16930
a5947601
SDJ
169312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16932
16933 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16934 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16935 * gdb.base/global-var-nested-by-dso.c: Likewise.
16936 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16937
91c19059
SDJ
169382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16939 Pedro Alves <palves@redhat.com>
16940
16941 * gdb.base/watch-bitfields.exp: Pass string other than test file
16942 name to prepare_for_testing.
16943 (watch): New procedure.
16944 (expect_watchpoint): Use with_test_prefix.
16945 (top level): Factor out tests to ...
16946 (test_watch_location, test_regular_watch): ... these new
16947 procedures, and use with_test_prefix and gdb_continue_to_end.
16948
bb9d5f81
PP
169492014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16950
16951 PR breakpoints/12526
16952 * gdb.base/watch-bitfields.exp: New file.
16953 * gdb.base/watch-bitfields.c: New file.
16954
635856f5
PA
169552014-09-16 Pedro Alves <palves@redhat.com>
16956
16957 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16958 software and hardware addresses, not software address against
16959 itself.
16960
7280ceea
PA
169612014-09-16 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16964 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16965
428b16bd
PA
169662014-09-16 Pedro Alves <palves@redhat.com>
16967
16968 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16969 files.
16970 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16971 "*-*-vxworks*" throughout.
16972 * gdb.base/break.exp: Likewise.
16973 * gdb.base/default.exp: Likewise.
16974 * gdb.base/scope.exp: Likewise.
16975 * gdb.base/sepdebug.exp: Likewise.
16976 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16977 throughout.
16978 * gdb.base/run.c: Likewise.
16979 * gdb.base/sepdebug.c: Likewise.
16980 * gdb.hp/gdb.aCC/run.c: Likewise.
16981 * gdb.reverse/until-reverse.c: Likewise.
16982 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16983
666d413c
YQ
169842014-09-16 Yao Qi <yao@codesourcery.com>
16985
16986 * boards/local-remote-host-native.exp: New file.
16987
57cbd724
DE
169882014-09-14 Doug Evans <xdje42@gmail.com>
16989
16990 * gdb.threads/queue-signal.c (thread_count): New variable.
16991 (thread_count_mutex, thread_count_condvar): New variables.
16992 (incr_thread_count, wait_all_threads_running): New functions.
16993 (main): Wait for all threads to be in their thread functions.
16994
81219e53
DE
169952014-09-13 Doug Evans <xdje42@gmail.com>
16996
16997 * gdb.threads/queue-signal.c: New file.
16998 * gdb.threads/queue-signal.exp: New file.
16999
3714cea7
DE
170002014-09-13 Doug Evans <xdje42@gmail.com>
17001
17002 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17003 be consistent with what default_gdb_init uses.
17004 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17005 the plain text of the prompt. Add some logging printfs.
17006 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17007
fa43b1d7
PA
170082014-09-12 Pedro Alves <palves@redhat.com>
17009
17010 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17011 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17012 * gdb.arch/i386-size-overlap.exp: Likewise.
17013 * gdb.arch/i386-size.exp: Likewise.
17014 * gdb.arch/i386-unwind.exp: Likewise.
17015 * gdb.base/a2-run.exp: Likewise.
17016 * gdb.base/break.exp: Likewise.
17017 * gdb.base/charset.exp: Likewise.
17018 * gdb.base/chng-syms.exp: Likewise.
17019 * gdb.base/commands.exp: Likewise.
17020 * gdb.base/dbx.exp: Likewise.
17021 * gdb.base/find.exp: Likewise.
17022 * gdb.base/funcargs.exp: Likewise.
17023 * gdb.base/jit-simple.exp: Likewise.
17024 * gdb.base/reread.exp: Likewise.
17025 * gdb.base/sepdebug.exp: Likewise.
17026 * gdb.base/step-bt.exp: Likewise.
17027 * gdb.cp/mb-inline.exp: Likewise.
17028 * gdb.cp/mb-templates.exp: Likewise.
17029 * gdb.objc/basicclass.exp: Likewise.
17030 * gdb.threads/killed.exp: Likewise.
17031
9d9bf2df
EBM
170322014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17033
17034 PR tdep/17379
17035 * gdb.arch/powerpc-stackless.S: New file.
17036 * gdb.arch/powerpc-stackless.exp: New file.
17037
1cf2f1b0
JK
170382014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17039
17040 * gdb.base/attach.c: Include unistd.h.
17041 (main): Call alarm. Add label postloop.
17042 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17043 gdb_breakpoint, gdb_continue_to_breakpoint.
17044 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17045
98880d46
PA
170462014-09-11 Pedro Alves <palves@redhat.com>
17047
17048 PR gdb/17347
17049 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17050 * gdb.base/attach.exp (test_command_line_attach_run): New
17051 procedure.
17052 (top level): Call it.
17053
4c92ff2c
PA
170542014-09-11 Pedro Alves <palves@redhat.com>
17055
17056 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17057 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17058 (do_command_attach_tests): Use spawn_wait_for_attach.
17059 * gdb.base/solib-overlap.exp: Likewise.
17060 * gdb.multi/multi-attach.exp: Likewise.
17061 * gdb.python/py-prompt.exp: Likewise.
17062 * gdb.python/py-sync-interp.exp: Likewise.
17063 * gdb.server/ext-attach.exp: Likewise.
17064
3adc1a7d
GKB
170652014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17066
17067 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17068 command in testcase. Simplify testcase.
17069
96334934
JB
170702014-09-10 Joel Brobecker <brobecker@adacore.com>
17071
17072 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17073
eb479039
JB
170742014-09-10 Joel Brobecker <brobecker@adacore.com>
17075
17076 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17077
deede10c
JB
170782014-09-10 Joel Brobecker <brobecker@adacore.com>
17079
17080 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17081
7828a5f5
JB
170822014-09-10 Joel Brobecker <brobecker@adacore.com>
17083
17084 * gdb.dwarf2/dynarr-ptr.c: New file.
17085 * gdb.dwarf2/dynarr-ptr.exp: New file.
17086
33aeebcf
MR
170872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17088
17089 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17090 of 30 rather than hardcoding 120 for a slow test case. Take the
17091 `gdb,timeout' target setting into account for this calculation.
17092 Don't extend the timeout for the test cases that don't need it.
17093
7b415901
MR
170942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17095
17096 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17097 a factor of 2 for a slow test case. Take the `gdb,timeout'
17098 target setting into account for this calculation.
17099 * gdb.reverse/until-precsave.exp: Increase the timeout by
17100 a factor of 15 and 3 respectively rather than adding 120
17101 for a pair of slow test cases. Take the `gdb,timeout'
17102 target setting into account for this calculation.
17103
4a40f85a
MR
171042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17105
17106 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17107 timeout, don't pass one down to gdb_expect.
17108 (gdb_expect): Rework timeout selection.
17109
09635af7
MR
171102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17111
17112 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17113 exception on timeout.
17114 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17115 (gdbserver_start_extended): Catch any `gdbserver_start' error
17116 exceptions.
17117 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17118 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17119 `gdbserver_gdb_load' error exceptions.
17120
2bdd10b7
MR
171212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17122
17123 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17124 120 on waiting for the TCP socket to open.
17125
316935f0
DE
171262014-09-09 Doug Evans <xdje42@gmail.com>
17127
17128 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17129 _caller_matches, _any_caller_is, _any_caller_matches.
17130
83740597
DE
171312014-09-09 Doug Evans <xdje42@gmail.com>
17132
17133 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17134
4c122fc3
YQ
171352014-09-09 Yao Qi <yao@codesourcery.com>
17136
17137 * gdb.mi/mi-var-display.exp: Set print symbol off.
17138
a9f116cb
GKB
171392014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17140
17141 PR gdb/17035
17142 * gdb.base/commands.exp: Add tests to verify user-defined
17143 commands with empty bodies.
17144 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17145 python commands in `show user command`.
17146 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17147 scheme commands in `show user command`.
17148
c75bd3a2
JK
171492014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17150
17151 PR python/17355
17152 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17153 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17154 * gdb.python/py-framefilter-invalidarg.exp: New file.
17155 * gdb.python/py-framefilter-invalidarg.py: New file.
17156
faa42425
DE
171572014-09-06 Doug Evans <xdje42@gmail.com>
17158
17159 PR 15276
17160 * gdb.python/py-caller-is.c: New file.
17161 * gdb.python/py-caller-is.exp: New file.
17162
474ca4f6
SDJ
171632014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17164
17165 PR gdb/17235
17166 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17167 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17168
eb0b0463
SDJ
171692014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17170
17171 PR fortran/17237
17172 * gdb.fortran/print-formatted.exp: New file.
17173 * gdb.fortran/print-formatted.f90: Likewise.
17174
5f3b99cf
SS
171752014-09-03 Sasha Smundak <asmundak@google.com>
17176
17177 * gdb.python/py-frame.exp: Test Frame.read_register.
17178
7d793aa9
SDJ
171792014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17180
17181 PR python/16699
17182 * gdb.python/py-completion.exp: New file.
17183 * gdb.python/py-completion.py: Likewise.
17184
fb0576e9
DE
171852014-08-28 Doug Evans <dje@google.com>
17186
17187 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17188 eax,etc. are live with values set by gdb and thus the compiler can't
17189 use them.
17190 * gdb.arch/i386-pseudo.c (main): Ditto.
17191
ee92b0dd
DE
171922014-08-27 Doug Evans <dje@google.com>
17193
17194 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17195
6649db35
DE
171962014-08-25 Doug Evans <dje@google.com>
17197
17198 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17199 (main): Ditto.
17200
564b7600
DE
172012014-08-25 Doug Evans <dje@google.com>
17202
17203 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17204
3881fb67
YQ
172052014-08-24 Yao Qi <yao@codesourcery.com>
17206
17207 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17208 symbol off.
17209 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17210
a05a36a5
DE
172112014-08-22 Doug Evans <dje@google.com>
17212
17213 PR 17276
17214 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17215 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17216 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17217
7c343b48
YQ
172182014-08-22 Yao Qi <yao@codesourcery.com>
17219
17220 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17221 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17222 * gdb.python/python.exp: Likewise. Use .py file on the host
17223 instead of the build.
17224
22fd09ae
JK
172252014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17226
17227 * gdb.threads/gcore-stale-thread.c: New file.
17228 * gdb.threads/gcore-stale-thread.exp: New file.
17229
a8454a7c
PA
172302014-08-21 Pedro Alves <palves@redhat.com>
17231
17232 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17233 * gdb.base/gcore-relro-pie.exp: Likewise.
17234 * gdb.base/gcore-relro.exp: Likewise.
17235 * gdb.base/gcore.exp: Likewise.
17236 * gdb.base/print-symbol-loading.exp: Likewise.
17237 * gdb.threads/gcore-thread.exp: Likewise.
17238 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17239
2a31c623
PA
172402014-08-20 Pedro Alves <palves@redhat.com>
17241 Jan Kratochvil <jan.kratochvil@redhat.com>
17242
17243 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17244 configure.
17245 (EXPECT): Handle READ1 being set.
17246 (all): Depend on EXTRA_RULES.
17247 (check-read1, expect-read1, read1.so, read1): New rules.
17248 * README (Testsuite Parameters): Document the READ1 make variable.
17249 (Race detection): New section.
17250 * configure: Regenerate.
17251 * configure.ac: If build==host==target, and running under a
17252 GNU/glibc system, add read1 to the extra Makefile rules.
17253 (EXTRA_RULES): AC_SUBST it.
17254 * lib/read1.c: New file.
17255
d36430db
JB
172562014-08-20 Joel Brobecker <brobecker@adacore.com>
17257
17258 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17259 the handling of variables declared as a typedef to an array
17260 which a DW_AT_data_location attribute.
17261
9a0dc9e3
PA
172622014-08-19 Andrew Burgess <aburgess@broadcom.com>
17263 Pedro Alves <palves@redhat.com>
17264
17265 PR symtab/14604
17266 PR symtab/14605
17267 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17268 gdb_test.
17269
0718a8da
PA
172702014-08-19 Pedro Alves <palves@redhat.com>
17271
17272 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17273
13b448cd
YQ
172742014-08-19 Yao Qi <yao@codesourcery.com>
17275
17276 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17277 right line.
17278
1cbf5077
DB
172792014-08-18 David Blaikie <dblaikie@gmail.com>
17280
17281 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17282
bf0fae19
JB
172832014-08-18 Joel Brobecker <brobecker@adacore.com>
17284
17285 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17286 attribute in array range.
17287
3c8c5dcc
JB
172882014-08-18 Joel Brobecker <brobecker@adacore.com>
17289
17290 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17291
e66d4446
SC
172922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17293
17294 PR c++/17132
17295 * gdb.cp/pr17132.cc: New file.
17296 * gdb.cp/pr17132.exp: New file.
17297
940df408
SC
172982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17299
17300 * gdb.python/py-xmethods.py (A_getarrayind)
17301 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17302 Use 'print' with function call syntax.
17303 (E_method_matcher.match): Fix tab vs space indentation mixup.
17304
ebcc6c3a
YQ
173052014-08-15 Yao Qi <yao@codesourcery.com>
17306
17307 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17308 false.
17309
775e0f04
YQ
173102014-08-15 Yao Qi <yao@codesourcery.com>
17311
17312 * gdb.cp/casts.exp: Set print symbol off.
17313 * gdb.cp/class2.exp: Likewise.
17314 * gdb.cp/overload.exp: Likewise.
17315 * gdb.cp/templates.exp: Likewise.
17316
d769e349
DE
173172014-08-11 Doug Evans <dje@google.com>
17318
17319 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17320 (test_load_shlib): Update.
17321
20c6f1e1
YQ
173222014-08-09 Yao Qi <yao@codesourcery.com>
17323
17324 * gdb.base/display.exp: Invoke is_address_zero_readable.
17325 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17326 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17327 * gdb.base/hbreak-unmapped.exp: Return if
17328 is_address_zero_readable returns true.
17329 * gdb.base/signest.exp: Likewise.
17330 * gdb.base/signull.exp: Likewise.
17331 * gdb.base/sigbpt.exp: Likewise.
17332 * gdb.guile/scm-disasm.exp: Do the test if
17333 is_address_zero_readable returns false.
17334 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17335 * gdb.python/py-arch.exp: Likewise.
17336 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17337 * lib/gdb.exp (is_address_zero_readable): New proc.
17338
5792e8e3
YQ
173392014-08-09 Yao Qi <yao@codesourcery.com>
17340
17341 PR testsuite/13443
17342 * gdb.mi/mi-var-display.exp: Make test messages unique.
17343
3cecbbbe
TT
173442014-08-04 Tom Tromey <tromey@redhat.com>
17345
17346 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17347 target 0".
17348
00b51ff5
TT
173492014-08-04 Tom Tromey <tromey@redhat.com>
17350
17351 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17352 "target_resume".
17353
6908c509
JB
173542014-08-01 Joel Brobecker <brobecker@adacore.com>
17355
17356 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17357 inner_vla_struct_object_size.
17358 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17359 as xfail.
17360
cc6563d2
PA
173612014-07-30 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17364 comment.
17365
7e09a223
YQ
173662014-07-29 Yao Qi <yao@codesourcery.com>
17367
17368 PR gdb/17206
17369 * gdb.base/until-nodebug.exp: New.
17370
7ebdbe92
DE
173712014-07-28 Doug Evans <xdje42@gmail.com>
17372
17373 PR guile/17203
17374 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17375 previously existing parameter, and previously ambiguously spelled
17376 parameter.
17377
fdb1adc6
WN
173782014-07-28 Will Newton <will.newton@linaro.org>
17379
17380 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17381
186fcde0
DE
173822014-07-26 Ludovic Courtès <ludo@gnu.org>
17383 Doug Evans <xdje42@gmail.com>
17384
17385 PR guile/17146
17386 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17387
70509625
PA
173882014-07-25 Pedro Alves <palves@redhat.com>
17389
17390 * gdb.threads/signal-command-handle-nopass.c: New file.
17391 * gdb.threads/signal-command-handle-nopass.exp: New file.
17392 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17393 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17394 * gdb.threads/signal-delivered-right-thread.c: New file.
17395 * gdb.threads/signal-delivered-right-thread.exp: New file.
17396
c3f814a1
PA
173972014-07-25 Pedro Alves <palves@redhat.com>
17398
17399 * gdb.base/double-prompt-target-event-error.exp
17400 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17401 match.
17402 (cancel_pagination_in_target_event): Rework double prompt
17403 detection.
17404 * gdb.base/paginate-after-ctrl-c-running.exp
17405 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17406 <return>' match.
17407 * gdb.base/paginate-bg-execution.exp
17408 (test_bg_execution_pagination_return)
17409 (test_bg_execution_pagination_cancel): Remove '-notransfer
17410 <return>' matches.
17411 * gdb.base/paginate-execution-startup.exp
17412 (test_fg_execution_pagination_return)
17413 (test_fg_execution_pagination_cancel): Remove '-notransfer
17414 <return>' matches.
17415 * gdb.base/paginate-inferior-exit.exp
17416 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17417 match.
17418 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17419 * lib/gdb.exp (pagination_prompt): Run text through
17420 string_to_regexp.
17421 (gdb_test_multiple): Match $pagination_prompt instead of
17422 "<return>".
17423 (string_to_regexp): Move to lib/gdb-utils.exp.
17424
e214cf6c
JK
174252014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17426
17427 * gdb.arch/amd64-entry-value-paramref.S: New file.
17428 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17429 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17430 * gdb.arch/amd64-optimout-repeat.S: New file.
17431 * gdb.arch/amd64-optimout-repeat.c: New file.
17432 * gdb.arch/amd64-optimout-repeat.exp: New file.
17433
17d0c5c8
JK
174342014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17435
17436 PR gdb/17170
17437 * gdb.base/statistics.exp: New file.
17438
b8b8facf
DE
174392014-07-17 Doug Evans <dje@google.com>
17440
74b49205 17441 PR gdb/17170
b8b8facf
DE
17442 * gdb.base/maint.exp: Update testing of per-command stats.
17443
1b5d0ab3
PA
174442014-07-16 Pedro Alves <palves@redhat.com>
17445
17446 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17447 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17448 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17449 (tfile_write_buf): New functions.
17450 (add_memory_block): Rewrite using the above.
17451 (adjust_function_address): New function.
17452 (FUNCTION_ADDRESS): New macro.
17453 (write_basic_trace_file): Remove short_x local, and use
17454 tfile_write_16. Change type of func_addr local to unsigned long
17455 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17456 here. Cast argument of add_memory_block to char pointer.
17457 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17458 (main): Remove parameters.
17459 * gdb.trace/tfile.exp: Remove nowarnings.
17460
4d974e88
SM
174612014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17462
17463 * gdb.base/debug-expr.exp: Test string evaluation with
17464 "debug expression" on.
17465
41e99568
PA
174662014-07-15 Pedro Alves <palves@redhat.com>
17467
17468 * gdb.base/reread.exp: Use clean_restart.
17469
487d9753
PL
174702014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17471
17472 * gdb.arch/avr-flash-qualifer.c: New.
17473 * gdb.arch/avr-flash-qualifer.exp: New.
17474
cc1c52ad
PA
174752014-07-14 Pedro Alves <palves@redhat.com>
17476
17477 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17478 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17479
1e973570
PA
174802014-07-14 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.base/double-prompt-target-event-error.c: New file.
17483 * gdb.base/double-prompt-target-event-error.exp: New file.
17484
93d6eb10
PA
174852014-07-14 Pedro Alves <palves@redhat.com>
17486
17487 PR gdb/17072
17488 * gdb.base/paginate-inferior-exit.c: New file.
17489 * gdb.base/paginate-inferior-exit.exp: New file.
17490
0017922d
PA
174912014-07-14 Pedro Alves <palves@redhat.com>
17492
17493 PR gdb/17072
17494 * gdb.base/paginate-bg-execution.c: New file.
17495 * gdb.base/paginate-bg-execution.exp: New file.
17496
94696ad3
PA
174972014-07-14 Pedro Alves <palves@redhat.com>
17498
17499 PR gdb/17072
17500 * gdb.base/paginate-execution-startup.c: New file.
17501 * gdb.base/paginate-execution-startup.exp: New file.
17502 * lib/gdb.exp (pagination_prompt): New global.
17503 (default_gdb_spawn): New procedure, factored out from
17504 default_gdb_spawn.
17505 (default_gdb_start): Adjust to call default_gdb_spawn.
17506 (gdb_spawn): New procedure.
17507
bd293940
PA
175082014-07-14 Pedro Alves <palves@redhat.com>
17509
17510 * lib/gdb.exp (gdb_assert): New procedure.
17511 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17512
c933f875
PA
175132014-07-14 Pedro Alves <palves@redhat.com>
17514
17515 * gdb.base/execution-termios.c: New file.
17516 * gdb.base/execution-termios.exp: New file.
17517
d98b7a16
TT
175182014-07-14 Tom Tromey <tromey@redhat.com>
17519
17520 * gdb.cp/vla-cxx.cc: New file.
17521 * gdb.cp/vla-cxx.exp: New file.
17522
548740d6
TT
175232014-07-14 Tom Tromey <tromey@redhat.com>
17524
17525 * gdb.reverse/rerun-prec.c: New file.
17526 * gdb.reverse/rerun-prec.exp: New file.
17527
a25eb028
MR
175282014-07-12 Maciej W. Rozycki <macro@mips.com>
17529 Maciej W. Rozycki <macro@codesourcery.com>
17530
17531 * lib/gdb-utils.exp: New file.
17532 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17533 inline `gdb_init_command' processing.
17534 (gdb_start_cmd): Likewise.
17535 * lib/mi-support.exp (mi_run_cmd): Likewise.
17536 * README: Document `gdb_init_command' and `gdb_init_commands'.
17537
218c2655
JK
175382014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17539
17540 Fix false FAIL running under a very long directory name.
17541 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17542 and "set print elements 10000". Twice.
17543
5401fde3
YQ
175442014-07-11 Yao Qi <yao@codesourcery.com>
17545
17546 * gdb.base/exprs.exp: "set print symbol off".
17547
e76126e8
PA
175482014-07-11 Pedro Alves <palves@redhat.com>
17549
17550 * gdb.threads/kill.c: New file.
17551 * gdb.threads/kill.exp: New file.
17552
2d6f0de6
YQ
175532014-07-10 Yao Qi <yao@codesourcery.com>
17554
17555 * gdb.trace/tfile.c (write_basic_trace_file)
17556 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17557 address written to trace file.
17558
7180e04a
PA
175592014-07-09 Pedro Alves <palves@redhat.com>
17560
17561 * gdb.base/attach-wait-input.exp: New file.
17562 * gdb.base/attach-wait-input.c: New file.
17563
9a9a7608
AB
175642014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17565
17566 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17567 setting up test structures.
17568 (main): Call new test function.
17569 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17570 test function, continue into test function and walk test
17571 structures.
17572
161ac41e
YQ
175732014-07-02 Yao Qi <yao@codesourcery.com>
17574
17575 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17576 'bar_start' at the beginning of functions 'foo' and 'bar'
17577 respectively.
17578 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17579 instead of 'foo' and 'bar'.
17580
1f267ae3
MM
175812014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17582
17583 * gdb.btrace/segv.exp: New.
17584 * gdb.btrace/segv.c: New.
17585
2b239efb
LM
175862014-07-02 Luis Machado <lgustavo@codesourcery.com>
17587
17588 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17589 instruction.
17590
cf363f18
MW
175912014-06-30 Mark Wielaard <mjw@redhat.com>
17592
17593 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17594 vulture, vilify, villar): New volatile array constants.
17595 (vindictive, vegetation): New const volatile array constants.
17596 * gdb.base/volatile.exp: Test volatile and const volatile array
17597 types.
17598
aebf9d24
AA
175992014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17600
17601 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17602 target lacks support for awatch, rwatch, or hbreak.
17603
b67a2c6f
YQ
176042014-06-27 Yao Qi <yao@codesourcery.com>
17605
17606 * gdb.multi/dummy-frame-restore.exp: New.
17607 * gdb.multi/dummy-frame-restore.c: New.
17608
aef92902
MM
176092014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17610
17611 * gdb.btrace/gcore.exp: New.
17612
8e9db26e
PA
176132014-06-23 Pedro Alves <palves@redhat.com>
17614
17615 * gdb.base/watchpoint-reuse-slot.c: New file.
17616 * gdb.base/watchpoint-reuse-slot.exp: New file.
17617
70afc5b7
SC
176182014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17619
17620 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17621 progspace's filename in 'info', 'enable' and 'disable' command
17622 tests.
17623
b972bd9c
JK
176242014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17625
17626 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17627 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17628 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17629
125f8a3d
GB
176302014-06-20 Gary Benson <gbenson@redhat.com>
17631
17632 * gdb.arch/i386-avx.exp: Fix include file location.
17633 * gdb.arch/i386-sse.exp: Likewise.
17634
3ed9baed
IB
176352014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17636
17637 * gdb.dlang/expression.exp: New file.
17638
034f788c
PA
176392014-06-19 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17642 out from ...
17643 (top level): ... here. Iterate running tests under different
17644 scheduler-locking settings.
17645
45371d0c
LM
176462014-06-18 Luis Machado <lgustavo@codesourcery.com>
17647
17648 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17649 to DW_FORM_addr and use non-zero addresses.
17650
5d376983
SC
176512014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17652
17653 PR gdb/17017
17654 * gdb.python/py-xmethods.cc: Add global function call counters and
17655 increment them in their respective functions. Remove "cout"
17656 statements.
17657 * gdb.python/py-xmethods.exp: Make tests check the global function
17658 call counters instead of depending on inferior IO.
17659
a1aa2221
LM
176602014-06-18 Don Breazeal <donb@codesourcery.com>
17661
17662 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17663 Deleted procedure.
17664 (explicit_fork_parent_follow): Deleted procedure.
17665 (explicit_fork_child_follow): Deleted procedure.
17666 (test_follow_fork): New procedure.
17667 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 17668 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
17669 procedure calls.
17670
0fc05997
YQ
176712014-06-17 Yao Qi <yao@codesourcery.com>
17672
17673 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17674 CP1252.
17675
70795c52
LM
176762014-06-17 Luis Machado <lgustavo@codesourcery.com>
17677
17678 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17679 Initialize ptr and S explicitly.
17680 (skip_type_update_when_not_use_rtti_test): Likewise.
17681
6be47f0c
KS
176822014-06-16 Keith Seitz <keiths@redhat.com>
17683
17684 PR mi/15863
17685 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17686 the inferior is started.
17687
d03de421
PA
176882014-06-16 Pedro Alves <palves@redhat.com>
17689
17690 * gdb.base/break-main-file-remove-fail.c: New file.
17691 * gdb.base/break-main-file-remove-fail.exp: New file.
17692 * gdb.base/break-unload-file.exp: Use build_executable instead of
17693 prepare_for_testing.
17694 (test_break): New parameter "initial_load". Handle it.
17695 (top level): Add initial_load cmdline/file axis.
17696
f9579b99
TT
176972014-06-12 Tom Tromey <tromey@redhat.com>
17698
17699 * gdb.base/completion.exp: Don't use directory name in test.
17700
3657956b
GB
177012014-06-09 Gary Benson <gbenson@redhat.com>
17702
17703 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17704 separate the always-available ANSI-standard signals from the
17705 signals that require checking.
17706 (main): Likewise.
17707 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17708 Likewise.
17709 (main): Likewise.
17710
4186eb54
KS
177112014-06-07 Keith Seitz <keiths@redhat.com>
17712
17713 Revert:
17714 PR c++/16253
17715 * gdb.cp/var-tag.cc: New file.
17716 * gdb.cp/var-tag.exp: New file.
17717 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17718 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17719 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17720 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17721
25326a28 177222014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
17723
17724 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17725
829155c9
PA
177262014-06-06 Pedro Alves <palves@redhat.com>
17727
17728 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17729 in target debug output instead of looking at RSP packets,
17730 disabling the test on any target that uses hardware stepping.
17731 Update comments.
17732
61c8d22e
PA
177332014-06-06 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.base/break-unload-file.exp: Fix typo.
17736
d9a47287
YQ
177372014-06-06 Yao Qi <yao@codesourcery.com>
17738
17739 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17740 from "jit_function" to "^jit_function".
17741
e5e01dbf
YQ
177422014-06-06 Yao Qi <yao@codesourcery.com>
17743
17744 * gdb.base/async.c (foo): Add one statement.
17745 * gdb.base/async.exp: Get the next instruction address and
17746 match the output of "nexti" by instruction address. Match
17747 the hex address in the output of "finish".
17748
73ba372c
GB
177492014-06-06 Gary Benson <gbenson@redhat.com>
17750
17751 * gdb.base/call-signals.c: Remove preprocessor conditionals
17752 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17753 SIGSEGV and SIGTERM.
17754 * gdb.base/sigall.c: Likewise.
17755 * gdb.base/unwindonsignal.c: Likewise.
17756 * gdb.reverse/sigall-reverse.c: Likewise.
17757
831517df
YQ
177582014-06-06 Yao Qi <yao@codesourcery.com>
17759
17760 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17761 readable, skip the test.
17762
b8b91e98
YQ
177632014-06-06 Yao Qi <yao@codesourcery.com>
17764
17765 * gdb.threads/staticthreads.c (thread_function): Move the line
17766 setting breakpoint on forward.
17767 * gdb.threads/staticthreads.exp: Update comments.
17768
fb934770
LC
177692014-06-05 Ludovic Courtès <ludo@gnu.org>
17770
17771 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17772 "history-append! type error".
17773
6ef284bd
SM
177742014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17775
17776 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17777 erroneous dprintf expected input.
17778
a872e241
DE
177792014-06-04 Doug Evans <xdje42@gmail.com>
17780
17781 * gdb.guile/scm-generics.exp: Delete.
17782
16f691fb
DE
177832014-06-04 Doug Evans <xdje42@gmail.com>
17784
17785 * gdb.guile/scm-breakpoint.exp: Update.
17786 Add tests for breakpoint registration.
17787
012370f6
TT
177882014-06-04 Tom Tromey <tromey@redhat.com>
17789
17790 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17791 VLA-in-union.
17792 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17793 inner_vla_struct, vla_union types. Initialize objects of those
17794 types and compute their sizes.
17795
9f5a4cef
HZ
177962014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17797 Hui Zhu <hui@codesourcery.com>
17798
17799 * gdb.base/fileio.exp: Add test for shell not available as well as
17800 available.
17801 * gdb.base/fileio.c (test_system): Check for shell twice.
17802
90a45c4d
YQ
178032014-06-04 Yao Qi <yao@codesourcery.com>
17804
17805 * gdb.base/auto-connect-native-target.exp: Remove redundant
17806 space from the regexp pattern.
17807
70017e41
YQ
178082014-06-04 Yao Qi <yao@codesourcery.com>
17809
17810 * gdb.base/default.exp: Replace "child" with "native" in
17811 regexp pattern.
17812
883964a7
SC
178132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17814
17815 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17816 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17817 * gdb.python/py-xmethods.py: Python script supporting the
17818 new testcase and tests.
17819
ef370185
JB
178202014-06-03 Joel Brobecker <brobecker@adacore.com>
17821 Pedro Alves <palves@redhat.com>
17822
17823 PR breakpoints/17000
17824 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17825 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17826
1e2ccb61
BM
178272014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17828
17829 * gdb.base/subst.exp: Add tests to verify partial path matching
17830 output.
17831
c6ec5ab2
PA
178322014-06-03 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17835 target that doesn't use software single-stepping.
17836
835c559f
PA
178372014-06-03 Pedro Alves <palves@redhat.com>
17838
17839 PR breakpoints/17000
17840 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17841 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17842
06eb1586
DE
178432014-06-02 Doug Evans <xdje42@gmail.com>
17844
17845 * gdb.guile/scm-parameter.exp: New file.
17846
e698b8c4
DE
178472014-06-02 Doug Evans <xdje42@gmail.com>
17848
17849 * gdb.guile/scm-cmd.c: New file.
17850 * gdb.guile/scm-cmd.exp: New file.
17851
ded03782
DE
178522014-06-02 Doug Evans <xdje42@gmail.com>
17853
17854 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17855 pretty-printer lookup.
17856 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17857 (make-pp_s-printer): Call it.
17858 (make-pretty-printer-from-dict): New function.
17859 (lookup-pretty-printer-maker-from-dict): New function.
17860 (*pretty-printer*): Simplify.
17861 (make-objfile-pp_s-printer): New function.
17862 (install-objfile-pretty-printers!): New function.
17863 (make-progspace-pp_s-printer): New function.
17864 (install-progspace-pretty-printers!): New function.
17865 * gdb.guile/scm-progspace.c: New file.
17866 * gdb.guile/scm-progspace.exp: New file.
17867
41fac0cf
PA
178682014-06-02 Pedro Alves <palves@redhat.com>
17869
17870 * gdb.base/dprintf-bp-same-addr.c: New file.
17871 * gdb.base/dprintf-bp-same-addr.exp: New file.
17872
96ae5695
EBM
178732014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17874
17875 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17876 * gdb.arch/powerpc-power.s: Likewise.
17877
da02b3a8
JB
178782014-06-02 Joel Brobecker <brobecker@adacore.com>
17879
17880 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17881
c72b2e7b
YQ
178822014-06-01 Yao Qi <yao@codesourcery.com>
17883
17884 * gdb.base/watchpoint.exp (test_watch_location): Check null
17885 pointer can be dereferenced. If not, do the test, otherwise
17886 skip it.
17887
53e8a631
AB
178882014-05-30 Andrew Burgess <aburgess@broadcom.com>
17889
17890 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17891 results.
17892 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17893
938f0e2f
AB
178942014-05-30 Andrew Burgess <aburgess@broadcom.com>
17895
17896 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17897 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17898 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17899 * gdb.arch/amd64-invalid-stack-top.c: New file.
17900 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17901
9ba6657a
PA
179022014-05-30 Pedro Alves <palves@redhat.com>
17903
17904 PR breakpoints/17000
17905 * gdb.base/sss-bp-on-user-bp.c: New file.
17906 * gdb.base/sss-bp-on-user-bp.exp: New file.
17907
522c09bf
DB
179082014-05-30 David Blaikie <dblaikie@gmail.com>
17909
17910 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17911 gnu_inline semantics via attribute.
17912 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17913 source explicitly specifies the required semantics.
17914
bf4ef81e
MR
179152014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17916
17917 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17918
329ea579
PA
179192014-05-29 Pedro Alves <palves@redhat.com>
17920 Tom Tromey <tromey@redhat.com>
17921
17922 * gdb.base/async-shell.exp: Don't enable target-async.
17923 * gdb.base/async.exp
17924 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17925 parameter. Adjust.
17926 (top level): Don't test with "target-async".
17927 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17928 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17929 * gdb.base/inferior-died.exp: Don't enable target-async.
17930 * gdb.base/interrupt-noterm.exp: Likewise.
17931 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17932 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17933 * gdb.mi/mi-nonstop.exp: Likewise.
17934 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17935 * gdb.mi/mi-nsintrall.exp: Likewise.
17936 * gdb.mi/mi-nsmoribund.exp: Likewise.
17937 * gdb.mi/mi-nsthrexec.exp: Likewise.
17938 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17939 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17940 * gdb.python/py-evsignal.exp: Don't enable target-async.
17941 * gdb.python/py-evthreads.exp: Likewise.
17942 * gdb.python/py-prompt.exp: Likewise.
17943 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17944 * gdb.server/solib-list.exp: Don't enable target-async.
17945 * gdb.threads/thread-specific-bp.exp: Likewise.
17946 * lib/mi-support.exp: Adjust to use mi-async.
17947
fd664c91
PA
179482014-05-29 Pedro Alves <palves@redhat.com>
17949
17950 PR gdb/13860
17951 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17952 reason, even in sync mode.
17953
251bde03
PA
179542014-05-29 Pedro Alves <palves@redhat.com>
17955 Hui Zhu <hui@codesourcery.com>
17956
17957 PR PR15693
17958 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17959 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17960 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17961 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17962
7f3c0343
JB
179632014-05-28 Joel Brobecker <brobecker@adacore.com>
17964
17965 * config/monitor.exp (gdb_target_monitor): Replace use of
17966 "set remotebaud" by "set serial baud".
17967
b2715b27
AW
179682014-05-26 Andy Wingo <wingo@igalia.com>
17969
17970 * gdb.guile/scm-breakpoint.exp:
17971 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17972 properties instead of gdb-object-properties.
17973
498a4489
YQ
179742014-05-26 Yao Qi <yao@codesourcery.com>
17975
17976 * gdb.server/no-thread-db.exp: Specify source file name
17977 explicitly when setting a breakpoint.
17978
589fdceb
MM
179792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17980
17981 * gdb.btrace/vdso.c: New.
17982 * gdb.btrace/vdso.exp: New.
17983
e9089e05
MM
179842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17985
17986 * gdb.base/gcore.exp (capture_command_output): Move ...
17987 * lib/gdb.exp (capture_command_output): ... here.
17988
67b5c0c1
MM
179892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17990
17991 * gdb.btrace/data.exp: Test memory access during btrace replay.
17992
a2199296
SM
179932014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17994
17995 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17996
17b2616c
PA
179972014-05-21 Pedro Alves <palves@redhat.com>
17998
17999 PR gdb/13860
18000 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18001 (top level): Test that output related to execution commands is
18002 sent to the console with CLI commands, but not with MI commands.
18003 Test that breakpoint events are always mirrored to the console.
18004 Also expect the new source line to be output after a "next" in
18005 async mode too. Make it a pass/fail test.
18006 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18007 output.
18008 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18009
5166082f
PA
180102014-05-21 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18013 Use them to test variations of "list" after reaching a breakpoint.
18014 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18015 Test "list" with listsize 10 after reaching a breakpoint.
18016 * gdb.python/python.exp (decode_line current location line
18017 number): Adjust expected line number.
18018
2f25d70f
SM
180192014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18020
18021 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18022 behavior for $args, pass it directly to "run".
18023
ff604a67
MR
180242014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18025
18026 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18027 30000 to 65536.
18028
6a3cb8e8
PA
180292014-05-21 Pedro Alves <palves@redhat.com>
18030
18031 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18032 auto-connect-native-target off".
18033 * gdb.base/auto-connect-native-target.c: New file.
18034 * gdb.base/auto-connect-native-target.exp: New file.
18035
4ebfc96e
PA
180362014-05-21 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/default.exp: Test "target native" instead of "target
18039 child".
18040
36d46afb
MW
180412014-05-21 Mark Wielaard <mjw@redhat.com>
18042
18043 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18044
5876f503
JK
180452014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18046
18047 Fix TLS access for -static -pthread.
18048 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18049 <HAVE_TLS> (thread_function, main): Initialize it.
18050 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18051 Add clean_restart.
18052 <$have_tls != "">: Check TLSVAR.
18053
0256a6ac
PA
180542014-05-21 Pedro Alves <palves@redhat.com>
18055
18056 * gdb.base/dcache-line-read-error.c: New.
18057 * gdb.base/dcache-line-read-error.exp: New.
18058
936d2992
PA
180592014-05-20 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.base/compare-sections.c: New file.
18062 * gdb.base/compare-sections.exp: New file.
18063
802e8e6d
PA
180642014-05-20 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.base/break-idempotent.c: New file.
18067 * gdb.base/break-idempotent.exp: New file.
18068
e59fa00f
MM
180692014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18070
18071 * gdb.btrace/nohist.exp: New.
18072
8b696e31
YQ
180732014-05-20 Yao Qi <yao@codesourcery.com>
18074
18075 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18076 gdb.reverse directory and gdb_reverse_timeout exists in board
18077 setting.
18078 * README: Document gdb_reverse_timeout.
18079
73c9764f
YQ
180802014-05-20 Yao Qi <yao@codesourcery.com>
18081
18082 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18083 'test_file_name'. Treat args as a string instead of a list.
18084 (gdb_init): Rename argument 'args' by 'test_file_name'.
18085
f1f4348a
JK
180862014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18087
18088 * gdb.arch/powerpc-power.exp: New file.
18089 * gdb.arch/powerpc-power.s: New file.
18090
0dbe70ce
DE
180912014-05-16 Doug Evans <dje@google.com>
18092
18093 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18094 * gdb.base/completion.exp: Check that all expected files exist
18095 before doing file completion.
0dbe70ce 18096
8d551b02
DE
180972014-05-16 Doug Evans <dje@google.com>
18098
18099 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18100 Update.
18101 (do_syscall_tests_without_xml): Update.
18102
73eb7709
PA
181032014-05-16 Pedro Alves <palves@redhat.com>
18104
18105 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18106 instead of "unknown output after running".
18107
3fae92fc
YQ
181082014-05-16 Yao Qi <yao@codesourcery.com>
18109
18110 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18111 file1.txt from host at the end.
18112 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18113
c2b2ccc5
DE
181142014-05-15 Doug Evans <dje@google.com>
18115
18116 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18117 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18118 loading file. Add test for TU lookup.
18119
8c217a4b
SM
181202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18121
18122 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18123 calling "-exec-arguments" or "set args" before running the
18124 inferior.
18125
3deb39c6
SM
181262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18127
18128 * lib/mi-support.exp (mi_expect_stop): Expect message for
18129 inferiors that exit with non-zero exit code.
18130
71a79f8c
YQ
181312014-05-14 Yao Qi <yao@codesourcery.com>
18132
18133 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18134 match absolute path on remote host.
18135 (test_file_list_exec_source_files): Remove "/" from the
18136 pattern.
18137
f23fcd46
YQ
181382014-05-14 Yao Qi <yao@codesourcery.com>
18139
18140 * boards/local-remote-host-notty.exp (${board}_file): New
18141 proc.
18142
9404b58f
KM
181432014-05-07 Kyle McMartin <kyle@redhat.com>
18144
18145 Pushed by Joel Brobecker <brobecker@adacore.com>.
18146 * gdb.arch/aarch64-atomic-inst.c: New file.
18147 * gdb.arch/aarch64-atomic-inst.exp: New file.
18148
5e45f04c
YQ
181492014-05-07 Yao Qi <yao@codesourcery.com>
18150
18151 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18152 in current context" too.
18153
c888a17d
KS
181542014-05-05 Keith Seitz <keiths@redhat.com>
18155
18156 * gdb.linespec/ls-dollar.exp: Add test for linespec
18157 file:convenience_variable.
18158
290a839c
YQ
181592014-05-05 Yao Qi <yao@codesourcery.com>
18160
18161 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18162 traceframes into tfile and ctf trace files. Read data from
18163 trace file and test collected data.
18164 (gdb_collect_locals_test): Likewise.
18165 (gdb_unavailable_registers_test): Likewise.
18166 (gdb_unavailable_floats): Likewise.
18167 (gdb_collect_globals_test): Likewise.
18168 (top-level): Append "ctf" to trace_file_targets if GDB
18169 supports.
18170
b5262cd0
YQ
181712014-05-05 Yao Qi <yao@codesourcery.com>
18172
18173 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18174 code to ...
18175 (gdb_collect_args_test_1): ... it. New proc.
18176 (gdb_collect_locals_test): Move some code to ...
18177 (gdb_collect_locals_test_1): ... it. New proc.
18178 (gdb_unavailable_registers_test): Move some code to ...
18179 (gdb_unavailable_registers_test_1): ... it. New proc.
18180 (gdb_unavailable_floats): Move some code to ...
18181 (gdb_unavailable_floats_1): ... it. New proc.
18182
30a1e6cc
SDJ
181832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18184
18185 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18186 probes to test for bitness recognition.
18187 * gdb.arch/amd64-stap-optional-prefix.exp
18188 (test_probe_value_without_reg): New procedure.
18189 Add code to test for different kinds of bitness.
18190
f33da99a
SDJ
181912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18192
18193 PR breakpoints/16889
18194 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18195 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18196
5b80f00d
PA
181972014-05-01 Pedro Alves <palves@redhat.com>
18198
18199 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18200 gdb_file_cmd if no file is specified.
18201 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18202 last_loaded_file to set the remote exec-file.
18203
f8c2a73c
PA
182042014-05-01 Pedro Alves <palves@redhat.com>
18205
18206 * boards/local-remote-host.exp: New file.
18207
be6e8ac7
PA
182082014-05-01 Pedro Alves <palves@redhat.com>
18209
18210 * boards/local-remote-host.exp: Rename to ...
18211 * boards/local-remote-host-notty.exp: ... this.
18212
cac0dc8f
JB
182132014-04-28 Joel Brobecker <brobecker@adacore.com>
18214
18215 * gdb.ada/dyn_arrayidx: New testcase.
18216
9730e6cc
YQ
182172014-04-26 Yao Qi <yao@codesourcery.com>
18218
18219 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18220 and compute the length of function main. Save it in
18221 $main_length.
18222 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18223 (top-level): Use gdb_compile to compile objects into
18224 executable and restart GDB. Remove invocation to
18225 prepare_for_testing.
18226
7ae1a6a6
PA
182272014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18228 Pedro Alves <palves@redhat.com>
18229
18230 PR server/16255
18231 * gdb.multi/multi-attach.c: New file.
18232 * gdb.multi/multi-attach.exp: New file.
18233
4082afcc
PA
182342014-04-25 Pedro Alves <palves@redhat.com>
18235
18236 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18237 user.
18238 (top level): Test that "set remote conditional-breakpoints-packet
18239 off" works as intended.
18240 * gdb.base/dprintf.exp: Test that "set remote
18241 breakpoint-commands-packet off" works as intended.
18242 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18243 New function.
18244 (top level): Call it.
18245 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18246 remote fast-tracepoints-packet off" works as intended.
18247 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18248 * lib/gdb.exp (gdb_is_target_remote): ... here.
18249
2abc3f8d
DB
182502014-04-24 David Blaikie <dblaikie@gmail.com>
18251
18252 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18253 ensure clang would not discard them.
18254 * gdb.base/gdbvars.c: Ditto.
18255 * gdb.base/memattr.c: Ditto.
18256 * gdb.base/whatis.c: Ditto.
18257 * gdb.python/py-prettyprint.c: Ditto.
18258 * gdb.trace/actions.c: Ditto.
18259 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18260 ensure clang would not discard it.
18261
bfd39632
DB
182622014-04-24 David Blaikie <dblaikie@gmail.com>
18263
18264 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18265 clang to emit the full definition of type required by the test
18266 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18267
22842ff6
DB
182682014-04-24 David Blaikie <dblaikie@gmail.com>
18269
18270 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18271 coax Clang into emitting the definition of the type.
18272 * gdb.cp/pr10728-x.h (y): Ditto.
18273 * gdb.cp/pr10728-y.cc (y): Ditto.
18274
c2e827ad
DB
182752014-04-24 David Blaikie <dblaikie@gmail.com>
18276
18277 * gdb.base/label.exp: XFAIL label related tests under Clang.
18278 * gdb.cp/cplabel.exp: Ditto.
18279 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18280 under Clang those using labels.
18281
4c2d33e7
YQ
182822014-04-25 Yao Qi <yao@codesourcery.com>
18283
18284 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18285 double_label.
18286 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18287 partial_label and double_label.
18288
56083b99
DB
182892014-04-24 David Blaikie <dblaikie@gmail.com>
18290
18291 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18292
25d4e99d
DB
182932014-04-24 David Blaikie <dblaikie@gmail.com>
18294
18295 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18296 of the function to work across GCC and Clang.
18297 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18298 pointer types (const void ** const V void **).
18299
01f9f808
MS
183002014-04-24 Michael Sturm <michael.sturm@mintel.com>
18301 Walfred Tedeschi <walfred.tedeschi@intel.com>
18302
18303 * Makefile.in (EXECUTABLES): Added i386-avx512.
18304 * gdb.arch/i386-avx512.c: New file.
18305 * gdb.arch/i386-avx512.exp: Likewise.
18306
4b48d439
KS
183072014-04-23 Keith Seitz <keiths@redhat.com>
18308
18309 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18310 (mi_make_breakpoint_table): New procedure.
18311 (mi_create_breakpoint): Use mi_make_breakpoint
18312 and return the result.
18313 (mi_make_breakpoint): New procedure.
18314 (mi_build_kv_pairs): New procedure.
18315
18316 * gdb.mi/mi-break.exp: Remove unused globals,
18317 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18318 All callers updated.
18319 * gdb.mi/mi-dprintf.exp: Use variable to track command
18320 number.
18321 Update all callers of mi_create_breakpoint and use
18322 mi_make_breakpoint_table.
18323 Remove any unused global variables.
18324 * gdb.mi/mi-nonstop.exp: Likewise.
18325 * gdb.mi/mi-nsintrall.exp: Likewise.
18326 * gdb.mi/mi-nsmoribund.exp: Likewise.
18327 * gdb.mi/mi-nsthrexec.exp: Likewise.
18328 * gdb.mi/mi-reverse.exp: Likewise.
18329 * gdb.mi/mi-simplerun.exp: Likewise.
18330 * gdb.mi/mi-stepn.exp: Likewise.
18331 * gdb.mi/mi-syn-frame.exp: Likewise.
18332 * gdb.mi/mi-until.exp: Likewise.
18333 * gdb.mi/mi-var-cp.exp: Likewise.
18334 * gdb.mi/mi-var-display.exp: Likewise.
18335 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18336 * gdb.mi/mi2-var-child.exp: Likewise.
18337 * gdb.mi/mi-vla-c99.exp: Likewise.
18338 * lib/mi-support.exp: Likewise.
18339
18340 From Ian Lance Taylor <iant@cygnus.com>:
18341 * lib/gdb.exp (parse_args): New procedure.
18342
08351840
PA
183432014-04-23 Pedro Alves <palves@redhat.com>
18344
18345 * gdb.base/break-unload-file.c: New file.
18346 * gdb.base/break-unload-file.exp: New file.
18347 * gdb.base/sym-file-lib.c (baz): New function.
18348 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18349 field.
18350 (load): Store the segment's mapped size.
18351 (unload): New function.
18352 (unload_shlib): New function.
18353 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18354 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18355 set a breakpoint at baz, and call it.
18356 * gdb.base/sym-file.exp: New tests for stale breakpoint
18357 instructions.
18358
076855f9
PA
183592014-04-23 Pedro Alves <palves@redhat.com>
18360
18361 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18362 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18363 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18364 * gdb.base/hbreak-unmapped.c: New file.
18365 * gdb.base/hbreak-unmapped.exp: New file.
18366 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18367 * lib/gdb.exp (gdb_is_target_remote): ... here.
18368
483805cf
PA
183692014-04-22 Pedro Alves <palves@redhat.com>
18370
18371 * gdb.base/consecutive-step-over.c: New file.
18372 * gdb.base/consecutive-step-over.exp: New file.
18373
06d97543
PA
183742014-04-22 Pedro Alves <palves@redhat.com>
18375
18376 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18377 instead of send_gdb/gdb_expect.
18378
b4429ea2
YQ
183792014-04-22 Yao Qi <yao@codesourcery.com>
18380
18381 * lib/trace-support.exp (generate_tracefile): New procedure.
18382 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18383 return 0.
18384 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18385 if generate_tracefile returns 1.
18386
51d48146
PA
183872014-04-18 Tom Tromey <palves@redhat.com>
18388 Pedro alves <tromey@redhat.com>
18389
18390 PR backtrace/15558
18391 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18392 with a backtrace limit.
18393 * gdb.python/py-frame-inline.exp: Test running to an inline
18394 function with a backtrace limit, and printing the newest frame.
18395 * gdb.python/py-frame-inline.c (main): Call f.
18396
bd1dce5f
MS
183972014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18398
18399 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18400
40d1a503
MS
184012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18402
18403 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18404 Drop prefix from unsupported source file path.
18405
389b98f7
YQ
184062014-04-17 Yao Qi <yao@codesourcery.com>
18407
18408 * lib/gdb.exp (with_target_charset): New proc.
18409 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18410 with_target_charset.
18411 (test_print_strings): Likewise.
18412 (test_repeat_bytes): Likewise.
18413 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18414 for some tests.
18415
22869d73
KS
184162014-04-16 Keith Seitz <keiths@redhat.com>
18417
18418 PR gdb/15827
18419 * gdb.dwarf2/corrupt.c: New file.
18420 * gdb.dwarf2/corrupt.exp: New file.
18421
c4f87ca6
KS
184222014-04-16 Keith Seitz <keiths@redhat.com>
18423
18424 PR c++/16597
18425 * gdb.cp/namelessclass.cc: New file.
18426 * gdb.cp/namelessclass.exp: New file.
18427 * gdb.cp/namelessclass.S: New file.
18428
ab19de87
DE
184292014-04-16 Doug Evans <dje@google.com>
18430
18431 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18432 Add comment.
18433 (gdbserver_default_get_comm_port): New function.
18434 (gdbserver_start): Check if board file provided
18435 "gdbserver,get_comm_port" and use it if so.
18436 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18437 (gdb,socketport): Set to "stdio".
18438 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18439 (stdio_gdbserver_template): Delete.
18440 (${board}_get_remote_address): Update.
18441 (${board}_build_remote_cmd): Delete.
18442 (${board}_get_comm_port): New function.
18443 (${board}_spawn): Update.
18444 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18445 Delete.
18446 (${board}_get_remote_address): Update.
18447 (${board}_get_comm_port): New function.
18448
fc98a809
AB
184492014-04-16 Andrew Burgess <aburgess@broadcom.com>
18450
18451 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18452 appearing in any order.
18453
87fd9e6e
DE
184542014-04-15 Doug Evans <dje@google.com>
18455
18456 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18457 uninitialized value of "description".
18458
099fc3ea
KS
184592014-04-15 Keith Seitz <keiths@redhat.com>
18460
18461 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18462 Remove unused globals.
18463 (test_running_the_program): Likewise.
18464 (test_controlled_execution): Likewise.
18465 (test_controlling_breakpoints): Likewise.
18466 (test_program_termination): Likewise.
18467
5da151d4
KS
184682014-04-15 Keith Seitz <keiths@redhat.com>
18469
18470 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18471 unused globals.
18472 (test_rbreak_creation_and_listing): Likewise.
18473 (test_ignore_count): Likewise.
18474 (test_error): Likewise.
18475
35e5d2f0
PA
184762014-04-15 Pedro Alves <palves@redhat.com>
18477
18478 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18479 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18480 sym-file-loader.c.
18481 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18482 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18483 to sym-file-loader.c.
18484 (struct library): Forward declare.
18485 (load_shlib, lookup_function): Change prototypes.
18486 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18487 (translate_offset): Remove declarations.
18488 (get_text_addr): New declaration.
18489 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18490 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18491 sym-file-loader.h.
18492 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18493 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18494 here from sym-file-loader.h.
18495 (struct library): New structure.
18496 (load_shlib, lookup_function): Change prototypes and adjust to
18497 work with a struct library.
18498 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18499 (translate_offset): Make static.
18500 (get_text_addr): New function.
18501 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18502
eb4c1710
PA
185032014-04-15 Pedro Alves <palves@redhat.com>
18504
18505 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18506
2d1baf52
PA
185072014-04-15 Pedro Alves <palves@redhat.com>
18508
18509 * gdb.base/sym-file-loader.c: Include <limits.h>.
18510 (SELF_LINK): New define.
18511 (get_origin): New function.
18512 (load_shlib): Use it.
18513 * gdb.base/sym-file.exp: Don't early return if the target is
18514 remote. Use runto_main, and issue fail is that fails. Use
18515 gdb_load_shlibs.
18516 (shlib_name): Delete.
18517 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18518
7dd6df01
PA
185192014-04-15 Pedro Alves <palves@redhat.com>
18520
18521 * gdb.base/sym-file.exp: Remove regex characters from test
18522 message. Don't refer to breakpoint numbers in test messages.
18523
b50c8614
KS
185242014-04-14 Keith Seitz <keiths@redhat.com>
18525
18526 PR c++/16253
18527 * gdb.cp/var-tag.cc: New file.
18528 * gdb.cp/var-tag.exp: New file.
18529 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18530 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18531 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18532 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18533
3d567982
TT
185342014-04-14 Tom Tromey <tromey@redhat.com>
18535
18536 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18537 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18538 type.
18539 * gdb.cp/enum-class.exp: New file.
18540 * gdb.cp/enum-class.cc: New file.
18541
0626fc76
TT
185422014-04-14 Tom Tromey <tromey@redhat.com>
18543
18544 * gdb.dwarf2/enum-type.exp: New file.
18545
dca325b3
SA
185462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18547
18548 * gdb.mi/mi-vla-c99.exp: New file.
18549 * gdb.mi/vla.c: New file.
18550
5854b38a
SA
185512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18552
18553 * gdb.base/vla-datatypes.c: New file.
18554 * gdb.base/vla-datatypes.exp: New file.
18555
463bb957
SA
185562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18557
18558 * gdb.base/vla-ptr.c: New file.
18559 * gdb.base/vla-ptr.exp: New file.
18560
3dd170be
SA
185612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18562
18563 * gdb.dwarf2/count.exp: New file.
18564
5ecaaa66
SA
185652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18566
18567 * gdb.base/vla-sideeffect.c: New file.
18568 * gdb.base/vla-sideeffect.exp: New file.
18569
41f1ada5
DB
185702014-04-14 David Blaikie <dblaikie@gmail.com>
18571
18572 * gdb.mi/non-stop.c: Add return value for non-void function return
18573 statement.
18574 * gdb.threads/staticthreads.c: Ditto.
18575
0be03e84
DE
185762014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18577 Doug Evans <xdje42@gmail.com>
18578
18579 * gdb.guile/scm-value.c: Improve test case.
18580 * gdb.guile/scm-value.exp: Add new test.
18581
f180a1fb
DB
185822014-04-11 David Blaikie <dblaikie@gmail.com>
18583
18584 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18585 override Clang's default.
18586
6b662e19
JB
185872014-04-11 Joel Brobecker <brobecker@adacore.com>
18588
18589 Revert the following changes (regressions):
18590
18591 * gdb.base/vla-sideeffect.c: New file.
18592 * gdb.base/vla-sideeffect.exp: New file.
18593
18594 * gdb.dwarf2/count.exp: New file.
18595
18596 * gdb.base/vla-multi.c: New file.
18597 * gdb.base/vla-multi.exp: New file.
18598
18599 * gdb.base/vla-ptr.c: New file.
18600 * gdb.base/vla-ptr.exp: New file.
18601
18602 * gdb.base/vla-datatypes.c: New file.
18603 * gdb.base/vla-datatypes.exp: New file.
18604
18605 * gdb.mi/mi-vla-c99.exp: New file.
18606 * gdb.mi/vla.c: New file.
18607
245a5f0b
KS
186082014-04-11 Keith Seitz <keiths@redhat.com>
18609
18610 PR c++/16675
18611 * gdb.cp/cpsizeof.exp: New file.
18612 * gdb.cp/cpsizeof.cc: New file.
18613
58a84dcf
SA
186142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18615
191a8a90
JB
18616 * gdb.mi/mi-vla-c99.exp: New file.
18617 * gdb.mi/vla.c: New file.
58a84dcf 18618
c8655f75
SA
186192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18620
18621 * gdb.base/vla-datatypes.c: New file.
18622 * gdb.base/vla-datatypes.exp: New file.
18623
024e13b4
SA
186242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18625
18626 * gdb.base/vla-ptr.c: New file.
18627 * gdb.base/vla-ptr.exp: New file.
18628
1a237e0e
SA
186292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18630
18631 * gdb.base/vla-multi.c: New file.
18632 * gdb.base/vla-multi.exp: New file.
18633
504f3432
SA
186342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18635
18636 * gdb.dwarf2/count.exp: New file.
18637
3bce8237
SA
186382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18639
191a8a90
JB
18640 * gdb.base/vla-sideeffect.c: New file.
18641 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18642
322f9c21
YQ
186432014-04-11 Yao Qi <yao@codesourcery.com>
18644
18645 * gdb.base/completion.exp: Check file exists before running tests
18646 on file completion.
18647
d708bcd1
PA
186482014-04-10 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.base/cond-eval-mode.c: New file.
18651 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18652 prepare_for_testing to build the new file. Check result of
18653 runto_main.
18654 (test_break, test_watch): New procedures.
18655 (top level): Use them.
18656
ae1d2761
PM
186572014-04-08 Pierre Muller <muller@sourceware.org>
18658
18659 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18660 Ctrl-V use for mingw hosts.
18661
7af389b8
SC
186622014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18663
18664 * gdb.python/py-value.c: Improve test case.
18665 * gdb.python/py-value.exp: Add new test.
18666
5e703181
DE
186672014-04-07 David Blaikie <dblaikie@gmail.com>
18668
18669 * lib/compiler.c: Identify the clang compiler.
18670 * lib/compiler.cc: Ditto.
18671
9810b410
YQ
186722014-04-03 Yao Qi <yao@codesourcery.com>
18673
18674 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18675
98d1b8dc
AB
186762014-04-01 Anton Blanchard <anton@samba.org>
18677
18678 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18679 messages unique.
18680
3114cea1
AB
186812014-04-01 Anton Blanchard <anton@samba.org>
18682
18683 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18684 prepare_for_testing.
18685
62f7182c
AB
186862014-04-01 Anton Blanchard <anton@samba.org>
18687
18688 * gdb.arch/ppc64-atomic-inst.c: Remove.
18689 * gdb.arch/ppc64-atomic-inst.S: New file.
18690 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18691
770e7fc7
DE
186922014-03-31 Doug Evans <dje@google.com>
18693
18694 * gdb.base/print-symbol-loading-lib.c: New file.
18695 * gdb.base/print-symbol-loading-main.c: New file.
18696 * gdb.base/print-symbol-loading.exp: New file.
18697
46e2bafa
YQ
186982014-03-31 Yao Qi <yao@codesourcery.com>
18699
18700 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18701
8776cfe9
JB
187022014-03-28 Joel Brobecker <brobecker@adacore.com>
18703
18704 * gdb.ada/mi_dyn_arr: New testcase.
18705
5d1ef361
DE
187062014-03-27 Doug Evans <dje@google.com>
18707
18708 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18709
b5bee914
YQ
187102014-03-27 Yao Qi <yao@codesourcery.com>
18711
18712 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18713 if target is nios2-*-*.
18714
0d4d0e77
YQ
187152014-03-26 Yao Qi <yao@codesourcery.com>
18716
18717 * lib/gdb.exp (readline_is_used): New proc.
18718 * gdb.base/completion.exp: Move tests on command complete up.
18719 Skip the rest of tests if readline is not used.
18720 * gdb.ada/complete.exp: Skp the test if readline is not
18721 used.
18722 * gdb.base/filesym.exp: Likewise.
18723 * gdb.base/macscp.exp: Likewise.
18724 * gdb.base/readline-ask.exp: Likewise.
18725 * gdb.base/readline.exp: Likewise.
18726 * gdb.python/py-cmd.exp: Likewise.
18727 * gdb.trace/tfile.exp: Likewise.
18728
29361eee
YQ
187292014-03-26 Yao Qi <yao@codesourcery.com>
18730
18731 * gdb.base/macscp.exp: Fix code format issues.
18732
bc9a5525
UW
187332014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18734
18735 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18736 * gdb.asm/powerpc64le.inc: New file.
18737
d3839ede
PA
187382014-03-25 Pedro Alves <palves@redhat.com>
18739 Doug Evans <dje@google.com>
18740
18741 * gdb.base/source-execution.c: New file.
18742 * gdb.base/source-execution.exp: New file.
18743 * gdb.base/source-execution.gdb: New file.
18744
01672a57
DE
187452014-03-24 Doug Evans <dje@google.com>
18746
18747 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18748 using fission.
18749
88bbeca9
HZ
187502014-03-24 Hui Zhu <hui@codesourcery.com>
18751 Pedro Alves <palves@redhat.com>
18752
18753 PR breakpoints/16101
18754 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18755 test pass/fail messages. Detect missing support for dprintf when
18756 breakpoints are actually inserted.
18757 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18758 breakpoints are actually inserted.
18759 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18760 fails.
18761
d2348791
JK
187622014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18763
18764 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18765
feef67ab
DE
187662014-03-22 Doug Evans <xdje42@gmail.com>
18767
18768 * gdb.python/python.exp (python not supported): Verify multi-line
18769 python command issues an error.
25d743f9 18770 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 18771 guile command issues an error.
feef67ab 18772
ecebef6a
MR
187732014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18774
18775 * gdb.threads/thread-specific.exp: Handle the lack of usable
18776 $this_breakpoint and $this_thread.
18777
ccdd1909
HZ
187782014-03-21 Hui Zhu <hui@codesourcery.com>
18779
18780 * gdb.base/attach.exp (do_command_attach_tests): New.
18781
beb460e8
PA
187822014-03-20 Tom Tromey <tromey@redhat.com>
18783 Pedro Alves <palves@redhat.com>
18784
18785 PR cli/15718
18786 * gdb.base/condbreak-call-false.c: New file.
18787 * gdb.base/condbreak-call-false.exp: New file.
18788
40acf43a
PA
187892014-03-20 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18792 Delete.
18793 (block_signals, unblock_signals): Delete.
18794 (child_function_2, main): Remove references to deleted variable
18795 and functions.
18796
9f5e1e02
PA
187972014-03-20 Pedro Alves <palves@redhat.com>
18798
18799 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18800 Use pthread_kill to signal thread 2.
18801 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18802 Adjust to make the test send itself a signal rather than using the
18803 host's "kill" command.
18804
99619bea
PA
188052014-03-20 Pedro Alves <palves@redhat.com>
18806
18807 * gdb.threads/multiple-step-overs.c: New file.
18808 * gdb.threads/multiple-step-overs.exp: New file.
18809 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18810 Adjust expected infrun debug output.
18811
2adfaa28
PA
188122014-03-20 Pedro Alves <palves@redhat.com>
18813
18814 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18815 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18816
31e77af2
PA
188172014-03-20 Pedro Alves <palves@redhat.com>
18818
18819 PR breakpoints/7143
18820 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18821 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18822 of gdb_test_multiple.
18823 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18824 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18825
b9f437de
PA
188262014-03-20 Pedro Alves <palves@redhat.com>
18827
18828 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18829 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18830
05adc73e
PA
188312014-03-19 Pedro Alves <palves@redhat.com>
18832
18833 * gdb.base/async.exp: Remove early return.
18834
6048b950
PA
188352014-03-19 Pedro Alves <palves@redhat.com>
18836
18837 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18838
8bcfb00a
PA
188392014-03-19 Pedro Alves <palves@redhat.com>
18840
18841 * gdb.base/async.exp (test_background): Expect \r\n after
18842 "completed." in the fail pattern.
18843
884e37dc
PA
188442014-03-19 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.base/async.exp (test_background): New procedure.
18847 Use it for all background execution command tests.
18848
148e57e2
PA
188492014-03-19 Pedro Alves <palves@redhat.com>
18850
18851 * gdb.base/async.exp: Use prepare_for_testing.
18852
f48088c7
PA
188532014-03-19 Pedro Alves <palves@redhat.com>
18854
18855 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18856 the same line.
18857
e2f6c966
PA
188582014-03-19 Pedro Alves <palves@redhat.com>
18859
18860 * gdb.base/async.c (main): Add "jump here" and "until here" line
18861 marker comments.
18862 * gdb.base/async.exp (jump_here): New global.
18863 (jump& test): Use it.
18864 (until_here): New global.
18865 (until& test): Use it.
18866
c30568d4
PA
188672014-03-19 Pedro Alves <palves@redhat.com>
18868
18869 * gdb.base/async.exp: Don't frob gdb_protocol.
18870
0172b6a7
DE
188712014-03-18 Doug Evans <xdje42@gmail.com>
18872
18873 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18874 Fix spelling of exec-done-display.
18875
06c868a8
JK
188762014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18877
18878 PR gdb/15358
18879 * gdb.base/gdb-sigterm.c: New file.
18880 * gdb.base/gdb-sigterm.exp: New file.
18881
0c7e1a46
PA
188822014-03-18 Pedro Alves <palves@redhat.com>
18883
18884 PR gdb/13860
18885 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18886 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18887 solib-event.
18888
f7c77d93
JB
188892014-03-17 Joel Brobecker <brobecker@adacore.com>
18890
18891 * gdb.ada/pckd_arr_ren: New testcase.
18892
5a1e8c7a
DE
188932014-03-13 Doug Evans <xdje42@gmail.com>
18894
18895 PR guile/16612
18896 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18897 collect after discarding symbols.
18898
350e1a76
DE
188992014-03-13 Ludovic Courtès <ludo@gnu.org>
18900 Doug Evans <xdje42@gmail.com>
18901
18902 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18903 to history survives a gc.
18904
a69900ae
PA
189052014-03-13 Pedro Alves <palves@redhat.com>
18906
18907 * gdb.base/default.exp: Don't test "target procfs".
18908
5db9f0bd
PA
189092014-03-13 Pedro Alves <palves@redhat.com>
18910
18911 * gdb.base/default.exp: Update "target child" and "target procfs"
18912 tests to not expect "Unix".
18913
b3ccfe11
TT
189142014-03-12 Tom Tromey <tromey@redhat.com>
18915
18916 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18917 New procs. Add target-async tests.
18918 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18919 Add target-async tests.
18920
646f4417
AA
189212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18922
18923 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18924 'func_start' and 'func_end' for the beginning and end of the
18925 function code, respectively.
18926 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18927 'func_end' instead of 'func' and 'main'.
18928
288c211f
AA
189292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18930
18931 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18932 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18933 generate the debug info assembler source.
18934
e0c0f156
AA
189352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18936
18937 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18938 * gdb.dwarf2/arr-subrange.exp: Likewise.
18939 * gdb.dwarf2/dwz.exp: Likewise.
18940 * gdb.dwarf2/method-ptr.exp: Likewise.
18941 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18942 * gdb.dwarf2/subrange.exp: Likewise.
18943 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18944 * gdb.dwarf2/implptrpiece.exp: Likewise.
18945 * gdb.dwarf2/nostaticblock.exp: Likewise.
18946
0e5c4555
AA
189472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18948
18949 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18950 directory to absolute path name arguments.
18951
5ec18f2b
JG
189522014-03-10 Joel Brobecker <brobecker@adacore.com>
18953
18954 * gdb.ada/tagged_access: New testcase.
18955
847fc4f2
MM
189562014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18957
18958 * gdb.btrace/data.exp: Update expected output.
18959
cc3da688
YQ
189602014-03-06 Yao Qi <yao@codesourcery.com>
18961
18962 * gdb.trace/pr16508.exp: New file.
18963
0f26cec1
PA
189642014-03-05 Pedro Alves <palves@redhat.com>
18965
18966 PR gdb/16575
18967 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18968 procedure.
18969 (top level): Adjust to use it. Add tests that exercise breakpoint
18970 interaction with the code-cache.
18971
7a5a839f
LC
189722014-02-26 Ludovic Courtès <ludo@gnu.org>
18973
18974 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18975 test for 'history-append!'.
18976
31aa7e4e
JB
189772014-02-26 Joel Brobecker <brobecker@adacore.com>
18978
18979 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18980 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18981 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18982 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18983 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18984 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18985
1b588015
JB
189862014-02-26 Joel Brobecker <brobecker@adacore.com>
18987
18988 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18989 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18990 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18991
55426c9d
JB
189922014-02-26 Joel Brobecker <brobecker@adacore.com>
18993
18994 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18995
dc53a7ad
JB
189962014-02-26 Joel Brobecker <brobecker@adacore.com>
18997
18998 * gdb.dwarf2/arr-stride.c: New file.
18999 * gdb.dwarf2/arr-stride.exp: New file.
19000
12ab52e9
PA
190012014-02-26 Pedro Alves <palves@redhat.com>
19002
19003 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19004 that won't ever trigger. Make sure that GDB reports the correct
19005 breakpoint that caused the stop.
19006
849c862e
JK
190072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19008
19009 PR gdb/16626
19010 * gdb.base/auto-load-script: New file.
19011 * gdb.base/auto-load.c: New file.
19012 * gdb.base/auto-load.exp: New file.
19013
71b7d793
JK
19014 PR gdb/16626
19015 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19016
e2f0d509
JK
190172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19018
19019 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19020 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19021
50cc37c8
DE
190222014-02-24 Doug Evans <dje@google.com>
19023
19024 * lib/gdb.exp (run_on_host): Log error output if program fails.
19025
ea4758f2
PA
190262014-02-21 Pedro Alves <palves@redhat.com>
19027
19028 * gdb.threads/step-after-sr-lock.c: Rename to ...
19029 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19030 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19031 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19032 ... this.
19033
d7b30f67
SDJ
190342014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19035
19036 PR tdep/16397
19037 * gdb.arch/amd64-stap-special-operands.exp: New file.
19038 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19039 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19040 * gdb.arch/amd64-stap-triplet.S: Likewise.
19041 * gdb.arch/amd64-stap-triplet.c: Likewise.
19042
83deb43f
JB
190432014-02-20 Joel Brobecker <brobecker@adacore.com>
19044
19045 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19046 in .section pseudo-op.
19047
adde2bff
DE
190482014-02-20 lin zuojian <manjian2006@gmail.com>
19049 Joel Brobecker <brobecker@adacore.com>
19050 Doug Evans <xdje42@gmail.com>
19051
19052 PR symtab/16581
19053 * gdb.dwarf2/dw2-icycle.S: New file.
19054 * gdb.dwarf2/dw2-icycle.c: New file.
19055 * gdb.dwarf2/dw2-icycle.exp: New file.
19056
f7bd0f78
SC
190572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19058
19059 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19060 operations on gdb.Value objects.
19061 * gdb.python/py-value-cc.exp: Add new test to test operations on
19062 gdb.Value objects.
19063
c17ef0d5
DE
190642014-02-18 Doug Evans <dje@google.com>
19065
19066 * Makefile.in (TESTS): New variable.
19067 (expanded_tests, expanded_tests_or_none): New variables
19068 (check-single): Pass $(expanded_tests_or_none) to runtest.
19069 (check-parallel): Only run tests in $(TESTS) if non-empty.
19070 (check/no-matching-tests-found): New rule.
19071 * README: Document TESTS makefile variable.
19072
5dd3176f
DE
190732014-02-18 Doug Evans <dje@google.com>
19074
19075 * Makefile.in (check-parallel): rm -rf outputs temp.
19076
0b10be4f
JK
190772014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19078
19079 Fix "ERROR: no fileid for" in the testsuite.
19080 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19081
85f224e7
DE
190822014-02-12 Doug Evans <dje@google.com>
19083
19084 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19085 (MISCELLANEOUS): New variable.
19086 (clean): rm -rf $(MISCELLANEOUS).
19087 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19088 dwp live in the same directory as symlinks, with each symlink pointed
19089 to a differently named file in a different directory.
19090
149b30ff
DE
190912014-02-11 Doug Evans <dje@google.com>
19092
19093 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19094 of Tcl file commands.
19095
1dfdac32
MK
190962014-02-10 Mark Kettenis <kettenis@gnu.org>
19097
19098 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19099 "kill -SIGUSR1 -1".
19100
aa4fb036
JB
191012014-02-10 Joel Brobecker <brobecker@adacore.com>
19102
19103 * gdb.ada/tick_length_array_enum_idx: New testcase.
19104
ed3ef339
DE
191052014-02-10 Doug Evans <xdje42@gmail.com>
19106
19107 * configure.ac (AC_OUTPUT): Add gdb.guile.
19108 * configure: Regenerate.
19109 * lib/gdb-guile.exp: New file.
19110 * lib/gdb.exp (get_target_charset): New function.
19111 * gdb.base/help.exp: Update expected output from "apropos apropos".
19112 * gdb.guile/Makefile.in: New file.
19113 * gdb.guile/guile.exp: New file.
19114 * gdb.guile/scm-arch.c: New file.
19115 * gdb.guile/scm-arch.exp: New file.
19116 * gdb.guile/scm-block.c: New file.
19117 * gdb.guile/scm-block.exp: New file.
19118 * gdb.guile/scm-breakpoint.c: New file.
19119 * gdb.guile/scm-breakpoint.exp: New file.
19120 * gdb.guile/scm-disasm.c: New file.
19121 * gdb.guile/scm-disasm.exp: New file.
19122 * gdb.guile/scm-equal.c: New file.
19123 * gdb.guile/scm-equal.exp: New file.
19124 * gdb.guile/scm-error.exp: New file.
19125 * gdb.guile/scm-error.scm: New file.
19126 * gdb.guile/scm-frame-args.c: New file.
19127 * gdb.guile/scm-frame-args.exp: New file.
19128 * gdb.guile/scm-frame-args.scm: New file.
19129 * gdb.guile/scm-frame-inline.c: New file.
19130 * gdb.guile/scm-frame-inline.exp: New file.
19131 * gdb.guile/scm-frame.c: New file.
19132 * gdb.guile/scm-frame.exp: New file.
19133 * gdb.guile/scm-generics.exp: New file.
19134 * gdb.guile/scm-gsmob.exp: New file.
19135 * gdb.guile/scm-iterator.c: New file.
19136 * gdb.guile/scm-iterator.exp: New file.
19137 * gdb.guile/scm-math.c: New file.
19138 * gdb.guile/scm-math.exp: New file.
19139 * gdb.guile/scm-objfile-script-gdb.in: New file.
19140 * gdb.guile/scm-objfile-script.c: New file.
19141 * gdb.guile/scm-objfile-script.exp: New file.
19142 * gdb.guile/scm-objfile.c: New file.
19143 * gdb.guile/scm-objfile.exp: New file.
19144 * gdb.guile/scm-ports.exp: New file.
19145 * gdb.guile/scm-pretty-print.c: New file.
19146 * gdb.guile/scm-pretty-print.exp: New file.
19147 * gdb.guile/scm-pretty-print.scm: New file.
19148 * gdb.guile/scm-section-script.c: New file.
19149 * gdb.guile/scm-section-script.exp: New file.
19150 * gdb.guile/scm-section-script.scm: New file.
19151 * gdb.guile/scm-symbol.c: New file.
19152 * gdb.guile/scm-symbol.exp: New file.
19153 * gdb.guile/scm-symtab-2.c: New file.
19154 * gdb.guile/scm-symtab.c: New file.
19155 * gdb.guile/scm-symtab.exp: New file.
19156 * gdb.guile/scm-type.c: New file.
19157 * gdb.guile/scm-type.exp: New file.
19158 * gdb.guile/scm-value-cc.cc: New file.
19159 * gdb.guile/scm-value-cc.exp: New file.
19160 * gdb.guile/scm-value.c: New file.
19161 * gdb.guile/scm-value.exp: New file.
19162 * gdb.guile/source2.scm: New file.
19163 * gdb.guile/types-module.cc: New file.
19164 * gdb.guile/types-module.exp: New file.
19165
7026a7c1
YQ
191662014-02-10 Yao Qi <yao@codesourcery.com>
19167
19168 PR testsuite/16543
19169 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19170 * configure: Regenerated.
19171 * Makefile.in: New file.
19172
6c466447
AS
191732014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19174
19175 * gdb.python/py-framefilter.exp: Fix typo.
19176
6e854735
YQ
191772014-02-08 Yao Qi <yao@codesourcery.com>
19178
19179 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19180 that no =breakpoint-modified is emitted when breakpoints are
19181 modified through MI commands.
19182
d137e6dc
PA
191832014-02-07 Pedro Alves <pedro@codesourcery.com>
19184 Pedro Alves <palves@redhat.com>
19185
19186 * gdb.threads/step-after-sr-lock.c: New file.
19187 * gdb.threads/step-after-sr-lock.exp: New file.
19188
b5ee5a50
PA
191892014-02-07 Pedro Alves <palves@redhat.com>
19190
19191 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19192
3c77faf3
JK
191932014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19194
19195 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19196 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19197
6dddc817
DE
191982014-02-06 Doug Evans <xdje42@gmail.com>
19199
19200 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19201 output.
19202
19203 * gdb.gdb/python-interrupts.exp: New file.
19204
de7b2893
YQ
192052014-02-05 Yao Qi <yao@codesourcery.com>
19206
19207 * gdb.trace/report.exp (use_collected_data): Test the output
19208 of "info threads" and "info inferiors".
19209
66d032ac
YQ
192102014-02-05 Yao Qi <yao@codesourcery.com>
19211
19212 Revert this patch:
19213
19214 2013-05-24 Yao Qi <yao@codesourcery.com>
19215
19216 * gdb.trace/tfile.exp: Test inferior and thread.
19217
591a12a1
UW
192182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19219
19220 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19221 on a function.
19222 * gdb.base/step-bt.c: Call hello via function pointer to make
19223 sure its first instruction is executed on powerpc64le-linux.
19224
0ff3e01f
UW
192252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19226
19227 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19228
084ee545
UW
192292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19230
19231 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19232 of the test patterns for use on little-endian systems.
19233
6ed14ff3
UW
192342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19235
19236 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19237 (decimal_vector): Fix for little-endian.
19238
401e27fd
JM
192392014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19240
19241 * gdb.arch/sparc-sysstep.exp: New file.
19242 * gdb.arch/sparc-sysstep.c: Likewise.
19243
19244 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19245
8b924729
EBM
192462014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19247
19248 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19249
fb151210
JB
192502014-01-23 Tom Tromey <tromey@redhat.com>
19251
19252 * gdb.ada/array_char_idx: New testcase.
19253
0740f8d8
TT
192542014-01-23 Tom Tromey <tromey@redhat.com>
19255
19256 PR python/16487:
19257 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19258 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19259 classes.
19260
21909fa1
TT
192612014-01-23 Tom Tromey <tromey@redhat.com>
19262
19263 PR python/16491:
19264 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19265 string from an inferior frame.
19266 * gdb.python/py-framefilter-mi.exp: Update.
19267
87ce2a04
DE
192682014-01-22 Doug Evans <dje@google.com>
19269
19270 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19271
237b092b
AA
192722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19273
19274 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19275
d674a709
AA
192762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19277
19278 * gdb.trace/entry-values.exp: Remove excess space character from
19279 regex patterns. Handle s390 call instruction.
19280
20fa3390
AA
192812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19282
19283 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19284 define "*_start" label. Make "name" static.
19285 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19286 ${name} by references to ${name}_start.
19287
78466714
AA
192882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19289
19290 * gdb.base/info-macros.exp: Remove "debug" from the compile
19291 options.
19292
ec9f644a
IB
192932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19294
19295 * gdb.dlang/demangle.exp: New file.
19296
94b1b47e
IB
192972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19298
19299 * gdb.dlang/primitive-types.exp: New file.
19300
7f420862
IB
193012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19302
19303 * configure.ac: Create gdb.dlang/Makefile.
19304 * configure: Regenerate.
19305 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19306 * gdb.dlang/Makefile.in: New file.
19307 * lib/d-support.exp: New file.
19308 * lib/gdb.exp (skip_d_tests): New proc.
19309
52834460
MM
193102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19311
19312 * gdb.btrace/delta.exp: Check reverse stepi.
19313 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19314 * gdb.btrace/finish.exp: New.
19315 * gdb.btrace/next.exp: New.
19316 * gdb.btrace/nexti.exp: New.
19317 * gdb.btrace/record_goto.c: Add comments.
19318 * gdb.btrace/step.exp: New.
19319 * gdb.btrace/stepi.exp: New.
19320 * gdb.btrace/multi-thread-step.c: New.
19321 * gdb.btrace/multi-thread-step.exp: New.
19322 * gdb.btrace/rn-dl-bind.c: New.
19323 * gdb.btrace/rn-dl-bind.exp: New.
19324 * gdb.btrace/data.c: New.
19325 * gdb.btrace/data.exp: New.
19326 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19327
6e07b1d2
MM
193282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19329
19330 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19331 * gdb.btrace/exception.exp: Update.
19332 * gdb.btrace/instruction_history.exp: Update.
19333 * gdb.btrace/record_goto.exp: Update.
19334 * gdb.btrace/tailcall.exp: Update.
19335 * gdb.btrace/unknown_functions.exp: Update.
19336 * gdb.btrace/delta.exp: New.
19337
0b722aec
MM
193382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19339
19340 * gdb.btrace/record_goto.exp: Add backtrace test.
19341 * gdb.btrace/tailcall.exp: Add backtrace test.
19342
066ce621
MM
193432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19344
19345 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19346 * gdb.btrace/record_goto.c: New.
19347 * gdb.btrace/record_goto.exp: New.
19348 * gdb.btrace/x86-record_goto.S: New.
19349
0688d04e
MM
193502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19351
19352 * gdb.btrace/function_call_history.exp: Update tests.
19353 * gdb.btrace/instruction_history.exp: Update tests.
19354
8710b709
MM
193552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19356
19357 * gdb.btrace/function_call_history.exp: Fix expected field
19358 order for "record function-call-history".
19359 Add new tests for "record function-call-history /c".
19360 * gdb.btrace/exception.cc: New.
19361 * gdb.btrace/exception.exp: New.
19362 * gdb.btrace/tailcall.exp: New.
19363 * gdb.btrace/x86-tailcall.S: New.
19364 * gdb.btrace/x86-tailcall.c: New.
19365 * gdb.btrace/unknown_functions.c: New.
19366 * gdb.btrace/unknown_functions.exp: New.
19367 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19368
5de9129b
MM
193692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19370
19371 * gdb.btrace/instruction_history.exp: Update.
19372 * gdb.btrace/function_call_history.exp: Update.
19373
23a7fe75
MM
193742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19375
19376 * gdb.btrace/function_call_history.exp: Fix expected function
19377 trace.
19378 * gdb.btrace/instruction_history.exp: Initialize traced.
19379 Remove traced_functions.
19380
724c7dd8
MM
193812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19382
19383 * gdb.btrace/function_call_history.exp: Update
19384 * gdb.btrace/instruction_history.exp: Update.
19385
6d78d93b
MM
193862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19387
19388 * gdb.btrace/enable.exp: Update expected text.
19389
93a360cc
OJ
193902014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19391
19392 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19393 bytes.
19394
3772b53f
MR
193952014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19396
19397 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19398
596662fa
OJ
193992014-01-15 Omair Javaid <omair.javaid@linaro.org>
19400
19401 * lib/gdb.exp (supports_process_record): Return true for
19402 arm*-linux*. (supports_reverse): Likewise.
19403
b5b08fb4
SC
194042014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19405
19406 PR python/15464
19407 PR python/16113
19408 * gdb.python/py-type.c: Enhance test case.
19409 * gdb.python/py-value-cc.cc: Likewise
19410 * gdb.python/py-type.exp: Add new tests.
19411 * gdb.python/py-value-cc.exp: Likewise
19412
52d7fb13
AA
194132014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19414 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19417 Make "name" extern.
19418 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19419 references to ${name}_start by references to ${name}.
19420
a2cd8cfe
JB
194212014-01-10 Joel Brobecker <brobecker@adacore.com>
19422
19423 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19424
4e23fced
JB
194252014-01-10 Joel Brobecker <brobecker@adacore.com>
19426
19427 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19428
c6a9e42c
PA
194292014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19430 Pedro Alves <palves@redhat.com>
19431
19432 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19433 mi_gdb_target_load.
c6a9e42c 19434
b7ea362b
PA
194352014-01-08 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.threads/reconnect-signal.c: New file.
19438 * gdb.threads/reconnect-signal.exp: New file.
19439
5e3f4fab
EBM
194402014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19441
19442 * gdb.base/source-dir.exp: New file.
19443
79301218
JB
194442014-01-07 Joel Brobecker <brobecker@adacore.com>
19445
19446 * gdb.ada/mi_interface: New testcase.
19447
8e355c5d
JB
194482014-01-07 Joel Brobecker <brobecker@adacore.com>
19449
19450 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19451 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19452 gdb.ada/pp-rec-component/pck.ads: New files.
19453
c0d48811
JB
194542014-01-07 Joel Brobecker <brobecker@adacore.com>
19455
19456 * gdb.python/py-pp-integral.c: New file.
19457 * gdb.python/py-pp-integral.py: New file.
19458 * gdb.python/py-pp-integral.exp: New file.
19459
17b609c3 19460For older changes see ChangeLog-1993-2013.
c906108c 19461\f
8d8cb839
EZ
19462;; Local Variables:
19463;; mode: change-log
19464;; left-margin: 8
19465;; fill-column: 74
19466;; version-control: never
19467;; End:
902f2ccb 19468
b811d2c2 19469 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
19470 Copying and distribution of this file, with or without modification,
19471 are permitted provided the copyright notice and this notice are preserved.