gdb: add mailing list and IRC information to --help
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2f33032a
KS
12020-06-11 Keith Seitz <keiths@redhat.com>
2
3 PR gdb/21356
4 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
5 vla_struct.
6 Add new struct vla_typedef and union vla_typedef_union and
7 corresponding instantiation objects.
8 Initialize new objects.
9 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
10 and vla_typedef_union_object.
11 Fixup type for vla_struct_object.
12
a8baf0a3
TV
132020-06-11 Tom de Vries <tdevries@suse.de>
14
15 * lib/gdb.exp (with_override): New proc, factored out of ...
16 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
17
7ab96794
TV
182020-06-10 Tom de Vries <tdevries@suse.de>
19
20 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
21
cab5c3b7
SM
222020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
23
24 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
25 parameter, update callers.
26
f8c41851
SM
272020-06-04 Simon Marchi <simon.marchi@efficios.com>
28
29 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
30 * gdb.dwarf2/share-psymtabs-bt.c: New file.
31 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
32
1c07a73f
TV
332020-06-04 Tom de Vries <tdevries@suse.de>
34
35 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
36
95146b5d
TV
372020-06-04 Tom de Vries <tdevries@suse.de>
38
39 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
40 exp_continue.
41
0cfcd4f0
TV
422020-06-04 Tom de Vries <tdevries@suse.de>
43
44 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
45
f9b5d5ea
TV
462020-06-03 Tom de Vries <tdevries@suse.de>
47
48 PR symtab/26046
49 * gdb.cp/breakpoint-locs-2.cc: New test.
50 * gdb.cp/breakpoint-locs.cc: New test.
51 * gdb.cp/breakpoint-locs.exp: New file.
52 * gdb.cp/breakpoint-locs.h: New test.
53
5144dfba
TV
542020-06-03 Tom de Vries <tdevries@suse.de>
55
56 PR testsuite/25609
57 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
58 value of global verbose.
59 * gdb.base/jit-elf.exp: Same.
60 * gdb.base/jit-reader.exp: Same.
61
621eacdf
TV
622020-06-02 Tom de Vries <tdevries@suse.de>
63
64 * gdb.dwarf2/multidictionary.exp: Don't use
65 gdb_spawn_with_cmdline_opts.
66
1313c56e
AB
672020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
70 use_header case.
71 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
72 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
73 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
74 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
75 * gdb.dwarf2/dw2-inline-header.c: New file.
76 * gdb.dwarf2/dw2-inline-header.h: New file.
77
f68f85b5
PA
782020-05-30 Pedro Alves <palves@redhat.com>
79
80 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
81 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
82
678048e8
GB
832020-05-29 Gary Benson <gbenson@redhat.com>
84
85 * gdb.compile/compile-cplus.exp (additional_flags): Also
86 set when building with clang.
87 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
88 when building with clang.
89
9fcafd23
GB
902020-05-29 Gary Benson <gbenson@redhat.com>
91
92 * gdb.arch/i386-avx.exp (additional_flags): Also set when
93 building with clang.
94 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
95
735d5a07
GB
962020-05-29 Gary Benson <gbenson@redhat.com>
97
98 * gdb.cp/koenig.exp (prepare_for_testing): Add
99 additional_flags=-Wno-unused-comparison.
100 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
101
4ad2c6a0
GB
1022020-05-28 Gary Benson <gbenson@redhat.com>
103
104 * gdb.base/sigaltstack.c (catcher): Add default case to switch
105 statement.
106
09fe663e
GB
1072020-05-28 Gary Benson <gbenson@redhat.com>
108
109 * gdb.cp/classes.exp (prepare_for_testing): Add
110 additional_flags=-Wno-deprecated-register.
111 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
112 * gdb.cp/misc.exp: Likewise.
113
cee00f17
GB
1142020-05-28 Gary Benson <gbenson@redhat.com>
115
116 * gdb.linespec/cpls-ops.cc (dummy): New static global.
117 (test_op_new::operator new): Add return statement.
118 (test_op_new_array::operator new[]): Likewise.
119
636edd00
PA
1202020-05-27 Pedro Alves <palves@redhat.com>
121
122 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
123 check. Use test_gdb_complete_unique instead of
124 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
125 test_gdb_complete_multiple instead of
126 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
127
c2b75043
LM
1282020-05-27 Luis Machado <luis.machado@linaro.org>
129
130 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
131 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
132 * gdb.arch/arm-disassembler-options.exp: Likewise.
133 * gdb.arch/arm-disp-step.exp: Likewise.
134 * gdb.arch/thumb-prologue.exp: Likewise.
135 * gdb.base/async.exp: Likewise.
136 * gdb.base/auxv.exp: Likewise.
137 * gdb.base/complex-parts.exp: Likewise.
138 * gdb.base/ena-dis-br.exp: Likewise.
139 * gdb.base/foll-exec.exp: Likewise.
140 * gdb.base/permissions.exp: Likewise.
141 * gdb.base/relocate.exp: Likewise.
142 * gdb.base/return2.exp: Likewise.
143 * gdb.base/sigbpt.exp: Likewise.
144 * gdb.base/siginfo-obj.exp: Likewise.
145 * gdb.cp/converts.exp: Likewise.
146 * gdb.cp/exceptprint.exp: Likewise.
147 * gdb.cp/inherit.exp: Likewise.
148 * gdb.cp/nsnoimports.exp: Likewise.
149 * gdb.cp/virtbase2.exp: Likewise.
150 * gdb.mi/mi-var-cmd.exp: Likewise.
151 * gdb.mi/var-cmd.c: Likewise.
152
53a47a3e
TT
1532020-05-26 Tom Tromey <tromey@adacore.com>
154
155 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
156
0bc2354b
TT
1572020-05-26 Tom Tromey <tromey@adacore.com>
158
159 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
160 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
161 type.
162 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
163 variable.
164
0db49895
CBG
1652020-05-26 Christian Biesinger <cbiesinger@google.com>
166
167 * Makefile.in: Use = instead of == for the test command
168 for portability.
169
40d22035
TV
1702020-05-26 Tom de Vries <tdevries@suse.de>
171
172 * gdb.base/gold-gdb-index-2.c: New test.
173 * gdb.base/gold-gdb-index.c: New test.
174 * gdb.base/gold-gdb-index.exp: New file.
175 * gdb.base/gold-gdb-index.h: New test.
176
043e2e02
TV
1772020-05-25 Tom de Vries <tdevries@suse.de>
178
179 * boards/gold-gdb-index.exp: New file.
180
462f72c5
SM
1812020-05-25 Simon Marchi <simon.marchi@efficios.com>
182
183 * boards/simavr.exp: New file.
184
6cf66e76
SM
1852020-05-25 Simon Marchi <simon.marchi@efficios.com>
186
187 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
188 * gdb.base/inferior-args.exp: New file.
189 * gdb.base/inferior-args.c: New file.
190
75d04512
SM
1912020-05-25 Simon Marchi <simon.marchi@efficios.com>
192
193 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
194 inferior_args. Pass it to gdb_reload.
195 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
196 inferior_args.
197 (gdb_reload): Add inferior_args argument.
198 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
199 pass it to gdbserver_run.
200 * boards/native-gdbserver.exp: Do not set noargs.
201 * boards/native-extended-gdbserver.exp (gdb_reload): Add
202 inferior_args argument.
203 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
204 * gdb.base/a2-run.exp: Check for use_gdb_stub.
205 * gdb.base/args.exp: Likewise.
206
42cf1844
TV
2072020-05-25 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdb.exp (exec_is_pie): Add comment.
210
8f7d38ef
TV
2112020-05-25 Tom de Vries <tdevries@suse.de>
212
213 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
214 instead of $binfile in the untested message.
215
465e1b0f
TV
2162020-05-25 Tom de Vries <tdevries@suse.de>
217
218 PR testsuite/26031
219 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
220
3c5a0e02
TV
2212020-05-25 Tom de Vries <tdevries@suse.de>
222
223 * boards/gold.exp: New file.
224
0a4f5f8c
TT
2252020-05-23 Tom Tromey <tom@tromey.com>
226
227 * gdb.base/style.exp: Remove completion styling test.
228 * lib/gdb-utils.exp (style): Remove completion styles.
229
eca1f90c
TT
2302020-05-23 Tom Tromey <tom@tromey.com>
231
232 * gdb.base/style.exp: Add completion styling test.
233 * lib/gdb-utils.exp (style): Add completion styles.
234
7c13f4e8
AB
2352020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.base/annota1.exp: Update expected results.
238 * gdb.cp/annota2.exp: Update expected results, remove duplicate
239 test name.
240 * gdb.cp/annota3.exp: Update expected results.
241
41977d16
SM
2422020-05-20 Simon Marchi <simon.marchi@efficios.com>
243
244 PR gdb/26016
245 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
246 against MAP_FAILED.
247 * gdb.base/coremaker.c (mmapdata): Likewise.
248 * gdb.base/jit-reader-host.c (main): Likewise.
249 * gdb.base/sym-file-loader.c (load): Likewise.
250 (load_shlib): Likewise.
251
b4757f2e
TT
2522020-05-20 Tom Tromey <tromey@adacore.com>
253
254 * gdb.ada/array_char_idx.exp: Recognize initialized array.
255
9a0bacfb
TV
2562020-05-20 Tom de Vries <tdevries@suse.de>
257
258 PR symtab/25833
259 * gdb.base/with-mf-inc.c: New test.
260 * gdb.base/with-mf-main.c: New test.
261 * gdb.base/with-mf.exp: New file.
262
76571211
TT
2632020-05-19 Tom Tromey <tromey@adacore.com>
264
265 * gdb.rust/simple.exp: Restore missing test result.
266
4cd9f3d5
TV
2672020-05-19 Tom de Vries <tdevries@suse.de>
268
269 * gdb.base/gdb-caching-proc.exp: Fix typo.
270
7d874253
TT
2712020-05-19 Tom Tromey <tromey@adacore.com>
272
273 * gdb.rust/simple.exp: Add some test descriptions.
274 (test_one_slice): Use with_test_prefix.
275
1d727695
TV
2762020-05-18 Tom de Vries <tdevries@suse.de>
277
278 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
279
7f32a4d5
PA
2802020-05-17 Pedro Alves <palves@redhat.com>
281
282 PR gdb/25741
283 * gdb.base/hw-sw-break-same-address.exp: New file.
284
7cfd74cf
PA
2852020-05-16 Pedro Alves <palves@redhat.com>
286
287 * gdb.multi/multi-re-run.exp (test_re_run): Switch
288 LAST_LOADED_FILE accordingly.
289
57b4f16e
PW
2902020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
291
292 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
293
7c05caf7
PW
2942020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
295
296 * gdb.base/help.exp: Test apropos and help for commands
297 having aliases. Fixed comments not starting with an
298 upper-case letter or not finishing with a dot.
299
7aa1b46f
PW
3002020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
301
3b3aaacb
PW
302 * gdb.base/alias.exp: Update help output check.
303
57b4f16e 3042020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 305
7aa1b46f
PW
306 * gdb.base/default.exp: Update output following fixes.
307
0605465f
PW
3082020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
309
310 * gdb.base/alias.exp: Test aliases starting with a prefix of
311 another alias.
312
86e4e63d
GB
3132020-05-15 Gary Benson <gbenson@redhat.com>
314
315 * gdb.base/info-os.c (main): Add return statement.
316 * gdb.base/info_minsym.c (minsym_fun): Likewise.
317 * gdb.base/large-frame-2.c (func): Likewise.
318 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
319 * gdb.base/pr10179-b.c (foo2): Likewise.
320 * gdb.base/valgrind-disp-step.c (foo): Likewise.
321 * gdb.base/watch-cond.c (func): Likewise.
322 * gdb.multi/goodbye.c (verylongfun): Likewise.
323 * gdb.multi/hello.c (commonfun): Likewise.
324 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
325 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
326 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
327 Likewise.
328 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
329 * gdb.threads/interrupt-while-step-over.c (child_function):
330 Likewise.
331 * gdb.trace/actions-changed.c (end): Likewise.
332
163df4df
GB
3332020-05-15 Gary Benson <gbenson@redhat.com>
334
335 * gdb.opencl/callfuncs.exp: Report when test skipped.
336 * gdb.opencl/convs_casts.exp: Likewise.
337 * gdb.opencl/datatypes.exp: Likewise.
338 * gdb.opencl/operators.exp: Likewise.
339 * gdb.opencl/vec_comps.exp: Likewise.
340
6dbc505a
TV
3412020-05-15 Tom de Vries <tdevries@suse.de>
342
343 * gdb.base/align.exp.in: Rename to ...
344 * gdb.base/align.exp.tcl: ... this.
345 * gdb.base/align-c++.exp: Update.
346 * gdb.base/align-c.exp: Update.
347 * gdb.base/all-architectures.exp.in: Rename to ...
348 * gdb.base/all-architectures.exp: ... this.
349 * gdb.base/all-architectures-0.exp: Update.
350 * gdb.base/all-architectures-1.exp: Update.
351 * gdb.base/all-architectures-2.exp: Update.
352 * gdb.base/all-architectures-3.exp: Update.
353 * gdb.base/all-architectures-4.exp: Update.
354 * gdb.base/all-architectures-5.exp: Update.
355 * gdb.base/all-architectures-6.exp: Update.
356 * gdb.base/all-architectures-7.exp: Update.
357 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
358 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
359 * gdb.base/infcall-nested-structs-c++.exp: Update.
360 * gdb.base/infcall-nested-structs-c.exp: Update.
361 * gdb.base/info-types.exp.in: Rename to ...
362 * gdb.base/info-types.exp.tcl: ... this.
363 * gdb.base/info-types-c++.exp: Update.
364 * gdb.base/info-types-c.exp: Update.
365 * gdb.base/max-depth.exp.in: Rename to ...
366 * gdb.base/max-depth.exp.tcl: ... this.
367 * gdb.base/max-depth-c++.exp: Update.
368 * gdb.base/max-depth-c.exp: Update.
369 * gdb.cp/cpexprs.exp.in: Rename to ...
370 * gdb.cp/cpexprs.exp.tcl: ... this.
371 * gdb.cp/cpexprs-debug-types.exp: Update.
372 * gdb.cp/cpexprs.exp: Update.
373 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
374 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
375 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
376 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
377 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
378 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
379 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
380 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
381 * gdb.dwarf2/clang-debug-names-2.exp: Update.
382 * gdb.dwarf2/clang-debug-names.exp: Update.
383
d1034d78
AB
3842020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * lib/check-test-names.exp: Remove code that prevents this file
387 loading when tests are run in parallel.
388
3c5c3649
PA
3892020-05-15 Pedro Alves <palves@redhat.com>
390
391 * gdb.multi/multi-kill.exp (start_inferior): Remove
392 'testpid' parameter. Refer to namespace variable directly.
393 (testpid): Declare as namespace variable.
394
272c36b8
PA
3952020-05-15 Pedro Alves <palves@redhat.com>
396
397 * gdb.multi/multi-kill.exp: Wrap in namespace.
398 (start_inferior): Add TESTPID parameter. Use it instead of the
399 testpid global.
400 (top level): Define empty TESTPID array, and pass it down to
401 start_inferior.
402
02eba61a
TV
4032020-05-14 Tom de Vries <tdevries@suse.de>
404
405 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
406 output.
407
971a3747
TV
4082020-05-14 Tom de Vries <tdevries@suse.de>
409
410 * gdb.base/align.exp: Split into ...
411 * gdb.base/align.exp.in: ...
412 * gdb.base/align-c++.exp: ...
413 * gdb.base/align-c.exp: ... these.
414 * gdb.base/infcall-nested-structs.exp: Split into ...
415 * gdb.base/infcall-nested-structs.exp.in: ...
416 * gdb.base/infcall-nested-structs-c++.exp: ...
417 * gdb.base/infcall-nested-structs-c.exp: ... these.
418 * gdb.base/info-types.exp: Split into ...
419 * gdb.base/info-types.exp.in: ...
420 * gdb.base/info-types-c++.exp: ...
421 * gdb.base/info-types-c.exp: ... these.
422 * gdb.base/max-depth.exp: Split into ...
423 * gdb.base/max-depth.exp.in: ...
424 * gdb.base/max-depth-c++.exp: ...
425 * gdb.base/max-depth-c.exp: ... these.
426 * gdb.cp/infcall-nodebug.exp: Split into ...
427 * gdb.cp/infcall-nodebug.exp.in: ...
428 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
429 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
430 * gdb.cp/infcall-nodebug-c-d0.exp: ...
431 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
432
a05575d3
TBA
4332020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
434 Pedro Alves <palves@redhat.com>
435
436 * gdb.multi/multi-exit.c: New file.
437 * gdb.multi/multi-exit.exp: New file.
438 * gdb.multi/multi-kill.c: New file.
439 * gdb.multi/multi-kill.exp: New file.
440
6ad82919
TBA
4412020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
442
443 * gdb.base/annota1.exp: Update the expected output.
444 * gdb.cp/annota2.exp: Ditto.
445
843f4d93
AB
4462020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * lib/check-test-names.exp: Disable when testing is being run in
449 parallel.
450
c7c66341
TV
4512020-05-12 Tom de Vries <tdevries@suse.de>
452
453 * gdb.base/jit-elf.exp: Fix string concat.
454
1b59ca1c
TV
4552020-05-12 Tom de Vries <tdevries@suse.de>
456
457 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
458 messages.
459
b4991d29
TV
4602020-05-12 Tom de Vries <tdevries@suse.de>
461
462 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
463
dbb0ab10
TV
4642020-05-12 Tom de Vries <tdevries@suse.de>
465
466 * gdb.ada/catch_ex.exp: Use with_test_prefix.
467 * gdb.ada/mi_catch_ex.exp: Same.
468 * gdb.ada/mi_catch_ex_hand.exp: Same.
469
7549fed8
TV
4702020-05-12 Tom de Vries <tdevries@suse.de>
471
472 * gdb.fortran/complex.exp: Use with_test_prefix.
473
af2d5cd8
TV
4742020-05-12 Tom de Vries <tdevries@suse.de>
475
476 * gdb.trace/passcount.exp: Fix test-names.
477
7c121311
TV
4782020-05-12 Tom de Vries <tdevries@suse.de>
479
480 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
481
c9f3b40e
TV
4822020-05-12 Tom de Vries <tdevries@suse.de>
483
484 * gdb.gdb/complaints.exp: Use with_test_prefix.
485 * gdb.xml/tdesc-regs.exp: Same.
486 * gdb.opt/inline-locals.exp: Fix test name.
487
111b33f0
TV
4882020-05-12 Tom de Vries <tdevries@suse.de>
489
490 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
491 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
492 * gdb.dwarf2/implref-struct.exp: Same.
493 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
494 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
495
ebf47080
SM
4962020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
497
498 * gdb.base/jit-so.exp (one_jit_test): Change test name.
499
d30dcd12
AB
5002020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * lib/check-test-names.exp (all_test_names): New module variable.
503 (counts): Add 'duplicates' field.
504 (_check_duplicates): New procedure.
505 (check): Also check for duplicates.
506 (do_log_summary): Print duplicates count.
507 (do_reset_vars): Reset counter for duplicate test names, and
508 discard all know test names.
509
34584c09
AB
5102020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * lib/gdb.exp: Include check-test-names.exp library.
513 * lib/check-test-names.exp: New file.
514
e0002117
TV
5152020-05-11 Tom de Vries <tdevries@suse.de>
516
517 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
518
53f539a3
KS
5192020-05-11 Keith Seitz <keiths@redhat.com>
520
521 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
522
113ee09a
TV
5232020-05-11 Tom de Vries <tdevries@suse.de>
524
525 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
526 * gdb.cp/cpexprs.exp.in: .. here.
527 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
528 cpexprs.exp.
529
ba3e70b0
KS
5302020-05-11 Keith Seitz <keiths@redhat.com>
531
532 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
533 test names.
534 * gdb.ada/arrayptr.exp: Likewise.
535 * gdb.ada/assign_arr.exp: Likewise.
536 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
537 * gdb.ada/bp_on_var.exp: Likewise.
538 * gdb.ada/call_pn.exp: Likewise.
539 * gdb.ada/complete.exp: Likewise.
540 * gdb.ada/fun_overload_menu.exp: Likewise.
541 * gdb.ada/funcall_param.exp: Likewise.
542 * gdb.ada/funcall_ref.exp: Likewise.
543 * gdb.ada/packed_array_assign.exp: Likewise.
544 * gdb.ada/same_component_name.exp: Likewise.
545 * gdb.ada/type_coercion.exp: Likewise.
546 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
547 * gdb.ada/variant_record_packed_array.exp: Likewise.
548
3ee6bb11
TV
5492020-05-11 Tom de Vries <tdevries@suse.de>
550
551 PR symtab/25941
552 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
553 out of ...
554 * gdb.dwarf2/clang-debug-names.exp: ... here.
555 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
556 clang-debug-names.exp.in.
557 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
558 * gdb.dwarf2/clang-debug-names-2.c: New test.
559
86cd6bc8
AKS
5602020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
561
562 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
563 (fortran_runto_main): New Proc, fortran version of runto_main.
564 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
565 * gdb.fortran/array-bounds.exp: Likewise.
566 * gdb.fortran/array-slices.exp: Likewise.
567 * gdb.fortran/block-data.exp: Likewise.
568 * gdb.fortran/charset.exp: Likewise.
569 * gdb.fortran/common-block.exp: Likewise.
570 * gdb.fortran/complex.exp: Likewise.
571 * gdb.fortran/derived-type-function.exp: Likewise.
572 * gdb.fortran/derived-type.exp: Likewise.
573 * gdb.fortran/info-modules.exp: Likewise.
574 * gdb.fortran/info-types.exp: Likewise.
575 * gdb.fortran/intrinsics.exp: Likewise.
576 * gdb.fortran/library-module.exp: Likewise.
577 * gdb.fortran/logical.exp: Likewise.
578 * gdb.fortran/max-depth.exp: Likewise.
579 * gdb.fortran/module.exp: Likewise.
580 * gdb.fortran/multi-dim.exp: Likewise.
581 * gdb.fortran/nested-funcs.exp: Likewise.
582 * gdb.fortran/print-formatted.exp: Likewise.
583 * gdb.fortran/print_type.exp: Likewise.
584 * gdb.fortran/printing-types.exp: Likewise.
585 * gdb.fortran/ptr-indentation.exp: Likewise.
586 * gdb.fortran/ptype-on-functions.exp: Likewise.
587 * gdb.fortran/subarray.exp: Likewise.
588 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
589 * gdb.fortran/vla-datatypes.exp: Likewise.
590 * gdb.fortran/vla-history.exp: Likewise.
591 * gdb.fortran/vla-ptr-info.exp: Likewise.
592 * gdb.fortran/vla-ptype-sub.exp: Likewise.
593 * gdb.fortran/vla-ptype.exp: Likewise.
594 * gdb.fortran/vla-sizeof.exp: Likewise.
595 * gdb.fortran/vla-type.exp: Likewise.
596 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
597 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
598 * gdb.fortran/vla-value-sub.exp: Likewise.
599 * gdb.fortran/vla-value.exp: Likewise.
600 * gdb.fortran/whatis_type.exp: Likewise.
601 * gdb.mi/mi-var-child-f.exp: Likewise.
602
6dc55ce9 6032020-05-09 Tom de Vries <tdevries@suse.de>
604
605 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
606
283cb58c
TV
6072020-05-08 Tom de Vries <tdevries@suse.de>
608
609 * gdb.dwarf2/clang-debug-names.c: New test.
610 * gdb.dwarf2/clang-debug-names.exp: New file.
611
ac4a4f1c
SM
6122020-05-06 Simon Marchi <simon.marchi@efficios.com>
613
614 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
615 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
616
24fe640b
TV
6172020-05-06 Tom de Vries <tdevries@suse.de>
618
619 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
620 breakpoint is at a "recommended breakpoint location".
621 * gdb.reverse/consecutive-reverse.exp: Same.
622
0d8683a3
TV
6232020-05-06 Tom de Vries <tdevries@suse.de>
624
625 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
626 address.
627
b8983c46
TV
6282020-05-06 Tom de Vries <tdevries@suse.de>
629
630 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
631
abf6d805
TV
6322020-05-06 Tom de Vries <tdevries@suse.de>
633
634 * gdb.base/store.exp (check_set, up_set): Allowing missing location
635 info for r.
636
0fc2a808
TV
6372020-05-06 Tom de Vries <tdevries@suse.de>
638
639 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
640 necessary.
641
873dd427
TV
6422020-05-06 Tom de Vries <tdevries@suse.de>
643
644 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
645 void.
646
7c99e7e2
TV
6472020-05-06 Tom de Vries <tdevries@suse.de>
648
649 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
650 of ...
651 * gdb.base/async.exp: ... here.
652 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
653 "recommended breakpoint location".
654
6173d6a6
TV
6552020-05-06 Tom de Vries <tdevries@suse.de>
656
657 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
658
6015a067
TV
6592020-05-04 Tom de Vries <tdevries@suse.de>
660
661 * gdb.base/async.exp: Check whether instruction addresses are a
662 "recommended breakpoint location".
663
3b6acaee
TT
6642020-05-03 Tom Tromey <tom@tromey.com>
665
666 * gdb.base/sepdebug.exp: Remove "catch" test.
667 * gdb.base/break.exp: Remove "catch" test.
668 * gdb.base/default.exp: Update expected output.
669
5beb4d17
TV
6702020-05-02 Tom de Vries <tdevries@suse.de>
671
672 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
673 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
674 * gdb.arch/i386-mpx-map.exp: Same.
675 * gdb.arch/i386-mpx-sigsegv.exp: Same.
676 * gdb.arch/i386-mpx-simple_segv.exp: Same.
677 * gdb.arch/i386-mpx.exp: Same.
678
8caf140d
TV
6792020-05-02 Tom de Vries <tdevries@suse.de>
680
681 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
682
693196cb
TV
6832020-05-01 Tom de Vries <tdevries@suse.de>
684
685 * gdb.ada/operator_bp.exp: Allow more than required amount of
686 breakpoint.
687
53ae0aa9
TV
6882020-05-01 Tom de Vries <tdevries@suse.de>
689
690 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
691
ee9d1e5f
HD
6922020-04-30 Hannes Domani <ssbssa@yahoo.de>
693
694 PR gdb/18706
695 * gdb.cp/stub-array-size.cc: New test.
696 * gdb.cp/stub-array-size.exp: New file.
697 * gdb.cp/stub-array-size.h: New test.
698 * gdb.cp/stub-array-size2.cc: New test.
699
d5cf82c0
HD
7002020-04-30 Hannes Domani <ssbssa@yahoo.de>
701
702 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
703 output to the new format.
704
42e165c3
SM
7052020-04-29 Simon Marchi <simon.marchi@efficios.com>
706
707 * gdb.base/break.exp: Use with_test_prefix.
708
6e4e3fe1
TV
7092020-04-29 Tom de Vries <tdevries@suse.de>
710
711 * lib/gdb.exp (debug_types): New proc.
712 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
713 * gdb.python/py-symtab.exp: Same.
714
d642b692
HD
7152020-04-29 Hannes Domani <ssbssa@yahoo.de>
716
717 PR gdb/17320
718 * gdb.base/pretty-array.c: New test.
719 * gdb.base/pretty-array.exp: New file.
720
ea90f227
TV
7212020-04-29 Tom de Vries <tdevries@suse.de>
722
723 PR symtab/25889
724 * gdb.cp/cpexprs.exp: Adapt for inclusion.
725 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
726 and include cpexprs.exp.
727
a65189c9
TV
7282020-04-28 Mark Williams <mark@myosotissp.com>
729
730 PR gdb/24480
731 * dw4-toplevel-types.exp: Test for top level types.
732 * dw4-toplevel-types.cc: Test for top level types.
733
32d1f47a
TBA
7342020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
735
736 * gdb.threads/stop-with-handle.exp: Fix typo in comment
737 (theads -> threads).
738
56a4f5a1
TV
7392020-04-28 Tom de Vries <tdevries@suse.de>
740
741 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
742
0b2f8a3b
TV
7432020-04-28 Tom de Vries <tdevries@suse.de>
744
745 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
746
5390c717
TV
7472020-04-28 Tom de Vries <tdevries@suse.de>
748
749 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
750
15cd93d0
TV
7512020-04-28 Tom de Vries <tdevries@suse.de>
752
753 * gdb.dwarf2/main-foo.c: New test.
754 * gdb.dwarf2/struct-with-sig.exp: New file.
755
d472f0fb
TV
7562020-04-25 Tom de Vries <tdevries@suse.de>
757
758 * boards/debug-types.exp: New file.
759
8d840e05
AB
7602020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
763
bcfe6157
TT
7642020-04-24 Tom Tromey <tom@tromey.com>
765
766 PR symtab/12707:
767 * gdb.python/py-symbol.exp: Update expected results for
768 linkage_name test.
769 * gdb.cp/print-demangle.exp: New file.
770 * gdb.base/c-linkage-name.exp: Fix test.
771 * gdb.guile/scm-symbol.exp: Update expected results for
772 linkage_name test.
773
f049a313
TT
7742020-04-24 Tom Tromey <tom@tromey.com>
775
776 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
777 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
778 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
779 assembler.
780
7cf28874
TV
7812020-04-24 Tom de Vries <tdevries@suse.de>
782
783 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
784 C++.
785
dac2fef7
TT
7862020-04-24 Tom Tromey <tromey@adacore.com>
787
788 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
789 values.
790 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
791 values. Update test for minimal encodings.
792 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
793 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
794 values. Update test for minimal encodings.
795
1acda803
TT
7962020-04-24 Tom Tromey <tromey@adacore.com>
797
798 PR python/23662:
799 * gdb.ada/variant.exp: Add Python checks.
800 * gdb.rust/simple.exp: Add dynamic type checks.
801
adfb9815
TT
8022020-04-24 Tom Tromey <tromey@adacore.com>
803
804 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
805 Make array type matching more lax.
806 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
807 * gdb.ada/mi_variant.exp: New file.
808 * gdb.ada/mi_variant/pck.ads: New file.
809 * gdb.ada/mi_variant/pkg.adb: New file.
810 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
811 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
812
7d79de9a
TT
8132020-04-24 Tom Tromey <tromey@adacore.com>
814
815 * gdb.ada/variant.exp: Add dynamic field offset tests.
816 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
817 * gdb.ada/variant/pkg.adb: Add new variables.
818
f8e89861
TT
8192020-04-24 Tom Tromey <tromey@adacore.com>
820
821 * gdb.ada/variant.exp: New file
822 * gdb.ada/variant/pkg.adb: New file
823 * gdb.ada/variant/pck.adb: New file
824
86e887ae
TV
8252020-04-24 Tom de Vries <tdevries@suse.de>
826
827 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
828
88428775
TV
8292020-04-24 Tom de Vries <tdevries@suse.de>
830
831 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
832 flags.
833
4e86f6e7
TV
8342020-04-24 Tom de Vries <tdevries@suse.de>
835
836 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
837
2016d3e6
TV
8382020-04-24 Tom de Vries <tdevries@suse.de>
839
840 * lib/gdb.exp (default_gdb_start): Handle eof.
841 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
842 failure.
843 * gdb.base/readnever.exp: Handle clean_restart failure.
844
70bc38f5
TV
8452020-04-23 Tom de Vries <tdevries@suse.de>
846
847 * gdb.base/decl-before-def.exp: Run to main and print a again.
848
de82891c
TV
8492020-04-23 Tom de Vries <tdevries@suse.de>
850
851 * gdb.base/decl-before-def-decl.c: New test.
852 * gdb.base/decl-before-def-def.c: New test.
853 * gdb.base/decl-before-def.exp: New file.
854
96038148
TV
8552020-04-23 Tom de Vries <tdevries@suse.de>
856
857 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
858
54ac3df1
TV
8592020-04-22 Tom de Vries <tdevries@suse.de>
860
861 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
862 debug_info_offset.
863 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
864 before $objsfile in the line line.
865
714534e1
TV
8662020-04-22 Tom de Vries <tdevries@suse.de>
867
868 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
869
16a7dbf4
MS
8702020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
871
872 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
873 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
874 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
875 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
876 * gdb.base/jit-protocol.h: Update definitions to match all usage
877 contexts.
878
8792020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
880
881 * gdb.base: Rename all jit related test and source files.
882
8832020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
884
885 * gdb.base/jit-reader.exp: Relax register output check.
886
317d2668
TV
8872020-04-22 Tom de Vries <tdevries@suse.de>
888
889 PR symtab/25764
890 * gdb.base/psym-external-decl-2.c: New test.
891 * gdb.base/psym-external-decl.c: New test.
892 * gdb.base/psym-external-decl.exp: New file.
893 * gdb.threads/tls.exp: Add PR25807 kfail.
894
eea9e357
TV
8952020-04-22 Tom de Vries <tdevries@suse.de>
896
897 PR symtab/25801
898 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
899 in "info source" output.
900
3d5afab3
TV
9012020-04-22 Tom de Vries <tdevries@suse.de>
902
903 PR symtab/25700
904 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
905 symtab for imported_unit.c.
906
b32102f6
GB
9072020-04-21 Gary Benson <gbenson@redhat.com>
908
909 * gdb.base/advance.c (func): New argument, to match call site.
910 (func2, func3): Add return statements.
911
d43b7a2d
TBA
9122020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
913
914 * gdb.multi/run-only-second-inf.c: New file.
915 * gdb.multi/run-only-second-inf.exp: New file.
916
d89edf9b
MM
9172020-04-21 Markus Metzger <markus.t.metzger@intel.com>
918
919 * gdb.btrace/multi-inferior.c: New test.
920 * gdb.btrace/multi-inferior.exp: New file.
921
1a476b6d
MM
9222020-04-21 Markus Metzger <markus.t.metzger@intel.com>
923
924 * gdb.btrace/enable-new-thread.c: New test.
925 * gdb.btrace/enable-new-thread.exp: New file.
926
4778a5f8
TV
9272020-04-21 Tom de Vries <tdevries@suse.de>
928
929 PR gdb/25471
930 * gdb.threads/killed-outside.c: New test.
931 * gdb.threads/killed-outside.exp: New file.
932
9b2c992c
GB
9332020-04-20 Gary Benson <gbenson@redhat.com>
934
935 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
936 * gdb.base/nested-subp2.exp: Likewise.
937 * gdb.base/nested-subp3.exp: Likewise.
938
b5d1d6f7
GB
9392020-04-20 Gary Benson <gbenson@redhat.com>
940
941 * gdb.base/nested-subp1.exp: Disable test when using clang.
942 * gdb.base/nested-subp2.exp: Likewise.
943 * gdb.base/nested-subp3.exp: Likewise.
944
25230285
GB
9452020-04-20 Gary Benson <gbenson@redhat.com>
946
947 * gdb.cp/exception.cc: Fix compilation error with clang.
948
fa93cc8f
GB
9492020-04-20 Gary Benson <gbenson@redhat.com>
950
809730f3 951 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 952
e0c45f30
GB
9532020-04-20 Gary Benson <gbenson@redhat.com>
954
955 * gdb.base/jit-main.c: Fix compilation error with clang.
956
4ddfec93
KR
9572020-04-17 Kamil Rytarowski <n54@gmx.com>
958
959 * gdb.base/attach-twice.c: Include "sys/types.h".
960 (PTRACE_ATTACH): Add fallback definition.
961 (main): Pass `0' to the 4th argument of `ptrace'.
962
2bed205e
KR
9632020-04-17 Kamil Rytarowski <n54@gmx.com>
964
965 * gdb.base/fork-running-state.c: Include "signal.h".
966
0743fc83
TT
9672020-04-17 Tom Tromey <tromey@adacore.com>
968
969 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
970 Update tests.
971 * gdb.btrace/cpu.exp: Update tests.
972 * gdb.base/maint.exp: Update tests.
973 * gdb.base/default.exp: Update tests.
974 * gdb.base/completion.exp: Update tests.
975
efba5c23
TV
9762020-04-16 Tom de Vries <tdevries@suse.de>
977
978 PR symtab/25791
979 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
980 (ensure_gdb_index): and factor out and move ...
981 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
982 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
983
d191d716
TV
9842020-04-16 Tom de Vries <tdevries@suse.de>
985
986 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
987 loading exec.
988
99f1bc6a
AB
9892020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.base/many-completions.exp: New file.
992
194d088f
TV
9932020-04-14 Tom de Vries <tdevries@suse.de>
994
995 PR symtab/25718
996 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
997
c1a66c06
TV
9982020-04-14 Tom de Vries <tdevries@suse.de>
999
1000 PR symtab/25720
1001 * gdb.base/maint-expand-symbols-header-file.c: New test.
1002 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1003 * gdb.base/maint-expand-symbols-header-file.h: New test.
1004
21b0982c
AB
10052020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1008 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1009 get_func_info.
1010 (get_func_info): Delete.
1011 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1012 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1013 * lib/dwarf.exp (get_func_info): New function.
1014
dd1cab06
TV
10152020-04-13 Tom de Vries <tdevries@suse.de>
1016
1017 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1018 to what find_gnatmake does.
1019
71ea2b6b
TV
10202020-04-10 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1023 -readnow.
1024
bdfc1e8a
TV
10252020-04-10 Tom de Vries <tdevries@suse.de>
1026
1027 PR cli/25808
1028 * gdb.base/style.c: Add leading newlines.
1029 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1030 Check listing of main's one-line body.
1031
14ca8ecf
TV
10322020-04-08 Tom de Vries <tdevries@suse.de>
1033
1034 * lib/gdb.exp (psymtabs_p): New proc.
1035 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1036 importing unit" unsupported if there are no partial symbols.
1037
e21d048f
TV
10382020-04-08 Tom de Vries <tdevries@suse.de>
1039
1040 PR testsuite/25760
1041 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1042
25c11aca
TV
10432020-04-07 Tom de Vries <tdevries@suse.de>
1044
1045 PR symtab/25796
1046 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1047
5707e24b
TV
10482020-04-07 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.base/check-psymtab.c: New test.
1051 * gdb.base/check-psymtab.exp: New file.
1052
6ee448cc
TT
10532020-04-06 Tom Tromey <tromey@adacore.com>
1054
1055 * gdb.ada/variant-record/proc.adb: New file.
1056 * gdb.ada/variant-record/value.adb: New file.
1057 * gdb.ada/variant-record/value.s: New file.
1058 * gdb.ada/variant-record.exp: New file.
1059
9e7c9a03
HD
10602020-04-03 Hannes Domani <ssbssa@yahoo.de>
1061
1062 PR gdb/25325
1063 * gdb.cp/typed-enum.cc: New test.
1064 * gdb.cp/typed-enum.exp: New file.
1065
c90d28ac
AB
10662020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1069 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1070 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1071 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1072 * gdb.opt/inline-small-func.c: New file.
1073 * gdb.opt/inline-small-func.exp: New file.
1074 * gdb.opt/inline-small-func.h: New file.
1075
34e9a9fa
AB
10762020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1079 function.
1080
6a354911
AB
10812020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * lib/dwarf.exp (function_range): Allow compiler options to be
1084 specified.
1085
880d9777
TV
10862020-04-02 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1089 __attribute__((always_inline)).
1090 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1091
f32682ea
TV
10922020-04-02 Tom de Vries <tdevries@suse.de>
1093
1094 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1095 (gdbserver_gdb_exit): ... here. Add timeout warning.
1096 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1097 (connect_target_extended_remote): Append new server_spawn_id to
1098 server_spawn_ids.
1099 (cleanup): New proc.
1100 (setup, <toplevel>): Call cleanup.
1101
d3214198
TV
11022020-04-02 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.base/main-psymtab.exp: New file.
1105
cc77ed24
TV
11062020-04-02 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1109
3638a098
TT
11102020-04-01 Tom Tromey <tom@tromey.com>
1111
1112 * gdb.base/complex-parts.exp: Add type tests.
1113
c34e8714
TT
11142020-04-01 Tom Tromey <tom@tromey.com>
1115
1116 * gdb.base/complex-parts.exp: Add arithmetic tests.
1117
981c08ce
TT
11182020-04-01 Tom Tromey <tom@tromey.com>
1119
1120 * gdb.compile/compile.exp: Update.
1121 * gdb.compile/compile-cplus.exp: Update.
1122 * gdb.base/varargs.exp: Update.
1123 * gdb.base/floatn.exp: Update.
1124 * gdb.base/endianity.exp: Update.
1125 * gdb.base/callfuncs.exp (do_function_calls): Update.
1126 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1127 (complex_float_integral_args): Update.
1128 * gdb.base/complex.exp: Update.
1129 * gdb.base/complex-parts.exp: Update.
1130
3d1cfd43
TT
11312020-04-01 Tom Tromey <tromey@adacore.com>
1132
1133 * gdb.rust/union.rs: New file.
1134 * gdb.rust/union.exp: New file.
1135 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1136 (main): Update.
1137 * gdb.rust/simple.exp: Move union tests to union.exp.
1138
e033dfa9
TT
11392020-04-01 Tom Tromey <tromey@adacore.com>
1140
1141 * gdb.rust/simple.rs (main): Remove "y0".
1142
53cccef1
TBA
11432020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1144
1145 * gdb.multi/stop-all-on-exit.c: New test.
1146 * gdb.multi/stop-all-on-exit.exp: New file.
1147
60e22c1e
HD
11482020-04-01 Hannes Domani <ssbssa@yahoo.de>
1149
1150 PR gdb/24789
1151 * gdb.cp/misc.cc: Add integer reference variable.
1152 * gdb.cp/misc.exp: Add test.
1153
e139a727
TBA
11542020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1155
1156 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1157 scenario to cover execution until the end and also the case
1158
16b0db75
TV
11592020-03-31 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1162 c. Use "maint info symtabs" to check symtab expansion.
1163
c0502da6
TV
11642020-03-30 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1167 unsupported.
1168 (verify_psymtab_expanded): Move ...
1169 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1170 test.
1171 (readnow): New proc.
1172
5935fd15
AB
11732020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1176 with $hex.
1177
1773be9e
TT
11782020-03-20 Tom Tromey <tromey@adacore.com>
1179
1180 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1181
70304be9
TT
11822020-03-20 Tom Tromey <tromey@adacore.com>
1183
1184 * gdb.ada/sub_variant/subv.adb: New file.
1185 * gdb.ada/sub_variant.exp: New file.
1186
0dd7b8f7
TV
11872020-03-20 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1190 first break fails.
1191 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1192
cada5fc9
AB
11932020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.server/exit-multiple-threads.c: New file.
1196 * gdb.server/exit-multiple-threads.exp: New file.
1197
6b8c53f2
AB
11982020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.fortran/mixed-lang-stack.c: New file.
1201 * gdb.fortran/mixed-lang-stack.cpp: New file.
1202 * gdb.fortran/mixed-lang-stack.exp: New file.
1203 * gdb.fortran/mixed-lang-stack.f90: New file.
1204
19a2740f
AB
12052020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.linespec/cp-completion-aliases.cc: New file.
1208 * gdb.linespec/cp-completion-aliases.exp: New file.
1209
d8c8b848
TV
12102020-03-19 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1213 more precise.
1214
a9933ccf
TV
12152020-03-18 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1218 * gdb.dwarf2/break-inline-psymtab.c: New test.
1219 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1220
2f89101f
TV
12212020-03-16 Tom de Vries <tdevries@suse.de>
1222
1223 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1224 cache_verify and cache_verify_proc.
1225
6b9374f1
TV
12262020-03-15 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.server/solib-list.exp: Handle
1229 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1230
eaeaf44c
TV
12312020-03-15 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1234 objfiles".
1235
3293bbaf
TT
12362020-03-14 Tom Tromey <tom@tromey.com>
1237
1238 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1239
ab44624c
TV
12402020-03-14 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1243
54c43825
TV
12442020-03-14 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1247 result in line-by-line fashion.
1248
2ac70237
TV
12492020-03-14 Tom de Vries <tdevries@suse.de>
1250
1251 * lib/gdb.exp (supports_statement_frontiers): New proc.
1252 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1253
09546b56
TV
12542020-03-14 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.base/printcmds.exp: Add missing quoting for "print
1257 teststring2".
1258
a1f6a07c
TT
12592020-03-13 Tom Tromey <tom@tromey.com>
1260
1261 * gdb.base/printcmds.exp (test_print_strings): Add regression
1262 test.
1263 * gdb.base/printcmds.c (charptr): New typedef.
1264 (teststring2): New global.
1265
1b83d09c
AB
12662020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1269 full path in the test name.
1270 (test_ld): Add some with_test_prefix blocks to make test names
1271 unique.
1272
2d61316c
TV
12732020-03-13 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1276
2e9145ac
TV
12772020-03-13 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1280
96c7f873
TV
12812020-03-13 Tom de Vries <tdevries@suse.de>
1282
1283 PR symtab/25646
1284 * gdb.dwarf2/imported-unit.exp: Add test.
1285
49ba92c0
TV
12862020-03-13 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1289 (var1, var2): New variable.
1290 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1291 matching symbols.
1292
301b21e0
TV
12932020-03-13 Tom de Vries <tdevries@suse.de>
1294
1295 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1296 (Term::command): Use prompt prefix.
1297 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1298 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1299 command_no_prompt_prefix instead of prefix.
1300 * gdb.tui/tui-layout-asm.exp: Same.
1301
3f512721
SM
13022020-03-12 Simon Marchi <simon.marchi@efficios.com>
1303
1304 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1305
40310f30
SM
13062020-03-12 Simon Marchi <simon.marchi@efficios.com>
1307
1308 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1309 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1310 on" while stepping over the test instruction, match printed
1311 message.
1312
09252140
TV
13132020-03-12 Tom de Vries <tdevries@suse.de>
1314
1315 * gdb.base/info-types.exp: Use exp_continue during matching of output
1316 of "info types".
1317
14e9c72c
TV
13182020-03-12 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1321
e515d67e
TV
13222020-03-12 Tom de Vries <tdevries@suse.de>
1323
1324 * gdb.fortran/module.exp: Use exp_continue during matching of output
1325 of "info variable -n".
1326
307eafd8
TV
13272020-03-12 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1330 gdb.dwarf2/dw2-ranges-base.c.
1331
9a2de3fc
TV
13322020-03-12 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1335 in presence of GLIBC debuginfo.
1336
3217502e
TV
13372020-03-12 Tom de Vries <tdevries@suse.de>
1338
1339 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1340 $core.
1341
1281424c
TV
13422020-03-12 Tom de Vries <tdevries@suse.de>
1343
1344 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1345 more precise.
1346
038b97fc
SM
13472020-03-11 Simon Marchi <simon.marchi@efficios.com>
1348
1349 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1350 from Unix to Windows path.
1351
5308d1e7
TV
13522020-03-11 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.ada/minsyms.exp: Set language to ada.
1355
f870f78f
TV
13562020-03-11 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1359
5a13315d
TV
13602020-03-11 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1363
976862ed
TT
13642020-03-11 Tom Tromey <tromey@adacore.com>
1365
1366 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1367
7462c383
TV
13682020-03-11 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1371
1c6c46a0
TV
13722020-03-11 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.base/break-interp.exp: Limit verbose scope.
1375
44f41bb7
TV
13762020-03-11 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.fortran/logical.f90: Define variable with character type.
1379 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1380
b76f3a42
TV
13812020-03-11 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1384
1c33af77
TV
13852020-03-11 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1388 symtabs.
1389
8c95582d
AB
13902020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1391 Bernd Edlinger <bernd.edlinger@hotmail.de>
1392
1393 * gdb.cp/step-and-next-inline.cc: New file.
1394 * gdb.cp/step-and-next-inline.exp: New file.
1395 * gdb.cp/step-and-next-inline.h: New file.
1396 * gdb.dwarf2/dw2-is-stmt.c: New file.
1397 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1398 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1399 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1400 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1401
cecf8547
AB
14022020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1405 is-stmt flag in the line table.
1406
0ba678c9
TV
14072020-03-09 Tom de Vries <tdevries@suse.de>
1408
1409 * lib/gdb.exp (cached_file): Create cache dir.
1410
72fbdf83
TV
14112020-03-07 Tom de Vries <tdevries@suse.de>
1412
1413 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1414 * gdb.cp/rvalue-ref-params.exp: Same.
1415
436b5e99
TV
14162020-03-06 Tom de Vries <tdevries@suse.de>
1417
1418 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1419 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1420
09f2921c
TV
14212020-03-06 Tom de Vries <tdevries@suse.de>
1422
1423 * README: Fix "the the".
1424 * gdb.base/dprintf.exp: Same.
1425
50a3cc5d
TV
14262020-03-05 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.base/maint.exp: Update "main print statistics" expected output.
1429
0a709cba
AKS
14302020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1431
1432 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1433 (fortran_int8): Likewise.
1434 (fortran_real4): Likewise.
1435 (fortran_real8): Likewise.
1436 (fortran_complex4): Likewise.
1437 (fortran_logical4): Likewise.
1438 (fortran_character1): Likewise.
1439
5e5d66b6
AB
14402020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1443 printed as true.
1444
7b973adc
SDJ
14452020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1446
1447 * gdb.base/printcmds.exp: Add test to verify printf of a
1448 variable holding an address.
1449
478e490a
TV
14502020-03-03 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1453
1ef44e86
TV
14542020-03-03 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1457 gdb_test_multiple call.
1458
b98cc2cf
TV
14592020-03-03 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1462 gdb_test_multiple calls.
1463
63e163f2
AB
14642020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.base/default.exp: Remove test of 'set history filename'.
1467 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1468 filename to the empty string.
1469 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1470 and GDBHISTSIZE.
1471
24ed6739
AB
14722020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1475 disabled.
1476
590003dc
TV
14772020-03-02 Pedro Alves <palves@redhat.com>
1478 Tom de Vries <tdevries@suse.de>
1479
1480 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1481 -prompt prefix, before user_code argument. Add -lbl option likewise.
1482 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1483 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1484 argument.
1485 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1486 have "\r\n" at start-of-line, instead of at end-of-line.
1487
f5e46084
SM
14882020-02-28 Simon Marchi <simon.marchi@efficios.com>
1489
1490 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1491 libinproctrace.so.
1492
f7a7000d
LM
14932020-02-28 Luis Machado <luis.machado@linaro.org>
1494
1495 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1496 to "p/x".
1497
718e0816
LM
14982020-02-28 Luis Machado <luis.machado@linaro.org>
1499
1500 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1501 asm/ptrace.h and error.h.
1502
13c3a74a
TV
15032020-02-28 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1506 (struct wrapper, do_something, mundane/symada__cS): Move ...
1507 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1508 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1509 Update "print symada__cS before partial symtab expansion" regexp.
1510 Update breakpoint location. Flush symbol cache after expansion.
1511
85d2d5bb
LM
15122020-02-28 Luis Machado <luis.machado@linaro.org>
1513
1514 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1515
3608f86c
TV
15162020-02-27 Tom de Vries <tdevries@suse.de>
1517
1518 * config/sid.exp: Remove unused globals.
1519 * gdb.base/attach.exp: Same.
1520 * gdb.base/catch-load.exp: Same.
1521 * gdb.base/dbx.exp: Same.
1522 * lib/gdb.exp: Same.
1523 * lib/mi-support.exp: Same.
1524 * lib/prompt.exp: Same.
1525
c8d4f6df
TV
15262020-02-27 Tom de Vries <tdevries@suse.de>
1527
1528 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1529 not set.
1530
0d79cdc4
AM
15312020-02-26 Aaron Merey <amerey@redhat.com>
1532
1533 * gdb.debuginfod: New directory for debuginfod tests.
1534 * gdb.debuginfod/main.c: New test file.
1535 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1536
0dce4280
TV
15372020-02-26 Tom de Vries <tdevries@suse.de>
1538
1539 PR gdb/25603
1540 * gdb.base/persistent-lang.cc: New test.
1541 * gdb.base/persistent-lang.exp: New file.
1542
9e80cfa1
AB
15432020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * gdb.fortran/derived-type-striding.exp: Add a new test.
1546 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1547 new test.
1548
2078dbb2
AB
15492020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1552 names.
1553
70d49700
TV
15542020-02-25 Tom de Vries <tdevries@suse.de>
1555
1556 PR go/18926
1557 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1558
a88ef40d
TV
15592020-02-24 Tom de Vries <tdevries@suse.de>
1560
1561 PR gdb/25592
1562 * gdb.base/info-locals-unused-static-var.c: New test.
1563 * gdb.base/info-locals-unused-static-var.exp: New file.
1564
01b1af32
TT
15652020-02-22 Tom Tromey <tom@tromey.com>
1566
1567 * gdb.python/tui-window.exp: New file.
1568 * gdb.python/tui-window.py: New file.
1569
7c043ba6
TT
15702020-02-22 Tom Tromey <tom@tromey.com>
1571
1572 PR tui/17850:
1573 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1574 tests.
1575
c22fef7e
TT
15762020-02-22 Tom Tromey <tom@tromey.com>
1577
1578 * gdb.tui/new-layout.exp: Add sub-layout tests.
1579
ee325b61
TT
15802020-02-22 Tom Tromey <tom@tromey.com>
1581
1582 * gdb.tui/new-layout.exp: New file.
1583
3f0cbb04
TT
15842020-02-22 Tom Tromey <tom@tromey.com>
1585
1586 * gdb.rust/rust-style.rs: New file.
1587 * gdb.rust/rust-style.exp: New file.
1588 * gdb.base/style.exp: Test structure printing.
1589 * gdb.base/style.c (struct some_struct): New type.
1590 (enum etype): New type.
1591 (struct_value): New global.
1592
75525152
TV
15932020-02-21 Tom de Vries <tdevries@suse.de>
1594
1595 PR go/18926
1596 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1597 Remove blanket xfails. Use message argument for gdb_breakpoint.
1598 Make continuing to breakpoint test conditional on setting breakpoint.
1599 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1600 DW_AT_name attribute. Add xfail for GCC PR93866.
1601
bd360d30
AB
16022020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1603
1604 * gdb.dwarf2/cpp-linkage-name.c: New file.
1605 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1606
c7adb09f 16072020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1608
1609 * lib/gdb.exp (gdb_wrapper_init): Reset
1610 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1611 not exist.
1612
a9c79803
TV
16132020-02-20 Tom de Vries <tdevries@suse.de>
1614
1615 PR go/17018
1616 * gdb.go/hello.exp: Copy ...
1617 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1618 print of st to print value of global definition. Add xfail for GCC
1619 PR93844.
1620 * gdb.go/hello.exp: Remove printing of st before definition.
1621 * gdb.go/hello.go: Copy ...
1622 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1623 to st.
1624 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1625
d7445728
TV
16262020-02-20 Tom de Vries <tdevries@suse.de>
1627
1628 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1629 (gdb_simple_compile): Handle compile_flags go by using .go extension
1630 for source file.
1631 * gdb.go/chan.exp: Use support_go_compile.
1632 * gdb.go/handcall.exp: Same.
1633 * gdb.go/hello.exp: Same.
1634 * gdb.go/integers.exp: Same.
1635 * gdb.go/max-depth.exp: Same.
1636 * gdb.go/methods.exp: Same.
1637 * gdb.go/package.exp: Same.
1638 * gdb.go/strings.exp: Same.
1639 * gdb.go/types.exp: Same.
1640 * gdb.go/unsafe.exp: Same.
1641
c9c41e6d
TV
16422020-02-19 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.python/lib-types.exp: Make xfail more strict.
1645
f20ff837
TV
16462020-02-19 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1649
08410482
DE
16502020-02-19 Doug Evans <dje@google.com>
1651
1652 PR rust/25535
1653 * gdb.rust/simple.exp: Add test.
1654 * gdb.rust/simple.rs: Add test.
1655
623563f7
TV
16562020-02-19 Tom de Vries <tdevries@suse.de>
1657
1658 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1659 output line-by-line.
1660
d3308cfd
TV
16612020-02-19 Tom de Vries <tdevries@suse.de>
1662
1663 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1664
86cbc5dc
TV
16652020-02-19 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1668 prelink.
1669
9db2b96b
TV
16702020-02-19 Tom de Vries <tdevries@suse.de>
1671
1672 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1673 (gdb_do_cache): Use gdb_do_cache_wrap.
1674 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1675
89e2fdc5
TV
16762020-02-19 Tom de Vries <tdevries@suse.de>
1677
1678 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1679 gdb_compile option.
1680
373d7ac0
SM
16812020-02-18 Simon Marchi <simon.marchi@efficios.com>
1682
1683 * gdb.base/printcmds.exp (test_print_enums): Update expected
1684 output.
1685
b29a2df0
SM
16862020-02-18 Simon Marchi <simon.marchi@efficios.com>
1687
1688 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1689 for "unknown".
1690
6740f0cc
SM
16912020-02-18 Simon Marchi <simon.marchi@efficios.com>
1692
1693 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1694 enumerator.
1695
edd45eb0
SM
16962020-02-18 Simon Marchi <simon.marchi@efficios.com>
1697
1698 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1699 FE_, add FE_NONE.
1700 (three): Update.
1701 (enum flag_enum_without_zero): New enum.
1702 (flag_enum_without_zero): New variable.
1703 (enum not_flag_enum): New enum.
1704 (three_not_flag): New variable.
1705 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1706 (test_print_enums): Add more tests for printing flag enums.
1707
d4295de4
TV
17082020-02-18 Tom de Vries <tdevries@suse.de>
1709
1710 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1711 (gdb_compile_ada): ... here.
1712 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1713 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1714
f251f505
TT
17152020-02-14 Tom Tromey <tom@tromey.com>
1716
1717 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1718 build directory.
1719 * boards/gdbserver-base.exp: Update path to gdbserver.
1720
8f432634
TV
17212020-02-13 Tom de Vries <tdevries@suse.de>
1722
1723 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1724
92b6eaf7
TV
17252020-02-13 Tom de Vries <tdevries@suse.de>
1726
1727 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1728 are missing.
1729
f3b0f7fe
TV
17302020-02-13 Tom de Vries <tdevries@suse.de>
1731
1732 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1733 call.
1734
f6be8713
SDJ
17352020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1736
1737 PR tui/25126
1738 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1739 * gdb.base/cached-source-file.c: New file.
1740 * gdb.base/cached-source-file.exp: New file.
1741
b2770d5e
TV
17422020-02-11 Tom de Vries <tdevries@suse.de>
1743
1744 PR testsuite/25488
1745 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1746
44f6938e
TV
17472020-02-10 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1750
5f0e2eb7
MR
17512020-02-10 Maciej W. Rozycki <macro@wdc.com>
1752
1753 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1754 and $after_addr are both integers before making a comparison.
1755
46ce2b6f
TV
17562020-02-09 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1759 command output and paste it into gdb.log. If any, paste catch message
1760 to gdb.log.
1761
5abbbe1d
TT
17622020-02-07 Tom Tromey <tromey@adacore.com>
1763
1764 PR breakpoints/24915:
1765 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1766
1d5d29e7
SV
17672020-02-06 Shahab Vahedi <shahab@synopsys.com>
1768
1769 * gdb.tui/tui-missing-src.exp: Add the "missing source
1770 file" test for the TUI.
1771
b0999b9b
AB
17722020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1775 including a port number in the output.
1776
c3b149eb
AKS
17772020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1778
1779 * lib/fortran.exp (fortran_int4): Handle clang.
1780 (fortran_int8): Likewise.
1781 (fortran_real4): Likewise.
1782 (fortran_real8): Likewise.
1783 (fortran_complex4): Likewise.
1784 (fortran_logical4): Likewise.
1785 (fortran_character1): Likewise.
1786
f8dcc90b
TV
17872020-02-04 Tom de Vries <tdevries@suse.de>
1788
1789 * README (Race detection): Add note.
1790
f90ac7c2
TV
17912020-02-04 Tom de Vries <tdevries@suse.de>
1792
1793 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1794
780636ae
TV
17952020-02-04 Tom de Vries <tdevries@suse.de>
1796
1797 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1798
5d2e1193
RA
17992020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1800
1801 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1802 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1803 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1804 blttar, bnetarl.
1805 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1806 binary for blttar, bnetarl.
1807 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1808 wait instruction. Delete ldmx test.
1809 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1810
e409c542
AKS
18112020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1812
1813 * gdb.fortran/array-bounds-high.exp: New file.
1814 * gdb.fortran/array-bounds-high.f90: New file.
1815
b0029748
LD
18162020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1817
1818 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1819 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1820
195a8287
TV
18212020-02-01 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1824
42330a68
AB
18252020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1826
1827 PR tui/9765
1828 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1829 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1830
b62a8028
LM
18312020-01-29 Luis Machado <luis.machado@linaro.org>
1832
1833 * gdb.arch/aarch64-brk-patterns.c: New source file.
1834 * gdb.arch/aarch64-brk-patterns.exp: New test.
1835
5f440116
TBA
18362020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1837
1838 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1839 GCC/Clang version.
1840 * gdb.cp/pass-by-ref.exp: Ditto.
1841
ee2a6fc6
TV
18422020-01-29 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1845 * gdb.threads/watchpoint-fork-mt.c: Same.
1846 * gdb.threads/watchpoint-fork-parent.c: Same.
1847 * gdb.threads/watchpoint-fork-st.c: Same.
1848 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1849
16b10d6e
LM
18502020-01-27 Luis Machado <luis.machado@linaro.org>
1851
1852 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1853 sitting at a syscall instruction when we hit the syscall function's
1854 breakpoint.
1855 Check PC against one obtained with the x command.
1856 Validate syscall number.
1857 (step_over_syscall): Don't continue to the syscall instruction if
1858 we're already there.
1859
b1468492
PW
18602020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1861
1862 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1863
7ffa82e1
AB
18642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1867 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1868
3d92a3e3
AB
18692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1870
1871 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1872 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1873
94a72be7
AB
18742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1875
1876 * gdb.base/maint.exp: Update line table parsing test.
1877 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1878
53af73bf
PA
18792020-01-24 Pedro Alves <palves@redhat.com>
1880
1881 PR gdb/25410
1882 * gdb.multi/multi-re-run-1.c: New.
1883 * gdb.multi/multi-re-run-2.c: New.
1884 * gdb.multi/multi-re-run.exp: New.
1885
1ba1ac88
AB
18862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 PR gdb/23718
1889 * gdb.server/server-kill-python.exp: New file.
1890
f3364a6d
AB
18912020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.server/multi-ui-errors.c: New file.
1894 * gdb.server/multi-ui-errors.exp: New file.
1895
733d0a67
AB
18962020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 PR tui/9765
1899 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1900
4f13c1c0
TT
19012020-01-19 Tom Tromey <tom@tromey.com>
1902
1903 * gdb.tui/main.exp: Add check for plain "file".
1904
40c94099
CB
19052020-01-16 Christian Biesinger <cbiesinger@google.com>
1906
1907 * lib/gdb.exp: Fix spelling error (seperatelly).
1908
ff47f4f0
TT
19092020-01-14 Tom Tromey <tom@tromey.com>
1910
1911 PR symtab/12535:
1912 * gdb.python/python.exp: Test decode_line with empty string
1913 argument.
1914
717c684d
BE
19152020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1916
1917 * gdb.base/skip-inline.exp: Extend test.
1918
44e4c775
AB
19192020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1922 * gdb.dwarf2/dw2-bad-elf.c: New file.
1923 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1924
d93c6db7
AB
19252020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1928 _line_saw_file.
1929
9a6d629c
AB
19302020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1933 border.
1934
d9ebdab7
TBA
19352020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1936
1937 * gdb.multi/multi-target.exp (setup): Factor out "info
1938 connections" and "info inferiors" tests to ...
1939 (test_info_inferiors): ... this new procedure.
1940 (top level): Run new "info-inferiors" tests.
1941
f3c469b9
PA
19422020-01-10 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.server/bkpt-other-inferior.exp: New file.
1945
121b3efd
PA
19462020-01-10 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1949 of "add-inferior".
1950 * gdb.base/quit-live.exp: Likewise.
1951 * gdb.base/remote-exec-file.exp: Likewise.
1952 * gdb.guile/scm-progspace.exp: Likewise.
1953 * gdb.linespec/linespec.exp: Likewise.
1954 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1955 * gdb.mi/user-selected-context-sync.exp: Likewise.
1956 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1957 "info inferiors" tests.
1958 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1959 "add-inferior".
1960 * gdb.multi/watchpoint-multi.exp: Likewise.
1961 * gdb.python/py-inferior.exp: Likewise.
1962 * gdb.server/extended-remote-restart.exp: Likewise.
1963 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1964 "info inferiors".
1965 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1966 * gdb.trace/report.exp: Likewise.
1967
1dadb1dd
PA
19682020-01-10 Pedro Alves <palves@redhat.com>
1969
1970 * gdb.multi/multi-target.c: New file.
1971 * gdb.multi/multi-target.exp: New file.
1972 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1973 mode requested, but remote does not support non-stop".
1974
78f2c40a
PA
19752020-01-10 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1978 disconnect before reconnecting.
1979
e7af6c70
TBA
19802020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1981 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.server/connect-without-multi-process.exp: Also test
1984 continuing to end.
1985
acdf84a6
PA
19862020-01-10 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.base/remote-exec-file.exp: New file.
1989
873657b9
PA
19902020-01-10 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1993 output.
1994 * gdb.threads/async.c: New.
1995 * gdb.threads/async.exp: New.
1996 * gdb.multi/tids-gid-reset.c: New.
1997 * gdb.multi/tids-gid-reset.exp: New.
1998
7f0ae84c
GB
19992020-01-10 George Barrett <bob@bob131.so>
2000
2001 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2002 to help in finding the image relocation offset.
2003 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2004 options in arguments.
2005 (stap_test_no_debuginfo): Likewise.
2006 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2007 test variants.
2008 (stap_test): Add null semaphore relocation test.
2009
47e9d49d
GB
20102020-01-10 George Barrett <bob@bob131.so>
2011
2012 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2013 * gdb.base/stap-probe.exp: Likewise.
2014 (stap_test): Pass argument as an additional flag.
2015 (stap_test_no_debuginfo): Likewise.
2016 (stap_test): Check `info probes stap' output for semaphore
2017 addresses if the test binary is supposed to have them.
2018
f5a7c406
AB
20192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.tui/basic.exp: Add more scrolling tests.
2022
9ae6bf64
TT
20232020-01-09 Tom Tromey <tom@tromey.com>
2024
2025 PR tui/18932:
2026 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2027 meangingful value.
2028 (Term::command, Term::resize): Update.
2029 * gdb.tui/basic.exp: Add scrolling test.
2030
b2efe70c
AB
20312020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2032
2033 * gdb.tui/tui-layout-asm.exp: New file.
2034
3804da7e
AB
20352020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2038
b40aa28f
AB
20392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2042 (Term::enter_tui): Use Term::prepare_for_tui.
2043
63ffd7c9
AB
20442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2047 called.
2048
3be966f6
AB
20492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.base/skip.exp: Fix race condition in test.
2052
153d79c4
AB
20532020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.base/backtrace.c: New file.
2056 * gdb.base/backtrace.exp: New file.
2057
f2302a34
AB
20582020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2061
6ec1d75e
PW
20622020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2063
2064 * gdb.base/style.exp: Test that warnings are styled.
2065
c296cbe6
BE
20662019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2067
2068 * gdb.base/line65535.exp: New file.
2069 * gdb.base/line65535.c: New file.
2070
b28a729d
SM
20712019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2072
2073 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2074 * lib/gnat_debug_info_test.adb: New file.
2075 * gdb.ada/ptype_tagged_param.exp: Use
2076 gnat_runtime_has_debug_info, expect a different output if
2077 runtime does not have debug info.
2078
7f2d7a0d
SM
20792019-12-20 Simon Marchi <simon.marchi@efficios.com>
2080
2081 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2082 (another) quote in test name.
2083
f3bce483
SM
20842019-12-20 Simon Marchi <simon.marchi@efficios.com>
2085
2086 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2087 Add quote in test name.
2088
c855a912
TBA
20892019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2090
2091 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2092 directory instead.
2093 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2094 * gdb.cp/pass-by-ref-2.cc: New file.
2095 * gdb.cp/pass-by-ref-2.exp: New file.
2096
fc9d2d72
TT
20972019-12-20 Tom Tromey <tom@tromey.com>
2098
2099 * gdb.tui/list-before.exp: New file.
2100
77b97e00
TT
21012019-12-20 Tom Tromey <tom@tromey.com>
2102
2103 * gdb.tui/list.exp: Check for source on initial listing.
2104
f69656d0
TT
21052019-12-11 Tom Tromey <tromey@adacore.com>
2106
2107 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2108 Add crlf test.
2109
99a55965
SM
21102019-12-18 Simon Marchi <simon.marchi@efficios.com>
2111
2112 * gdb.base/default.exp: Update value of $_gdb_major.
2113
5024637f
BE
21142019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2115
2116 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2117
b63634be
BE
21182019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2119
2120 * gdb.base/skip.exp: Whitespace fix.
2121
45d73523
BE
21222019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2123
2124 * gdb.base/skip-inline.c: New file.
2125 * gdb.base/skip-inline.exp: New file.
2126
d043f8c8
SM
21272019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2128
2129 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2130 jit_function_00 to jit_function_stack_mangle.
2131 * gdb.base/jithost.c (jit_function_t): Rename to...
2132 (jit_function_stack_mangle_t): ... this.
2133 (jit_function_add_t): New typedef.
2134 (jit_function_00_code): Rename to...
2135 (jit_function_stack_mangle_code): ... this, make static.
2136 (jit_function_add_code): New.
2137 (main): Generate "add" function and call it. Adjust to changes
2138 in jithost_abi.
2139 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2140 (struct jithost_abi) <begin, end>: Remove fields.
2141 <object, function_stack_mangle, function_add>: New fields.
2142 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2143 code_end>: Remove fields.
2144 <func_stack_mangle>: New field.
2145 (read_debug_info): Adjust to renaming, create block for "add"
2146 function.
2147 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2148
873de05c
TT
21492019-12-11 Tom Tromey <tom@tromey.com>
2150
2151 * gdb.tui/resize.exp: Fix regexp.
2152 * gdb.tui/regs.exp: Fix regexps.
2153 * gdb.tui/main.exp: Fix regexp.
2154
3d979945
TT
21552019-12-11 Tom Tromey <tom@tromey.com>
2156
2157 * gdb.tui/resize.exp: Update.
2158 * gdb.tui/empty.exp (layouts): Update.
2159
2192a9d3
TT
21602019-12-11 Tom Tromey <tom@tromey.com>
2161
2162 * gdb.tui/regs.exp: Update.
2163 * gdb.tui/empty.exp (layouts): Update.
2164 * gdb.tui/basic.exp: Update.
2165 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2166
d8edc8b7
PW
21672019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2168
2169 * gdb.base/options.exp: Add -raw-values in the print completion list.
2170 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2171
4c12d936
KB
21722019-12-10 Kevin Buettner <kevinb@redhat.com>
2173
2174 * gdb.threads/omp-par-scope.c: New file.
2175 * gdb/threads/omp-par-scope.exp: New file.
2176
26b911fb
KB
21772019-12-10 Kevin Buettner <kevinb@redhat.com>
2178
bb47f919
KB
2179 * lib/gdb.exp (support_nested_function_tests): New proc.
2180
21812019-12-10 Kevin Buettner <kevinb@redhat.com>
2182
2183 * lib/gdb.exp (gdb_compile_openmp): New proc.
2184 (build_executable_from_specs): Add an "openmp" option.
2185 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2186
6c71eb7d
TT
21872019-12-10 Tom Tromey <tromey@adacore.com>
2188
2189 * gdb.ada/unchecked_union.exp: New file.
2190 * gdb.ada/unchecked_union/pck.adb: New file.
2191 * gdb.ada/unchecked_union/pck.ads: New file.
2192 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2193 * gdb-utils.exp (string_to_regexp): Also quote "?".
2194
bac7c5cf
GB
21952019-12-10 George Barrett <bob@bob131.so>
2196
2197 Test scripted probe breakpoints.
2198 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2199 * gdb.python/py-breakpoint.c (main): Likewise.
2200 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2201 specifier test.
2202 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2203
330f1d38
TBA
22042019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2205
2206 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2207 an rvalue parameter.
2208 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2209 parameter.
2210
b43315e2
AB
22112019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2214 modules.
2215
54f73dad
AB
22162019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2219 broken version of GCC.
2220
d57cbee9
AB
22212019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2224 sym-info-cmds library.
2225 * gdb.fortran/info-types.exp: Likewise.
2226 * lib/sym-info-cmds.exp: New file.
2227
c14aab8c
TV
22282019-12-08 Tom de Vries <tdevries@suse.de>
2229
2230 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2231
aa2d5a42
KS
22322019-12-07 Keith Seitz <keiths@redhat.com>
2233
2234 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2235 * gdb.base/corefile-buildid-shlib.c: New file.
2236 * gdb.base/corefile-buildid.c: New file.
2237 * gdb.base/corefile-buildid.exp: New file.
2238
93e55f0a
TV
22392019-12-06 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.dwarf2/varval.exp: Add decl before def test.
2242
c7d12402
TBA
22432019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2244
2245 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2246
06acc08f
TBA
22472019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2248
2249 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2250 CV and reference conversion for overload resolution.
2251 * gdb.cp/rvalue-ref-overload.exp: Test it.
2252
e0fad1ea
PW
22532019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2254
2255 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2256 * gdb.base/frameapply.exp: Test faas without command.
2257
8d70a9f0
AB
22582019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2261 Fortran tests.
2262 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2263 order.
2264
36c8fb93
AB
22652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2268 casting to type with no kind specified.
2269 (test_basic_parsing_of_type_kinds): Additional tests for types
2270 with no kind specified, and add tests for single/double
2271 precision/complex types.
2272
4139ff00
TT
22732019-12-04 Tom Tromey <tromey@adacore.com>
2274
2275 * gdb.base/endianity.c (struct other) <x>: New field.
2276 (main): Initialize it.
2277 * gdb.base/endianity.exp: Update.
2278
a05cf17a
TT
22792019-12-04 Tom Tromey <tromey@adacore.com>
2280
2281 * gdb.ada/scalar_storage/storage.adb: New file.
2282 * gdb.ada/scalar_storage/pck.adb: New file.
2283 * gdb.ada/scalar_storage/pck.ads: New file.
2284 * gdb.ada/scalar_storage.exp: New file.
2285
103a685e
TT
22862019-12-04 Tom Tromey <tromey@adacore.com>
2287
2288 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2289 (main): Initialize it.
2290 * gdb.base/endianity.exp: Update.
2291
c2512106
AB
22922019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2295
293b38d6
AB
22962019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2299 -symbol-info-module-functions and -symbol-info-module-variables.
2300
216a7e6b
AB
23012019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2302
2303 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2304
5bbd8269
AB
23052019-12-01 Richard Bunt <richard.bunt@arm.com>
2306 Andrew Burgess <andrew.burgess@embecosm.com>
2307
2308 * gdb.fortran/derived-type-striding.exp: New file.
2309 * gdb.fortran/derived-type-striding.f90: New file.
2310 * gdb.fortran/array-slices.exp: New file.
2311 * gdb.fortran/array-slices.f90: New file.
2312
be09caf1
PW
23132019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2314
2315 * gdb.base/define.exp: Test . in command names.
2316 * gdb.base/setshow.exp: Update test, as . is now part of
2317 command name.
2318
643c0cbe
PW
23192019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2320
2321 * gdb.base/define-prefix.exp: New file.
2322
dcdec678
AB
23232019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2324
2325 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2326 compile.
2327 (skip_btrace_pt_tests): Likewise.
2328
640ab947
AB
23292019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/info-modules.exp: Compile source files in correct
2332 order.
2333
d22670f0
KB
23342019-11-27 Kevin Buettner <kevinb@redhat.com>
2335
2336 * gdb.dwarf2/imported-unit.exp: New file.
2337 * gdb.dwarf2/imported-unit.c: New file.
2338
db5960b4
AB
23392019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.mi/mi-fortran-modules-2.f90: New file.
2342 * gdb.mi/mi-fortran-modules.exp: New file.
2343 * gdb.mi/mi-fortran-modules.f90: New file.
2344
7dc42066
AB
23452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.mi/mi-sym-info-1.c: New file.
2348 * gdb.mi/mi-sym-info-2.c: New file.
2349 * gdb.mi/mi-sym-info.exp: New file.
2350
0dfeecca
TT
23512019-11-22 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2354 * gdb.ada/tasks/foo.adb: Add another stopping location.
2355
34877895
PJ
23562019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2357
2358 * gdb.base/endianity.c: New test.
2359 * gdb.base/endianity.exp: New file.
2360
2e84f897
LD
23612019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2362
2363 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2364
65d1cd5f
TV
23652019-11-21 Tom de Vries <tdevries@suse.de>
2366
2367 PR gdb/24956
2368 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2369
4f22c3f4
SDJ
23702019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2371
2372 * gdb.python/py-progspace.exp: Add missing parentheses on some
2373 'print' commands.
2374
9f6ad286
TT
23752019-11-19 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.tui/winheight.exp: New file.
2378
0b8dbf3f
AB
23792019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.base/ctf-whatis.c: Delete.
2382 * gdb.base/ctf-whatis.exp: Delete.
2383 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2384
f833b7a7
AB
23852019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.base/ctf-cvexpr.exp: Delete.
2388 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2389
30d0a636
AB
23902019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2393 the compiler. Clean up header comment a little.
2394 * gdb.base/ctf-ptype.exp: Likewise.
2395 * gdb.base/ctf-whatis.exp: Likewise.
2396 * lib/gdb.exp (skip_ctf_tests): New proc.
2397
494409bb
SDJ
23982019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2399
2400 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2401 * gdb.tui/corefile-run.exp: New file.
2402
55708e99
TT
24032019-11-14 Tom Tromey <tromey@adacore.com>
2404
2405 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2406 regression tests.
2407
45e42163
TT
24082019-11-12 Tom Tromey <tom@tromey.com>
2409
2410 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2411 after any command. Expect prompt after WAIT_FOR is seen.
2412 (enter_tui): Enable resize messages.
2413 (command): Expect command in output.
2414 (get_line): Avoid error when cursor appears to be off-screen.
2415 (dump_screen): Include screen size in title.
2416 (_do_resize): New proc, from "resize".
2417 (resize): Rewrite. Do resize in two steps.
2418 * gdb.tui/empty.exp (layouts): Fix entries.
2419 (check_boxes): Remove xfail.
2420 (check_text): Dump screen on failure.
2421
086baaf1
AB
24222019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.python/py-symbol.exp: Add test for
2425 gdb.lookup_static_symbols.
2426
09ff83af
AB
24272019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 * gdb.python/py-symbol.c: Declare and call function from new
2430 py-symbol-2.c file.
2431 * gdb.python/py-symbol.exp: Compile both source files, and add new
2432 tests for gdb.lookup_static_symbol.
2433 * gdb.python/py-symbol-2.c: New file.
2434
11af934b
TV
24352019-11-02 Tom de Vries <tdevries@suse.de>
2436
2437 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2438 * gdb.base/anon.exp: Same.
2439 * gdb.base/auto-connect-native-target.exp: Same.
2440 * gdb.base/call-ar-st.exp: Same.
2441 * gdb.base/catch-syscall.exp: Same.
2442 * gdb.base/commands.exp: Same.
2443 * gdb.base/default.exp: Same.
2444 * gdb.base/display.exp: Same.
2445 * gdb.base/float.exp: Same.
2446 * gdb.base/foll-fork.exp: Same.
2447 * gdb.base/help.exp: Same.
2448 * gdb.base/info-macros.exp: Same.
2449 * gdb.base/info-proc.exp: Same.
2450 * gdb.base/info-target.exp: Same.
2451 * gdb.base/long_long.exp: Same.
2452 * gdb.base/macscp.exp: Same.
2453 * gdb.base/memattr.exp: Same.
2454 * gdb.base/nofield.exp: Same.
2455 * gdb.base/pointers.exp: Same.
2456 * gdb.base/printcmds.exp: Same.
2457 * gdb.base/ptype.exp: Same.
2458 * gdb.base/restore.exp: Same.
2459 * gdb.base/return.exp: Same.
2460 * gdb.base/scope.exp: Same.
2461 * gdb.base/set-noassign.exp: Same.
2462 * gdb.base/setshow.exp: Same.
2463 * gdb.base/shlib-call.exp: Same.
2464 * gdb.base/signals.exp: Same.
2465 * gdb.base/sigstep.exp: Same.
2466 * gdb.base/skip.exp: Same.
2467 * gdb.base/solib-symbol.exp: Same.
2468 * gdb.base/stap-probe.exp: Same.
2469 * gdb.base/step-line.exp: Same.
2470 * gdb.base/step-test.exp: Same.
2471 * gdb.base/style.exp: Same.
2472 * gdb.base/varargs.exp: Same.
2473 * gdb.base/vla-datatypes.exp: Same.
2474 * gdb.base/vla-ptr.exp: Same.
2475 * gdb.base/vla-sideeffect.exp: Same.
2476 * gdb.base/volatile.exp: Same.
2477 * gdb.base/watch-cond-infcall.exp: Same.
2478 * gdb.base/watchpoint.exp: Same.
2479
e96ec2ba
TV
24802019-11-02 Tom de Vries <tdevries@suse.de>
2481
2482 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2483 * gdb.cp/cpexprs.exp: Same.
2484 * gdb.cp/except-multi-location.exp: Same.
2485 * gdb.cp/exceptprint.exp: Same.
2486 * gdb.cp/gdb2384.exp: Same.
2487 * gdb.cp/inherit.exp: Same.
2488 * gdb.cp/m-static.exp: Same.
2489 * gdb.cp/meth-typedefs.exp: Same.
2490 * gdb.cp/misc.exp: Same.
2491 * gdb.cp/namespace.exp: Same.
2492 * gdb.cp/non-trivial-retval.exp: Same.
2493 * gdb.cp/overload.exp: Same.
2494 * gdb.cp/pr17132.exp: Same.
2495 * gdb.cp/re-set-overloaded.exp: Same.
2496 * gdb.cp/rvalue-ref-types.exp: Same.
2497 * gdb.cp/templates.exp: Same.
2498
bd5766ec
LM
24992019-11-01 Luis Machado <luis.machado@linaro.org>
2500
2501 PR gdb/25124
2502
2503 * gdb.arch/pr25124.S: New file.
2504 * gdb.arch/pr25124.exp: New file.
2505
165f8965
AB
25062019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.fortran/info-modules.exp: Update expected results, and add
2509 additional tests for 'info module functinos', and 'info module
2510 variables'.
2511 * gdb.fortran/info-types.exp: Update expected results.
2512 * gdb.fortran/info-types.f90: Extend testcase with additional
2513 module variables and functions.
2514
59c35742
AB
25152019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.fortran/info-modules.exp: New file.
2518 * gdb.fortran/info-types.exp: Build with new file.
2519 * gdb.fortran/info-types.f90: Include and use new module.
2520 * gdb.fortran/info-types-2.f90: New file.
2521
f3fb2519
PW
25222019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2523
2524 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2525 * gdb.base/settings.exp: Test all settings types using
2526 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2527 that now verifies that the value of "maint show" is the same as
2528 returned by the settings functions. Test the type of the
2529 maintenance settings.
2530 * gdb.base/default.exp: Update show_conv_list.
2531
d1e36019
TV
25322019-10-31 Tom de Vries <tdevries@suse.de>
2533
2534 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2535 gdb_test.
2536 * gdb.arch/amd64-disp-step.exp: Same.
2537 * gdb.asm/asm-source.exp: Same.
2538 * gdb.btrace/buffer-size.exp: Same.
2539 * gdb.btrace/cpu.exp: Same.
2540 * gdb.btrace/enable.exp: Same.
2541 * gdb.dwarf2/count.exp: Same.
2542 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2543 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2544 * gdb.fortran/vla-datatypes.exp: Same.
2545 * gdb.fortran/vla-history.exp: Same.
2546 * gdb.fortran/vla-ptype.exp: Same.
2547 * gdb.fortran/vla-value.exp: Same.
2548 * gdb.fortran/whatis_type.exp: Same.
2549 * gdb.guile/guile.exp: Same.
2550 * gdb.multi/tids.exp: Same.
2551 * gdb.python/py-finish-breakpoint.exp: Same.
2552 * gdb.python/py-framefilter.exp: Same.
2553 * gdb.python/py-pp-registration.exp: Same.
2554 * gdb.python/py-xmethods.exp: Same.
2555 * gdb.python/python.exp: Same.
2556 * gdb.server/connect-with-no-symbol-file.exp: Same.
2557 * gdb.server/no-thread-db.exp: Same.
2558 * gdb.server/run-without-local-binary.exp: Same.
2559 * gdb.stabs/weird.exp: Same.
2560 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2561 * gdb.threads/thread-find.exp: Same.
2562 * gdb.threads/tls-shared.exp: Same.
2563 * gdb.threads/tls.exp: Same.
2564 * gdb.threads/wp-replication.exp: Same.
2565 * gdb.trace/ax.exp: Same.
2566 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2567
3d11e68e
TV
25682019-10-31 Tom de Vries <tdevries@suse.de>
2569
2570 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2571 * gdb.ada/array_subscript_addr.exp: Same.
2572 * gdb.ada/arrayidx.exp: Same.
2573 * gdb.ada/arrayparam.exp: Same.
2574 * gdb.ada/arrayptr.exp: Same.
2575 * gdb.ada/boolean_expr.exp: Same.
2576 * gdb.ada/call_pn.exp: Same.
2577 * gdb.ada/complete.exp: Same.
2578 * gdb.ada/fixed_cmp.exp: Same.
2579 * gdb.ada/fun_addr.exp: Same.
2580 * gdb.ada/funcall_param.exp: Same.
2581 * gdb.ada/interface.exp: Same.
2582 * gdb.ada/mod_from_name.exp: Same.
2583 * gdb.ada/null_array.exp: Same.
2584 * gdb.ada/packed_array.exp: Same.
2585 * gdb.ada/packed_tagged.exp: Same.
2586 * gdb.ada/print_chars.exp: Same.
2587 * gdb.ada/print_pc.exp: Same.
2588 * gdb.ada/ptype_arith_binop.exp: Same.
2589 * gdb.ada/ptype_field.exp: Same.
2590 * gdb.ada/ptype_tagged_param.exp: Same.
2591 * gdb.ada/rec_return.exp: Same.
2592 * gdb.ada/ref_tick_size.exp: Same.
2593 * gdb.ada/str_ref_cmp.exp: Same.
2594 * gdb.ada/taft_type.exp: Same.
2595 * gdb.ada/tagged.exp: Same.
2596 * gdb.ada/type_coercion.exp: Same.
2597 * gdb.ada/uninitialized_vars.exp: Same.
2598
60b6ede8
TV
25992019-10-30 Tom de Vries <tdevries@suse.de>
2600
2601 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2602
30baf67b
TV
26032019-10-26 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.base/bigcore.c: Fix typos in comments.
2606 * gdb.base/ctf-ptype.c: Same.
2607 * gdb.base/long_long.c: Same.
2608 * gdb.dwarf2/dw2-op-out-param.S: Same.
2609 * gdb.python/py-evthreads.c: Same.
2610 * gdb.reverse/i387-stack-reverse.c: Same.
2611 * gdb.trace/tfile.c: Same.
2612 * lib/compiler.c: Same.
2613 * lib/compiler.cc: Same.
2614
158da0d1
TV
26152019-10-25 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2618 gdb_test_multiple calls.
2619 * gdb.reverse/sigall-reverse.exp: Same.
2620 * gdb.reverse/solib-precsave.exp: Same.
2621 * gdb.reverse/solib-reverse.exp: Same.
2622 * gdb.reverse/until-precsave.exp: Same.
2623 * gdb.reverse/until-reverse.exp: Same.
2624
4ccdfbec
TV
26252019-10-24 Tom de Vries <tdevries@suse.de>
2626
2627 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2628 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2629 kfail using -wrap pattern flag and convenience variable
2630 gdb_test_name.
2631
33d569b7
AB
26322019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * gdb.python/py-progspace.exp: Add tests for the
2635 Progspace.block_for_pc method.
2636
4d0b984b
TT
26372019-10-23 Tom Tromey <tom@tromey.com>
2638
2639 * configure: Rebuild.
2640 * aclocal.m4: Use m4_include, not sinclude.
2641
94cb3754
TV
26422019-10-21 Tom de Vries <tdevries@suse.de>
2643
2644 * gdb.base/infcall-nested-structs.c: Add
2645 __attribute__((noinline,noclone)) to all functions.
2646 (call_all): Add missing variable initialization. Simplify return value.
2647 (breakpt): Increment volatile variable, to prevent call from being
2648 optimized out.
2649 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2650
062f1fc1
TV
26512019-10-17 Tom de Vries <tdevries@suse.de>
2652
2653 * gdb.fortran/module.exp: Allow info variables to print info for files
2654 other than module.f90.
2655
0b54364d
AB
26562019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * gdb.fortran/module.exp: Extend with 'info variables' test.
2659
7ff5fae7
AB
26602019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2663 F77_FOR_TARGET.
2664
d10eccaa
TV
26652019-10-16 Tom de Vries <tdevries@suse.de>
2666
2667 PR tdep/25096
2668 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2669
745ff14e
TV
26702019-10-16 Tom de Vries <tdevries@suse.de>
2671
2672 PR tdep/24104
2673 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2674 Add KFAIL for PR tdep/25096.
2675
03e1ab94
TV
26762019-10-16 Tom de Vries <tdevries@suse.de>
2677
2678 PR testsuite/25059
2679 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2680
b17fcc10
TV
26812019-10-16 Tom de Vries <tdevries@suse.de>
2682
2683 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2684 as signed.
2685
9223170f
SM
26862019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2687
2688 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2689 one instead of increasing timeout.
2690
d6e76313
TV
26912019-10-13 Tom de Vries <tdevries@suse.de>
2692
2693 PR record/25038
2694 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2695 * gdb.reverse/sigall-reverse.exp: Same.
2696 * gdb.reverse/solib-precsave.exp: Same.
2697 * gdb.reverse/solib-reverse.exp: Same.
2698 * gdb.reverse/step-precsave.exp: Same.
2699 * gdb.reverse/until-precsave.exp: Same.
2700 * gdb.reverse/until-reverse.exp: Same.
2701 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2702
6dfc0041
AA
27032019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2704
2705 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2706 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2707 (cmp_struct_05_01, cmp_struct_static_02_01)
2708 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2709 comparisons.
2710
abcf2cc8
TV
27112019-10-10 Tom de Vries <tdevries@suse.de>
2712
2713 PR testsuite/24888
2714 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2715 gnatlink.
2716
a50faaf6
TV
27172019-10-09 Tom de Vries <tdevries@suse.de>
2718
2719 PR testsuite/25048
2720 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2721
60ff3cd7
AB
27222019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2725 exceptions due to missing debug information.
2726
dfee8566
TV
27272019-10-07 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2730
3d63690a
AB
27312019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2734 * gdb.base/annota1.exp: Update to use gdb_test_name.
2735
30d1f018
WP
27362019-10-07 Weimin Pan <weimin.pan@oracle.com>
2737
2738 * gdb.base/ctf-whatis.exp: New file.
2739 * gdb.base/ctf-whatis.c: New file.
2740 * gdb.base/ctf-ptype.exp: New file.
2741 * gdb.base/ctf-ptype.c: New file.
2742 * gdb.base/ctf-constvars.exp: New file.
2743 * gdb.base/ctf-constvars.c: New file.
2744 * gdb.base/ctf-cvexpr.exp: New file.
2745
4dbbb47c
TV
27462019-10-04 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2749 for loop.
2750
77c2dba3
TT
27512019-10-03 Tom Tromey <tom@tromey.com>
2752
2753 PR rust/24976:
2754 * gdb.rust/simple.rs (Union2): New type.
2755 (main): Use Union2.
2756 * gdb.rust/simple.exp: Add test.
2757
179aed7f
AB
27582019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2761 nested function prefix.
2762
0a4b0913
AB
27632019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2764 Richard Bunt <richard.bunt@arm.com>
2765 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2768 nested functions.
2769 * gdb.fortran/nested-funcs.f90: Update expected results.
2770 * gdb.fortran/nested-funcs-2.exp: New file.
2771 * gdb.fortran/nested-funcs-2.f90: New file.
2772
082cce05
AB
27732019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.python/py-parameter.exp: Make test names unique.
2776 * gdb.python/py-template.exp: Likewise.
2777 * gdb.python/py-value.exp: Likewise.
2778
2b74ba5a
AB
27792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.base/break-interp.exp: Reduce test name duplication.
2782 * gdb.base/call-sc.exp: Likewise.
2783 * gdb.base/callfuncs.exp: Likewise.
2784 * gdb.base/charset.exp: Likewise.
2785 * gdb.base/dump.exp: Likewise.
2786 * gdb.base/ena-dis-br.exp: Likewise.
2787 * gdb.base/relational.exp: Likewise.
2788 * gdb.base/step-over-syscall.exp: Likewise.
2789 * gdb.base/structs.exp: Likewise.
2790
58eb20d5
AB
27912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.linespec/explicit.exp: Make test names unique.
2794 * gdb.linespec/ls-errs.exp: Likewise.
2795
4d421147
AB
27962019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2797
2798 * gdb.reverse/break-precsave.exp: Make test names unique.
2799 * gdb.reverse/break-reverse.exp: Likewise.
2800 * gdb.reverse/finish-precsave.exp: Likewise.
2801 * gdb.reverse/finish-reverse.exp: Likewise.
2802 * gdb.reverse/machinestate-precsave.exp: Likewise.
2803 * gdb.reverse/machinestate.exp: Likewise.
2804 * gdb.reverse/readv-reverse.exp: Likewise.
2805 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2806 * gdb.reverse/sigall-precsave.exp: Likewise.
2807 * gdb.reverse/sigall-reverse.exp: Likewise.
2808 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2809 * gdb.reverse/watch-precsave.exp: Likewise.
2810 * gdb.reverse/watch-reverse.exp: Likewise.
2811
d8c06f22
AB
28122019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * gdb.threads/stop-with-handle.c: New file.
2815 * gdb.threads/stop-with-handle.exp: New file.
2816
3a56ed86
TV
28172019-10-03 Tom de Vries <tdevries@suse.de>
2818
2819 PR testsuite/25059
2820 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2821 directory" line to be missing.
2822
42275044
TV
28232019-10-03 Tom de Vries <tdevries@suse.de>
2824
2825 PR testsuite/25059
2826 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2827 type optional.
2828
9ef62df0
AA
28292019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2830
2831 * gdb.python/py-format-string.c (string.h): New include.
2832 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2833 the same value, for endianness-independence.
2834 * gdb.python/py-format-string.exp (default_regexp_dict)
2835 (test_pretty_structs, test_format): Adjust expected output to the
2836 changed initialization.
2837
37f6a7f4
TT
28382019-10-02 Tom Tromey <tromey@adacore.com>
2839
2840 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2841
1d58d6a2
PA
28422019-10-02 Pedro Alves <palves@redhat.com>
2843 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2846 "print-file-var.h".
2847 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2848 (get_version_1): Print this_version_id and its address.
2849 Add extern "C" wrappers around interface functions.
2850 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2851 "print-file-var.h".
2852 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2853 (get_version_2): Print this_version_id and its address.
2854 Add extern "C" wrappers around interface functions.
2855 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2856 <stddef.h> and "print-file-var.h".
2857 Add extern "C" wrappers around interface functions.
2858 [VERSION_ID_MAIN] (this_version_id): Define.
2859 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2860 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2861 up extern "C" blocks.
2862 * gdb.base/print-file-var.exp (test): New, factored out from top
2863 level.
2864 (top level): Test all combinations of attribute hidden or not,
2865 dlopen or not, and this_version_id symbol in main file or not.
2866 Compile tests as both C++ and C, make test names unique.
2867
d770d56f
TT
28682019-10-01 Tom Tromey <tom@tromey.com>
2869
2870 * gdb.base/style.exp: Test "show logging filename".
2871
7f6aba03
TT
28722019-10-01 Tom Tromey <tom@tromey.com>
2873
2874 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2875 * gdb.base/style.exp: Add metadata style test.
2876
14309bb6
TT
28772019-10-01 Tom Tromey <tom@tromey.com>
2878
2879 * gdb.base/style.exp: Test "pwd".
2880
2a3c1174
PA
28812019-10-01 Tom Tromey <tom@tromey.com>
2882
2883 * gdb.base/style.exp: Update tests.
2884
53d666ec
AA
28852019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2886
2887 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2888 'six' to unsigned.
2889 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2890 'five'. Use an all-ones bit pattern for each.
2891 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2892 to its changed values.
2893
4a56a520
TT
28942019-09-30 Tom Tromey <tromey@adacore.com>
2895
2896 * gdb.rust/traits.rs: Disable all warnings.
2897
0df0352a
TV
28982019-09-29 Tom de Vries <tdevries@suse.de>
2899
aac66a4c 2900 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2901
73d9a918
TV
29022019-09-29 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2905
060b3ab4
TV
29062019-09-27 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2909
68f7d34d
TV
29102019-09-27 Tom de Vries <tdevries@suse.de>
2911
2912 PR record/23188
2913 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2914
5d63b30a
TT
29152019-09-26 Tom Tromey <tromey@adacore.com>
2916
2917 * gdb.ada/py_taft.exp: New file.
2918 * gdb.ada/py_taft/main.adb: New file.
2919 * gdb.ada/py_taft/pkg.adb: New file.
2920 * gdb.ada/py_taft/pkg.ads: New file.
2921
3d435220
TV
29222019-09-24 Tom de Vries <tdevries@suse.de>
2923
2924 PR gdb/24598
2925 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2926
77d03678
TV
29272019-09-22 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.base/restore.exp: Allow register variables to be optimized out at
2930 -O0.
2931
abf516c6
UW
29322019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2933
2934 * gdb.arch/spu-info.exp: Remove file.
2935 * gdb.arch/spu-info.c: Remove file.
2936 * gdb.arch/spu-ls.exp: Remove file.
2937 * gdb.arch/spu-ls.c: Remove file.
2938
2939 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2940 * gdb.asm/spu.inc: Remove file.
2941
2942 * gdb.base/dump.exp: Remove support for spu*-*-*.
2943 * gdb.base/stack-checking.exp: Likewise.
2944 * gdb.base/overlays.exp: Likewise.
2945 * gdb.base/ovlymgr.c: Likewise.
2946 * gdb.base/spu.ld: Remove file.
2947
2948 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2949 * gdb.cp/cpexprs.exp: Likewise.
2950 * gdb.cp/exception.exp: Likewise.
2951 * gdb.cp/gdb2495.exp: Likewise.
2952 * gdb.cp/mb-templates.exp: Likewise.
2953 * gdb.cp/pr9167.exp: Likewise.
2954 * gdb.cp/userdef.exp: Likewise.
2955
2956 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2957
2958 * gdb.cell: Remove directory.
2959 * lib/cell.exp: Remove file.
2960
e452e88f
TV
29612019-09-19 Tom de Vries <tdevries@suse.de>
2962
2963 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2964
8a625130
TV
29652019-09-19 Tom de Vries <tdevries@suse.de>
2966
2967 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2968
81dc3ab5
TV
29692019-09-19 Tom de Vries <tdevries@suse.de>
2970
2971 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2972 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2973 (gdb_target_cmd): ... here.
2974 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2975 value 2.
2976
b078f3ac
AB
29772019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2978
2979 * gdb.base/source-dir.exp: Avoid having directory names in test
2980 names.
2981
f1b620e9
MG
29822019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2985 directory.
2986
67f3ed6a
AB
29872019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.base/list-missing-source.exp: New file.
2990
d1b70248
TV
29912019-09-14 Tom de Vries <tdevries@suse.de>
2992
2993 PR teststuite/24599
2994 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2995 * lib/ada.exp (gnatmake_version_at_least): New proc.
2996
5fabdcd6
AB
29972019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * gdb.base/maint.exp: Use exec_has_index_section.
3000
aa17805f
AB
30012019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.base/maint.exp: Add test for 'maint info sections'.
3004
25e5c209
TV
30052019-09-12 Tom de Vries <tdevries@suse.de>
3006
3007 * gdb.base/store.exp: Allow register variables to be optimized out at
3008 -O0.
3009
4993045d
PW
30102019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3011
3012 * gdb.ada/rdv_wait.exp: Update to new task names.
3013 * gdb.base/task_switch_in_core.exp: Likewise.
3014 * gdb.base/info_sources_base.c: Likewise.
3015
8a516164
TT
30162019-09-10 Tom Tromey <tromey@adacore.com>
3017
3018 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3019
aa391654
TT
30202019-09-10 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.ada/dgopt.exp: New file.
3023 * gdb.ada/dgopt/x.adb: New file.
3024
8634b462
TT
30252019-09-08 Tom Tromey <tom@tromey.com>
3026
3027 * gdb.tui/resize.exp: Remove setup_xfail.
3028 * gdb.tui/regs.exp: Remove setup_xfail.
3029 * gdb.tui/basic.exp: Remove setup_xfail.
3030
736b0f76
DB
30312019-09-06 David Blaikie <dblaikie@gmail.com>
3032
3033 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3034 * gdb.cp/cplabel.exp: Ditto.
3035 * gdb.linespec/ls-errs.exp: Ditto.
3036
30331a6c
TV
30372019-09-05 Tom de Vries <tdevries@suse.de>
3038
3039 * lib/gdb.exp (cmp_file_string): New proc.
3040 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3041 runto_main. Verify save breakpoints output.
3042
98b0ebab
PW
30432019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3044
3045 * gdb.base/info-var.exp: Test info variables without running
3046 to main, to avoid expect's buffer overflow.
3047
4e962e74
TT
30482019-09-03 Tom Tromey <tromey@adacore.com>
3049
3050 * gdb.ada/bias.exp: New file.
3051 * gdb.ada/bias/bias.adb: New file.
3052 * gdb.ada/print_chars.exp: Add regression test.
3053 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3054 (MC): New variable.
3055
2ea1a07a
SL
30562019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3057
3058 * gdb.base/argv0-symlink.exp: Run only on native target
3059 and local host.
3060
8077c50d
TV
30612019-08-29 Tom de Vries <tdevries@suse.de>
3062
3063 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3064 diverse debug info.
3065 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3066
48352473
TV
30672019-08-28 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.base/info-var.exp: Allow info variables to print info for files
3070 other than info-var-f1.c and info-var-f2.c.
3071
d8f27c60
AB
30722019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.fortran/info-types.exp: Add module.
3075 * gdb.fortran/info-types.f90: Update expected results.
3076
1f20c35e
AB
30772019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.fortran/info-types.exp: New file.
3080 * gdb.fortran/info-types.f90: New file.
3081 * lib/fortran.exp (fortran_character1): New proc.
3082
4acfdd20
AB
30832019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3086 functions'. Reindent as needed.
3087 * gdb.base/info-var-f1.c: New file.
3088 * gdb.base/info-var-f2.c: New file.
3089 * gdb.base/info-var.exp: New file.
3090 * gdb.base/info-var.h: New file.
3091
5c31b358
TV
30922019-08-26 Tom de Vries <tdevries@suse.de>
3093
3094 PR c++/24852
3095 * gdb.cp/no-libstdcxx-probe.exp: New test.
3096
b694989f
TV
30972019-08-26 Tom de Vries <tdevries@suse.de>
3098
3099 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3100 * tests need to be skipped.
3101 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3102 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3103 mi_skip_libstdcxx_probe_tests.
3104
d9c4ba53
SDJ
31052019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3106
3107 * gdb.python/py-xmethods.exp: Use raw strings when passing
3108 arguments to SimpleXMethodMatcher.
3109
395fad09
TV
31102019-08-22 Tom de Vries <tdevries@suse.de>
3111
3112 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3113 more informative.
3114
26c957f1
PA
31152019-08-21 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.base/with.exp: Test "with" with no arguments.
3118
61f80d5d
TV
31192019-08-21 Tom de Vries <tdevries@suse.de>
3120
3121 * gdb.base/gdb-caching-proc.exp: Sort files.
3122
d7a11d13
TV
31232019-08-20 Tom de Vries <tdevries@suse.de>
3124
3125 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3126 compilation.
3127
34dafe9f
TV
31282019-08-16 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.base/compare-sections.exp ("after run to main"): Allow
3131 mismatched read-only sections for PIE executables.
3132
398fdd60
TT
31332019-08-16 Tom Tromey <tom@tromey.com>
3134
3135 * lib/tuiterm.exp (_csi_Z): New proc.
3136 * gdb.tui/basic.exp: Update window positions.
3137 * gdb.tui/empty.exp: Update window positions.
3138
d8f9e51c
SL
31392019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3140
3141 * gdb.base/examine-backward.exp: Correct regexp for
3142 "examine 3 bytes backward from ${address_zero}".
3143
3df505f6
TT
31442019-08-15 Tom Tromey <tom@tromey.com>
3145
3146 * gdb.tui/empty.exp: Enable resizing tests.
3147
272560b5
TT
31482019-08-15 Tom Tromey <tromey@adacore.com>
3149
3150 * gdb.ada/char_enum.exp: Add regression tests.
3151 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3152 and '0'.
3153 (Char, Gchar): Update.
3154 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3155
08235187
CB
31562019-08-15 Christian Biesinger <cbiesinger@google.com>
3157
3158 * gdb.python/python.exp: Expect a leading underscore on
3159 GdbOutput{,Error}File.
3160
22a2ab04
SL
31612019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3162
3163 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3164 Windows host.
3165
835b995b
SL
31662019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3167
3168 * gdb.base/batch-preserve-term-settings.exp
3169 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3170
97dd8e07
CB
31712019-08-15 Christian Biesinger <cbiesinger@google.com>
3172
3173 * lib/gdb.exp: When running on a mingw target, replace
3174 /x/ with x:/.
3175
75faf5c4
AH
31762019-08-14 Alan Hayward <alan.hayward@arm.com>
3177
3178 * gdb.arch/aarch64-prologue.c: New test.
3179 * gdb.arch/aarch64-prologue.exp: New file.
3180
abc6c00f
TV
31812019-08-13 Tom de Vries <tdevries@suse.de>
3182
3183 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3184 Thread.
3185
74c2c1f4
SL
31862019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3187
3188 * gdb.python/py-completion.exp: Download the .py file to the host
3189 and use its host pathname. Conditionalize tests that use
3190 tab completion and manipulate files on the build machine.
3191 * gdb.python/py-events.exp: Download the .py file to the host
3192 and use its host pathname.
3193 * gdb.python/py-evsignal.exp: Likewise.
3194 * gdb.python/py-evthreads.exp: Likewise.
3195 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3196 pathname syntax.
3197 * gdb.python/py-framefilter.exp: Download the .py file to the right
3198 place on the host. Match Windows pathname syntax.
3199 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3200 .py file to the host and use its host pathname.
3201 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3202 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3203 build pathname. Skip symlink test on Windows host. Add missing
3204 newline at end of file.
3205 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3206 and use its host pathname.
3207 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3208 * gdb.python/py-section-script.exp: Use host location of binfile
3209 on safe-path. Use correct path separator on Windows host.
3210 Reorder alternatives in gdb_test_multiple to prevent matching
3211 the wrong alternative on success.
3212 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3213
ca2589f3
PP
32142019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3215
3216 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3217 expect the GDB inferior to no longer immediately stop after
3218 being resumed with "signal SIGINT".
3219
020a839d
SL
32202019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3221
3222 * gdb.linespec/break-ask.exp: Generalize regexps to match
3223 Windows pathnames too.
3224
128d6509
TV
32252019-08-08 Tom de Vries <tdevries@suse.de>
3226
3227 PR testsuite/24862
3228 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3229
590042fc
PW
32302019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3231
3232 * gdb.base/style.exp: Update tests for help doc new invariants.
3233 * gdb.base/help.exp: Likewise.
3234
046bebe1
TT
32352019-08-06 Tom Tromey <tom@tromey.com>
3236
3237 * gdb.base/style.exp: Add disassemble test.
3238 * gdb.base/style.c (some_called_function): New function.
3239 (main): Use it.
3240
0b27c27d
CB
32412019-08-05 Christian Biesinger <cbiesinger@google.com>
3242
3243 * gdb.python/py-block.exp: Test dictionary access on blocks.
3244
580f1034
SM
32452019-08-05 Simon Marchi <simon.marchi@efficios.com>
3246
3247 PR gdb/24863
3248 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3249 -list-thread-groups --available test when running under
3250 check-read1.
3251
d86bd7cb
TV
32522019-08-05 Tom de Vries <tdevries@suse.de>
3253
3254 PR testsuite/24863
3255 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3256 * gdb.base/help.exp: Use with_read1_timeout_factor.
3257 * gdb.base/info-macros.exp: Same.
3258 * gdb.cp/nested-types.exp: Same.
3259
a80cf5d8
TV
32602019-08-05 Tom de Vries <tdevries@suse.de>
3261
3262 * lib/gdb.exp (version_at_least): Factor out of ...
3263 (tcl_version_at_least): ... here.
3264 (gdb_compile): Fail if pie results in non-PIE executable.
3265 (readelf_version, readelf_prints_pie): New proc.
3266 (exec_is_pie): Return -1 if unknown.
3267
d0962838
TV
32682019-08-05 Tom de Vries <tdevries@suse.de>
3269
3270 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3271
2252ff3d
SL
32722019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3273
3274 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3275
26655f53
SL
32762019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3277
3278 * lib/completion-support.exp (test_gdb_complete_none): Skip
3279 tab completion tests if no readline support.
3280 (test_gdb_complete_unique_re): Likewise.
3281 (test_gdb_complete_multiple): Likewise.
3282
db4dc13e
PW
32832019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3284
3285 * gdb.base/info_sources.exp: New file.
3286 * gdb.base/info_sources.c: New file.
3287 * gdb.base/info_sources_base.c: New file.
3288
0eba165a
PFC
32892019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3290
3291 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3292 prefix argument.
3293 (test_exit_status): Add prefix argument.
3294
59bd512b
TV
32952019-08-01 Tom de Vries <tdevries@suse.de>
3296
3297 PR testsuite/24863
3298 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3299 calling exp_continue for new thread and thread exited messages.
3300
2a3ad588
TV
33012019-08-01 Tom de Vries <tdevries@suse.de>
3302
3303 PR testsuite/24863
3304 * gdb.base/structs.exp: Fix check-read1 timeout using
3305 gdb_test_sequence.
3306 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3307
117eb594
TV
33082019-08-01 Tom de Vries <tdevries@suse.de>
3309
3310 PR testsuite/24863
3311 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3312 line.
3313
ed591340
TV
33142019-08-01 Tom de Vries <tdevries@suse.de>
3315
3316 PR testsuite/24863
3317 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3318
aa3b6533
TT
33192019-07-30 Tom Tromey <tromey@adacore.com>
3320
3321 * gdb.ada/display_nested.exp: New file.
3322 * gdb.ada/display_nested/foo.adb: New file.
3323 * gdb.ada/display_nested/pack.adb: New file.
3324 * gdb.ada/display_nested/pack.ads: New file.
3325
2906593f
CB
33262019-07-30 Christian Biesinger <cbiesinger@google.com>
3327
3328 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3329 namespace.
3330 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3331
0f575925
TV
33322019-07-30 Tom de Vries <tdevries@suse.de>
3333
3334 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3335 instead.
3336
b13057d9
TV
33372019-07-30 Tom de Vries <tdevries@suse.de>
3338
3339 PR testsuite/24834
3340 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3341 (exec_is_pie): New proc.
3342
5c4dde85
CB
33432019-07-29 Christian Biesinger <cbiesinger@google.com>
3344
3345 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3346
c620ed88
CB
33472019-07-29 Christian Biesinger <cbiesinger@google.com>
3348
3349 * gdb.python/py-objfile.c: Add global and static vars.
3350 * gdb.python/py-objfile.exp: Test new functions Objfile.
3351 lookup_global_symbol and lookup_static_symbol.
3352
3d235706
TT
33532019-07-29 Tom Tromey <tom@tromey.com>
3354
3355 * lib/tuiterm.exp (Term::_csi_@): New proc.
3356 (Term::_csi_X): Don't move cursor.
3357
c7e4c0a6
PW
33582019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3359
3360 * gdb.base/options.exp: Update backtrace - completion to
3361 new option -frame-info.
3362 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3363 Test new 'set print frame-info'. Test backtrace -frame-info
3364 overriding 'set print frame-info'.
3365 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3366 Test new 'set print frame-info'.
3367 Verify consistency of backtrace with and without filters, with and
3368 without -no-filters.
3369 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3370 default.
3371
de28a3b7
TV
33722019-07-29 Tom de Vries <tdevries@suse.de>
3373
3374 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3375 no arguments".
3376
507dd60e
TV
33772019-07-29 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3380 is a substring of the first for "complete non-unique file name".
3381
5beafce9
TV
33822019-07-29 Tom de Vries <tdevries@suse.de>
3383
3384 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3385 with ".*".
3386
2d274232
TV
33872019-07-29 Tom de Vries <tdevries@suse.de>
3388
3389 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3390 Pass prompt_regexp parameter to gdb_test_multiple calls.
3391
9197cd8b
TV
33922019-07-29 Tom de Vries <tdevries@suse.de>
3393
3394 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3395 print registers" regexps.
9197cd8b 3396
b528dae0
TV
33972019-07-29 Tom de Vries <tdevries@suse.de>
3398
3399 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3400
d17725d7
TV
34012019-07-29 Tom de Vries <tdevries@suse.de>
3402
3403 PR gdb/24855
3404 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3405 (skip_python_tests_prompt): Add prompt_regexp argument to
3406 gdb_test_multiple calls.
3407
52b75bf1
TT
34082019-07-27 Tom Tromey <tom@tromey.com>
3409
3410 * gdb.tui/main.exp: New file.
3411
2b1d00c2
TT
34122019-07-27 Tom Tromey <tom@tromey.com>
3413
3414 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3415 optional.
3416 * gdb.tui/empty.exp: New file.
3417
ded631d5
TT
34182019-07-27 Tom Tromey <tom@tromey.com>
3419
3420 * lib/tuiterm.exp (spawn): New proc.
3421 (Term::resize): New proc.
3422 * gdb.tui/resize.exp: New file.
3423
58ac439d
TT
34242019-07-27 Tom Tromey <tom@tromey.com>
3425
3426 * gdb.tui/list.exp: New file.
3427
fe1f56ee
TT
34282019-07-27 Tom Tromey <tom@tromey.com>
3429
3430 * gdb.tui/regs.exp: New file.
3431
f790b310
TT
34322019-07-27 Tom Tromey <tom@tromey.com>
3433
3434 * gdb.tui/basic.exp: Add "layout split" test.
3435
d95fc6ee
TT
34362019-07-27 Tom Tromey <tom@tromey.com>
3437
3438 * gdb.tui/basic.exp: Add "layout asm" test.
3439
c3786b3a
TT
34402019-07-27 Tom Tromey <tom@tromey.com>
3441
3442 * lib/tuiterm.exp: New file.
3443 * gdb.tui/basic.exp: New file.
3444
98a617f8
KB
34452019-07-27 Kevin Buettner <kevinb@redhat.com>
3446
3447 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3448 Enable tests associated with this flag. Adjust regex
3449 referencing "foo_low" to now refer to "foo_cold" instead.
3450
5c076da4
KB
34512019-07-27 Kevin Buettner <kevinb@redhat.com>
3452
3453 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3454 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3455 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3456 foo_cold. Revise comments to match.
3457 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3458 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3459 were wrapped into this proc; Call do_test in loop from outermost
3460 level.
3461 (foo_low): Rename all occurrences to "foo_cold".
3462 (backtrace from baz): New test.
3463 (x2/i foo_cold): New test.
3464 (info line *foo_cold): New test.
3465
1512d3b7
TV
34662019-07-26 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3469
297989a1
TV
34702019-07-25 Tom de Vries <tdevries@suse.de>
3471
3472 PR testsuite/24830
3473 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3474 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3475 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3476 (skip_libstdcxx_probe_tests): ... here.
3477 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3478
b3b965fb
TV
34792019-07-24 Tom de Vries <tdevries@suse.de>
3480
3481 PR testsuite/24807
3482 * gdb.objc/basicclass.m: Include stdio.h.
3483 * gdb.objc/nondebug.m: Same.
3484 * gdb.objc/objcdecode.m: Same.
3485
4625b4d0
TV
34862019-07-24 Tom de Vries <tdevries@suse.de>
3487
3488 PR testsuite/24612
3489 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3490 additional_flags.
3491
024a5840
TV
34922019-07-24 Tom de Vries <tdevries@suse.de>
3493
3494 PR testsuite/24831
3495 * gdb.multi/tids.exp: Update error messages for info threads.
3496
c76ddaa3
TV
34972019-07-24 Tom de Vries <tdevries@suse.de>
3498
3499 * gdb.base/info-types.exp: Allow info types to print info for more than
3500 one file.
3501
9a618ef6
TV
35022019-07-23 Tom de Vries <tdevries@suse.de>
3503
3504 PR testsuite/24842
3505 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3506 gdb_spawn_with_cmdline_opts.
3507
40eadf04
SP
35082019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3509
3510 * gdb.arch/arm-cmse-sgstubs.c: New test.
3511 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3512
5ba29434
TV
35132019-07-23 Tom de Vries <tdevries@suse.de>
3514
3515 PR testsuite/24711
3516 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3517 issuing next command.
3518
a8e9d247
AB
35192019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.ada/info_auto_lang.exp: Update expected results.
3522 * gdb.base/info-types.c: Add additional types to check.
3523 * gdb.base/info-types.exp: Update expected results.
3524
eb86c5e2
AB
35252019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * gdb.base/info-types.c: New file.
3528 * gdb.base/info-types.exp: New file.
3529
01e175fe
AB
35302019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * gdb.arch/riscv-bp-infcall.c: New file.
3533 * gdb.arch/riscv-bp-infcall.exp: New file.
3534
6b78c3f8
AB
35352019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 PR breakpoints/24541
3538 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3539
da738167
TV
35402019-07-14 Tom de Vries <tdevries@suse.de>
3541
3542 PR testsuite/24760
3543 * gdb.objc/basicclass.exp: Fix unterminated string.
3544
0d4e84ed
AB
35452019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3546 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3549 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3550 negative bounds.
3551 * gdb.fortran/vla-value.exp: Print elements of an array with
3552 negative bounds.
3553 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3554 testing.
3555
021d8588
AB
35562019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.base/options.exp (expect_string): Dequote strings in
3559 results.
3560 (test-string): Test strings with different quoting and reindent.
3561
f06f1252
TT
35622019-07-10 Tom Tromey <tromey@adacore.com>
3563
3564 * gdb.ada/mi_ex_cond.exp: Update expected results.
3565 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3566 * gdb.ada/mi_catch_ex.exp: Update expected results.
3567 * gdb.ada/mi_catch_assert.exp: Update expected results.
3568 * gdb.ada/catch_ex.exp (catch_exception_info)
3569 (catch_exception_entry, catch_assert_entry)
3570 (catch_unhandled_entry): Update.
3571 * gdb.ada/catch_assert_if.exp: Update expected results.
3572
b863685d
RB
35732019-07-10 Richard Bunt <richard.bunt@arm.com>
3574 Stephen Roberts <stephen.roberts@arm.com>
3575
3576 * gdb.base/define.exp: Restore original prompt.
3577
cb1e4e32
PA
35782019-07-09 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3581 breakpoints" output.
3582 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3583 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3584 throw" creates breakpoint.
3585 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3586 'type="catchpoint"'.
3587
b58a68fe
PA
35882019-07-09 Pedro Alves <palves@redhat.com>
3589
3590 PR c++/15468
3591 * gdb.cp/except-multi-location-lib.cc: New.
3592 * gdb.cp/except-multi-location-main.cc: New.
3593 * gdb.cp/except-multi-location.exp: New.
3594
0826779b
PW
35952019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3596
3597 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3598 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3599 argument and update callers.
3600
5b0e2db4
AB
36012019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3602
3603 * gdb.arch/amd64-break-on-asm-line.S: New file.
3604 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3605
1f6f6e21
PW
36062019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3607
3608 * gdb.base/printcmds.exp: Test printing C string and
3609 C wide string convenience vars without transiting via the inferior.
3610 Also make test names unique.
3611
ea142fbf
AH
36122019-07-08 Alan Hayward <alan.hayward@arm.com>
3613
5862c886 3614 PR breakpoints/25011
ea142fbf
AH
3615 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3616
213fd9fa
PA
36172019-07-04 Pedro Alves <palves@redhat.com>
3618
3619 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3620 body returned ok(0), break(3) or continue(4).
3621 * gdb.testsuite/foreach_with_prefix.exp: New file.
3622
2b40fda7
AH
36232019-07-04 Alan Hayward <alan.hayward@arm.com>
3624
3625 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3626
a26c8de0
PA
36272019-07-03 Pedro Alves <palves@redhat.com>
3628
3629 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3630 "return -code".
3631
5f4ba3e7
PA
36322019-07-03 Pedro Alves <palves@redhat.com>
3633
3634 PR cli/24732
3635 * gdb.base/shell.exp: Load completion-support.exp.
3636 Adjust expected error output. Add completion tests.
3637
a994424f
PA
36382019-07-03 Pedro Alves <palves@redhat.com>
3639
3640 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3641 string_to_regexp.
3642
3d9be6f5
PA
36432019-07-03 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3646 (expect_integer): Adjust to expect "-string".
3647 (expect_string): New.
3648 (all_options): Expect "-string".
3649 (test-flag, test-boolean): Adjust to expect "-string".
3650 (test-string): New proc.
3651 (top level): Call it.
3652
41fc454c
PA
36532019-07-03 Pedro Alves <palves@redhat.com>
3654
3655 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3656 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3657 the expected output in the success.
3658
b2b2a215
PA
36592019-07-03 Pedro Alves <palves@redhat.com>
3660
3661 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3662 Split one gdb_test_multiple call in two to avoid a race.
3663
fdbc9870
PA
36642019-07-03 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.base/with.c: New file.
3667 * gdb.base/with.exp: New file.
3668
c6ac8931
PA
36692019-07-03 Pedro Alves <palves@redhat.com>
3670
3671 * gdb.base/settings.exp: Replace all references to "maint
3672 test-settings set" with references to "maint set test-settings",
3673 and all references to "maint test-settings show" with references
3674 to "maint show test-settings".
3675
970f9d09
PA
36762019-07-03 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.base/settings.exp (test-string): Adjust expected out when
3679 testing "maint test-settings show filename"
3680
54d66006
PA
36812019-07-02 Pedro Alves <palves@redhat.com>
3682
3683 * gdb.base/options.exp (test-info-threads): New procedure.
3684 (top level): Call it.
3685
10d06d82
TT
36862019-06-28 Tom Tromey <tromey@adacore.com>
3687
3688 * gdb.dwarf2/ada-linkage-name.c: New file.
3689 * gdb.dwarf2/ada-linkage-name.exp: New file.
3690
3d507ff2
TT
36912019-06-27 Tom Tromey <tromey@adacore.com>
3692
d039f014 3693 PR c++/20020:
3d507ff2
TT
3694 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3695
8af58ffe
TV
36962019-06-26 Tom de Vries <tdevries@suse.de>
3697
3698 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3699
22e21752
TV
37002019-06-26 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/index-cache.exp: Add back missing debug option.
3703
b65b566c
PW
37042019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3705
3706 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3707
5c2c8c69
TV
37082019-06-25 Tom de Vries <tdevries@suse.de>
3709
3710 PR testsuite/24727
3711 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3712
164e3873
TV
37132019-06-24 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3716
824eacee
TV
37172019-06-24 Tom de Vries <tdevries@suse.de>
3718
3719 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3720 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3721 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3722
385b97d3
TV
37232019-06-24 Tom de Vries <tdevries@suse.de>
3724
3725 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3726
c596f180
TV
37272019-06-21 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3730
b13a7d03
TV
37312019-06-21 Tom de Vries <tdevries@suse.de>
3732
3733 PR testsuite/24518
3734 PR ada/24713
3735 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3736 index.
3737
899277ae
TT
37382019-06-19 Tom Tromey <tromey@adacore.com>
3739
3740 * gdb.ada/length_cond.exp: Add intro comment.
3741
680e1bee
TT
37422019-06-19 Tom Tromey <tromey@adacore.com>
3743
3744 * gdb.ada/length_cond.exp: New file.
3745 * gdb.ada/length_cond/length_cond.adb: New file.
3746 * gdb.ada/length_cond/pck.adb: New file.
3747 * gdb.ada/length_cond/pck.ads: New file.
3748
0ed4690a
TV
37492019-06-18 Tom de Vries <tdevries@suse.de>
3750
3751 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3752
d20ed5fd
TT
37532019-06-18 Tom Tromey <tromey@adacore.com>
3754
3755 * gdb.base/list0.h: Add comment explaining control character.
3756
86e04673
TV
37572019-06-18 Tom de Vries <tdevries@suse.de>
3758
3759 * boards/fission.exp: Break up long debug_flags line.
3760
c4973306
SM
37612019-06-16 Tom de Vries <tdevries@suse.de>
3762
3763 PR gdb/24445
3764 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3765 generated index.
3766
93cb9841
AB
37672019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3768
3769 PR gdb/24686
3770 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3771 improve detection of bug gdb/24541.
3772
399aaebd
SM
37732019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3774
3775 PR gdb/24669
3776 * gdb.base/index-cache.exp (uses_readnow,
3777 expecting_index_cache_use): Define global variable.
3778 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3779 expecting_index_cache_use.
3780
584a927c
AB
37812019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3782 Andrew Burgess <andrew.burgess@embecosm.com>
3783
3784 * gdb.fortran/pointers.f90: New file.
3785 * gdb.fortran/print_type.exp: New file.
3786 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3787 * gdb.fortran/vla-type.exp: Likewise.
3788 * gdb.fortran/vla-value.exp: Likewise.
3789 * gdb.mi/mi-vla-fortran.exp: Likewise.
3790
30056ea0
AB
37912019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3792
3793 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3794 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3795 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3796 as a stop reason.
3797
ec8e2b6d
AB
37982019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3799
3800 * gdb.base/annota1.exp: Update expected results.
3801 * gdb.cp/annota2.exp: Likewise.
3802 * gdb.cp/annota3.exp: Likewise.
3803
09e4c4e1
AB
38042019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3805
3806 * gdb.base/style-logging.exp: Remove path from test name.
3807
0735b091
TT
38082019-06-14 Tom Tromey <tromey@adacore.com>
3809
3810 PR gdb/24502:
3811 * gdb.base/style-logging.exp: New file.
3812
f5686554
TT
38132019-06-14 Tom Tromey <tromey@adacore.com>
3814
3815 * gdb.base/symfile-warn.exp: New file.
3816 * gdb.base/symfile-warn.c: New file.
3817
a0c1ffed
TT
38182019-06-14 Tom Tromey <tromey@adacore.com>
3819
3820 * gdb.base/annotate-symlink.exp: New file.
3821
f411722c
TT
38222019-06-14 Tom Tromey <tromey@adacore.com>
3823
3824 * gdb.ada/set_wstr.exp: Add reassignment test.
3825
4268ec18
TT
38262019-06-14 Tom Tromey <tromey@adacore.com>
3827
3828 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3829 'unchecked_access and 'unrestricted_access as well.
3830
9a9e394b
TT
38312019-06-14 Tom Tromey <tromey@adacore.com>
3832
3833 PR ada/24539:
3834 * gdb.ada/vla.exp: Update tests.
3835 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3836 pragma.
3837
4c048731
PA
38382019-06-13 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/settings.exp (test-integer): Test junk after
3841 "unlimited".
3842
6665660a
PA
38432019-06-13 Pedro Alves <palves@redhat.com>
3844
3845 * gdb.base/options.exp (test-thread-apply): New.
3846 (top level): Call it.
3847
5d707134
PA
38482019-06-13 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.base/options.exp (test-frame-apply): New.
3851 (top level): Test print commands with different "frame apply"
3852 prefixes.
3853
e2a689da
PA
38542019-06-13 Pedro Alves <palves@redhat.com>
3855
e79be6e5 3856 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3857 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3858 'max_completions' parameter and handle it.
3859 (test_gdb_completion_offers_commands): New.
3860
90a1ef87
PA
38612019-06-13 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3864
d4c16835
PA
38652019-06-13 Pedro Alves <palves@redhat.com>
3866
3867 * gdb.base/options.exp (test-backtrace): New.
3868 (top level): Call it.
3869
2daf894e
PA
38702019-06-13 Pedro Alves <palves@redhat.com>
3871
3872 * gdb.guile/scm-frame-args.exp: Use "set print
3873 raw-frame-arguments" instead of "set print raw frame-arguments".
3874 * gdb.python/py-frame-args.exp: Likewise.
3875
e6ed716c
PA
38762019-06-13 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.compile/compile.exp: Adjust expected output to option
3879 processing changes.
3880
7d8062de
PA
38812019-06-13 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.base/options.exp: Build executable.
3884 (test-print): New procedure.
3885 (top level): Call it, once for "print" and another for "compile
3886 print".
3887
9d0faba9
PA
38882019-06-13 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.base/options.c: New file.
3891 * gdb.base/options.exp: New file.
3892
dee7b4c8
PA
38932019-06-13 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3896 that "o" is ambiguous.
3897
dca0f6c0
PA
38982019-06-13 Pedro Alves <palves@redhat.com>
3899
3900 * gdb.base/settings.c: New file.
3901 * gdb.base/settings.exp: New file.
3902
ccf46844
PA
39032019-06-13 Pedro Alves <palves@redhat.com>
3904
3905 * gdb.base/completion.exp: Fix comment typo.
3906
b9a3f842
PA
39072019-06-13 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3910 foo --1" test.
3911
d106773e
PA
39122019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3913
3914 * gdb.fortran/block-data.f: New.
3915 * gdb.fortran/block-data.exp: New.
3916
fea82da0
TV
39172019-06-11 Tom de Vries <tdevries@suse.de>
3918
3919 PR testsuite/24521
3920 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3921 message.
3922
8c2e74f1
TV
39232019-06-11 Tom de Vries <tdevries@suse.de>
3924
3925 PR testsuite/24521
3926 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3927
b49851c8
TV
39282019-06-11 Tom de Vries <tdevries@suse.de>
3929
3930 * boards/readnow.exp: New file.
3931
a7067863
AB
39322019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * gdb.fortran/vla-sizeof.exp: Update expected results.
3935
1a3da2cd
AB
39362019-06-06 Amos Bird <amosbird@gmail.com>
3937
3938 * gdb.base/annota1.exp (thread_switch): Add test for
3939 thread-exited annotation.
3940
3847a7bf
TT
39412019-06-06 Tom Tromey <tromey@adacore.com>
3942
3943 * gdb.base/maint.exp: Expect command started/finished output.
3944
0088ba59
AB
39452019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3946
3947 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3948 comment.
3949 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3950
312617a3
AB
39512019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3954 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3955 * gdb.arch/riscv-unwind-long-insn.c: New file.
3956 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3957
e1f2e1a2
CB
39582019-06-04 Christian Biesinger <cbiesinger@google.com>
3959
d3238f7d 3960 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3961
206584bd
PW
39622019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3963
3964 * lib/gdb.exp (help_list_trailer): New regexp variable
3965 factorizing the help trailer message.
3966 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3967 arg to allow to better factorize various tests.
3968 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3969 (test_prefix_command_help): Use help_list_trailer.
3970 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3971 * gdb.guile/scm-cmd.exp: Likewise.
3972 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3973 * gdb.base/help.exp: Use test_user_defined_class_help.
3974 * gdb.base/style.exp: Add tests for styling of help and apropos.
3975 * lib/gdb-utils.exp (style): Add title and highlight styles.
3976
708dc93e
PW
39772019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3978
3979 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3980 $_shell_exitsignal.
3981 * gdb.base/default.exp: Update for new convenience variables.
3982
f49055a5
TT
39832019-05-29 Tom Tromey <tromey@adacore.com>
3984
3985 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3986 to "break complete ada" test case's regexp.
3987
4330d61d
TT
39882019-05-29 Tom Tromey <tromey@adacore.com>
3989
3990 PR c++/20020:
3991 * gdb.cp/constexpr-field.exp: New file.
3992 * gdb.cp/constexpr-field.cc: New file.
3993
000439d5
TT
39942019-05-29 Tom Tromey <tromey@adacore.com>
3995
3996 * gdb.base/finish.exp (finish_no_print): New proc.
3997 (finish_tests): Call it.
3998
5a01c34c
TV
39992019-05-24 Tom de Vries <tdevries@suse.de>
4000
4001 * gdb.dwarf2/gdb-add-index.exp: New file.
4002
18125b16
TT
40032019-05-22 Tom Tromey <tromey@adacore.com>
4004
4005 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4006 * gdb.base/style.exp: Use "style".
4007 * lib/gdb-utils.exp (style): New proc.
4008
af1a8d03
TV
40092019-05-22 Tom de Vries <tdevries@suse.de>
4010
4011 * gdb.base/align.exp: Require c++11.
4012
e7fe496b
TV
40132019-05-22 Tom de Vries <tdevries@suse.de>
4014
4015 PR testsuite/24586
4016 * gdb.python/py-mi-var-info-path-expression.exp: Call
4017 mi_skip_python_tests to check if python is supported.
4018
8fca4da0
AH
40192019-05-22 Alan Hayward <alan.hayward@arm.com>
4020
4021 * gdb.arch/aarch64-pauth.c: New test.
4022 * gdb.arch/aarch64-pauth.exp: New file.
4023
b7060614
AH
40242019-05-22 Alan Hayward <alan.hayward@arm.com>
4025
4026 * README (Re-running Tests Outside The Testsuite): New section.
4027
669d0468
TV
40282019-05-21 Tom de Vries <tdevries@suse.de>
4029
4030 * gdb.arch/amd64-eval.exp: Require c++11.
4031 * gdb.base/max-depth.exp: Same.
4032 * gdb.compile/compile-cplus-array-decay.exp: Same.
4033 * gdb.cp/meth-typedefs.exp: Same.
4034 * gdb.cp/subtypes.exp: Same.
4035 * gdb.cp/temargs.exp: Same.
4036
ce3ebcaa
AH
40372019-05-21 Alan Hayward <alan.hayward@arm.com>
4038
4039 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4040
34d11c68
AB
40412019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4042
4043 PR gdb/18644
4044 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4045 * gdb.fortran/printing-types.exp: Add new test.
4046 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4047 testing.
4048 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4049 setup_kfail call.
4050
87781e84
AH
40512019-05-17 Alan Hayward <alan.hayward@arm.com>
4052
4053 * README (Running the Testsuite): Change example.
4054 (Testsuite Parameters): Remove TRANSCRIPT.
4055 * lib/gdb.exp: Remove TRANSCRIPT check.
4056
b420b89e
AH
40572019-05-17 Alan Hayward <alan.hayward@arm.com>
4058
4059 * README (Testsuite Parameters): Add replay logging to
4060 GDBSERVER_DEBUG.
4061 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4062 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4063 as a comma separated list.
4064 (gdb_debug_init): Override procedure.
4065
408e9b8b
AH
40662019-05-17 Alan Hayward <alan.hayward@arm.com>
4067
4068 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4069 (gdb_write_cmd_file): New procedure.
4070 * lib/gdbserver-support.exp (gdbserver_start): Call
4071 gdbserver_write_cmd_file.
4072 (gdbserver_write_cmd_file): New procedure.
4073
f9e2e39d
AH
40742019-05-17 Alan Hayward <alan.hayward@arm.com>
4075
4076 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4077 (delete_breakpoints): Likewise.
4078 (gdb_run_cmd): Likewise.
4079 (gdb_start_cmd): Likewise.
4080 (gdb_starti_cmd): Likewise.
4081 (gdb_internal_error_resync): Likewise.
4082 (gdb_test_multiple): Likewise.
4083 (gdb_reinitialize_dir): Likewise.
4084 (default_gdb_exit): Likewise.
4085 (gdb_file_cmd): Mark kill as optional.
4086 (default_gdb_start): Call gdb_stdin_log_init.
4087 (send_gdb): Call gdb_stdin_log_write.
4088 (rerun_to_main): Mark Y as an answer.
4089 (gdb_stdin_log_init): New function.
4090 (gdb_stdin_log_write): Likewise.
4091
81f47ac2
AH
40922019-05-17 Alan Hayward <alan.hayward@arm.com>
4093
4094 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4095 * gdb.base/debug-expr.exp: Likewise.
4096 * gdb.base/foll-fork.exp: Likewise.
4097 * gdb.base/foll-vfork.exp: Likewise.
4098 * gdb.base/fork-print-inferior-events.exp: Likewise.
4099 * gdb.base/gdb-sigterm.exp: Likewise.
4100 * gdb.base/gdbinit-history.exp: Likewise.
4101 * gdb.base/osabi.exp: Likewise.
4102 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4103 * gdb.base/ui-redirect.exp: Likewise.
4104 * gdb.gdb/unittest.exp: Likewise.
4105 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4106 * gdb.mi/mi-watch.exp: Likewise.
4107 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4108 * gdb.mi/user-selected-context-sync.exp: Likewise.
4109 * gdb.python/python.exp: Disable debug test when debugging.
4110 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4111 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4112 Likewise.
4113 * gdb.threads/stepi-random-signal.exp: Likewise.
4114
29b52314
AH
41152019-05-17 Alan Hayward <alan.hayward@arm.com>
4116
4117 * Makefile.in: Pass through GDB_DEBUG.
4118 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4119 (gdb,debug): Add board setting.
4120 * lib/gdb.exp (default_gdb_start): Start debugging.
4121 (gdb_debug_enabled): New procedure.
4122 (gdb_debug_init): Likewise.
29b52314
AH
4123
41242019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4125
29b52314
AH
4126 * Makefile.in: Pass through GDB_DEBUG.
4127 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4128 (gdb,debug): Add board setting.
4129 * lib/gdb.exp (default_gdb_start): Start debugging.
4130 (gdb_debug_enabled): New procedure.
4131 (gdb_debug_init): Likewise.
29b52314 4132
ca1285d1
AH
41332019-05-17 Alan Hayward <alan.hayward@arm.com>
4134
4135 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4136
f3a09c80
AH
41372019-05-17 Alan Hayward <alan.hayward@arm.com>
4138
4139 * gdb.base/ui-redirect.exp: Test redirection.
4140
26648588
JV
41412019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4142
4143 * gdb.mi/mi-complete.exp: New file.
4144 * gdb.mi/mi-complete.cc: Likewise.
4145
14237686
AB
41462019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4147
4148 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4149 indexed and sliced arrays, and pointers to arrays.
4150
e7bd7fba
TT
41512019-05-14 Tom Tromey <tromey@adacore.com>
4152
4153 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4154 styling test.
4155
2764128d
TV
41562019-05-14 Tom de Vries <tdevries@suse.de>
4157
4158 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4159 selection entry encoding.
4160
71bed2db
TT
41612019-05-10 Tom Tromey <tromey@adacore.com>
4162
4163 * gdb.ada/info_exc.exp: Add "complete" test.
4164
63b667ad
TV
41652019-05-09 Tom de Vries <tdevries@suse.de>
4166
4167 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4168 CU-relative.
4169
9cfd2b89
TV
41702019-05-09 Tom de Vries <tdevries@suse.de>
4171
4172 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4173 CU-relative.
4174
2228ef77
XR
41752019-05-08 Joel Brobecker <brobecker@adacore.com>
4176
4177 * gdb.ada/frame_arg_lang.exp: New testcase.
4178 * gdb.ada/frame_arg_lang/bla.adb: New file.
4179 * gdb.ada/frame_arg_lang/pck.ads: New file.
4180 * gdb.ada/frame_arg_lang/pck.adb: New file.
4181 * gdb.ada/frame_arg_lang/foo.c: New file.
4182
80e55b13
TT
41832019-05-08 Tom Tromey <tromey@adacore.com>
4184
4185 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4186
9d3421af
TT
41872019-05-08 Tom Tromey <tromey@adacore.com>
4188
4189 * gdb.base/ptype-offsets.exp: Update tests.
4190
844333e2
TT
41912019-05-08 Tom Tromey <tromey@adacore.com>
4192
4193 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4194 cases.
4195 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4196 "short".
4197
988915ee
TT
41982019-05-08 Tom Tromey <tromey@adacore.com>
4199
4200 * gdb.ada/vla.exp: New file.
4201 * gdb.ada/vla/vla.adb: New file.
4202
7bd55dac
TV
42032019-05-07 Tom de Vries <tdevries@suse.de>
4204
4205 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4206
75f06e9d
TV
42072019-05-07 Tom de Vries <tdevries@suse.de>
4208
4209 PR testsuite/24522
4210 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4211 section.
4212
77e7aaa4
TV
42132019-05-07 Tom de Vries <tdevries@suse.de>
4214
4215 PR testsuite/24522
4216 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4217 .debug_aranges section.
4218
456ba0fa
TV
42192019-05-07 Tom de Vries <tdevries@suse.de>
4220
4221 PR testsuite/24159
4222 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4223
5a56d6a6
TV
42242019-05-06 Tom de Vries <tdevries@suse.de>
4225
4226 * lib/gdb.exp (exec_has_index_section): New proc.
4227 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4228 section.
4229
9d6d4be8
TV
42302019-05-04 Tom de Vries <tdevries@suse.de>
4231
4232 * boards/cc-with-debug-names.exp: New file.
4233
222a8d25
TT
42342019-05-03 Tom Tromey <tromey@adacore.com>
4235
4236 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4237 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4238 * gdb.ada/char_enum.exp: Add test.
4239
0fdfd794
TV
42402019-05-03 Tom de Vries <tdevries@suse.de>
4241
4242 * boards/cc-with-gdb-index.exp: New file.
4243
80062eb9
AB
42442019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.rust/simple.exp: Add new test case.
4247 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4248 (main): Initialise an instance of the new struct.
4249
4504bbde
TT
42502019-05-01 Tom Tromey <tromey@adacore.com>
4251
4252 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4253 record.
4254 (NPR): New variable.
4255 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4256 test.
4257
d48e62f4
TT
42582019-05-01 Tom Tromey <tromey@adacore.com>
4259
4260 * gdb.ada/packed_array_assign.exp: Add packed assignment
4261 regression test.
4262
f59f30f5
TV
42632019-05-01 Tom de Vries <tdevries@suse.de>
4264
4265 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4266
b70bfc54
TV
42672019-05-01 Tom de Vries <tdevries@suse.de>
4268
4269 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4270
15f18d14
AT
42712019-04-30 Ali Tamur <tamur@google.com>
4272
4273 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4274
2ff0a947
TT
42752019-04-30 Tom Tromey <tromey@adacore.com>
4276
4277 * lib/ada.exp (find_ada_tool): New proc.
4278 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4279 * gdb.ada/catch_ex_std.exp: New file.
4280 * gdb.ada/catch_ex_std/foo.adb: New file.
4281 * gdb.ada/catch_ex_std/some_package.adb: New file.
4282 * gdb.ada/catch_ex_std/some_package.ads: New file.
4283
a776957c
TT
42842019-04-30 Tom Tromey <tromey@adacore.com>
4285
4286 PR c++/24470:
4287 * gdb.cp/temargs.cc: Add test code from PR.
4288
bc68014d
AB
42892019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.fortran/vla-datatypes.exp: Update expected results.
4292 * gdb.fortran/vla-ptype.exp: Likewise.
4293 * gdb.fortran/vla-type.exp: Likewise.
4294 * gdb.fortran/vla-value.exp: Likewise.
4295
f1fdc960
AB
42962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.fortran/ptr-indentation.exp: Update expected results.
4299 * gdb.fortran/ptype-on-functions.exp: Likewise.
4300 * gdb.fortran/vla-ptr-info.exp: Likewise.
4301 * gdb.fortran/vla-value.exp: Likewise.
4302
bf7a4de1
AB
43032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4304
4305 * gdb.fortran/ptype-on-functions.exp: New file.
4306 * gdb.fortran/ptype-on-functions.f90: New file.
4307
bbe75b9d
AB
43082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4311 case void string.
4312
1db455a7
AB
43132019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.fortran/complex.exp: Expand.
4316 * gdb.fortran/complex.f: Renamed to...
4317 * gdb.fortran/complex.f90: ...this, and extended to add more
4318 complex values.
4319
b6d03bb2
AB
43202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4321
4322 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4323 MODULO, CMPLX.
4324
2e62ab40
AB
43252019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4326 Richard Bunt <richard.bunt@arm.com>
4327
4328 * gdb.base/max-depth.c: New file.
4329 * gdb.base/max-depth.exp: New file.
4330 * gdb.python/py-nested-maps.c: New file.
4331 * gdb.python/py-nested-maps.exp: New file.
4332 * gdb.python/py-nested-maps.py: New file.
4333 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4334 (test_all_common): Call test_max_depth.
4335 * gdb.fortran/max-depth.exp: New file.
4336 * gdb.fortran/max-depth.f90: New file.
4337 * gdb.go/max-depth.exp: New file.
4338 * gdb.go/max-depth.go: New file.
4339 * gdb.modula2/max-depth.exp: New file.
4340 * gdb.modula2/max-depth.c: New file.
4341 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4342
d2b584a5
TV
43432019-04-29 Tom de Vries <tdevries@suse.de>
4344
4345 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4346
136afab8
PW
43472019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4348
4349 * gdb.base/callexit.exp: Test may-call-functions off.
4350
725cbb63
KS
43512019-04-25 Keith Seitz <keiths@redhat.com>
4352
4353 PR c++/24367
4354 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4355 (another_incomplete_struct, test_incomplete): New definitions.
4356 (main): Use new definitions.
4357 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4358 functions.
4359
701adfb0
PA
43602019-04-25 Ali Tamur <tamur@google.com>
4361
4362 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4363
82433e3e
SDJ
43642019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4365
4366 PR corefiles/11608
4367 PR corefiles/18187
4368 * gdb.base/coredump-filter-build-id.exp: New file.
4369
dd06d4d6
AH
43702019-04-25 Alan Hayward <alan.hayward@arm.com>
4371
e79be6e5
SM
4372 * Makefile.in: Pass through GDBSERVER_DEBUG.
4373 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4374 (gdbserver,debug): Add board setting.
4375 * gdb.trace/tspeed.exp: Skip when debugging.
4376 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4377 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4378
1670072e
TT
43792019-04-24 Tom Tromey <tromey@adacore.com>
4380
4381 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4382 Rust.
4383
a59240a4
TT
43842019-04-24 Tom Tromey <tromey@adacore.com>
4385
4386 * gdb.arch/amd64-eval.exp: Test bitfield return.
4387 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4388 (class Foo) <return_bitfields>: New method.
4389 (main): Call it.
4390
b907456c
AB
43912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.cp/many-args.cc: New file.
4394 * gdb.cp/many-args.exp: New file.
4395
5c565afd
TV
43962019-04-23 Tom de Vries <tdevries@suse.de>
4397
4398 PR gdb/24433
4399 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4400
ba22ff86
AH
44012019-04-23 Alan Hayward <alan.hayward@arm.com>
4402
4403 * gdb.trace/backtrace.exp: Use nopie flag.
4404 * gdb.trace/circ.exp: Likewise.
4405 * gdb.trace/collection.exp: Likewise.
4406 * gdb.trace/ftrace.exp: Likewise.
4407 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4408 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4409 * gdb.trace/qtro.exp: Likewise.
4410 * gdb.trace/read-memory.exp: Likewise.
4411 * gdb.trace/report.exp: Likewise.
4412 * gdb.trace/tfile.exp: Likewise.
4413 * gdb.trace/tfind.exp: Likewise.
4414 * gdb.trace/unavailable.exp: Likewise.
4415
7905fc35
PA
44162019-04-22 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/solib-probes-nosharedlibrary.c,
4419 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4420
8ecb59f8
TT
44212019-04-19 Tom Tromey <tromey@adacore.com>
4422
4423 * gdb.ada/ptype_union.c: New file.
4424 * gdb.ada/ptype_union.exp: New file.
4425
62160ec9
TT
44262019-04-19 Tom Tromey <tromey@adacore.com>
4427
4428 PR symtab/24423:
4429 * gdb.base/list0.h (foo): Add a control-l character.
4430
36cd4ba5
TV
44312019-04-18 Tom de Vries <tdevries@suse.de>
4432
4433 PR gdb/24433
4434 * boards/local-board.exp: Set sysroot to "".
4435
b73715df
TV
44362019-04-18 Tom de Vries <tdevries@suse.de>
4437 Pedro Alves <palves@redhat.com>
4438
4439 PR gdb/24454
4440 * gdb.threads/vfork-follow-child-exec.c: New file.
4441 * gdb.threads/vfork-follow-child-exec.exp: New file.
4442 * gdb.threads/vfork-follow-child-exit.c: New file.
4443 * gdb.threads/vfork-follow-child-exit.exp: New file.
4444
4aa866af
LS
44452019-04-15 Leszek Swirski <leszeks@google.com>
4446
4447 * gdb.arch/amd64-eval.cc: New file.
4448 * gdb.arch/amd64-eval.exp: New file.
4449
e5a1a79a
AH
44502019-04-11 Alan Hayward <alan.hayward@arm.com>
4451
4452 * gdb.server/sysroot.c: New test.
4453 * gdb.server/sysroot.exp: New file.
4454 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4455 matching param.
4456
41077b66
AB
44572019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.base/align.exp: Extend test to cover structures containing
4460 only static fields.
4461
c30391f8
TV
44622019-04-11 Tom de Vries <tdevries@suse.de>
4463
4464 * boards/cc-with-dwz-m.exp: New file.
4465 * boards/cc-with-dwz.exp: New file.
4466 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4467
e242fd12
SM
44682019-04-09 Simon Marchi <simon.marchi@efficios.com>
4469
4470 * gdb.base/start-cpp.exp: New file.
4471 * gdb.base/start-cpp.cc: New file.
4472
2b0c8b01
KB
44732019-04-08 Kevin Buettner <kevinb@redhat.com>
4474
4475 * gdb.python/py-thrhandle.exp: Adjust tests to call
4476 thread_from_handle instead of thread_from_thread_handle.
4477
947210e5
KB
44782019-04-08 Kevin Buettner <kevinb@redhat.com>
4479
4480 * gdb.python/py-thrhandle.exp: Add tests for
4481 gdb.InferiorThread.handle.
4482
d7df6549
AB
44832019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4484
4485 * gdb.python/py-function.exp: Check calling helper function from
4486 all languages.
4487 * lib/gdb.exp (gdb_supported_languages): New proc.
4488
8bdc1658
AB
44892019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.base/complex-parts.c: New file.
4492 * gdb.base/complex-parts.exp: New file.
4493
05caa1d2
TT
44942019-04-01 Tom Tromey <tromey@adacore.com>
4495
4496 PR symtab/23331:
4497 * gdb.dwarf2/dw2-ranges-main.c: New file.
4498 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4499 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4500
7734102d
EZ
45012019-03-30 Simon Marchi <simark@simark.ca>
4502
4503 * gdb.base/default.exp: Add values for $_gdb_major and
4504 $_gdb_minor.
4505
188e1fa9
TT
45062019-03-29 Tom Tromey <tromey@adacore.com>
4507
4508 * gdb.base/help.exp: Tighten apropos regexp.
4509
2880242d
KS
45102019-03-29 Keith Seitz <keiths@redhat.com>
4511
4512 * gdb.fortran/array-bounds.exp: New file.
4513 * gdb.fortran/array-bounds.f90: New file.
4514
077cad8e
PW
45152019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4516
4517 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4518
80047cfc
PW
45192019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4520
4521 * gdb.multi/hello.c (main): Increase alarm timer.
4522
f489207e
SL
45232019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4524
4525 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4526 factor when no hardware watchpoint support.
4527
c92df149
AH
45282019-03-28 Alan Hayward <alan.hayward@arm.com>
4529 Pedro Alves <palves@redhat.com>
4530
4531 * boards/local-board.exp: set sysroot to /.
4532
933aebfa
AH
45332019-03-27 Alan Hayward <alan.hayward@arm.com>
4534
4535 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4536 in child.
4537
9f9aa852
AB
45382019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4541 field.
4542 (make_container): Initialise new field.
4543 * gdb.python/py-prettyprint.exp: Add new tests.
4544 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4545 <display_hint>: New method.
4546
3714a195
AB
45472019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4550 gdb_continue_to_breakpoint more throughout this test.
4551 (run_lang_tests) Supply unique test names, and use
4552 gdb_test_no_output.
4553
18c77628
AB
45542019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4555
4556 * gdb.base/finish-pretty.exp: Update expected results.
4557 * gdb.base/pretty-print.c: New file.
4558 * gdb.base/pretty-print.exp: New file.
4559
9a93502f
PA
45602019-03-25 Pedro Alves <palves@redhat.com>
4561
4562 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4563 move comments outside list. Append '-i "" eof' section.
4564
968aa7ae
AH
45652019-03-22 Alan Hayward <alan.hayward@arm.com>
4566
34a7f2a4 4567 PR testsuite/25016
968aa7ae
AH
4568 * README: Add pie options.
4569 * gdb.base/break-interp.exp: Ensure pie is disabled.
4570 * gdb.base/dump.exp: Likewise.
4571 * lib/gdb.exp (gdb_compile): Add pie option.
4572
4c7d57e7
TT
45732019-03-19 Tom Tromey <tromey@adacore.com>
4574
4575 * gdb.mi/mi2-cli-display.c: New file.
4576 * gdb.mi/mi2-cli-display.exp: New file.
4577
bff8c71f
TT
45782019-03-18 Joel Brobecker <brobecker@adacore.com>
4579 Tom Tromey <tromey@adacore.com>
4580
4581 * gdb.ada/ptype_array/pck.adb: New file.
4582 * gdb.ada/ptype_array/pck.ads: New file.
4583 * gdb.ada/ptype_array/foo.adb: New file.
4584 * gdb.ada/ptype_array.exp: New file.
4585
d085f989
TT
45862019-03-14 Tom Tromey <tromey@adacore.com>
4587
4588 * gdb.base/style.exp: Add "set style sources" test.
4589
b4be1b06
SM
45902019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4591
4592 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4593 * mi-breakpoint-multiple-locations.exp: ... this.
4594 (make_breakpoints_pattern): New proc.
4595 (do_test): Add mi_version parameter, test -break-insert,
4596 -break-info and =breakpoint-created.
4597
7cde5fc2
AB
45982019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4599
4600 * config/default.exp: Remove 'load_lib gdb.exp'.
4601 * config/monitor.exp: Likewise.
4602 * config/sid.exp: Likewise.
4603 * config/sim.exp: Likewise.
4604 * config/slite.exp: Likewise.
4605 * config/unix.exp: Likewise.
4606 * gdb.base/default.exp: Remove unhelpful comment.
4607
efbecbc1
AB
46082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4611
0841c79a
AB
46122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4613
4614 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4615
4a270568
AB
46162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.fortran/type-kinds.exp: Update expected results.
4619
067630bd
AB
46202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4621
4622 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4623
3be47f7a
AB
46242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4627 function.
4628 (test_basic_parsing_of_type_kinds): Expand types tested.
4629 (test_parsing_invalid_type_kinds): New function.
4630
4d00f5d8
AB
46312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 * gdb.fortran/intrinsics.exp: New file.
4634 * gdb.fortran/intrinsics.f90: New file.
4635 * gdb.fortran/type-kinds.exp: New file.
4636
c8f91604
AB
46372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4638
4639 * gdb.fortran/dot-ops.exp: New file.
4640
dd9f2c76
AB
46412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4644 Check upper and lower case logical literals.
4645
84ec9724
AB
46462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4649 Remove duplicate tests.
4650
c3734e09
AH
46512019-03-06 Alan Hayward <alan.hayward@arm.com>
4652
4653 * lib/gdb.exp (builtin_cd): rename of cd.
4654 (cd): Override builtin.
4655
aa3cfbda
RB
46562019-03-06 Richard Bunt <richard.bunt@arm.com>
4657
4658 * gdb.fortran/function-calls.exp: New file.
4659 * gdb.fortran/function-calls.f90: New test.
4660
7b63ad86
RB
46612019-03-04 Richard Bunt <richard.bunt@arm.com>
4662
4663 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4664 on user program standard output.
4665 * gdb.fortran/short-circuit-argument-list.f90: Record function
4666 calls.
4667
01abb042
AH
46682019-02-28 Alan Hayward <alan.hayward@arm.com>
4669
c3734e09
AH
4670 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4671 failure.
01abb042 4672
92137da0
RO
46732019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4674
4675 PR gdb/8527
4676 * gdb.base/interrupt-daemon-attach.c,
4677 gdb.base/interrupt-daemon-attach.exp: New test.
4678
5862844d
PA
46792019-02-27 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/page.exp: Add tests for "set width/height -1".
4682
8ed25214
PA
46832019-02-27 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.base/page.exp: Add tests for "set/show width/height" with
4686 "infinite" values.
4687
6c28e44a
TT
46882019-02-27 Tom Tromey <tromey@adacore.com>
4689
4690 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4691 2.4.
4692 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4693 workaround.
4694
bf9a735e
AB
46952019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4698 tests for structs with static members.
4699
8791793c
TT
47002019-02-26 Tom Tromey <tromey@adacore.com>
4701
4702 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4703 ValueError, not TypeError.
4704
bc2a507e
KB
47052019-02-26 Kevin Buettner <kevinb@redhat.com>
4706
4707 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4708 call from main program.
4709
e0e7d3bd
JB
47102019-02-23 Joel Brobecker <brobecker@adacore.com>
4711
4712 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4713 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4714 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4715 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4716 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4717
9600246d
KS
47182019-02-22 Keith Seitz <keiths@redhat.com>
4719
4720 PR symtab/23853
4721 * gdb.base/symlink-sourcefile.c: New file.
4722 * gdb.base/symlink-sourcefile.exp: New file.
4723
0c95f9ed
TT
47242019-02-20 Tom Tromey <tom@tromey.com>
4725
4726 * gdb.base/info_qt.exp: Update.
4727
6caa91b6
SM
47282019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4729
4730 * gdb.base/source.exp: Move "error in sourced script" code to
4731 the end.
4732 * gdb.base/source-error.gdb: Move contents to
4733 source-error-1.gdb. Add new code to source source-error-1.gdb.
4734 * gdb.base/source-error-1.gdb: New file, from previous
4735 source-error.gdb.
4736
6506371f
TT
47372019-02-17 Tom Tromey <tom@tromey.com>
4738
4739 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4740 for macro styling.
4741 * gdb.base/style.c (SOME_MACRO): New macro.
4742
a0087920
TT
47432019-02-17 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.base/style.exp: Add line-wrapping tests.
4746 * gdb.base/page.exp: Add test for quitting during pagination.
4747
a2cd4f14
JB
47482019-02-17 Joel Brobecker <brobecker@adacore.com>
4749
4750 * gdb.ada/big_packed_array: New testcase.
4751 * gdb.ada/homonym.exp: Fix incorrect expected output for
4752 "break <homonym__get_value>" test.
4753
9d70ffbc
WP
47542019-02-13 Weimin Pan <weimin.pan@oracle.com>
4755
4756 PR breakpoints/21870
4757 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4758 and prepare_for_testing. Add comment.
4759 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4760 redundant cleanup call. Clean up comment.
4761
01c7ae81
WP
47622019-02-12 Weimin Pan <weimin.pan@oracle.com>
4763
4764 PR breakpoints/21870
4765 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4766 * gdb.arch/aarch64-dbreg-contents.c: New file.
4767
aff29d1c
JB
47682019-02-10 Joel Brobecker <brobecker@adacore.com>
4769
4770 * gdb.ada/mi_ref_changeable: New testcase.
4771
df0da8a2
AH
47722019-02-07 Alan Hayward <alan.hayward@arm.com>
4773
4774 * gdb.base/attach.exp: Add double attach test.
4775
bd447abb
SM
47762019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4777
4778 * lib/gdb.exp (default_gdb_start): Don't match pagination
4779 prompt.
4780 (gdb_init): Set stty_init.
4781
1dbc40b9
TT
47822019-01-27 Tom Tromey <tom@tromey.com>
4783
4784 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4785 skip_python_tests.
4786
353229bf
AH
47872019-01-24 Alan Hayward <alan.hayward@arm.com>
4788
4789 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4790 New structure.
4791 (struct struct_static_02_02): Likewise.
4792 (struct struct_static_02_03): Likewise.
4793 (struct struct_static_02_04): Likewise.
4794 (struct struct_static_04_01): Likewise.
4795 (struct struct_static_04_02): Likewise.
4796 (struct struct_static_04_03): Likewise.
4797 (struct struct_static_04_04): Likewise.
4798 (struct struct_static_06_01): Likewise.
4799 (struct struct_static_06_02): Likewise.
4800 (struct struct_static_06_03): Likewise.
4801 (struct struct_static_06_04): Likewise.
4802 (cmp_struct_static_02_01): Likewise.
4803 (cmp_struct_static_02_02): Likewise.
4804 (cmp_struct_static_02_03): Likewise.
4805 (cmp_struct_static_02_04): Likewise.
4806 (cmp_struct_static_04_01): Likewise.
4807 (cmp_struct_static_04_02): Likewise.
4808 (cmp_struct_static_04_03): Likewise.
4809 (cmp_struct_static_04_04): Likewise.
4810 (cmp_struct_static_06_01): Likewise.
4811 (cmp_struct_static_06_02): Likewise.
4812 (cmp_struct_static_06_03): Likewise.
4813 (cmp_struct_static_06_04): Likewise.
4814 (call_all): Test new structs.
4815 * gdb.base/infcall-nested-structs.exp: Likewise.
4816
73021deb
AH
48172019-01-21 Alan Hayward <alan.hayward@arm.com>
4818 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4819
fc65c7db
AH
48202019-01-21 Alan Hayward <alan.hayward@arm.com>
4821 * gdb.base/stack-protector.c: New test.
4822 * gdb.base/stack-protector.exp: New file.
4823 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4824 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4825 option.
4826 (gdb_compile): Remove stack protector for GCC and prevent
4827 recursion.
4828
c24bdb02
KS
48292019-01-16 Keith Seitz <keiths@redhat.com>
4830
4831 PR gdb/23773
4832 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4833
6f072a10
PFC
48342019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4835
4836 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4837 aliases.
4838 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4839 tests.
4840 * gdb.arch/powerpc-vector-regs.c: New file.
4841 * gdb.arch/powerpc-vector-regs.exp: New file.
4842
a7b8d682
PFC
48432019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4844
4845 * gdb.arch/altivec-regs.exp: Fix the list passed to
4846 gdb_expect_list when testing "info vector".
4847
6eb6fb67
AB
48482019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4849
4850 * gdb.base/style.exp: Don't include path in testname.
4851
b56f80d8
KS
48522019-01-10 Keith Seitz <keiths@redhat.com>
4853
4854 PR gdb/23712
4855 PR symtab/23010
4856 * gdb.dwarf2/multidictionary.exp: New file.
4857
041be526
SM
48582019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4859
4860 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4861 (test_gnuv3_style_demangling): ... this.
4862 (test_lucid_style_demangling): Remove.
4863 (test_arm_style_demangling): Remove.
4864 (test_hp_style_demangling): Remove.
4865 (do_tests): Remove calls to the above.
4866
d820d0c3
AB
48672019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4868
4869 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4870 case.
4871
f097f5ad
TT
48722019-01-06 Tom Tromey <tom@tromey.com>
4873
4874 PR gdb/28155:
4875 * gdb.dwarf2/typedef-void-finish.exp: New file.
4876
2cd8cc0b
TT
48772018-12-28 Tom Tromey <tom@tromey.com>
4878 Simon Marchi <simark@simark.ca>
4879
4880 * gdb.base/jit-exec.exp: New file.
4881 * gdb.base/jit-exec.c: New file.
4882 * gdb.base/jit-execd.c: New file.
4883
35fb8261
TT
48842018-12-28 Tom Tromey <tom@tromey.com>
4885
4886 * gdb.base/style.exp: Update test to check for address styling.
4887
47fd17cd
TT
48882018-12-28 Tom Tromey <tom@tromey.com>
4889
4890 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4891 message.
4892
d47032b7
TT
48932018-12-28 Tom Tromey <tom@tromey.com>
4894
4895 * gdb.base/style.exp: Add test for version number styling.
4896
af79b68d
TT
48972018-12-28 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.base/style.exp: Add test for print_address_symbolic.
4900
0bb296cb
TT
49012018-12-28 Tom Tromey <tom@tromey.com>
4902
4903 * gdb.base/style.exp: Add test for breakpoint setting.
4904
80ae2043
TT
49052018-12-28 Tom Tromey <tom@tromey.com>
4906
4907 * gdb.base/style.exp: Add test for variable names.
4908
cbe56571
TT
49092018-12-28 Tom Tromey <tom@tromey.com>
4910
4911 * gdb.base/style.exp: New file.
4912 * gdb.base/style.c: New file.
4913
9162a27c
TT
49142018-12-28 Tom Tromey <tom@tromey.com>
4915
4916 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4917 "dumb".
4918 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4919 the TERM environment variable.
4920
bc543c90
TT
49212018-12-27 Tom Tromey <tom@tromey.com>
4922
4923 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4924 pagination test.
4925
6f0ffe50
AB
49262018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4929 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4930
b5a1e557
PW
49312018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4932
4933 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4934 Filename a.adb changed to bp_fun_addr.adb.
4935 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4936
6e8b1ab2
JV
49372018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4938
4939 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4940 non-PIE executables.
4941 * README: Mention the gdb,nopie_flag board setting.
4942 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4943 non-PIE executable.
4944 * gdb.arch/amd64-entry-value.exp: Likewise.
4945 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4946 * gdb.arch/i386-float.exp: Likewise.
4947 * gdb.arch/i386-signal.exp: Likewise.
4948 * gdb.mi/mi-reg-undefined.exp: Likewise.
4949
d00a27c5
PM
49502018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4951
4952 PR gdb/23974
4953 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4954
161d081c
PW
49552018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4956
4957 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4958 Update order of results accordingly.
4959
b001de23
AB
49602018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4961
4962 * gdb.base/annota1.exp: Update a test regexp.
4963
99e1a184
AB
49642018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4965
4966 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4967
7a81c1e2
PW
49682018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4969
4970 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4971 (reuse_time): Initialize to REUSE_TIME_CAP.
4972 (check_rc): New function.
4973 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4974 Check pthread_create rc.
4975 (spawner_thread_func): Check pthread_create and pthread_join rc.
4976
73e8dc90
PA
49772018-12-08 Pedro Alves <palves@redhat.com>
4978
4979 * gdb.base/list.exp (test_forward_search): Rename to ...
4980 (test_forward_reverse_search): ... this. Also test reverse-search
4981 and the forward-search alias.
4982
13f2ed32
AB
49832018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4984
4985 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4986 local timeout variable before return, and remove all local timeout
4987 variable entirely.
4988 (gdb_load): Likewise.
4989
64d27cfc
TV
49902018-12-01 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.base/gdb-caching-proc.exp: New file.
4993
f63c03b4
SDJ
49942018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4995
4996 * Makefile.in (TIMESTAMP): New variable.
4997 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4998 command.
4999 (check-single-racy): Likewise.
5000 (check/%.exp): Likewise.
5001 (check-racy/%.exp): Likewise.
5002 (workers/%.worker): Likewise.
5003 (build-perf): Likewise.
5004 (check-perf): Likewise.
5005 * README: Describe new "TS" and "TS_FORMAT" variables.
5006 * print-ts.py: New file.
5007
1c97054b
BF
50082018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5009
5010 PR python/23714
5011 * gdb.python/python.exp: Test command repetition after
5012 gdb.execute.
5013
1871a62d
AB
50142018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5015
5016 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5017 is correctly aligned.
5018
fb5e1ed9
PW
50192018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5020
5021 * gdb.ada/info_auto_lang.exp: New testcase.
5022 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5023 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5024 * gdb.ada/info_auto_lang/some_c.c: New file.
5025
43d397ca
PW
50262018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5027
5028 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5029 FUNC_lang language syntax.
5030
beddd671
PW
50312018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5032
5033 * gdb.base/info_minsym.c: New file.
5034 * gdb.base/info_minsym.exp: New file.
5035
73fc52c4
TT
50362018-11-19 Tom Tromey <tom@tromey.com>
5037
5038 PR rust/23625:
5039 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5040 * gdb.rust/expr.exp: Update expected output. Change one test.
5041
994b876a
TT
50422018-11-19 Tom Tromey <tom@tromey.com>
5043
5044 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5045
6769f276
PA
50462018-11-19 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5049 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5050 see the expected warning.
5051
38a72da0
AH
50522018-11-16 Alan Hayward <alan.hayward@arm.com>
5053
5054 PR gdb/22736:
5055 * gdb.cp/infcall-nodebug-lib.c: New test.
5056 * gdb.cp/infcall-nodebug-main.c: New test.
5057 * gdb.cp/infcall-nodebug.exp: New file.
5058
53a89d6e
SM
50592018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5060
5061 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5062 completer tests.
5063
9325300d
TV
50642018-11-09 Tom de Vries <tdevries@suse.de>
5065
5066 * gdb.base/msym-lang.c: New test.
5067 * gdb.base/msym-lang.exp: New file.
5068 * gdb.base/msym-lang-main.c: New test.
5069
20f0d60d
TT
50702018-11-08 Tom Tromey <tom@tromey.com>
5071
5072 PR gdb/23555:
5073 PR gdb/23838:
5074 * gdb.base/warning.exp: New file.
5075
b5420128
JB
50762018-11-08 Jan Beulich <jbeulich@suse.com>
5077
5078 * testsuite/gdb.arch/i386-avx512.c,
5079 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5080
cd115d61
AB
50812018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5084 point hardware.
5085
35ee2dc2
AB
50862018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5087
5088 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5089 * gdb.dwarf2/missing-type-name.exp: New file.
5090
31aceee8
TV
50912018-11-06 Tom de Vries <tdevries@suse.de>
5092
5093 * gdb.base/many-headers.c: New test.
5094 * gdb.base/many-headers.exp: New file.
5095
109be305
JW
50962018-11-06 Jim Wilson <jimw@sifive.com>
5097
5098 * gdb.base/code_elim.exp: For riscv, set additional_flags
5099 to include -msmall-data-limit=0.
5100
e2b7af72
JB
51012018-11-01 Joel Brobecker <brobecker@adacore.com>
5102
5103 * gdb.ada/watch_minus_l: New testcase.
5104
cdcda965
SM
51052018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5106
5107 * gdb.arch/aix-sighandle.c: New file.
5108 * gdb.arch/aix-sighandle.exp: New file.
5109
92dcebf3
AB
51102018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5113 registers being unions.
5114
68b9ac18
TV
51152018-10-31 Tom de Vries <tdevries@suse.de>
5116
5117 * lib/valgrind.exp: New file.
5118 (vgdb_start, vgdb_stop): New procs, factored out of ...
5119 * gdb.base/valgrind-bt.exp: ... here, ...
5120 * gdb.base/valgrind-disp-step.exp: ... here and ...
5121 * gdb.base/valgrind-infcall.exp: ... here.
5122
1443936e
TV
51232018-10-31 Tom de Vries <tdevries@suse.de>
5124
5125 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5126
eb77c9df
AB
51272018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5128
5129 * gdb.dwarf2/void-type.c: New file.
5130 * gdb.dwarf2/void-type.exp: New file.
5131
82b5e646
PW
51322018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5133
5134 * gdb.base/info_qt.c: New file.
5135 * gdb.base/info_qt.exp: New file.
5136
8d619c01
EBM
51372018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5138
5139 * gdb.arch/powerpc-htm-regs.c: New file.
5140 * gdb.arch/powerpc-htm-regs.exp: New file.
5141
f2cf6173
EBM
51422018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5143
5144 * gdb.arch/powerpc-tar.c: New file.
5145 * gdb.arch/powerpc-tar.exp: New file.
5146
7ca18ed6
EBM
51472018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5148
5149 * gdb.arch/powerpc-ppr-dscr.c: New file.
5150 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5151
bfcc0eba
TV
51522018-10-25 Tom de Vries <tdevries@suse.de>
5153
5154 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5155
fe1a5cad
TV
51562018-10-24 Tom de Vries <tdevries@suse.de>
5157
5158 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5159 longer exists error.
5160
a76dc3b7
TV
51612018-10-24 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5164
4df46df7
TV
51652018-10-24 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5168 --db-attach in valgrind.
5169
0dbfcfff
AB
51702018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5171
5172 * gdb.arch/riscv-reg-aliases.c: New file.
5173 * gdb.arch/riscv-reg-aliases.exp: New file.
5174
b04480b1
AH
51752018-10-19 Alan Hayward <alan.hayward@arm.com>
5176
5177 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5178
2c6ac8d7
AH
51792018-10-19 Alan Hayward <alan.hayward@arm.com>
5180
5181 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5182
2bc69f25
AH
51832018-10-19 Alan Hayward <alan.hayward@arm.com>
5184
5185 * gdb.cp/ovldbreak.exp: Fix regexps.
5186
1f1ae3a3
AH
51872018-10-19 Alan Hayward <alan.hayward@arm.com>
5188
5189 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5190
94c18618
SDJ
51912018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5192
5193 PR cli/23785
5194 * gdb.base/restore.exp: New test to check if "restore" with an
5195 invalid file doesn't segfault.
5196
812cd6eb
TV
51972018-10-18 Tom de Vries <tdevries@suse.de>
5198
5199 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5200 * gdb.ada/excep_handle.exp: Same.
5201 * gdb.ada/mi_string_access.exp: Same.
5202 * gdb.ada/mi_var_union.exp: Same.
5203 * gdb.arch/arc-analyze-prologue.exp: Same.
5204 * gdb.arch/arc-decode-insn.exp: Same.
5205 * gdb.base/readnever.exp: Same.
5206 * gdb.fortran/printing-types.exp: Same.
5207 * gdb.guile/scm-lazy-string.exp: Same.
5208
c4b90788
TV
52092018-10-16 Tom de Vries <tdevries@suse.de>
5210
5211 PR gdb/23730
5212 * gdb.base/catch-follow-exec.c: Add copyright notice.
5213 * gdb.base/catch-follow-exec.exp: Rewrite to use
5214 gdb_spawn_with_cmdline_opts. Require gdb-native.
5215
8bca2978
SL
52162018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5217
5218 * gdb.trace/actions-changed.exp: Check for arch support.
5219 * gdb.trace/actions.exp: Likewise.
5220 * gdb.trace/ax.exp: Likewise.
5221 * gdb.trace/backtrace.exp: Likewise.
5222 * gdb.trace/change-loc.exp: Likewise.
5223 * gdb.trace/deltrace.exp: Likewise.
5224 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5225 * gdb.trace/ftrace.exp: Likewise.
5226 * gdb.trace/infotrace.exp: Check for arch support.
5227 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5228 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5229 * gdb.trace/mi-tsv-changed.exp: Likewise.
5230 * gdb.trace/packetlen.exp: Likewise.
5231 * gdb.trace/passc-dyn.exp: Likewise.
5232 * gdb.trace/passcount.exp: Likewise.
5233 * gdb.trace/pending.exp: Likewise.
5234 * gdb.trace/range-stepping.exp: Check for shlib support.
5235 * gdb.trace/report.exp: Check for arch support.
5236 * gdb.trace/save-trace.exp: Likewise.
5237 * gdb.trace/signal.exp: Check for signal support.
5238 * gdb.trace/tfind.exp: Check for arch support.
5239 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5240 * gdb.trace/trace-common.h: Add comment.
5241 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5242 * gdb.trace/trace-enable-disable.exp: Likewise.
5243 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5244 * gdb.trace/tracecmd.exp: Check for arch support.
5245 * gdb.trace/tspeed.exp: Check for shlib and target support.
5246 * gdb.trace/tstatus.exp: Check for arch support.
5247 * gdb.trace/tsv.exp: Likewise.
5248 * gdb.trace/while-dyn.exp: Likewise.
5249 * gdb.trace/while-stepping.exp: Likewise.
5250 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5251
f9c49bff
SM
52522018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * gdb.trace/tspeed.exp: Remove nowarnings.
5255 (prepare_for_trace_test): Declare "global ipalib".
5256 * gdb.trace/tspeed.c: Include unistd.h.
5257 (main): Remove superfluous printf argument.
5258
d4330bde
SL
52592018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5260
5261 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5262 directory prefix on the filename.
5263
8ecfd7bd
SDJ
52642018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5265
5266 * gdb.gdb/unittest.exp: Update expected message informing that
5267 selftests have been disabled.
5268 * gdb.server/unittest.exp: Likewise.
5269
58bbcd02
TV
52702018-10-09 Tom de Vries <tdevries@suse.de>
5271
5272 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5273 with runto_main.
5274
9f6b697b
WP
52752018-10-08 Weimin Pan <weimin.pan@oracle.com>
5276
5277 PR c++/16841
5278 * gdb.cp/virtbase2.cc: New file.
5279 * gdb.cp/virtbase2.exp: New file.
5280
add5ded5
TT
52812018-10-06 Tom Tromey <tom@tromey.com>
5282
5283 PR python/19399:
5284 * gdb.python/py-inferior.exp: Add architecture test.
5285
f9e48344
TT
52862018-10-06 Tom Tromey <tom@tromey.com>
5287
5288 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5289 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5290
2a8be203
TT
52912018-10-06 Tom Tromey <tom@tromey.com>
5292
5293 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5294 of a "throw" catchpoint.
5295
e04caa70
SDJ
52962018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5297
5298 * gdb.base/info-proc.exp: Update string expected from "help info
5299 proc".
5300
5ca8c39f
TT
53012018-10-04 Tom Tromey <tom@tromey.com>
5302
5303 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5304 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5305 (test_initial_complaints, test_empty_complaints): Update.
5306 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5307
3453e7e4
TT
53082018-10-04 Tom Tromey <tom@tromey.com>
5309
5310 PR cli/19551:
5311 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5312 * lib/gdb.exp (gdb_file_cmd): Update.
5313 * gdb.stabs/weird.exp (print_weird_var): Update.
5314 * gdb.server/solib-list.exp: Update.
5315 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5316 * gdb.mi/mi-cli.exp: Update.
5317 * gdb.linespec/linespec.exp: Update.
5318 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5319 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5320 * gdb.cp/cp-relocate.exp: Update.
5321 * gdb.base/sym-file.exp: Update.
5322 * gdb.base/relocate.exp: Update.
5323 * gdb.base/readnever.exp: Update.
5324 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5325 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5326 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5327 * gdb.base/code_elim.exp: Update.
5328 * gdb.base/break-unload-file.exp (test_break): Update.
5329 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5330 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5331 Update.
5332 * gdb.base/attach.exp (do_attach_tests): Update.
5333 * gdb.base/sepdebug.exp: Update.
5334 * gdb.python/py-section-script.exp: Update.
5335
6afcf761
TT
53362018-10-04 Tom Tromey <tom@tromey.com>
5337
5338 PR cli/22234:
5339 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5340 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5341 output.
5342
fef1b293
TT
53432018-10-04 Tom Tromey <tom@tromey.com>
5344
5345 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5346 set width and height to 0.
5347 (test_command_line_attach_run): Use -quiet.
5348
ca98345e
SL
53492018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5350
5351 * lib/gdb.exp (skip_ifunc_tests): New.
5352 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5353 other compile failures.
5354 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5355
ff34e6ae
SM
53562018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5357
5358 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5359 is_amd64_regs_target.
5360
6bb8890e
AH
53612018-10-01 Alan Hayward <alan.hayward@arm.com>
5362
5363 * gdb.arch/aarch64-sighandler-regs.c: New test.
5364 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5365 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5366
224d30d3
MM
53672018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5368
5369 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5370 assembly.
5371
f67ffa6a
AB
53722018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.base/frame-selection.exp: New file.
5375 * gdb.base/frame-selection.c: New file.
5376
9fc3183f
AH
53772018-09-27 Alan Hayward <alan.hayward@arm.com>
5378
5379 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5380 pthread barrier.
5381 (main): Likewise.
5382
d354055e
AB
53832018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5384
5385 * gdb.base/large-frame-1.c: New file.
5386 * gdb.base/large-frame-2.c: New file.
5387 * gdb.base/large-frame.exp: New file.
5388 * gdb.base/large-frame.h: New file.
5389
db727370
JL
53902018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5391
5392 PR gdb/20948
5393 * gdb.base/write_mem.exp: New test.
5394 * gdb.base/write_mem.c: Likewise.
5395
ae778caf
TT
53962018-09-23 Tom Tromey <tom@tromey.com>
5397
5398 PR python/18852:
5399 * gdb.python/py-parameter.exp: Add test for parameter that throws
5400 on "set".
5401
fd3ba736
TT
54022018-09-23 Tom Tromey <tom@tromey.com>
5403
5404 PR python/17284:
5405 * gdb.python/py-template.exp (test_template_arg): Add test for
5406 negative template argument number.
5407
39a24317
TT
54082018-09-23 Tom Tromey <tom@tromey.com>
5409
5410 PR python/14062:
5411 * gdb.python/python.exp: Add test for post_event error.
5412
f5769a2c
TT
54132018-09-23 Tom Tromey <tom@tromey.com>
5414
5415 PR python/18170:
5416 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5417 convert pointers to int and long.
5418
1c1e54f6
TT
54192018-09-23 Tom Tromey <tom@tromey.com>
5420
5421 PR python/20126:
5422 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5423 signed-ness conversion tests.
5424
fb4fa946
TT
54252018-09-23 Tom Tromey <tom@tromey.com>
5426
5427 PR python/18352;
5428 * gdb.python/py-value.exp (test_float_conversion): New proc.
5429 Use it.
5430
a466edac
HAQ
54312018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5432
5433 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5434
4ee9b0c5
SL
54352018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5436
5437 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5438 no readline.
5439 * gdb.base/utf8-identifiers.exp: Likewise.
5440 * gdb.cp/cpcompletion.exp: Likewise.
5441 * gdb.linespec/cpcompletion.exp: Likewise.
5442 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5443 * gdb.linespec/cpls-ops.exp: Likewise.
5444
23be8da7
RB
54452018-09-19 Richard Bunt <richard.bunt@arm.com>
5446 Chris January <chris.january@arm.com>
5447
5448 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5449 * gdb.fortran/short-circuit-argument-list.exp: New file.
5450 * gdb.fortran/short-circuit-argument-list.f90: New test.
5451
5031d0ae
SDJ
54522018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5453
5454 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5455 "arch=" keyword when executing "-stack-list-frames".
5456
b4c0d1a4
SDJ
54572018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5458
5459 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5460 "arch=" keyword when executing "-stack-list-frames".
5461
7a6d2b45
SDJ
54622018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5463
5464 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5465 break ada".
5466
8588b356
SM
54672018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5468
5469 PR python/23669
5470 * gdb.python/python.exp: Test gdb.execute("show commands").
5471
65e65158
TT
54722018-09-16 Tom Tromey <tom@tromey.com>
5473
5474 * gdb.base/new-ui.exp (do_execution_tests): Update.
5475 * gdb.base/dbx.exp (test_breakpoints): Update.
5476
bf326452
AH
54772018-09-14 Alan Hayward <alan.hayward@arm.com>
5478
5479 * lib/gdb.exp (gdb_simple_compile): Add proc.
5480 (is_elf_target): Use gdb_simple_compile.
5481 (skip_altivec_tests): Likewise.
5482 (skip_vsx_tests): Likewise.
5483 (skip_tsx_tests): Likewise.
5484 (skip_btrace_tests): Likewise.
5485 (skip_btrace_pt_tests): Likewise.
5486 (gdb_can_simple_compile): Likewise.
5487 (gdb_has_argv0): Likewise.
5488 (gdb_target_symbol_prefix): Likewise.
5489 (target_supports_scheduler_locking): Likewise.
5490
2361b0fb
TT
54912018-09-13 Tom Tromey <tom@tromey.com>
5492
5493 * Makefile.in (TAGS): Recognize proc_with_prefix and
5494 gdb_caching_proc.
5495
0ae1a321
SM
54962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5497
5498 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5499 method.
5500
a40bf0c2
SM
55012018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5502
5503 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5504 and a few other Inferior properties when the Inferior is no
5505 longer valid.
5506
4a3fe98f
TT
55072018-09-13 Tom Tromey <tom@tromey.com>
5508
5509 PR rust/23650:
5510 * gdb.rust/simple.exp: Add test for enum field access error.
5511
098b2108
TT
55122018-09-13 Tom Tromey <tom@tromey.com>
5513
5514 PR rust/23626:
5515 * gdb.rust/simple.rs (EmptyEnum): New type.
5516 (main): Use it.
5517 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5518
1256af7d
SM
55192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5520
5521 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5522 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5523 * gdb.python/py-symtab.exp: Update test printing an objfile.
5524
4aa8e6c2
SM
55252018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5526
5527 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5528 object.
5529
c221b2f7
AH
55302018-09-12 Alan Hayward <alan.hayward@arm.com>
5531
5532 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5533 (support_complex_tests): Use gdb_can_simple_compile.
5534 (is_ilp32_target): Likewise.
5535 (is_lp64_target): Likewise.
5536 (is_64_target): Likewise.
5537 (is_amd64_regs_target): Likewise.
5538 (is_aarch32_target): Likewise.
5539 (gdb_int128_helper): Likewise.
5540
6f1107b5
JK
55412018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5542
5543 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5544
1f5d1570
JG
55452018-09-10 Jerome Guitton <guitton@adacore.com>
5546
5547 * gdb.ada/same_component_name: Add test for case of tagged record
5548 with variable-length fields.
5549
cc330e39
XR
55502018-09-10 Xavier Roirand <roirand@adacore.com>
5551
5552 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5553 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5554 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5555 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5556
b9c50e9a
XR
55572018-09-10 Xavier Roirand <roirand@adacore.com>
5558
5559 * gdb.ada/mi_string_access.exp: New testcase.
5560 * gdb.ada/mi_string_access/bar.adb: New file.
5561 * gdb.ada/mi_string_access/pck.adb: New file.
5562 * gdb.ada/mi_string_access/pck.asd: New file.
5563
2963898f
XR
55642018-09-10 Xavier Roirand <roirand@adacore.com>
5565
5566 * gdb.ada/mi_var_union.exp: New testcase.
5567 * gdb.ada/mi_var_union/bar.adb: New file.
5568 * gdb.ada/mi_var_union/pck.adb: New file.
5569 * gdb.ada/mi_var_union/pck.asd: New file.
5570
1aac008f
TT
55712018-09-08 Tom Tromey <tom@tromey.com>
5572
5573 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5574
332cf4c9
TT
55752018-09-08 Tom Tromey <tom@tromey.com>
5576
5577 PR python/16047:
5578 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5579 (register_pretty_printers): Register new printer.
5580 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5581 test.
5582 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5583 (an_int_type3): New global.
5584
424da6cf
JB
55852018-09-08 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.ada/expr_with_funcall: New testcase.
5588
2a62dfa9
JB
55892018-09-08 Joel Brobecker <brobecker@adacore.com>
5590
5591 * gdb.ada/packed_array_assign: New testcase.
5592
96b6697f
AB
55932018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5594
5595 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5596 names, and add test prefixes to make test names unique.
5597
e4a62c65
TV
55982018-09-05 Tom de Vries <tdevries@suse.de>
5599
5600 * gdb.dwarf2/varval.exp: Add test.
5601
dd083ee2
GB
56022018-09-04 Gary Benson <gbenson@redhat.com>
5603
5604 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5605 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5606
aef9346c
TT
56072018-08-31 Tom Tromey <tom@tromey.com>
5608
5609 * gdb.rust/simple.rs: Rename second variable "v".
5610
c67f2e15
AB
56112018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * gdb.base/funcargs.c (use_a): New function.
5614 (recurse): Call use_a.
5615
078a0207
KS
56162018-08-29 Keith Seitz <keiths@redhat.com>
5617
5618 * gdb.compile/compile-cplus-anonymous.cc: New file.
5619 * gdb.compile/compile-cplus-anonymous.exp: New file.
5620 * gdb.compile/compile-cplus-array-decay.cc: New file.
5621 * gdb.compile/compile-cplus-array-decay.exp: New file.
5622 * gdb.compile/compile-cplus-inherit.cc: New file.
5623 * gdb.compile/compile-cplus-inherit.exp: New file.
5624 * gdb.compile/compile-cplus-member.cc: New file.
5625 * gdb.compile/compile-cplus-member.exp: New file.
5626 * gdb.compile/compile-cplus-method.cc: New file.
5627 * gdb.compile/compile-cplus-method.exp: New file.
5628 * gdb.compile/compile-cplus-mod.c: "New" file.
5629 * gdb.compile/compile-cplus-namespace.cc: New file.
5630 * gdb.compile/compile-cplus-namespace.exp: New file.
5631 * gdb.compile/compile-cplus-nested.cc: New file.
5632 * gdb.compile/compile-cplus-nested.exp: New file.
5633 * gdb.compile/compile-cplus-print.c: "New" file.
5634 * gdb.compile/compile-cplus-print.exp: "New" file.
5635 * gdb.compile/compile-cplus-virtual.cc: New file.
5636 * gdb.compile/compile-cplus-virtual.exp: New file.
5637 * gdb.compile/compile-cplus.c: "New" file.
5638 * gdb.compile/compile-cplus.exp: "New" file.
5639 * lib/compile-support.exp: New file.
5640
b0f492b9
GB
56412018-08-16 Gary Benson <gbenson@redhat.com>
5642
5643 PR gdb/13000:
5644 * gdb.base/batch-exit-status.exp: New file.
5645 * gdb.base/batch-exit-status.good-commands: Likewise.
5646 * gdb.base/batch-exit-status.bad-commands: Likewise.
5647
36eb4c5f
AH
56482018-08-29 Alan Hayward <alan.hayward@arm.com>
5649
5650 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5651 (struct struct02): Likewise.
5652 (struct struct03): Likewise.
5653 (struct struct04): Likewise.
5654 (struct struct_01_01): New struct.
5655 (struct struct_01_02): Likewise.
5656 (struct struct_01_03): Likewise.
5657 (struct struct_01_04): Likewise.
5658 (struct struct_02_01): Likewise.
5659 (struct struct_02_02): Likewise.
5660 (struct struct_02_03): Likewise.
5661 (struct struct_02_04): Likewise.
5662 (struct struct_04_01): Likewise.
5663 (struct struct_04_02): Likewise.
5664 (struct struct_04_03): Likewise.
5665 (struct struct_04_04): Likewise.
5666 (struct struct_05_01): Likewise.
5667 (struct struct_05_02): Likewise.
5668 (struct struct_05_03): Likewise.
5669 (struct struct_05_04): Likewise.
5670 (cmp_struct01): Remove function.
5671 (cmp_struct02): Likewise.
5672 (cmp_struct03): Likewise.
5673 (cmp_struct04): Likewise.
5674 (cmp_struct_01_01): Add Function.
5675 (cmp_struct_01_02): Likewise.
5676 (cmp_struct_01_03): Likewise.
5677 (cmp_struct_01_04): Likewise.
5678 (cmp_struct_02_01): Likewise.
5679 (cmp_struct_02_02): Likewise.
5680 (cmp_struct_02_03): Likewise.
5681 (cmp_struct_02_04): Likewise.
5682 (cmp_struct_04_01): Likewise.
5683 (cmp_struct_04_02): Likewise.
5684 (cmp_struct_04_03): Likewise.
5685 (cmp_struct_04_04): Likewise.
5686 (cmp_struct_05_01): Likewise.
5687 (cmp_struct_05_02): Likewise.
5688 (cmp_struct_05_03): Likewise.
5689 (cmp_struct_05_04): Likewise.
5690 (call_all): Add new structs.
5691 * gdb.base/infcall-nested-structs.exp: Likewise.
5692
3bf9c013
JV
56932018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5694
5695 * gdb.python/py-framefilter-mi.exp: Update regexp to
5696 check for "arch" field in frame output.
5697
450d1e88
KB
56982018-08-23 Kevin Buettner <kevinb@redhat.com>
5699
5700 * gdb.dwarf2/dw2-ranges-func.c: New file.
5701 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5702
ae739fe7
SM
57032018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5704
5705 * gdb.base/term.exp: Compare terminal settings with values from
5706 the inferior.
5707 * gdb.base/term.c: Get and set terminal settings.
5708
6d52907e
JV
57092018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5710
5711 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5712 accommodate new "arch" field in frame output.
5713 * gdb.mi/mi-return.exp: Likewise.
5714 * gdb.mi/mi-stack.exp: Likewise.
5715 * gdb.mi/mi-syn-frame.exp: Likewise.
5716 * gdb.mi/user-selected-context-sync.exp: Likewise.
5717
be2d111a
MS
57182018-08-19 Michael Spang <spang@google.com>
5719
5720 PR gdb/11786
5721 * gdb.base/gcore-tls-pie.c: New file.
5722 * gdb.base/gcore-tls-pie.exp: New file.
5723
ae3a7c47
KB
57242018-08-18 Kevin Buettner <kevinb@redhat.com>
5725
5726 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5727 * gdb.dwarf2/varval.c: New file.
5728 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5729
2ecae92e
AH
57302018-08-17 Alan Hayward <alan.hayward@arm.com>
5731
5732 PR gdb/18931
5733 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5734
c1854f1d
KS
57352018-08-16 Keith Seitz <keiths@redhat.com>
5736
5737 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5738 tests expected to pass.
5739
26fb3983
JV
57402018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5741
5742 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5743 -data-disassemble -a.
5744 (test_disassembly_bogus_args): Likewise.
5745
67943c00
AB
57462018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5749
5ff2bbae
AB
57502018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * gdb.base/vla-optimized-out.exp: Add new test.
5753
e5bbcd0f
AB
57542018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * gdb.base/vla-optimized-out-o3.exp: Delete.
5757 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5758 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5759 deleted tests.
5760
9d4a934c
AB
57612018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5762
5763 PR gdb/18050:
5764 * gdb.server/extended-remote-restart.c: New file.
5765 * gdb.server/extended-remote-restart.exp: New file.
5766
045cf012
SM
57672018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5768
5769 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5770 "set variable index = 42".
5771
87d6a7aa
SM
57722018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5773
5774 * boards/index-cache-gdb.exp: New file.
5775 * gdb.dwarf2/index-cache.exp: New file.
5776 * gdb.dwarf2/index-cache.c: New file.
5777 * gdb.base/maint.exp: Check if we are using the index cache.
5778
96d68bd4
RO
57792018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5780
5781 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5782 MAKEFLAGS.
5783
5a699617
RO
57842018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5785
5786 * dg-extract-results.sh: Move to toplevel contrib.
5787 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5788 * Makefile.in (check-parallel-racy): Likewise.
5789
5bd18990
AB
57902018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5791
5792 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5793 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5794 tests if the target supports scheduler locking.
5795
3fbbcf47
TV
57962018-08-04 Tom de Vries <tdevries@suse.de>
5797
5798 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5799
3e1d3d8c
TT
58002018-08-02 Tom Tromey <tom@tromey.com>
5801
5802 PR symtab/16842.
5803 * gdb.cp/temargs.exp: Test "info address" of a template
5804 parameter.
5805
5abe0f0c
JV
58062018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5807
5808 * gdb.python/py-mi-var-info-path-expression.c: New file.
5809 * gdb.python/py-mi-var-info-path-expression.py: New file.
5810 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5811
fb66cde8
SDJ
58122018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5813
5814 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5815 error after "cannot resolve name" string.
5816
c708f4d2
AB
58172018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5818
5819 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5820 started.
5821 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5822
37cc0cae
TV
58232018-07-28 Tom de Vries <tdevries@suse.de>
5824
5825 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5826
63b4ecf7
TV
58272018-07-26 Tom de Vries <tdevries@suse.de>
5828
5829 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5830
3c3bb058
AB
58312018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5834 is visible.
5835
9e7f3bbb
TV
58362018-07-26 Tom de Vries <tdevries@suse.de>
5837
5838 PR breakpoints/23366
5839 * gdb.base/catch-follow-exec.c: New test.
5840 * gdb.base/catch-follow-exec.exp: New file.
5841
16f808ec
TV
58422018-07-25 Tom de Vries <tdevries@suse.de>
5843
5844 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5845 vla-optimized-out.c.
5846
d7154a8d
JV
58472018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5848
5849 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5850 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5851
232a0032
TV
58522018-07-20 Tom de Vries <tdevries@suse.de>
5853
5854 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5855 NOCLONE macro.
5856 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5857
fbb1d502
TV
58582018-07-19 Tom de Vries <tdevries@suse.de>
5859
5860 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5861 regular expression.
5862
42dc7699
TV
58632018-07-18 Tom de Vries <tdevries@suse.de>
5864
5865 * gdb.base/vla-optimized-out.c: New test.
5866 * gdb.base/vla-optimized-out.exp: New file.
5867
7f1f7e23
SDJ
58682018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5869
5870 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5871 message "No address associated with hostname" when gdbserver
5872 cannot resolve the hostname.
5873
5759ebb3
PW
58742018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5875
5876 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5877 Add some test prefixes to make tests unique.
5878
3606ccab
PW
58792018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5880
5881 * gdb.base/frameapply.c: New file.
5882 * gdb.base/frameapply.exp: New file.
5883
529c08b2
PW
58842018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5885
5886 * gdb.base/skip.exp: Update expected error message.
5887
c7ab0aef
SDJ
58882018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5889 Jan Kratochvil <jan.kratochvil@redhat.com>
5890 Paul Fertser <fercerpav@gmail.com>
5891 Tsutomu Seki <sekiriki@gmail.com>
5892
5893 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5894 parameter.
5895 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5896 by default.
5897 * boards/native-gdbserver.exp: Likewise.
5898 * gdb.server/run-without-local-binary.exp: Improve regexp used
5899 for detecting when a remote debugging connection succeeds.
5900 * gdb.server/server-connect.exp: New file.
5901 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5902 Do not prefix the port number with ":".
5903 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5904 support for detecting and using it. Add '$debughost_gdbserver'
5905 to the list of arguments used to start gdbserver. Handle case
5906 when gdbserver cannot resolve a network name.
5907
16ff70dd
SDJ
59082018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5909
5910 PR c++/23373
5911 * gdb.base/ptype-offsets.cc (struct static_member): New
5912 struct.
5913 (main) <stmember>: New variable.
5914 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5915 with a static member in it.
5916
3541979f
AB
59172018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5918
5919 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5920 watchpoints enabled and disabled.
5921
c8ad9b9a
AB
59222018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5923
5924 * gdb.base/examine-backward.exp: Still run tests around address
5925 0x0, even if address 0x0 is not readable. Update the pattern for
5926 matching address 0x0 in expected output.
5927
e0e5e971
AB
59282018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5929
5930 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5931 malloc/free.
5932
1ea5da02
TV
59332018-07-04 Tom de Vries <tdevries@suse.de>
5934
5935 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5936
471b9d15
MR
59372018-07-02 Maciej W. Rozycki <macro@mips.com>
5938
5939 PR tdep/8282
5940 * gdb.arch/mips-disassembler-options.exp: New test.
5941 * gdb.arch/mips-disassembler-options.s: New test source.
5942
75acb486
PA
59432018-06-29 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.threads/names.exp: Adjust expected "info threads" output.
5946
cd2bb709
PA
59472018-06-29 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.opt/inline-break.exp (line number, address): Add "info
5950 break" tests.
5951
991ff292
PA
59522018-06-29 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5955 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5956 number and address and running to them.
5957
356819b6 59582018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5959
5960 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5961
2512d7ef
JK
59622018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5963
5964 * lib/compiler.c: Remove executable permission flag.
5965
be1b6474
RB
59662018-06-28 Richard Bunt <richard.bunt@arm.com>
5967
5968 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5969 code.
5970 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5971
291f9a96
PT
59722018-06-28 Petr Tesarik <ptesarik@suse.cz>
5973
5974 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5975
ed6dfe51
PT
59762018-06-28 Petr Tesarik <ptesarik@suse.cz>
5977
5978 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5979 address argument is omitted.
5980
d4d429d5
PT
59812018-06-28 Petr Tesarik <ptesarik@suse.cz>
5982
5983 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5984
7ab6656f
OJ
59852018-06-27 Omair Javaid <omair.javaid@linaro.org>
5986
5987 PR gdb/21695
5988 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5989 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5990
a33ccfc7
TT
59912018-06-26 Tom Tromey <tom@tromey.com>
5992
5993 PR rust/22574:
5994 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5995 * gdb.rust/simple.rs (struct SimpleLayout): New.
5996
6d72d289
SM
59972018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5998
5999 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6000 "info registers" output.
6001
8363f9d5
RB
60022018-06-21 Richard Bunt <richard.bunt@arm.com>
6003
6004 * gdb.base/watchpoint-hw-attach.c: New test.
6005 * gdb.base/watchpoint-hw-attach.exp: New file.
6006
f00674fe
SM
60072018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6008
6009 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6010 through /bin/sh.
6011 * boards/dwarf4-gdb-index.exp: Likewise.
6012 * boards/fission-dwp.exp: Likewise.
6013
1d554008
UW
60142018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6015
6016 * gdb.base/float128.exp: Add comment and improved fail message
6017 to the failure case of "print large128" test.
6018
d0ac1c44
SM
60192018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6020
6021 * configure.ac: Remove AC_PREREQ.
6022 * configure: Re-generate.
6023
61b04dd0
PA
60242018-06-19 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6027 (func_extern_caller): New.
6028 (main): Call func_extern_caller.
6029 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6030 logic change.
6031
f63b508a
SM
60322018-06-18 Weimin Pan <weimin.pan@oracle.com>
6033
6034 PR gdb/16841
6035 * gdb.cp/typedef-base.cc: New file.
6036 * gdb.cp/typedef-base.exp: New file.
6037
0fe3a558
TV
60382018-06-18 Tom de Vries <tdevries@suse.de>
6039
6040 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6041
7010835a
AB
60422018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6043 Richard Bunt <Richard.Bunt@arm.com>
6044
6045 * gdb.threads/attach-slow-waitpid.c: New file.
6046 * gdb.threads/attach-slow-waitpid.exp: New file.
6047 * gdb.threads/slow-waitpid.c: New file.
6048
14897d65
PA
60492018-06-14 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/fork-running-state.c: Include <errno.h>.
6052 (exit_if_relative_exits): New.
6053 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6054 exits.
6055 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6056 child exits.
6057
5d9a0608
TV
60582018-06-14 Tom de Vries <tdevries@suse.de>
6059
6060 PR cli/22573
6061 * gdb.base/finish-pretty.c: New test.
6062 * gdb.base/finish-pretty.exp: New file.
6063
11ae5818
PA
60642018-06-14 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6067 gdb's expected startup output.
6068
1d39de44
PA
60692018-06-14 Pedro Alves <palves@redhat.com>
6070
6071 * lib/selftest-support.exp (selftest_setup): Remove inlined
6072 function handling.
6073
70ee0000
TV
60742018-06-14 Tom de Vries <tdevries@suse.de>
6075
6076 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6077 matching of breakpoint printing.
6078
11f4b608
TV
60792018-06-13 Tom de Vries <tdevries@suse.de>
6080
6081 PR testsuite/23269
6082 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6083 (fork_child): ... here, and ...
6084 (fork_parent): ... here.
6085
60862018-06-12 Tom de Vries <tdevries@suse.de>
6087
6088 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6089
9516f85a
AB
60902018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6091 Stephen Roberts <stephen.roberts@arm.com>
6092
6093 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6094 rewrite test to describe action performed, rather than possible
6095 failure.
6096
5045b3d7
GB
60972018-06-08 Gary Benson <gbenson@redhat.com>
6098
6099 * gdb.threads/check-libthread-db.exp: New file.
6100 * gdb.threads/check-libthread-db.c: Likewise.
6101
c61b06a1
TT
61022018-06-05 Tom Tromey <tom@tromey.com>
6103
6104 * gdb.base/default.exp: Update expected "show version" output.
6105
eb6af809
TT
61062018-06-05 Tom Tromey <tom@tromey.com>
6107
6108 PR cli/12326:
6109 * gdb.cp/static-print-quit.exp: Update.
6110 * lib/gdb.exp (pagination_prompt): Update.
6111 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6112 * gdb.python/python.exp: Update.
6113
178d6a63
JB
61142018-06-04 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6117
8e817061
JB
61182018-06-01 Joel Brobecker <brobecker@adacore.com>
6119
6120 * gdb.ada/bp_fun_addr: New testcase.
6121
e86ca25f
TT
61222018-06-01 Tom Tromey <tom@tromey.com>
6123
6124 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6125 results.
6126 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6127 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6128 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6129 * gdb.base/maint.exp (maint_pass_if): Update.
6130
4b2dfa9d
MR
61312018-05-31 Maciej W. Rozycki <macro@mips.com>
6132
6133 * gdb.base/endian.exp: New test.
6134 * gdb.base/endian.c: New test source.
6135
45f25d6c
AB
61362018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6137
6138 PR gdb/23203
6139 * gdb.base/bt-selected-frame.c: New file.
6140 * gdb.base/bt-selected-frame.exp: New file.
6141 * lib/gdb.exp (get_current_frame_number): New function.
6142
d9f6d7f8
MR
61432018-05-24 Maciej W. Rozycki <macro@mips.com>
6144 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.threads/tls-core.c: Include <stdlib.h>
6147 (thread_proc): Call `abort'.
6148 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6149 (tls_core_test): New procedure, bits factored out from ...
6150 (top level): ... here. Test both native cores and gcore cores.
6151
ff1cf532
TT
61522018-05-23 Tom Tromey <tom@tromey.com>
6153
6154 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6155
b98664d3
TT
61562018-05-23 Tom Tromey <tom@tromey.com>
6157
6158 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6159 symfile_complaints.
6160 (test_short_complaints): Likewise.
6161 (test_empty_complaints): Likewise.
6162 (test_initial_complaints): Update.
6163
4e9668d0
TT
61642018-05-23 Tom Tromey <tom@tromey.com>
6165
6166 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6167
43ba33c7
TT
61682018-05-23 Tom Tromey <tom@tromey.com>
6169
6170 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6171 (test_short_complaints): Update.
6172
035522c0
PA
61732018-05-22 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.base/remote.exp: Only gdb_start after compiling the
6176 testcase. Issue "disconnect" before testing "set remote" command
6177 defaults. Issue clean_restart before running to main.
6178
cc0be08f
PA
61792018-05-22 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/remote.exp: Adjust expected output of "show remote
6182 memory-write-packet-size". Add tests for "set remote
6183 memory-write-packet-size 0" and "set remote
6184 memory-write-packet-size fixed/limit".
6185
b1b60145
PA
61862018-05-22 Pedro Alves <palves@redhat.com>
6187
6188 PR gdb/22973
6189 * gdb.base/utf8-identifiers.c: New file.
6190 * gdb.base/utf8-identifiers.exp: New file.
6191
0ec848ad
PFC
61922018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6193
6194 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6195
2c3305f6
PFC
61962018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6197
6198 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6199
ce1e8424
TT
62002018-05-18 Tom Tromey <tom@tromey.com>
6201
6202 * gdb.base/ptype-offsets.exp: Update.
6203
ddfe970e
KS
62042018-05-17 Keith Seitz <keiths@redhat.com>
6205
6206 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6207 in expected breakpoint stop locations.
6208 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6209 move to proper scope to test variable values.
6210 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6211 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6212 New functions.
6213 (main): Call not_inline_func3.
6214 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6215 inline_func1, inline_func2, and inline_func3. Test that when each
6216 breakpoint is hit, GDB properly reports both the stop location
6217 and the backtrace. Repeat tests for temporary breakpoints.
6218
0726fcc6
MR
62192018-05-15 Maciej W. Rozycki <macro@mips.com>
6220
6221 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6222 rather then trying to access it in determining whether the PID
6223 of `gdbserver' could have been retrieved.
6224
8ee22052
AB
62252018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6226
6227 * gdb.arch/amd64-init-x87-values.S: New file.
6228 * gdb.arch/amd64-init-x87-values.exp: New file.
6229
7785df48
JK
62302018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6231
6232 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6233
56bcdbea
TT
62342018-05-04 Tom Tromey <tom@tromey.com>
6235
6236 PR python/22730:
6237 * gdb.python/python.exp: Test multi-line execute.
6238
a913fffb
TT
62392018-05-04 Tom Tromey <tom@tromey.com>
6240
6241 PR python/22731:
6242 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6243
7a2c85f2
TT
62442018-05-04 Tom Tromey <tom@tromey.com>
6245
6246 PR gdb/11750:
6247 * gdb.base/define.exp: Test defining a user command inside a user
6248 command.
6249 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6250
a3b60e45
JK
62512018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6252 Pedro Alves <palves@redhat.com>
6253
6254 PR breakpoints/19806 and support for PR external/20207.
6255 * gdb.base/watchpoint-unaligned.c: New file.
6256 * gdb.base/watchpoint-unaligned.exp: New file.
6257
45fe4a03
AB
62582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6259
6260 * gdb.base/maint.exp: Make test names unique, use
6261 test_prefix_command_help to test 'help maint info', and remove
6262 repeated test of 'help maint'.
6263
9be2ae8f
TT
62642018-05-04 Tom Tromey <tom@tromey.com>
6265
6266 PR gdb/22619:
6267 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6268 behavior.
6269
11859c31
AB
62702018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6271
6272 * gdb.base/maint.exp: Process output from 'maint print registers'
6273 line at a time.
6274
089a9490
AB
62752018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6278 timeout.
6279
9b0797e2
AB
62802018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6283 filter pattern.
6284
f6ac5f3d
PA
62852018-05-02 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6288 to_log_command renames.
6289 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6290
77d3c63b
TT
62912018-05-02 Tom Tromey <tom@tromey.com>
6292
6293 * gdb.python/py-parameter.exp: Set test message.
6294
0489430a
TT
62952018-05-02 Tom Tromey <tom@tromey.com>
6296
6297 PR python/20084:
6298 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6299 PARAM_ZUINTEGER_UNLIMITED tests.
6300
1632f8ba
DR
63012018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6302
6303 PR rust/23124
6304 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6305 when casting.
6306
6d7bb824
TT
63072018-04-30 Tom Tromey <tom@tromey.com>
6308
6309 * gdb.python/py-type.exp: Check align attribute.
6310 * gdb.python/py-type.c: New "aligncheck" global.
6311
007e1530
TT
63122018-04-30 Tom Tromey <tom@tromey.com>
6313
6314 PR exp/17095:
6315 * gdb.dwarf2/dw2-align.exp: New file.
6316 * gdb.cp/align.exp: New file.
6317 * gdb.base/align.exp: New file.
6318 * lib/gdb.exp (gdb_int128_helper): New proc.
6319 (has_int128_c, has_int128_cxx): New caching procs.
6320
6873858b
TT
63212018-04-27 Tom Tromey <tom@tromey.com>
6322
6323 PR rust/22545:
6324 * gdb.rust/simple.exp: Add inclusive range tests.
6325
79188d8d
PA
63262018-04-26 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6329 ifunc breakpoint locations correctly of ifunc breakpoints set
6330 while the program resolves the ifunc.
6331
c7075ad5
PA
63322018-04-26 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/gnu-ifunc-final.c: New file.
6335 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6336 * gdb.base/gnu-ifunc.exp (executable): Delete.
6337 (staticexecutable): Adjust.
6338 (lib_opts, exec_opts): Delete.
6339 (make_binsuffix, build, set-break): New procedures.
6340 (misc_tests): New, with tests factored out from the top level.
6341 (top level): Test different combinations of ifunc resolver name,
6342 resolver with and with debug info, and ifunc target with and
6343 without debug info. Wrap static tests with with_target_prefix.
6344
8388016d
PA
63452018-04-26 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6348 return type" warnings.
6349
249b5733
PA
63502018-04-25 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6353 killed".
6354 * gdb.base/kill-after-signal.exp: Likewise.
6355 * gdb.threads/kill.exp: Likewise.
6356
f67c0c91
SDJ
63572018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6358 Sergio Durigan Junior <sergiodj@redhat.com>
6359 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6362 regexps to expect for '[Inferior ... detached]' as well.
6363 * gdb.base/attach.exp: Likewise.
6364 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6365 "gdb_continue_to_end".
6366 (test_catch_syscall_with_wrong_args): Likewise.
6367 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6368 ']'. Don't set 'verbose' on.
6369 * gdb.base/foll-vfork.exp: Likewise.
6370 * gdb.base/fork-print-inferior-events.c: New file.
6371 * gdb.base/fork-print-inferior-events.exp: New file.
6372 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6373 '[Inferior ... has been killed]' message.
6374 * gdb.base/kill-after-signal.exp: Likewise.
6375 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6376 detach message.
6377 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6378 message.
6379 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6380 regexps to expect for '[Inferior ... detached]' as well.
6381 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6382
0a8ddac4
SM
63832018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 PR gdb/23104
6386 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6387
701adfb0
PA
63882018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6389
6390 PR gdb/23095
6391 * gdb.base/break-probes.exp: Pass shlib_load to
6392 prepare_for_testing. Set normal_bp to r_debug_state if target is
6393 bsd.
6394
d27d16bf
RB
63952018-04-19 Richard Bunt <richard.bunt@arm.com>
6396
6397 * gdb.threads/multiple-successive-infcall.c: New test.
6398 * gdb.threads/multiple-successive-infcall.exp: New file.
6399
a037790e
TT
64002018-04-17 Tom Tromey <tom@tromey.com>
6401
6402 * gdb.rust/simple.rs (Union): New type.
6403 (main): New local "u".
6404 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6405
e3a91079
AA
64062018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6407
6408 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6409 number information in output of "whereis" command.
6410 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6411
b744723f
AA
64122018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6413
6414 * gdb.ada/info_types.exp: Adjust expected output to the line
6415 numbers now printed by "info var/func/type".
6416 * gdb.base/completion.exp: Likewise.
6417 * gdb.base/included.exp: Likewise.
6418 * gdb.cp/cp-relocate.exp: Likewise.
6419 * gdb.cp/cplusfuncs.exp: Likewise.
6420 * gdb.cp/namespace.exp: Likewise.
6421 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6422
4a4495d6
MM
64232018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6424
6425 * gdb.btrace/cpu.exp: New.
6426
1d509aa6
MM
64272018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6428
6429 * gdb.base/step-indirect-call-thunk.exp: New.
6430 * gdb.base/step-indirect-call-thunk.c: New.
6431 * gdb.reverse/step-indirect-call-thunk.exp: New.
6432 * gdb.reverse/step-indirect-call-thunk.c: New.
6433
6295b6da
SM
64342018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 * gdb.base/pie-fork.c: New file.
6437 * gdb.base/pie-fork.exp: New file.
6438
50146e70
TT
64392018-04-11 Tom Tromey <tom@tromey.com>
6440
6441 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6442
f50d8a2e
PA
64432018-04-10 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6446 exits. Instead loop running forever.
6447 (fork_parent): Run forever too.
6448
a0be7a36
SM
64492018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6450
6451 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6452 mi_continue_to_line.
6453 * gdb.mi/mi-stack.c (callee4): Add comment.
6454
9b73db36
SM
64552018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6456
6457 * gdb.mi/mi-stack.exp: Fix indentation.
6458
c912f608
SM
64592018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6460
6461 PR gdb/22979
6462 * gdb.arch/amd64-osabi.exp: New file.
6463
26540402
SM
64642018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6465
6466 PR gdb/22980
6467 * gdb.base/osabi.exp: New file.
6468
121ad66c 64692018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6470
6471 * gdb.cp/static-typedef-print.exp: New file.
6472 * gdb.cp/static-typedef-print.cc: New file.
6473
3fcded8f
JB
64742018-03-27 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.ada/varsize_limit: New testcase.
6477
59cc4834
JB
64782018-03-27 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6481
6482 * gdb.ada/notcplusplus: New testcase.
6483
6484 * gdb.base/c-linkage-name.c: New file.
6485 * gdb.base/c-linkage-name.exp: New testcase.
6486
4ca59a9f
TT
64872018-03-26 Tom Tromey <tom@tromey.com>
6488
6489 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6490 * gdb.python/py-framefilter.py (name_error): New global.
6491 (ErrorInName.function): Use name_error.
6492
978d6c75
TT
64932018-03-26 Tom Tromey <tom@tromey.com>
6494
6495 PR backtrace/15582:
6496 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6497
b7fee5a3
KS
64982018-03-23 Keith Seitz <keiths@redhat.com>
6499
6500 PR c++/22968
6501 * gdb.cp/subtypes.exp: New file.
6502 * gdb.cp/subtypes.h: New file.
6503 * gdb.cp/subtypes.cc: New file.
6504 * gdb.cp/subtypes-2.cc: New file.
6505
376be529
AB
65062018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6509 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6510 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6511 -nostartfiles when compiling the test. Confirm that all registers
6512 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6513
066cfa98
AB
65142018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6515
6516 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6517 option, syntax was wrong anyway.
6518 * gdb.arch/arm-disp-step.exp: Likewise.
6519 * gdb.arch/sparc64-regs.exp: Likewise.
6520 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6521 option, syntax was wrong anyway, switch to use
6522 prepare_for_testing.
6523 * gdb.arch/i386-disp-step.exp: Likewise.
6524
079670b9
AA
65252018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6526
6527 * gdb.ada/exec_changed.exp: Replace "target_info exists
6528 use_gdb_stub" by "use_gdb_stub".
6529 * gdb.ada/start.exp: Likewise.
6530 * gdb.base/async-shell.exp: Likewise.
6531 * gdb.base/attach-pie-misread.exp: Likewise.
6532 * gdb.base/attach-wait-input.exp: Likewise.
6533 * gdb.base/break-entry.exp: Likewise.
6534 * gdb.base/break-interp.exp: Likewise.
6535 * gdb.base/dprintf-detach.exp: Likewise.
6536 * gdb.base/nostdlib.exp: Likewise.
6537 * gdb.base/solib-nodir.exp: Likewise.
6538 * gdb.base/statistics.exp: Likewise.
6539 * gdb.base/testenv.exp: Likewise.
6540 * gdb.mi/mi-exec-run.exp: Likewise.
6541 * gdb.mi/mi-start.exp: Likewise.
6542 * gdb.multi/dummy-frame-restore.exp: Likewise.
6543 * gdb.multi/multi-arch-exec.exp: Likewise.
6544 * gdb.multi/multi-arch.exp: Likewise.
6545 * gdb.multi/tids.exp: Likewise.
6546 * gdb.multi/watchpoint-multi.exp: Likewise.
6547 * gdb.python/py-events.exp: Likewise.
6548 * gdb.threads/attach-into-signal.exp: Likewise.
6549 * gdb.threads/attach-stopped.exp: Likewise.
6550 * gdb.threads/threadapply.exp: Likewise.
6551 * lib/selftest-support.exp: Likewise.
6552
26d6cec4
AA
65532018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6554
6555 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6556
4ee89e90
SR
65572018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6558
6559 * gdb.perf/template-breakpoints.cc: New file.
6560 * gdb.perf/template-breakpoints.exp: New file.
6561 * gdb.perf/template-breakpoints.py: New file.
6562
92630041
TT
65632018-03-19 Tom Tromey <tom@tromey.com>
6564
6565 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6566 y0.
6567 * gdb.rust/simple.exp: Test bare identifier form of struct
6568 initializer.
6569
76727919
TT
65702018-03-19 Tom Tromey <tom@tromey.com>
6571
6572 * gdb.gdb/observer.exp: Remove.
6573
194ed413
AA
65742018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6575
6576 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6577 "qualified" option when setting breakpoints.
6578 * gdb.trace/backtrace.exp: Likewise.
6579 * gdb.trace/circ.exp: Likewise.
6580 * gdb.trace/collection.exp: Likewise.
6581 * gdb.trace/disconnected-tracing.exp: Likewise.
6582 * gdb.trace/ftrace-lock.exp: Likewise.
6583 * gdb.trace/ftrace.exp: Likewise.
6584 * gdb.trace/infotrace.exp: Likewise.
6585 * gdb.trace/packetlen.exp: Likewise.
6586 * gdb.trace/passc-dyn.exp: Likewise.
6587 * gdb.trace/qtro.exp: Likewise.
6588 * gdb.trace/read-memory.exp: Likewise.
6589 * gdb.trace/report.exp: Likewise.
6590 * gdb.trace/signal.exp: Likewise.
6591 * gdb.trace/status-stop.exp: Likewise.
6592 * gdb.trace/strace.exp: Likewise.
6593 * gdb.trace/tfind.exp: Likewise.
6594 * gdb.trace/trace-break.exp: Likewise.
6595 * gdb.trace/trace-condition.exp: Likewise.
6596 * gdb.trace/trace-mt.exp: Likewise.
6597 * gdb.trace/tstatus.exp: Likewise.
6598 * gdb.trace/tsv.exp: Likewise.
6599 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6600 * gdb.trace/unavailable.exp: Likewise.
6601 * gdb.trace/while-dyn.exp: Likewise.
6602
8b067d2c
AA
66032018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6604
6605 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6606 that libinproctrace is copied to the target.
6607
3ae9ce5d
TT
66082018-03-14 Tom Tromey <tom@tromey.com>
6609
6610 PR cli/14977:
6611 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6612 a null pointer.
6613 * gdb.base/wchar.exp: Likewise.
6614
b8c2339b
TT
66152018-03-14 Tom Tromey <tom@tromey.com>
6616
6617 PR cli/19918:
6618 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6619 flag.
6620
4872dc46
SM
66212018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6622
6623 PR gdb/22841
6624 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6625 "target" to remote_exec.
6626
e4fe3756
SM
66272018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6628
6629 PR gdb/22841
6630 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6631 ${board}_upload): Remove.
6632
e95a97d4
AA
66332018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6634
6635 * gdb.cp/watch-cp.cc: New test.
6636 * gdb.cp/watch-cp.exp: New file.
6637
dbbb1059
AB
66382018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6639
6640 * gdb.base/infcall-nested-structs.exp: New file.
6641 * gdb.base/infcall-nested-structs.c: New file.
6642 * gdb.base/float.exp: Add riscv support.
6643
ecc054c0
TP
66442018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6645
6646 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6647 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6648
25e3c82c
SDJ
66492018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6650
6651 * gdb.server/abspath.exp: New file.
6652 * lib/gdb.exp (with_cwd): New procedure.
6653
3083294d
SM
66542018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6657 use it.
6658 (gdb_is_target_remote_prompt): New proc.
6659 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6660 (gdb_is_target_native): Pass prompt parameter to
6661 gdb_is_target_1.
6662
3275ef47
SM
66632018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6664
6665 * gdb.base/load-command.c: New file.
6666 * gdb.base/load-command.exp: New file.
6667 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6668 (gdb_is_target_1): ...this, and generalize for other targets
6669 than just remote.
6670 (gdb_is_target_remote): Use gdb_is_target_1.
6671 (gdb_is_target_native): use gdb_is_target_1.
6672
6893c19a
TT
66732018-02-26 Tom Tromey <tom@tromey.com>
6674
6675 PR python/16497:
6676 * gdb.python/py-framefilter.exp: Update test.
6677
2ddeaf8a
TT
66782018-02-26 Tom Tromey <tom@tromey.com>
6679
6680 * gdb.dwarf2/variant.c: New file.
6681 * gdb.dwarf2/variant.exp: New file.
6682
c9317f21
TT
66832018-02-26 Tom Tromey <tom@tromey.com>
6684
6685 * gdb.rust/simple.exp: Accept more possible results in enum test.
6686
6f6d0c26
SM
66872018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6688
6689 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6690 parentheses.
6691
11b03145
MR
66922018-02-23 Maciej W. Rozycki <macro@mips.com>
6693
6694 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6695 name of a variable: $actual_linejj -> $actual_line.
6696
54a27fe5
JB
66972018-02-21 John Baldwin <jhb@FreeBSD.org>
6698
6699 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6700
de65820c
MM
67012018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6702
6703 * gdb.btrace/buffer-size.exp: Do not force BTS.
6704
980548fd
PA
67052018-02-14 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6708 getting a "Quit".
6709
c4e12631
MM
67102018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6711
6712 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6713 Fix test name.
6714
c2e0e465
SM
67152018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6716
6717 * gdb.cp/m-static.exp: Check type of optimized out static
6718 member.
6719
f7216783
AB
67202018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6723 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6724
0625771b
LS
67252018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6726 Leszek Swirski <leszeks@google.com>
6727
6728 * gdb.python/py-prettyprint.c
6729 (struct to_string_returns_value_inner,
6730 struct to_string_returns_value_wrapper): New.
6731 (main): Add tsrvw variable.
6732 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6733 ToStringReturnsValueWrapper): New classes.
6734 (register_pretty_printers): Register new pretty-printers.
6735 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6736 recursive pretty printer.
6737 * gdb.python/py-mi.exp: Likewise.
6738
59498c30
LS
67392018-02-01 Leszek Swirski <leszeks@google.com>
6740
6741 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6742 functions with the same name as an include file are parsed
6743 correctly.
6744
d4d38844
YQ
67452018-02-01 Yao Qi <yao.qi@linaro.org>
6746
6747 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6748 "\[^\r\n\]*".
6749
07e5f5cf
NP
67502018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6751
6752 * gdb.arch/powerpc-prologue-frame.s: New file.
6753 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6754 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6755
929b5ad4
JB
67562018-01-31 Joel Brobecker <brobecker@adacore.com>
6757
6758 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6759
e671cd59
PA
67602018-01-30 Pedro Alves <palves@redhat.com>
6761
6762 PR gdb/13211
6763 * gdb.base/interrupt-daemon.c: New.
6764 * gdb.base/interrupt-daemon.exp: New.
6765 * gdb.multi/multi-term-settings.c: New.
6766 * gdb.multi/multi-term-settings.exp: New.
6767
fc413dc4
JB
67682018-01-30 Joel Brobecker <brobecker@adacore.com>
6769
6770 * gdb.base/break.exp: Save the location where the breakpoint
6771 on break.c:47 was actually inserted when debugging the version
6772 compiled at -O2 and use it in the expected output of the "info
6773 break" test performed soon after.
6774
5c319bb2
PA
67752018-01-22 Pedro Alves <palves@redhat.com>
6776 Sergio Durigan Junior <sergiodj@redhat.com>
6777
6778 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6779 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6780
a9e40818
JB
67812018-01-22 Joel Brobecker <brobecker@adacore.com>
6782
6783 * gdb.base/break-include.c, gdb.base/break-include.inc,
6784 gdb.base/break-include.exp: New files.
6785 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6786 line number now being the actual line number where the breakpoint
6787 was inserted.
6788 * gdb.mi/mi-break.exp: Likewise.
6789 * gdb.mi/mi-reverse.exp: Likewise.
6790 * gdb.mi/mi-simplerun.exp: Ditto.
6791
e707fc44
AB
67922018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6793
6794 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6795 varobj.
6796 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6797
ae451627
AB
67982018-01-21 Don Breazeal <donb@codesourcery.com>
6799 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.mi/basics.c: Add new global.
6802 * gdb.mi/mi-frame-regs.exp: New file.
6803 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6804 case.
6805
b1b189e0
AB
68062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6807
6808 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6809 non-parameter, and on an unknown symbol.
6810
fcfcc376
TT
68112018-01-19 Tom Tromey <tom@tromey.com>
6812
6813 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6814 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6815
634c1c31
AA
68162018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6817
6818 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6819 setrlimit and chdir to int.
6820
d6ad07fd
AA
68212018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6822
6823 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6824 function.
6825 (my_tend): Likewise.
6826 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6827 rationale of avoiding FP- and vector instructions.
6828
adf8243b
RK
68292018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6830
6831 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6832 "info reg" with "\[ \t\]*".
6833 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6834 "\[ \t\]+".
6835 * gdb.arch/s390-multiarch.exp: Ditto.
6836 * gdb.base/pc-fp.exp: Ditto.
6837 * gdb.reverse/i386-precsave.exp: Ditto.
6838 * gdb.reverse/i386-reverse.exp: Ditto.
6839 * gdb.reverse/i387-env-reverse.exp: Ditto.
6840 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6841
dcc06925
AA
68422018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6843
6844 * lib/gdb.exp (gdb_compile): Re-enable use of
6845 universal_compile_options for languages other than Rust.
6846
25d4fd80
AA
68472018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6850
ee7f689e 68512018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6852
6853 PR gdb/16577
6854 * gdb.base/solib-vanish.exp: New.
6855 * gdb.base/solib-vanish-main.c: New.
6856 * gdb.base/solib-vanish-lib1.c: New.
6857 * gdb.base/solib-vanish-lib2.c: New.
6858
d8447b6b
YQ
68592018-01-17 Yao Qi <yao.qi@linaro.org>
6860
6861 * gdb.compile/compile.exp: Match the address printed for
6862 frame in the output of command "bt".
6863
86d6a90c
TT
68642018-01-15 Tom Tromey <tom@tromey.com>
6865
6866 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6867 compute sp_reg.
6868
cbcdb1aa
AB
68692018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6872 to prepare.
6873 (prepare): Return 0 on error, 1 on success.
6874
eea61984
PA
68752018-01-12 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.base/continue-after-aborted-step-over.c: New.
6878 * gdb.base/continue-after-aborted-step-over.exp: New.
6879
6181e9c2
SM
68802018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6881
6882 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6883 options when not creating an executable.
6884
3cada740
PA
68852018-01-11 Pedro Alves <palves@redhat.com>
6886
6887 PR remote/22597
6888 * gdb.server/stop-reply-no-thread.c: New file.
6889 * gdb.server/stop-reply-no-thread.exp: New file.
6890
c63d3e8d
PA
68912018-01-10 Pedro Alves <palves@redhat.com>
6892
6893 PR gdb/22670
6894 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6895 functions too. Test setting breakpoints and printing C functions
6896 with no debug info too.
6897 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6898
d4c2a405
PA
68992018-01-10 Pedro Alves <palves@redhat.com>
6900
6901 PR gdb/22670
6902 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6903 a fail.
6904
8825213e
PA
69052018-01-10 Pedro Alves <palves@redhat.com>
6906
6907 PR gdb/22670
6908 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6909
605fd3c6
YQ
69102018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6911
6912 * gdb.server/unittest.exp: Match the output in non-development
6913 mode.
6914
1e5ded6c
YQ
69152018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6916
6917 * gdb.gdb/unittest.exp: Match output in non-development mode.
6918
30066b0b
JB
69192018-01-08 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.ada/access_tagged_param.exp: Relax expected output
6922 for value of "ObjL" in "continue" to pck.inspect breakpoint
6923 test.
6924
04bafb1e
XR
69252018-01-08 Joel Brobecker <brobecker@adacore.com>
6926
9f86398b
JB
6927 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6928 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6929
e379cee6
PA
69302018-01-05 Pedro Alves <palves@redhat.com>
6931
6932 PR gdb/18653
6933 * gdb.base/libsegfault.exp: New.
6934
de63c46b
PA
69352018-01-05 Joel Brobecker <brobecker@adacore.com>
6936
6937 PR gdb/22670
6938 * gdb.ada/access_tagged_param.exp: New file.
6939 * gdb.ada/access_tagged_param/foo.adb: New file.
6940
f98fc17b
PA
69412018-01-05 Pedro Alves <palves@redhat.com>
6942
6943 PR gdb/22670
6944 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6945 exercise lower case too, and to exercise both full matching and
6946 wild matching.
6947
342f8240
JB
69482018-01-05 Joel Brobecker <brobecker@adacore.com>
6949
6950 * gdb.ada/rename_subscript_param: New testcase.
6951
7150d33c
JG
69522018-01-05 Jerome Guitton <guitton@adacore.com>
6953
6954 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6955
cc0e770c
JB
69562018-01-05 Joel Brobecker <brobecker@adacore.com>
6957
6958 * gdb.ada/convvar_comp: New testcase.
6959
672a41aa 69602018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6961
6962 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6963 (My_Table): New global variable.
6964 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6965
7365ec2f
JB
69662018-01-04 Joel Brobecker <brobecker@adacore.com>
6967
6968 PR gdb/22670
6969 * gdb.ada/maint_with_ada: New testcase.
6970
289483b6
JB
69712018-01-04 Joel Brobecker <brobecker@adacore.com>
6972
6973 PR gdb/22670
6974 * gdb.ada/bp_c_mixed_case: New testcase.
6975
344420da
JB
69762018-01-04 Joel Brobecker <brobecker@adacore.com>
6977
6978 PR gdb/22670
6979 * gdb.ada/complete.exp: Add "complete break ada" test.
6980
66fc87a0
JB
69812018-01-04 Joel Brobecker <brobecker@adacore.com>
6982
6983 PR gdb/22670
6984 * gdb.ada/info_addr_mixed_case: New testcase.
6985
9f757bf7
XR
69862018-01-03 Xavier Roirand <roirand@adacore.com>
6987
6988 * gdb.ada/excep_handle.exp: New testcase.
6989 * gdb.ada/excep_handle/foo.adb: New file.
6990 * gdb.ada/excep_handle/pck.ads: New file.
6991
bd570f80
JB
69922018-01-03 Joel Brobecker <brobecker@adacore.com>
6993
6994 * gdb.base/step-line.c: Add extra empty line in copyright header.
6995 * gdb.base/step-line.inp: Likewise.
6996
9fe561ab
JB
69972018-01-02 Joel Brobecker <brobecker@adacore.com>
6998
6999 * gdb.ada/dyn_stride.exp: Add slice test.
7000
a405673c
JB
70012018-01-02 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.ada/dyn_stride: New testcase.
7004
cef0f868
SH
70052017-12-27 Stafford Horne <shorne@gmail.com>
7006
7007 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7008 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7009
b67d92b0
SH
70102017-12-27 Stafford Horne <shorne@gmail.com>
7011
7012 * gdb.base/reggroups.c: New file.
7013 * gdb.base/reggroups.exp: New file.
7014
eccab96d
JB
70152017-12-18 Joel Brobecker <brobecker@adacore.com>
7016
7017 * gdb.dwarf2/ada-valprint-error.c: New file.
7018 * gdb.dwarf2/ada-valprint-error.exp: New file.
7019
0e2da9f0
JB
70202017-12-18 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/assign_arr: New testcase.
7023
cb923fcc
XR
70242017-12-18 Xavier Roirand <roirand@adacore.com>
7025
7026 * gdb.ada/funcall_ptr: New testcase.
7027
7c161838
SDJ
70282017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7029
7030 PR cli/16224
7031 * gdb.base/ptype-offsets.cc: New file.
7032 * gdb.base/ptype-offsets.exp: New file.
7033
1af17fd9
YQ
70342017-12-15 Yao Qi <yao.qi@linaro.org>
7035
7036 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7037 if XML is disabled.
7038
828d5846
XR
70392017-12-15 Xavier Roirand <roirand@adacore.com>
7040
7041 * gdb.ada/same_component_name: New testcase.
7042
79e8fcaa
JB
70432017-12-14 Joel Brobecker <brobecker@adacore.com>
7044
7045 * gdb.ada/str_binop_equal: New testcase.
7046
e05fa6f9
JB
70472017-12-14 Joel Brobecker <brobecker@adacore.com>
7048
7049 * gdb.ada/task_switch_in_core: New testcase.
7050
b89641ba
SM
70512017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7052
7053 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7054 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7055 call test_bkpt_qualified.
7056 (test_bkpt_qualified): New proc.
7057
6892d2e4
PA
70582017-12-13 Pedro Alves <palves@redhat.com>
7059
7060 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7061 Tighten regexp by matching with an anchor.
7062
a22ecf70
PA
70632017-12-13 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7066 ("expression with namespace"): New set of tests.
7067 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7068 (Nested::Test_NS::qux): New.
7069 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7070 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7071
9937536c
JB
70722017-12-13 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.base/server-del-break.c: New file.
7075 * gdb.base/server-del-break.exp: New file.
7076
fe49c6f5
SH
70772017-12-12 Stafford Horne <shorne@gmail.com>
7078
7079 * gdb.xml/tdesc-regs.exp: Add or1k support.
7080
c3d18620
SH
70812017-12-12 Stafford Horne <shorne@gmail.com>
7082
7083 * gdb.base/bp-permanent.c: Define nop of or1k.
7084
c5f9cfc8
JB
70852017-12-11 Joel Brobecker <brobecker@adacore.com>
7086
7087 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7088 output with components being reordered.
7089
a9c135fc
JB
70902017-12-11 Joel Brobecker <brobecker@adacore.com>
7091
7092 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7093 output with components being reordered.
7094
927aa2e7
JK
70952017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7096 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/maint.exp (check for .gdb_index): Check also for
7099 .debug_names.
7100 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7101 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7102 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7103 (.gdb_index used after symbol reloading): Support also .debug_names.
7104 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7105
f17d9474
YQ
71062017-12-08 Yao Qi <yao.qi@linaro.org>
7107
7108 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7109 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7110
a0de8c21
YQ
71112017-12-08 Yao Qi <yao.qi@linaro.org>
7112
7113 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7114 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7115
a738ea1d
YQ
71162017-12-08 Yao Qi <yao.qi@linaro.org>
7117
7118 * gdb.arch/aarch64-tagged-pointer.c: New file.
7119 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7120
1cd9a73b
SDJ
71212017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7122
7123 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7124 "int".
7125
fa6eb693
KS
71262017-12-07 Keith Seitz <keiths@redhat.com>
7127
7128 PR breakpoints/22569
7129 * gdb.linespec/ls-errs.exp: Change expected result of "break
7130 -source this file has spaces.c -line 3".
7131 Check that an explicit source file followed by whitespace is
7132 identified as an invalid explicit location.
7133
883fd55a
KS
71342017-12-07 Keith Seitz <keiths@redhat.com>
7135
7136 * gdb.cp/nested-types.cc: New file.
7137 * gdb.cp/nested-types.exp: New file.
7138 * lib/cp-support.exp: Load data-structures.exp library.
7139 (debug_cp_test_ptype_class): New global.
7140 (cp_ptype_class_verbose, next_line): New procedures.
7141 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7142 Add and document new return value.
7143 Switch the list of lines to a queue.
7144 Add support for new `type' key for nested type definitions.
7145 Add debugging/troubleshooting messages.
7146 * lib/data-structures.exp: New file.
7147
ec72db3e
SM
71482017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7149
7150 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7151 with proc_with_prefix, don't use with_test_prefix.
7152
99598d71
TT
71532017-12-07 Tom Tromey <tom@tromey.com>
7154
7155 * gdb.base/break.exp: Add test for empty "commands".
7156
a8806230
YQ
71572017-12-07 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7160 malloc and catch syscall.
7161
824cc835
PM
71622017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7163
e79be6e5 7164 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7165 tests for explicit locations.
7166
7cc244de
PA
71672017-12-06 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7170 force-disabling XML descriptions.
7171
50a1fdd5
PA
71722017-12-04 Pedro Alves <palves@redhat.com>
7173
7174 PR gdb/22499
7175 * gdb.arch/amd64-disp-step-avx.S: New file.
7176 * gdb.arch/amd64-disp-step-avx.exp: New file.
7177
f0fb2488
PA
71782017-12-03 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7181 and <string.h>.
7182 (parent_function): Print distinct messages when waitpid fails, or
7183 the child exits with a signal, or the child exits for an unhandled
7184 reason.
7185 * gdb.threads/process-dies-while-detaching.exp
7186 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7187 it. Wait for both inferior output and GDB's prompt. Use an
7188 indirect spawn id list.
7189 (do_detach): New parameter 'child_exit'. Use it to compute
7190 expected inferior output.
7191 (test_detach, test_detach_watch, test_detach_killed_outside):
7192 Adjust to pass down the expected child exit kind.
7193
97cbe998
SDJ
71942017-12-01 Joel Brobecker <brobecker@adacore.com>
7195 Sergio Durigan Junior <sergiodj@redhat.com>
7196 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7199
40fc416f
SDJ
72002017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7201
7202 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7203 to 'symbol-file' and 'add-symbol-file' can be
7204 position-independent.
7205
1cc75e92
YQ
72062017-12-01 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7209 the URL in copyright header.
7210 * gdb.arch/aarch64-fp.exp: Likewise.
7211 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7212 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7213 * gdb.base/expand-psymtabs.exp: Likewise.
7214 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7215 * gdb.fortran/common-block.exp: Likewise.
7216 * gdb.fortran/common-block.f90: Likewise.
7217 * gdb.fortran/logical.exp: Likewise.
7218 * gdb.fortran/vla-datatypes.f90: Likewise.
7219 * gdb.fortran/vla-sub.f90: Likewise.
7220
875fb7a7
JB
72212017-11-30 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/repeat_dyn: New testcase.
7224
6f14765f
UW
72252017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7226
7227 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7228 Update for changed thread numbering.
7229 * gdb.cell/bt.exp: Update for changed GDB output.
7230
f1af7b94
SM
72312017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7234 setting isremote by hand.
7235 * boards/dwarf4-gdb-index.exp: Likewise.
7236 * boards/fission.exp: Likewise.
7237 * boards/stabs.exp: Likewise.
7238
e3919f3e
PA
72392017-11-30 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.linespec/cpls-ops.exp
7242 (check_explicit_skips_function_argument): Extract the underlying
7243 type of size_t instead of hardcoding it.
7244
bd69330d
PA
72452017-11-29 Pedro Alves <palves@redhat.com>
7246
7247 PR c++/19436
7248 * gdb.linespec/cpls-abi-tag.cc: New file.
7249 * gdb.linespec/cpls-abi-tag.exp: New file.
7250
a20714ff
PA
72512017-11-29 Pedro Alves <palves@redhat.com>
7252
7253 * gdb.base/langs.exp: Use -qualified.
7254 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7255 it.
7256 * gdb.cp/namespace.exp: Use -qualified.
7257 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7258 (overload-3, template-overload, template-ret-type, const-overload)
7259 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7260 procedures.
7261 (test_driver): Call them.
7262 * gdb.cp/save-bp-qualified.cc: New.
7263 * gdb.cp/save-bp-qualified.exp: New.
7264 * gdb.linespec/explicit.exp: Test -qualified.
7265 * lib/completion-support.exp (completion::explicit_opts_list): Add
7266 "-qualified".
7267 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7268
f6f1d339
PM
72692017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7270
7271 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7272
02ca603a
TT
72732017-11-29 Tom Tromey <tom@tromey.com>
7274
7275 * gdb.base/relocate.exp: Update invalid argument test.
7276 Add new tests for invalid arguments.
7277
ed6c0bfb
TP
72782017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7279
7280 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7281 Return 0 as a long.
7282 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7283
f106e10e
TP
72842017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7285
7286 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7287 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7288 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7289 func ().
7290 * gdb.cp/shadow.cc (B.func): Return 0.
7291
10329bb2
JB
72922017-11-27 Joel Brobecker <brobecker@adacore.com>
7293
7294 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7295 expected output in gdb_expect call to allow the exception
7296 message to be present as well. Fix syntax confusion to avoid
7297 TCL thinking that exception_name is an array.
7298
617cd4bc
UW
72992017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7300
7301 * gdb.arch/spu-info.c: Include <unistd.h>.
7302 (do_signal_test): Fix broken calls to write.
7303 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7304 Fix checks for empty mailboxes. Update signal tests for corrected
7305 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7306 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7307 * gdb.cell/arch.exp: Use standard_output_file.
7308 * gdb.cell/break.exp: Likewise.
7309 * gdb.cell/bt.exp: Likewise.
7310 * gdb.cell/core.exp: Likewise.
7311 * gdb.cell/dwarfaddr.exp: Likewise.
7312 * gdb.cell/ea-cache.exp: Likewise.
7313 * gdb.cell/ea-standalone.exp: Likewise.
7314 * gdb.cell/f-regs.exp: Likewise.
7315 * gdb.cell/fork.exp: Likewise.
7316 * gdb.cell/gcore.exp: Likewise.
7317 * gdb.cell/mem-access.exp: Likewise.
7318 * gdb.cell/ptype.exp: Likewise.
7319 * gdb.cell/registers.exp: Likewise.
7320 * gdb.cell/sizeof.exp: Likewise.
7321 * gdb.cell/solib-symbol.exp: Likewise.
7322 * gdb.cell/solib.exp: Likewise.
617cd4bc 7323
a81aaca0
PA
73242017-11-25 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/complete-empty.exp: New file.
7327 * gdb.base/completion.exp: Adjust.
7328
6a3c6ee4
PA
73292017-11-25 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.linespec/cpls-ops.cc: New file.
7332 * gdb.linespec/cpls-ops.exp: New file.
7333 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7334 factored out from ...
7335 (test_complete_prefix_range): ... this.
7336
8955eb2d
PA
73372017-11-24 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.linespec/cpcompletion.exp: New file.
7340 * gdb.linespec/cpls-hyphen.cc: New file.
7341 * gdb.linespec/cpls.cc: New file.
7342 * gdb.linespec/cpls2.cc: New file.
7343 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7344 test to use test_gdb_complete_unique. Add label completion,
7345 keyword completion and explicit location completion tests.
7346 * lib/completion-support.exp: New file.
7347
e547c119
JB
73482017-11-24 Joel Brobecker <brobecker@adacore.com>
7349
7350 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7351 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7352 when hitting an exception catchpoint.
7353
7c3c1aa8
YQ
73542017-11-22 Yao Qi <yao.qi@linaro.org>
7355
7356 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7357
41bd68f5
SM
73582017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7359
7360 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7361 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7362 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7363
1daad298
YQ
73642017-11-22 Yao Qi <yao.qi@linaro.org>
7365
7366 * gdb.base/info-os.exp: Pass pthreads.
7367 * gdb.multi/multi-attach.exp: Likewise.
7368
88465e87
YQ
73692017-11-22 Yao Qi <yao.qi@linaro.org>
7370
7371 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7372 compiler.
7373
dc196b23
YQ
73742017-11-22 Yao Qi <yao.qi@linaro.org>
7375
7376 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7377 * gdb.base/break-interp.exp: Likewise.
7378 * gdb.base/jit-attach-pie.exp: Likewise.
7379
2400729e
UW
73802017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7381
7382 * gdb.base/float128.c (large128): New variable.
7383 * gdb.base/float128.exp: Add test to print largest __float128 value.
7384
7a26362d
UW
73852017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7386
7387 * gdb.arch/vsx-regs.exp: Update register content checks.
7388
ed0f4273
UW
73892017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7390
7391 * gdb.arch/ppc-longdouble.exp: New file.
7392 * gdb.arch/ppc-longdouble.c: Likewise.
7393
a25d69c6
PA
73942017-11-21 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7397
73fcf641
PA
73982017-11-20 Pedro Alves <palves@redhat.com>
7399
7400 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7401 (long_double_typedef): New typedefs.
7402 Use DEF on double and long double.
7403 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7404 cases.
7405 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7406 and 'long_double_ptr_same_size' locals. Use them to decide
7407 whether cast from array/function to float is valid/invalid.
7408
71a3c369
TT
74092017-11-17 Tom Tromey <tom@tromey.com>
7410
7411 * gdb.rust/traits.rs: New file.
7412 * gdb.rust/traits.exp: New file.
7413
ced9779b
JB
74142017-11-17 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.ada/minsyms: New testcase.
7417
a0922d80
PA
74182017-11-16 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7421 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7422
ea04e54c
PA
74232017-11-16 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7426 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7427
e849ea89
PA
74282017-11-16 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.server/reconnect-ctrl-c.c: New file.
7431 * gdb.server/reconnect-ctrl-c.exp: New file.
7432
d8ae99a7
PM
74332017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7434
7435 * gdb.python/py-rbreak.exp: New file.
7436 * gdb.python/py-rbreak.c: New file.
7437 * gdb.python/py-rbreak-func2.c: New file.
7438
968a13f8
PA
74392017-11-16 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7442 pattern.
7443 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7444 GDB.
7445
71774bc9
SM
74462017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7449 regex.
7450
ddbb44cf
SM
74512017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7452
7453 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7454 test names.
7455
584a564f
PA
74562017-11-09 Pedro Alves <palves@redhat.com>
7457
7458 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7459 factored out from ...
7460 (top level): ... here, and adjusted to avoid expecting beyond the
7461 prompt in a single gdb_test_multiple.
7462
5ed7a928
PA
74632017-11-09 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7466 output.
7467 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7468 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7469 * gdb.server/ext-run.exp ("kill" test): Likewise.
7470 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7471
a60e0738
PA
74722017-11-09 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7475 match till end of line.
7476
2c88253f
PA
74772017-11-09 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7480
c7a38517
PA
74812017-11-09 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7484 New procedures, factored out from ...
7485 (top level): ... here, and adjusted to avoid expecting beyond the
7486 prompt in one go.
7487
f29f4b6b
PA
74882017-11-09 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7491 output. Fix '?' match.
7492
286acbb5
JB
74932017-11-08 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.ada/scoped_watch: New testcase.
7496 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7497 which is actually correct.
7498 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7499 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7500
62d7ae92
PA
75012017-11-08 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.gdb/complaints.exp (test_initial_complaints)
7504 (test_serial_complaints, test_short_complaints): Call
7505 complaint_internal instead of complaint.
7506
280ca31f
DT
75072017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7508
7509 * gdb.threads/tls-core.c: New file.
7510 * gdb.threads/tls-core.exp: Likewise.
7511
b5ec771e
PA
75122017-11-08 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7515 (p Exported_Capitalized): New test.
7516 (p exported_capitalized): New test.
7517
a02b41a7
PA
75182017-11-07 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7521
95e95a6d
PA
75222017-11-07 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7525 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7526 (disable_invalid, disable_inverted, disable_negative): New
7527 procedures.
7528 ("bad numbers"): New set of tests.
7529
cee62dbd
PA
75302017-11-07 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.cp/ena-dis-br-range.exp: Add tests.
7533
cc638e86
PA
75342017-11-07 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7537
d0fe4701
XR
75382017-11-07 Xavier Roirand <roirand@adacore.com>
7539 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.base/ena-dis-br.exp: Add reference to
7542 gdb.cp/ena-dis-br-range.exp.
7543 * gdb.cp/ena-dis-br-range.exp: New file.
7544 * gdb.cp/ena-dis-br-range.cc: New file.
7545
46f67f80
PA
75462017-11-06 Pedro Alves <palves@redhat.com>
7547
7548 * gdb.base/attach-non-pgrp-leader.c: New.
7549 * gdb.base/attach-non-pgrp-leader.exp: New.
7550
726e1356
PA
75512017-11-06 Pedro Alves <palves@redhat.com>
7552
7553 * configure.ac: No longer check for termio.h and sgtty.h.
7554 * configure: Regenerate.
7555 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7556 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7557 Remove termio and sgtty code.
7558
50ab6ace
YQ
75592017-11-03 Yao Qi <yao.qi@linaro.org>
7560
7561 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7562 in GDB is disabled.
7563
8e68731c
YQ
75642017-11-03 Yao Qi <yao.qi@linaro.org>
7565
7566 * gdb.python/py-thrhandle.exp: Skip it if python is not
7567 enabled.
7568
3a87ae65
SM
75692017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7570
7571 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7572 as a breakpoint command.
7573
484d8d36
MD
75742017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7575
7576 PR python/21213
7577 * gdb.python/py-infthread.exp: Test calling
7578 InferiorThread.inferior () multiple times in a row.
7579
4a27f119
KS
75802017-10-27 Keith Seitz <keiths@redhat.com>
7581
7582 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7583 Test "info break" for every inlined function breakpoint.
7584
bb11dd58
YQ
75852017-10-27 Yao Qi <yao.qi@linaro.org>
7586
7587 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7588
a43f3893
PF
75892017-10-26 Patrick Frants <osscontribute@gmail.com>
7590
7591 * gdb.cp/classes.exp (test_static_members): Test printing
7592 Outer::instance.
7593 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7594 (Inner::instance, Outer::instance): New.
7595
792ccf00
PA
75962017-10-24 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7599 extra console" test in two stages.
7600
eb2bfbad
PA
76012017-10-24 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7604
1f75a651
PA
76052017-10-24 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7608 loop.
7609
779990d9
PA
76102017-10-24 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7613 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7614
ad9b8f5d
PA
76152017-10-24 Pedro Alves <palves@redhat.com>
7616
7617 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7618 parameter and handle it. Don't output read value in test name.
7619
fee6da6e
PA
76202017-10-24 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7623 custom test name.
7624
10389c2c
PA
76252017-10-24 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7628 include the unstable output directory name in the test's name.
7629 (initial_setup_simple) <'set args'>: Use custom test name.
7630
a80e65a9
PA
76312017-10-24 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7634 with explicit test name.
7635
15763a09
PA
76362017-10-20 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7639 'wait -i'. Use gdb_assert and remote_close.
7640
49a4ce2e
AB
76412017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7642
7643 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7644 number from variable rather than hard-coded.
7645
a75868f5
PA
76462017-10-19 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/long-inferior-output.c: New file.
7649 * gdb.base/long-inferior-output.exp: New file.
7650
c8ba13ad
KS
76512017-11-18 Keith Seitz <keiths@redhat.com>
7652
7653 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7654 method.
7655 (main): Call it.
7656 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7657 Add additional user-defined conversion operator tests.
7658
b27de576
PA
76592017-10-17 Pedro Alves <palves@redhat.com>
7660
7661 * boards/native-stdio-gdbserver.exp: Load "local-board".
7662
8484c955
PA
76632017-10-17 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.base/quit-live.c: New file.
7666 * gdb.base/quit-live.exp: New file.
7667
83d5a34d
KS
76682017-10-16 Keith Seitz <keiths@redhat.com>
7669
7670 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7671 (class_with_protected_typedef, class_with_private_typedef)
7672 (struct_with_public_typedef, struct_with_protected_typedef)
7673 (struct_with_private_typedef): New classes/structs.
7674 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7675 typedefs and access specifiers.
7676
739b3f1d
PA
76772017-10-16 Pedro Alves <palves@redhat.com>
7678 Simon Marchi <simon.marchi@polymtl.ca>
7679
7680 * README (Local vs Remote vs Native): New section.
7681 * boards/local-board.exp: New file, with bits factored out from
7682 ...
7683 * boards/native-extended-gdbserver.exp: ... here. Load
7684 "local-board".
7685 * boards/native-gdbserver.exp: Load "local-board".
7686 (${board}_spawn, ${board}_exec): Delete.
7687 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7688 ...
7689 * boards/stdio-gdbserver-base.exp: ... this new file.
7690 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7691 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7692 procedure.
7693 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7694 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7695 stdio_gdbserver_command.
7696 (${board}_get_remote_address, ${board}_get_comm_port)
7697 (${board}_download, ${board}_upload): Delete.
7698 (get_target_remote_pipe_cmd): New.
7699
fe68b953
SM
77002017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7701
7702 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7703 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7704 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7705 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7706 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7707 remove with_test_prefix.
7708
300b6685
PA
77092017-10-13 Pedro Alves <palves@redhat.com>
7710
7711 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7712 * gdb.base/annota1.exp: Use it instead of is_remote.
7713 * gdb.base/annota3.exp: Use it instead of is_remote.
7714 * gdb.cp/annota2.exp: Use it instead of is_remote.
7715 * gdb.cp/annota3.exp: Use it instead of is_remote.
7716 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7717
50500caf
PA
77182017-10-13 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7721 (test_num_test_vars, run_and_count_vars, find_env)
7722 (test_set_unset_env, test_inherit_env_var): New procedures.
7723 (top level): Use them.
7724
dad0c6d2
PA
77252017-10-13 Pedro Alves <palves@redhat.com>
7726
7727 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7728 also skip on stub-like targets.
7729
8b0553c1
PA
77302017-10-13 Pedro Alves <palves@redhat.com>
7731
7732 PR gdb/22293
7733 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7734 (top level): Move some tests to ...
7735 (test_not_found): ... this new procedure.
7736 (top level): Call it.
7737
7594f623
PA
77382017-10-13 Pedro Alves <palves@redhat.com>
7739
7740 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7741 expect different "info terminal" output if testing with a
7742 non-native target.
7743
ebe3b402
PA
77442017-10-13 Pedro Alves <palves@redhat.com>
7745 Simon Marchi <simon.marchi@polymtl.ca>
7746
7747 PR python/12966
7748 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7749
42f1b161
PA
77502017-10-13 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7753 already.
7754
8d6ef72b
PA
77552017-10-13 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7758 is_remote.
7759
d7bcd5b8
PA
77602017-10-13 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7763 is_remote.
7764
df479dc6
PA
77652017-10-13 Pedro Alves <palves@redhat.com>
7766
7767 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7768 is set.
7769 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7770 instead of is_remote.
7771
23fb630a
PA
77722017-10-13 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7775 (top level): Add comment.
7776
cc77b1dc
PA
77772017-10-13 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.base/remote.exp (top level): Fix comment typo and add
7780 missing return.
7781
27c9e813
PA
77822017-10-13 Pedro Alves <palves@redhat.com>
7783 Simon Marchi <simon.marchi@polymtl.ca>
7784
7785 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7786 calls and add comments. Skip test if use_gdb_stub is set.
7787 (top level): Use "set cwd" command instead of "cd" command.
7788
5e830d98
PA
77892017-10-13 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7792 is_remote target check.
7793
f5ca0032
PA
77942017-10-13 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.base/scope.exp: Use build_executable + clean_restart +
7797 gdb_file_cmd instead of prepare_for_testing and no longer skip
7798 "before run" tests on is_remote target boards. Update comments.
7799 * boards/native-extended-gdbserver.exp
7800 (extended_gdbserver_load_last_file): New, factored out from ...
7801 (gdb_load): ... this. Move further below and add comment.
7802 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7803
8aed1c0d
PA
78042017-10-12 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.base/attach.exp: Remove references to gdb64.
7807 * gdb.base/dbx.exp: Remove references to gdb64.
7808
cfa34c87
SM
78092017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7810 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/label.exp: Remove is_remote target check.
7813
9192b7de
PA
78142017-10-12 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.base/auvx.exp (coredir): Update comment.
7817 (top level) <core_works>: Use "set cwd" command instead of "cd"
7818 command.
7819
6bf0052d
PA
78202017-10-12 Pedro Alves <palves@redhat.com>
7821 Simon Marchi <simon.marchi@polymtl.ca>
7822
7823 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7824 target boards.
7825
e48ef82d
PA
78262017-10-12 Pedro Alves <palves@redhat.com>
7827 Simon Marchi <simon.marchi@polymtl.ca>
7828
7829 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7830 Instead skip if there's any gdb_protocol set.
7831
8d7aea57
SM
78322017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7833 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7836
30440677
PA
78372017-10-12 Pedro Alves <palves@redhat.com>
7838 Simon Marchi <simon.marchi@polymtl.ca>
7839
7840 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7841 instead of on dejagnu remote boards.
7842
4e04f045 78432017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7844 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7845
7846 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7847 checks. Use build_executable + clean_restart instead of
7848 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7849 of enabling non-stop after starting gdb.
7850
871a186e
PA
78512017-10-12 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7854 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7855 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7856 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7857
56d704da
AK
78582017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7859
7860 * gdb.arch/arc-tdesc-cpu.exp: New file.
7861 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7862
2f20e312
SM
78632017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7864
7865 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7866
65630365
PA
78672017-10-10 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7870 expect CLI output.
7871
bf469271
PA
78722017-10-10 Pedro Alves <palves@redhat.com>
7873
7874 * lib/selftest-support.exp (selftest_setup): Update for
7875 captured_command_loop's prototype change.
7876
777a42f1
PA
78772017-10-09 Pedro Alves <palves@redhat.com>
7878
7879 Test both arch1=>arch2 and arch2=>arch1.
7880
7881 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7882 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7883 factored out to...
7884 (append_arch1_options, append_arch2_options, append_arch_options)
7885 (build_executables): New procedures.
7886 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7887 local.
7888 (top level): Add new 'first_arch' testing axis.
7889
cbd2b4e3
PA
78902017-10-09 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7893 (barrier): New.
7894 (thread_start, all_started): New functions.
7895 (main): Spawn new thread and wait until it is scheduled.
7896 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7897 option.
7898 (do_test): Add 'selected_thread' parameter. Run to all_started
7899 instead of main. Explicitly set the breakpoint at main. Switch
7900 to the SELECTED_THREAD thread.
7901 (top level): Test handling the exec event with either the main
7902 thread or the second thread selected.
7903
5c9e4427
PA
79042017-10-09 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7907 logic. Move STOP marker after the value checks.
7908 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7909 regexp.
7910
b3b7c423
SL
79112017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7912
7913 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7914
3b4b2f16
UW
79152017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7916
7917 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7918 integer-to-dfp conversion.
7919 * gdb.base/dfp-test.exp: Likewise.
7920
5cd63fda
PA
79212017-10-04 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.multi/hangout.c: Include <unistd.h>.
7924 (hangout_loop): New function.
7925 (main): Call alarm. Call hangout_loop in a loop.
7926 * gdb.multi/hello.c: Include <unistd.h>.
7927 (hello_loop): New function.
7928 (main): Call alarm. Call hangout_loop in a loop.
7929 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7930 inferior with the other selected.
7931
4c71c105
SM
79322017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7933
7934 * gdb.mi/list-thread-groups-available.exp: New file.
7935 * gdb.mi/list-thread-groups-available.c: New file.
7936
bc3b087d
SDJ
79372017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7938
7939 * gdb.base/set-cwd.exp: Make it available on
7940 native-extended-gdbserver.
7941
d092c5a2
SDJ
79422017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7943
7944 * gdb.base/set-cwd.c: New file.
7945 * gdb.base/set-cwd.exp: Likewise.
7946
45320ffa
TT
79472017-10-02 Tom Tromey <tom@tromey.com>
7948
7949 PR rust/22236:
7950 * gdb.rust/simple.rs (main): New variable "fslice".
7951 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7952
b3e3859b
TT
79532017-10-02 Tom Tromey <tom@tromey.com>
7954
7955 * gdb.rust/simple.exp: Test ptype of a slice.
7956
01af5e0d
TT
79572017-10-02 Tom Tromey <tom@tromey.com>
7958
7959 * gdb.rust/simple.exp: Test index of slice.
7960
a9bbfbd8
TT
79612017-09-27 Tom Tromey <tom@tromey.com>
7962
7963 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7964
df8899e5
TP
79652017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7966 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.base/compare-sections.exp (get value of read-only section): Read
7969 as unsigned value.
7970 (corrupt read-only section): Likewise and don't set written if patching
7971 failed.
7972
757bf54b
KB
79732017-09-21 Kevin Buettner <kevinb@redhat.com>
7974
7975 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7976 files.
7977
06871ae8
PA
79782017-09-20 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7981 symbol names in gdb's output.
7982 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7983
e5f25bc5
PA
79842017-09-20 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7987 Rename to ...
7988 (test_list_ambiguous_symbol): ... this and add a symbol name
7989 parameter. Adjust.
7990 (test_list_ambiguous_function): Reimplement on top of
7991 test_list_ambiguous_symbol and also test listing ambiguous
7992 variables.
7993 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7994 (ambiguous_fun): ... this.
7995 (ambiguous_var): New.
7996 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7997 (ambiguous_fun): ... this.
7998 (ambiguous_var): New.
7999
4e5a4f58
JB
80002017-09-19 John Baldwin <jhb@FreeBSD.org>
8001
8002 * gdb.base/starti.c: New file.
8003 * gdb.base/starti.exp: New file.
8004 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8005
26e53f3e
PA
80062017-09-14 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8009 (top level): Use it instead of runto.
8010
cb791d59
TT
80112017-09-11 Tom Tromey <tom@tromey.com>
8012
8013 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8014
7c96f8c1
TT
80152017-09-11 Tom Tromey <tom@tromey.com>
8016
8017 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8018 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8019
469412dd
CW
80202017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8021
8022 * gdb.fortran/printing-types.exp: New file.
8023 * gdb.fortran/printing-types.exp: New file.
8024
e0f86435
BH
80252017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8026
8027 * gdb.fortran/vla-ptype.exp: Fix typos.
8028 * gdb.fortran/vla-value.exp: Same.
8029
9e9af4be
BH
80302017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8031
8032 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8033 * gdb.mi/mi-var-child-f.exp: Likewise.
8034 * gdb.mi/mi-vla-fortran.exp: Likewise.
8035
a5ad232b 80362017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8037 Christoph Weinmann <christoph.t.weinmann@intel.com>
8038 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8039
8040 * gdb.fortran/ptr-indentation.f90: New file.
8041 * gdb.fortran/ptr-indentation.exp: New file.
8042
5aec60eb
TT
80432017-09-05 Tom Tromey <tom@tromey.com>
8044
8045 PR gdb/22010:
8046 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8047
8f8f8152
TP
80482017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8049
8050 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8051
fbd1b771
JK
80522017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 * gdb.threads/tls-nodebug-pie.c: New file.
8055 * gdb.threads/tls-nodebug-pie.exp: New file.
8056
5eb5f850
TT
80572017-09-05 Tom Tromey <tom@tromey.com>
8058
8059 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8060 for rust.
8061
ae780a21
SM
80622017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8063
8064 * gdb.multi/multi-arch-exec.exp: Test with different
8065 "follow-exec-mode" settings.
8066 (do_test): New procedure.
8067
3693fdb3
PA
80682017-09-04 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/func-static.c (S::method const, S::method volatile)
8071 (S::method volatile const): New methods.
8072 (c_s, v_s, cv_s): New instances.
8073 (main): Call method() on them.
8074 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8075 (cannot_resolve): New procedure.
8076 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8077 print-quote-unquoted columns.
8078 (do_test): Test printing each scope too.
8079
e68cb8e0
PA
80802017-09-04 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/local-static.exp: Also test with
8083 class::method::variable wholly quoted.
8084 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8085
858be34c
PA
80862017-09-04 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.base/local-static.c: New.
8089 * gdb.base/local-static.cc: New.
8090 * gdb.base/local-static.exp: New.
8091
46a4882b
PA
80922017-09-04 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.asm/asm-source.exp: Add casts to int.
8095 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8096 (dataglobal64_1, dataglobal64_2): New globals.
8097 * gdb.base/nodebug.exp: Test different expressions involving the
8098 new globals, with print, whatis and ptype. Add casts to int.
8099 * gdb.base/solib-display.exp: Add casts to int.
8100 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8101 * gdb.cp/m-static.exp: Add cast to int.
8102 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8103 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8104 tls variable with no debug info without a cast. Test with a cast
8105 to int too.
8106 * gdb.trace/entry-values.exp: Add casts.
8107
2c5a2be1
PA
81082017-09-04 Pedro Alves <palves@redhat.com>
8109
8110 * gdb.base/nodebug.exp: Test that ptype's error about functions
8111 with unknown return type includes the function name too.
8112
7022349d
PA
81132017-09-04 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8116 return type of munmap in infcall.
8117 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8118 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8119 type of ftell in infcall.
8120 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8121 type of getpid in infcall.
8122 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8123 infcall.
8124 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8125 Bail on failure to extract the pid.
8126 * gdb.base/nodebug.c: #include <stdint.h>.
8127 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8128 New functions.
8129 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8130 Change expected output of print/whatis/ptype with functions with
8131 no debug info. Test all supported languages. Call
8132 test_call_promotion.
8133 * gdb.compile/compile.exp: Adjust expected output to expect
8134 warning.
8135 * gdb.threads/siginfo-threads.exp: Likewise.
8136
54990598
PA
81372017-09-04 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8140 "prototypes". Test calling float functions via prototyped and
8141 unprototyped function pointers.
8142 (perform_all_tests): New parameter "prototypes". Pass it down.
8143 (top level): Pass down "prototypes" parameter to
8144 perform_all_tests.
8145
34d16ea2
SM
81462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8147
8148 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8149 Test with nested loops.
8150
9521ecda
SM
81512017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8152
8153 * gdb.base/commands.exp: Call the new procedures.
8154 (loop_break_test, loop_continue_test): New procedures.
8155
80a65e9b
SM
81562017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8157
8158 * gdb.base/commands.exp: Call new procedure.
8159 (define_if_without_arg_test): New procedure.
8160
e439fa14
PA
81612017-09-04 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.base/list-ambiguous.exp: New file.
8164 * gdb.base/list-ambiguous0.c: New file.
8165 * gdb.base/list-ambiguous1.c: New file.
8166 * gdb.base/list.exp (test_list_range): Adjust expected output.
8167
0a2dde4a
SDJ
81682017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8169
8170 * gdb.base/share-env-with-gdbserver.c: New file.
8171 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8172
5e89eb3a
SM
81732017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * gdb.base/commands.exp (gdbvar_simple_if_test,
8176 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8177 progvar_simple_if_test, progvar_simple_while_test,
8178 progvar_complex_if_while_test, user_defined_command_test,
8179 user_defined_command_args_eval,
8180 user_defined_command_args_stack_test,
8181 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8182 temporary_breakpoint_commands,
8183 gdb_test_no_prompt, redefine_hook_test,
8184 redefine_backtrace_test): Remove "global gdb_prompt".
8185
fd437cbc
SM
81862017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8187
8188 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8189 New proc, call it from toplevel.
8190
87215ad1
SDJ
81912017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8192
8193 PR remote/21852
8194 * gdb.server/normal.c: New file, copied from gdb.base.
8195 * gdb.server/run-without-local-binary.exp: New file.
8196
58afddc6
WP
81972017-08-07 Weimin Pan <weimin.pan@oracle.com>
8198
8199 * gdb.arch/sparc64-adi.exp: New file.
8200 * gdb.arch/sparc64-adi.c: New file.
8201
5277199a
PA
82022017-08-22 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8205 (top level): Add "list all overloads" tests.
8206
14278e1f
TT
82072017-08-22 Tom Tromey <tom@tromey.com>
8208
8209 * gdb.gdb/xfullpath.exp: Remove.
8210
bf223d3e
PA
82112017-08-21 Pedro Alves <palves@redhat.com>
8212
8213 PR gdb/19487
8214 * gdb.base/symbol-alias.c: New.
8215 * gdb.base/symbol-alias2.c: New.
8216 * gdb.base/symbol-alias.exp: New.
8217
c973d0aa
PA
82182017-08-21 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.base/dfp-test.c
8221 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8222 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8223 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8224 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8225 * gdb.base/whatis-ptype-typedefs.c: New.
8226 * gdb.base/whatis-ptype-typedefs.exp: New.
8227 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8228 (an_int, an_int_type, an_int_type2): New globals.
8229 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8230 involving typedefs and cast expressions.
8231 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8232 (lookup_typedefs_function): New.
8233 (typedefs_pretty_printers_dict): New.
8234 (top level): Register lookup_typedefs_function in
8235 gdb.pretty_printers.
8236
6d580b63
YQ
82372017-08-18 Yao Qi <yao.qi@linaro.org>
8238
8239 * gdb.server/unittest.exp: New.
8240
206726fb
SDJ
82412017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8242
8243 PR gdb/21954
8244 * gdb.base/environ.exp: Add test to check if 'unset environment'
8245 works.
8246
bf0ec4c2
AA
82472017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8248
8249 * lib/gdb.exp (universal_compile_options): New caching proc.
8250 (gdb_compile): Suppress GCC's coloring of messages.
8251
d6382fff
TT
82522017-08-14 Tom Tromey <tom@tromey.com>
8253
8254 PR gdb/21675:
8255 * gdb.base/printcmds.exp (test_radices): New function.
8256 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8257 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8258 * lib/gdb.exp (get_integer_valueof): Use p/d.
8259
c2c2dd9f
SM
82602017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8263 characters.
8264
fdffd6f4
TT
82652017-08-05 Tom Tromey <tom@tromey.com>
8266
8267 * gdb.rust/simple.exp: Allow String to appear in a different
8268 namespace.
8269
27d41eac
YQ
82702017-07-26 Yao Qi <yao.qi@linaro.org>
8271
8272 * gdb.gdb/unittest.exp: Invoke command
8273 "maintenance check xml-descriptions".
8274
031ed05d
AA
82752017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8276
8277 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8278 calling context.
8279 (hex128): Drop erroneous calculation of parameters.
8280
dcd27ddf
SM
82812017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8282
8283 * gdb.python/py-unwind.exp: Disable stack protection when
8284 building test file.
8285
47e77640
PA
82862017-07-20 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.base/default.exp (set language): Adjust expected output.
8289
62d2a18a
PA
82902017-07-20 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8293 (test_minsym): ... this, and make static.
8294 (get_pck__foo__bar__minsym): Rename to ...
8295 (get_test_minsym): ... this.
8296 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8297 symbol names and comments.
8298 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8299 (get_test_minsym): ... this.
8300 (pck__foo__bar__minsym__2): Rename to ...
8301 (test_minsym): ... this.
8302 (main): Adjust.
8303
c45ec17c
PA
83042017-07-17 Pedro Alves <palves@redhat.com>
8305
8306 * gdb.base/completion.exp: Adjust expected output.
8307 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8308 the completer works.
8309
c6756f62
PA
83102017-07-17 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8313
5bd68487
AB
83142017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8315
8316 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8317
8880f2a9
TT
83182017-07-14 Tom Tromey <tom@tromey.com>
8319
8320 PR rust/21764:
8321 * gdb.rust/simple.exp: Add tests.
8322
65547233
TT
83232017-07-14 Tom Tromey <tom@tromey.com>
8324
8325 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8326
8f14146e
PA
83272017-07-14 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.linespec/base/one/thefile.cc (z1): New function.
8330 * gdb.linespec/base/two/thefile.cc (z2): New function.
8331 * gdb.linespec/linespec.exp: Add tests.
8332
b4365d02
AB
83332017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8334
8335 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8336 to mi_create_breakpoint.
8337
5d2cbaa5
AB
83382017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8339
8340 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8341 mi_create_breakpoint.
8342
11cb5716
IB
83432017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8344
8345 * gdb.dlang/demangle.exp: Update for demangling changes.
8346
03278692
TT
83472017-07-09 Tom Tromey <tom@tromey.com>
8348
8349 * gdb.dwarf2/shortpiece.exp: New file.
8350
33c5cd75
DB
83512017-07-06 David Blaikie <dblaikie@gmail.com>
8352
8353 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8354 built from fissiont-multi-cu{1,2}.c.
8355 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8356 except putting 'main' and 'func' in separate CUs in the same DWO file.
8357 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8358 test.
8359 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8360 test.
8361
8455d262
PA
83622017-07-06 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.python/py-unwind.exp: Test flushregs.
8365
dc4bde35
SDJ
83662017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8367
8368 PR cli/21688
8369 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8370 tests for alias commands and trailing whitespace.
8371
51ed89aa
SDJ
83722017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8373
8374 PR cli/21688
8375 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8376 procedure. Call it.
8377
eb17d413
PA
83782017-06-29 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.base/printcmds.exp: Add tests.
8381
41664b45
DG
83822017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8383
8384 PR gdb/21337
8385 * gdb.base/reread-readsym.exp: New file.
8386 * gdb.base/reread-readsym.c: New file.
8387
75312ae3
KB
83882017-06-21 Kevin Buettner <kevinb@redhat.com>
8389
8390 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8391 subpattern.
8392
66953522
PB
83932017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8394
8395 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8396 extended mnemonic.
8397 * gdb.arch/powerpc-power9.s: Likewise.
8398
5524b525
AA
83992017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8400
8401 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8402 on 32-bit x86 targets. Exploit is_*_target macros where
8403 appropriate.
8404
03c8af18
AA
84052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8408 register pieces.
8409
3bf31011
AA
84102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8411
8412 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8413 located in one or more DWARF pieces.
8414
805acca0
AA
84152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8416
8417 * lib/gdb.exp (get_endianness): New proc.
8418 * gdb.arch/aarch64-fp.exp: Use it.
8419 * gdb.arch/altivec-regs.exp: Likewise.
8420 * gdb.arch/e500-regs.exp: Likewise.
8421 * gdb.arch/vsx-regs.exp: Likewise.
8422 * gdb.base/dump.exp: Likewise.
8423 * gdb.base/funcargs.exp: Likewise.
8424 * gdb.base/gnu_vector.exp: Likewise.
8425 * gdb.dwarf2/formdata16.exp: Likewise.
8426 * gdb.dwarf2/implptrpiece.exp: Likewise.
8427 * gdb.dwarf2/nonvar-access.exp: Likewise.
8428 * gdb.python/py-inferior.exp: Likewise.
8429 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8430
e9352324
AA
84312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8432
8433 PR gdb/21226
8434 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8435 stack value pieces are taken from the LSB end.
8436
d5d1163e
AA
84372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8438
8439 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8440 variable at nonzero offset.
8441
0567c986
AA
84422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8443
8444 * gdb.dwarf2/var-access.c: New file.
8445 * gdb.dwarf2/var-access.exp: New test.
8446 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8447
973e9aab
TT
84482017-06-12 Tom Tromey <tom@tromey.com>
8449
8450 * gdb.dwarf2/formdata16.exp: Add tests.
8451
d9109c80
TT
84522017-06-12 Tom Tromey <tom@tromey.com>
8453
8454 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8455
30a25466
TT
84562017-06-12 Tom Tromey <tom@tromey.com>
8457
8458 PR exp/16225:
8459 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8460 * gdb.arch/vsx-regs.exp: Update tests.
8461 * gdb.arch/s390-vregs.exp (hex128): New proc.
8462 Update test.
8463 * gdb.arch/altivec-regs.exp: Update tests.
8464
aefd8b33
SDJ
84652017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8466
8467 * gdb.base/startup-with-shell.c: New file.
8468 * gdb.base/startup-with-shell.exp: Likewise.
8469
2090129c
SDJ
84702017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8471
8472 * gdb.server/non-existing-program.exp: Update regex in order to
8473 reflect the fact that gdbserver is now using fork_inferior (with a
8474 shell) to startup the inferior.
8475
8e86a419
SM
84762017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8477
8478 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8479 support function calls from GDB.
8480
e6cf65f2
TT
84812017-05-21 Tom Tromey <tom@tromey.com>
8482
8483 PR rust/21466:
8484 * gdb.rust/unsized.exp: New file.
8485 * gdb.rust/unsized.rs: New file.
8486
43cc5389
TT
84872017-05-19 Tom Tromey <tom@tromey.com>
8488
8489 PR rust/21484:
8490 * gdb.rust/watch.exp: New file.
8491 * gdb.rust/watch.rs: New file.
8492
ec8df234
TT
84932017-05-18 Tom Tromey <tom@tromey.com>
8494
8495 * gdb.rust/simple.exp: Allow Box to be qualified.
8496
3e3e7fae
TP
84972017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8498
8499 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8500
59cc050d
PA
85012017-05-18 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/fileio.c (test_write, test_read, test_close)
8504 (test_fstat): Don't print 'ret' in the fail path.
8505
c8f6abd1
PA
85062017-05-18 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8509 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8510 (test_system, test_rename, test_unlink, test_time): Change
8511 prototypes.
8512 * gdb.base/fileio.exp (stop_msg): Adjust.
8513
d2a03b77
PA
85142017-05-18 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.base/fileio.c (null_str): New global.
8517 (test_stat): Use it.
8518 * gdb.base/fileio.exp: Remove nowarnings.
8519
0d5c6999
YQ
85202017-05-17 Yao Qi <yao.qi@linaro.org>
8521
8522 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8523
21873064
YQ
85242017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8527 argument command.
8528 (top-level): Invoke test_set_inferior_tty.
8529
d512d31c
PA
85302017-05-04 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8533 Add parens to print call for Python 3.
8534
90cef2ed
KS
85352017-05-03 Keith Seitz <keiths@redhat.com>
8536
8537 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8538 (main): Call it.
8539
14f819c8
TW
85402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8541
8542 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8543 to prev and next.
8544
913aeadd
TW
85452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8546
8547 * gdb.python/py-record-btrace.exp: Remove test for
8548 gdb.BtraceInstruction.error.
8549
a3be24ad
TW
85502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8551
8552 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8553
ae20e79a
TW
85542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8555
8556 * gdb.python/py-record-btrace-threads.c: New file.
8557 * gdb.python/py-record-btrace-threads.exp: New file.
8558
45ce1b47
SDJ
85592017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8560
8561 PR testsuite/8595
8562 * gdb.base/environ.exp: Make test available in all architectures.
8563 Move bits related to "info program" testing to
8564 gdb.base/info-program.exp. Rewrite tests to use the two new
8565 procedures mentione below.
8566 (test_set_show_env_var) New procedure.
8567 (test_set_show_env_var_equal): Likewise.
8568 * gdb.base/info-program.exp: New file.
8569
e15c3eb4
KS
85702017-04-27 Keith Seitz <keiths@redhat.com>
8571
8572 * gdb.cp/oranking.cc (test15): New function.
8573 (main): Call test15 and declare additional variables for testing.
8574 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8575 "p foo101('abc')" tests.
8576 Add tests for cv qualifier overloads.
8577 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8578 "lvalue reference overload" test.
8579 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8580 "print value of f1 on Child&& in f2" test.
8581
3a3fd0fd
PA
85822017-04-19 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8585 procedure.
8586 (top level): Call it.
8587 * lib/gdb.exp (gdb_define_cmd): New procedure.
8588
53375380
PA
85892017-04-12 Pedro Alves <palves@redhat.com>
8590
8591 PR gdb/21323
8592 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8593 (wchar): New global.
8594 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8595 (do_test_wide_char, wide_char_types_no_program, top level): Add
8596 wchar_t testing.
8597
53e710ac
PA
85982017-04-12 Pedro Alves <palves@redhat.com>
8599
8600 PR c++/21323
8601 * gdb.cp/wide_char_types.c: New file.
8602 * gdb.cp/wide_char_types.exp: New file.
8603
0ad9d8c7
SDJ
86042017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8605
8606 PR gdb/21352
8607 * gdb.trace/tsv.exp: Add test for "tsave -r".
8608
b1b45502
IB
86092017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8610
8611 * gdb.dlang/watch-loc.c: New file.
8612 * gdb.dlang/watch-loc.exp: New file.
8613
ec13808e
JK
86142017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8615
8616 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8617
fe5f7374
AK
86182017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8619
8620 * gdb.arch/arc-analyze-prologue.S: New file.
8621 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8622
eea78757
AK
86232017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8624
8625 * gdb.arch/arc-decode-insn.S: New file.
8626 * gdb.arch/arc-decode-insn.exp: Likewise.
8627
5badf10a
IR
86282017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8629
8630 PR tdep/20928
8631 * gdb.arch/sparc64-regs.exp: New file.
8632 * gdb.arch/sparc64-regs.S: Likewise.
8633
cee59b3f
TW
86342017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8635
8636 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8637 and memory view on Python 3.
8638
c0f55cc6
AV
86392017-03-20 Artemiy Volkov <artemiyv@acm.org>
8640 Keith Seitz <keiths@redhat.com>
8641
8642 PR gdb/14441
8643 * gdb.cp/demangle.exp: Add rvalue reference tests.
8644 * gdb.cp/rvalue-ref-casts.cc: New file.
8645 * gdb.cp/rvalue-ref-casts.exp: New file.
8646 * gdb.cp/rvalue-ref-overload.cc: New file.
8647 * gdb.cp/rvalue-ref-overload.exp: New file.
8648 * gdb.cp/rvalue-ref-params.cc: New file.
8649 * gdb.cp/rvalue-ref-params.exp: New file.
8650 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8651 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8652 * gdb.cp/rvalue-ref-types.cc: New file.
8653 * gdb.cp/rvalue-ref-types.exp: New file.
8654 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8655 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8656
51457a05
MAL
86572017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8658
8659 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8660 New procedure.
8661
5b291c04
MAL
86622017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8663
8664 * lib/mi-support.exp (mi_gdb_test): Add additional message
8665 for unexpected output.
8666
59a56148
AA
86672017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8668
8669 * gdb.base/examine-backward.c (Barrier): New character array
8670 constant, to ensure that TestStrings is preceded by a string
8671 terminator.
8672
7942e96e
AA
86732017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8674
8675 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8676 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8677 and implicit pointer into such a location.
8678
6ebac3fb
DE
86792017-03-16 Doug Evans <dje@google.com>
8680
8681 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8682
ec3b243d
TP
86832017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8684
8685 * gdb.cp/m-static.exp: Fix expectation for prototype of
8686 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8687
86882017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8689
8690 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8691 * gdb.guile/scm-lazy-string.c: New file.
8692 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8693 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8694 for pointer, array, typedef lazy strings.
8695
2cc36e25 86962017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8697
8698 PR python/17728, python/18439, python/18779
8699 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8700 * gdb.python/py-lazy-string.c (pointer): New typedef.
8701 (main): New locals ptr, array, typedef_ptr.
8702 * gdb.python/py-value.exp: Move lazy string tests to ...
8703 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8704 array, typedef lazy strings.
ec3b243d 8705
0efcde63
AK
87062017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8707
8708 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8709 Add optional 'test' parameter.
8710
7978d7c3
SM
87112017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8712
8713 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8714 Skip for versions of DejaGnu < 1.5.
8715
896c0c1e
SM
87162017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8717
8718 * lib/gdb.exp (dejagnu_version): New proc.
8719 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8720 Use dejagnu_version.
8721
5f4d1085
KS
87222017-03-10 Keith Seitz <keiths@redhat.com>
8723
8724 PR c++/8128
8725 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8726 type from destructor regexps.
8727 Add a branch which actually passes the test.
8728 Adjust "ptype t5i" test names.
8729
1de05205
PA
87302017-03-08 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.base/step-over-exit.exp: Add explicit test message.
8733
c65d6b55
PA
87342017-03-08 Pedro Alves <palves@redhat.com>
8735
8736 PR gdb/18360
8737 * gdb.threads/interrupt-while-step-over.c: New file.
8738 * gdb.threads/interrupt-while-step-over.exp: New file.
8739
2e86a283
PA
87402017-03-08 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8743 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8744
25dcbff6
PA
87452017-03-08 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8748 PKRU as not supported as a PASS.
8749
dc9366eb
PA
87502017-03-08 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8753 prefix instead of $binfile1/$binfile2.
8754 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8755 in test message.
8756 * gdb.python/py-completion.exp: Use "load python file" as test
8757 messages instead of unstable path names.
8758
6e5d74e7
PA
87592017-03-08 Pedro Alves <palves@redhat.com>
8760 Jan Kratochvil <jan.kratochvil@redhat.com>
8761
8762 PR cli/21218
8763 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8764 New proc.
8765 (top level): Call it.
8766
9753a2f6
PA
87672017-03-08 Pedro Alves <palves@redhat.com>
8768
8769 PR tui/21216
8770 * gdb.tui/tui-nl-filtered-output.exp: New file.
8771
1a4dd9dd
PA
87722017-03-08 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.base/completion.exp: Move TUI completion tests to ...
8775 * gdb.tui/completion.exp: ... this new file.
8776
7cbbff33
PA
87772017-03-08 Pedro Alves <palves@redhat.com>
8778
8779 * gdb.base/tui-disasm-long-lines.c,
8780 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8781 gdb.base/tui-layout.exp: Move to ...
8782 * gdb.tui/: ... this new directory.
8783
5f6fd321
PA
87842017-03-07 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.base/tui-layout.c: New file.
8787 * gdb.base/tui-layout.exp: New file.
8788
44959fa8
PA
87892017-03-07 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.base/tui-layout.c: Rename to ...
8792 * gdb.base/tui-disasm-long-lines.c: ... this.
8793 * gdb.base/tui-layout.exp: Rename to ...
8794 * gdb.base/tui-disasm-long-lines.exp: ... this.
8795
f8c4e718
PA
87962017-03-07 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8799
6dbb839a 88002017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8801
8802 * i386-mpx-call.c: New file.
8803 * i386-mpx-call.exp: New file.
8804
65b48a81
PB
88052017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8806
8807 * gdb.arch/powerpc-power.exp: Delete test.
8808 * gdb.arch/powerpc-power.s: Likewise.
8809 * gdb.disasm/disassembler-options.exp: New test.
8810 * gdb.arch/powerpc-altivec.exp: Likewise.
8811 * gdb.arch/powerpc-altivec.s: Likewise.
8812 * gdb.arch/powerpc-altivec2.exp: Likewise.
8813 * gdb.arch/powerpc-altivec2.s: Likewise.
8814 * gdb.arch/powerpc-altivec3.exp: Likewise.
8815 * gdb.arch/powerpc-altivec3.s: Likewise.
8816 * gdb.arch/powerpc-power7.exp: Likewise.
8817 * gdb.arch/powerpc-power7.s: Likewise.
8818 * gdb.arch/powerpc-power8.exp: Likewise.
8819 * gdb.arch/powerpc-power8.s: Likewise.
8820 * gdb.arch/powerpc-power9.exp: Likewise.
8821 * gdb.arch/powerpc-power9.s: Likewise.
8822 * gdb.arch/powerpc-vsx.exp: Likewise.
8823 * gdb.arch/powerpc-vsx.s: Likewise.
8824 * gdb.arch/powerpc-vsx2.exp: Likewise.
8825 * gdb.arch/powerpc-vsx2.s: Likewise.
8826 * gdb.arch/powerpc-vsx3.exp: Likewise.
8827 * gdb.arch/powerpc-vsx3.s: Likewise.
8828 * gdb.arch/arm-disassembler-options.exp: Likewise.
8829 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8830 * gdb.arch/s390-disassembler-options.exp: Likewise.
8831
17cd4947
LM
88322017-02-23 Luis Machado <lgustavo@codesourcery.com>
8833
8834 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8835 (check_supported_features): ... this. Changed return type to void.
8836 (supports_rdseed): New static global.
8837 (rdseed): Check supports_rdseed.
8838 (initialize): Call check_supported_features.
8839
2039d74e
EBM
88402017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8841
8842 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8843 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8844 and lqarx/stqcx.
8845 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8846 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8847
a51d7ecf
EBM
88482017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8849
8850 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8851 uppercase.
8852
0224619f
JK
88532017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8854
8855 * gdb.dwarf2/formdata16.c: New file.
8856 * gdb.dwarf2/formdata16.exp: New file.
8857 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8858
216f72a1
JK
88592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8860
8861 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8862 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8863 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8864 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8865 DW_AT_GNU_*.
8866
43988095
JK
88672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8870
99e8a4f9
SDJ
88712017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8872
8873 PR gdb/21164
8874 * gdb.base/maint.exp: Add testcases for when the commands do
8875 not have arguments.
8876
b58a8c0c
TP
88772017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8878
8879 * gdb.cp/chained-calls.exp: Use p instead of P.
8880
4e746bb6
TW
88812017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8882
8883 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8884 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8885
3f77c769
TT
88862017-02-14 Tom Tromey <tom@tromey.com>
8887
8888 PR python/13598:
8889 * gdb.python/py-events.exp: Add before_prompt event tests.
8890
075beec0
AA
88912017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8892
8893 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8894
bf5f525c
LM
88952017-02-13 Luis Machado <lgustavo@codesourcery.com>
8896
8897 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8898 (main): Call my_unique_function_name.
8899 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8900 completion of patterns with a single match.
8901 Add missing -re switches to gdb_test_multiple calls.
8902
13a66184
LM
89032017-02-13 Luis Machado <lgustavo@codesourcery.com>
8904
8905 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8906 return if core file is not recognized.
8907
26a06916
SM
89082017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8911 and extra UIs.
8912
b761ca9e
SM
89132017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8914
8915 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8916 proc_with_prefix.
8917
b964bee0
TT
89182017-02-10 Tom Tromey <tom@tromey.com>
8919
8920 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8921
18da0c51
MG
89222017-02-10 Martin Galvan <martingalvan@sourceware.org>
8923
8924 PR gdb/21122
8925 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8926
604c4576
JG
89272017-02-08 Jerome Guitton <guitton@adacore.com>
8928
8929 * gdb.base/define.exp: Add test for command abbreviations
8930 in define.
8931
20b477a7
LM
89322017-02-06 Luis Machado <lgustavo@codesourcery.com>
8933
8934 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8935 * gdb.reverse/insn-reverse-x86.c: New file.
8936
3f7b46f2
IR
89372017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8938
8939 PR tdep/20936
8940 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8941
f0fd41c1
TT
89422017-02-03 Tom Tromey <tom@tromey.com>
8943
8944 PR rust/21097:
8945 * gdb.rust/simple.exp: Add new tests.
8946
5be5dbf0
PA
89472017-02-02 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8950 tests.
8951
7346ef59
AA
89522017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8955 taking a 2-byte value out of a 4-byte DWARF implicit value on
8956 big-endian targets.
8957 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8958 logic. Add test cases for DW_OP_implicit.
8959
787f0025
MM
89602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8961
8962 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8963
68777c29
MM
89642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8965
8966 * gdb.btrace/enable.exp: Call gdb_exit before
8967 skip_gdbserver_tests.
8968
0a1c7e28
MM
89692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8970
8971 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8972 GDBFLAGS.
8973
b5ac99b0
MM
89742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8975
8976 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8977 the test is skipped.
8978 * gdb.btrace/data.exp: Likewise.
8979 * gdb.btrace/delta.exp: Likewise.
8980 * gdb.btrace/dlopen.exp: Likewise.
8981 * gdb.btrace/enable-running.exp: Likewise.
8982 * gdb.btrace/enable.exp: Likewise.
8983 * gdb.btrace/exception.exp: Likewise.
8984 * gdb.btrace/function_call_history.exp: Likewise.
8985 * gdb.btrace/gcore.exp: Likewise.
8986 * gdb.btrace/instruction_history.exp: Likewise.
8987 * gdb.btrace/multi-thread-step.exp: Likewise.
8988 * gdb.btrace/nohist.exp: Likewise.
8989 * gdb.btrace/non-stop.exp: Likewise.
8990 * gdb.btrace/reconnect.exp: Likewise.
8991 * gdb.btrace/record_goto-step.exp: Likewise.
8992 * gdb.btrace/record_goto.exp: Likewise.
8993 * gdb.btrace/rn-dl-bind.exp: Likewise.
8994 * gdb.btrace/segv.exp: Likewise.
8995 * gdb.btrace/step.exp: Likewise.
8996 * gdb.btrace/stepi.exp: Likewise.
8997 * gdb.btrace/tailcall-only.exp: Likewise.
8998 * gdb.btrace/tailcall.exp: Likewise.
8999 * gdb.btrace/tsx.exp: Likewise.
9000 * gdb.btrace/unknown_functions.exp: Likewise.
9001 * gdb.btrace/vdso.exp: Likewise.
9002
cd4007e4
MM
90032017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9004
9005 * gdb.btrace/enable-running.c: New.
9006 * gdb.btrace/enable-running.exp: New.
9007
2735833d
WT
90082017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9009
9010 * gdb.arch/amd64-gs_base.c: New file.
9011 * gdb.arch/amd64-gs_base.exp: New file.
9012
b51e1e94
LM
90132017-01-26 Luis Machado <lgustavo@codesourcery.com>
9014
9015 * lib/memory.exp: Remove spurious empty newlines.
9016
72ca0410
SM
90172017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9018
9019 * gdb.python/py-bad-printers.exp: Load python file using "source".
9020 * gdb.python/py-events.exp: Likewise.
9021 * gdb.python/py-evsignal.exp: Likewise.
9022 * gdb.python/py-evthreads.exp: Likewise.
9023 * gdb.python/py-frame-args.exp: Likewise.
9024 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9025 * gdb.python/py-framefilter-mi.exp: Likewise.
9026 * gdb.python/py-framefilter.exp: Likewise.
9027 * gdb.python/py-mi.exp: Likewise.
9028 * gdb.python/py-pp-maint.exp: Likewise.
9029 * gdb.python/py-pp-registration.exp: Likewise.
9030 * gdb.python/py-prettyprint.exp: Likewise.
9031 (run_lang_tests): Likewise.
9032 * gdb.python/py-typeprint.exp: Likewise.
9033
e309aa65
LM
90342017-01-26 Luis Machado <lgustavo@codesourcery.com>
9035
9036 * lib/memory.exp: New file.
9037 * lib/gdb.exp: Load memory.exp.
9038 * gdb.base/memattr.exp (delete_memory): Move proc to
9039 lib/memory.exp and rename to delete_memory_regions.
9040 Replace delete_memory with delete_memory_regions.
9041 Cleanup memory regions before tests.
9042 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9043 before tests.
9044
515aff23
LM
90452017-01-26 Luis Machado <lgustavo@codesourcery.com>
9046
9047 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9048 files.
9049 (initialize): New function conditionally defined.
9050 (testcases): Move within conditional block.
9051 (main): Call initialize.
9052 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9053 of gdb.reverse/insn-reverse.c.
9054 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9055 gdb.reverse/insn-reverse.c.
9056
d8b49cf0
YQ
90572017-01-26 Yao Qi <yao.qi@linaro.org>
9058
9059 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9060 disassemble on address 0.
9061
f13a9a0c
YQ
90622017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9063 Yao Qi <yao.qi@linaro.org>
9064
9065 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9066 * gdb.dwarf2/implptr-64bit.S: Remove.
9067 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9068 variables in caller's context. Add DW_OP_implicit_value.
9069
5ac95241
YQ
90702017-01-25 Yao Qi <yao.qi@linaro.org>
9071
9072 * lib/dwarf.exp (Dwarf::_location): Handle
9073 DW_OP_GNU_implicit_pointer with proper size.
9074
23e82930
LM
90752017-01-20 Luis Machado <lgustavo@codesourcery.com>
9076
9077 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9078 and add untested calls.
9079
d334ae25
LM
90802017-01-20 Luis Machado <lgustavo@codesourcery.com>
9081
9082 * gdb.python/python.exp: Check line number against what GDB thinks
9083 the line number is for func1.
9084
f5e6296e
IB
90852017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9086
9087 * gdb.dlang/debug-expr.exp: New file.
9088
5b362f04
LM
90892016-12-23 Luis Machado <lgustavo@codesourcery.com>
9090
9091 Fix test names for the following files:
9092
9093 * gdb.ada/exec_changed.exp
9094 * gdb.ada/info_types.exp
9095 * gdb.arch/aarch64-atomic-inst.exp
9096 * gdb.arch/aarch64-fp.exp
9097 * gdb.arch/altivec-abi.exp
9098 * gdb.arch/altivec-regs.exp
9099 * gdb.arch/amd64-byte.exp
9100 * gdb.arch/amd64-disp-step.exp
9101 * gdb.arch/amd64-dword.exp
9102 * gdb.arch/amd64-entry-value-inline.exp
9103 * gdb.arch/amd64-entry-value-param.exp
9104 * gdb.arch/amd64-entry-value-paramref.exp
9105 * gdb.arch/amd64-entry-value.exp
9106 * gdb.arch/amd64-i386-address.exp
9107 * gdb.arch/amd64-invalid-stack-middle.exp
9108 * gdb.arch/amd64-invalid-stack-top.exp
9109 * gdb.arch/amd64-optimout-repeat.exp
9110 * gdb.arch/amd64-prologue-skip.exp
9111 * gdb.arch/amd64-prologue-xmm.exp
9112 * gdb.arch/amd64-stap-special-operands.exp
9113 * gdb.arch/amd64-stap-wrong-subexp.exp
9114 * gdb.arch/amd64-tailcall-cxx.exp
9115 * gdb.arch/amd64-tailcall-noret.exp
9116 * gdb.arch/amd64-tailcall-ret.exp
9117 * gdb.arch/amd64-tailcall-self.exp
9118 * gdb.arch/amd64-word.exp
9119 * gdb.arch/arm-bl-branch-dest.exp
9120 * gdb.arch/arm-disp-step.exp
9121 * gdb.arch/arm-neon.exp
9122 * gdb.arch/arm-single-step-kernel-helper.exp
9123 * gdb.arch/avr-flash-qualifier.exp
9124 * gdb.arch/disp-step-insn-reloc.exp
9125 * gdb.arch/e500-abi.exp
9126 * gdb.arch/e500-regs.exp
9127 * gdb.arch/ftrace-insn-reloc.exp
9128 * gdb.arch/i386-avx512.exp
9129 * gdb.arch/i386-bp_permanent.exp
9130 * gdb.arch/i386-byte.exp
9131 * gdb.arch/i386-cfi-notcurrent.exp
9132 * gdb.arch/i386-disp-step.exp
9133 * gdb.arch/i386-dr3-watch.exp
9134 * gdb.arch/i386-float.exp
9135 * gdb.arch/i386-gnu-cfi.exp
9136 * gdb.arch/i386-mpx-map.exp
9137 * gdb.arch/i386-mpx-sigsegv.exp
9138 * gdb.arch/i386-mpx-simple_segv.exp
9139 * gdb.arch/i386-mpx.exp
9140 * gdb.arch/i386-permbkpt.exp
9141 * gdb.arch/i386-prologue.exp
9142 * gdb.arch/i386-signal.exp
9143 * gdb.arch/i386-size-overlap.exp
9144 * gdb.arch/i386-unwind.exp
9145 * gdb.arch/i386-word.exp
9146 * gdb.arch/mips-fcr.exp
9147 * gdb.arch/powerpc-d128-regs.exp
9148 * gdb.arch/powerpc-stackless.exp
9149 * gdb.arch/ppc64-atomic-inst.exp
9150 * gdb.arch/s390-stackless.exp
9151 * gdb.arch/s390-tdbregs.exp
9152 * gdb.arch/s390-vregs.exp
9153 * gdb.arch/sparc-sysstep.exp
9154 * gdb.arch/thumb-bx-pc.exp
9155 * gdb.arch/thumb-singlestep.exp
9156 * gdb.arch/thumb2-it.exp
9157 * gdb.arch/vsx-regs.exp
9158 * gdb.asm/asm-source.exp
9159 * gdb.base/a2-run.exp
9160 * gdb.base/advance.exp
9161 * gdb.base/all-bin.exp
9162 * gdb.base/anon.exp
9163 * gdb.base/args.exp
9164 * gdb.base/arithmet.exp
9165 * gdb.base/async-shell.exp
9166 * gdb.base/async.exp
9167 * gdb.base/attach-pie-noexec.exp
9168 * gdb.base/attach-twice.exp
9169 * gdb.base/auto-load.exp
9170 * gdb.base/bang.exp
9171 * gdb.base/bitfields.exp
9172 * gdb.base/break-always.exp
9173 * gdb.base/break-caller-line.exp
9174 * gdb.base/break-entry.exp
9175 * gdb.base/break-inline.exp
9176 * gdb.base/break-on-linker-gcd-function.exp
9177 * gdb.base/break-probes.exp
9178 * gdb.base/break.exp
9179 * gdb.base/breakpoint-shadow.exp
9180 * gdb.base/call-ar-st.exp
9181 * gdb.base/call-sc.exp
9182 * gdb.base/call-signal-resume.exp
9183 * gdb.base/call-strs.exp
9184 * gdb.base/callfuncs.exp
9185 * gdb.base/catch-fork-static.exp
9186 * gdb.base/catch-gdb-caused-signals.exp
9187 * gdb.base/catch-load.exp
9188 * gdb.base/catch-signal-fork.exp
9189 * gdb.base/catch-signal.exp
9190 * gdb.base/catch-syscall.exp
9191 * gdb.base/charset.exp
9192 * gdb.base/checkpoint.exp
9193 * gdb.base/chng-syms.exp
9194 * gdb.base/code-expr.exp
9195 * gdb.base/code_elim.exp
9196 * gdb.base/commands.exp
9197 * gdb.base/completion.exp
9198 * gdb.base/complex.exp
9199 * gdb.base/cond-expr.exp
9200 * gdb.base/condbreak.exp
9201 * gdb.base/consecutive.exp
9202 * gdb.base/continue-all-already-running.exp
9203 * gdb.base/coredump-filter.exp
9204 * gdb.base/corefile.exp
9205 * gdb.base/dbx.exp
9206 * gdb.base/debug-expr.exp
9207 * gdb.base/define.exp
9208 * gdb.base/del.exp
9209 * gdb.base/disabled-location.exp
9210 * gdb.base/disasm-end-cu.exp
9211 * gdb.base/disasm-optim.exp
9212 * gdb.base/display.exp
9213 * gdb.base/duplicate-bp.exp
9214 * gdb.base/ena-dis-br.exp
9215 * gdb.base/ending-run.exp
9216 * gdb.base/enumval.exp
9217 * gdb.base/environ.exp
9218 * gdb.base/eu-strip-infcall.exp
9219 * gdb.base/eval-avoid-side-effects.exp
9220 * gdb.base/eval-skip.exp
9221 * gdb.base/exitsignal.exp
9222 * gdb.base/expand-psymtabs.exp
9223 * gdb.base/filesym.exp
9224 * gdb.base/find-unmapped.exp
9225 * gdb.base/finish.exp
9226 * gdb.base/float.exp
9227 * gdb.base/foll-exec-mode.exp
9228 * gdb.base/foll-exec.exp
9229 * gdb.base/foll-fork.exp
9230 * gdb.base/fortran-sym-case.exp
9231 * gdb.base/freebpcmd.exp
9232 * gdb.base/func-ptr.exp
9233 * gdb.base/func-ptrs.exp
9234 * gdb.base/funcargs.exp
9235 * gdb.base/gcore-buffer-overflow.exp
9236 * gdb.base/gcore-relro-pie.exp
9237 * gdb.base/gcore-relro.exp
9238 * gdb.base/gcore.exp
9239 * gdb.base/gdb1090.exp
9240 * gdb.base/gdb11530.exp
9241 * gdb.base/gdb11531.exp
9242 * gdb.base/gdb1821.exp
9243 * gdb.base/gdbindex-stabs.exp
9244 * gdb.base/gdbvars.exp
9245 * gdb.base/hbreak.exp
9246 * gdb.base/hbreak2.exp
9247 * gdb.base/included.exp
9248 * gdb.base/infcall-input.exp
9249 * gdb.base/inferior-died.exp
9250 * gdb.base/infnan.exp
9251 * gdb.base/info-macros.exp
9252 * gdb.base/info-os.exp
9253 * gdb.base/info-proc.exp
9254 * gdb.base/info-shared.exp
9255 * gdb.base/info-target.exp
9256 * gdb.base/infoline.exp
9257 * gdb.base/interp.exp
9258 * gdb.base/interrupt.exp
9259 * gdb.base/jit-reader.exp
9260 * gdb.base/jit-simple.exp
9261 * gdb.base/kill-after-signal.exp
9262 * gdb.base/kill-detach-inferiors-cmd.exp
9263 * gdb.base/label.exp
9264 * gdb.base/langs.exp
9265 * gdb.base/ldbl_e308.exp
9266 * gdb.base/line-symtabs.exp
9267 * gdb.base/linespecs.exp
9268 * gdb.base/list.exp
9269 * gdb.base/long_long.exp
9270 * gdb.base/longest-types.exp
9271 * gdb.base/maint.exp
9272 * gdb.base/max-value-size.exp
9273 * gdb.base/memattr.exp
9274 * gdb.base/mips_pro.exp
9275 * gdb.base/morestack.exp
9276 * gdb.base/moribund-step.exp
9277 * gdb.base/multi-forks.exp
9278 * gdb.base/nested-addr.exp
9279 * gdb.base/nextoverexit.exp
9280 * gdb.base/noreturn-finish.exp
9281 * gdb.base/noreturn-return.exp
9282 * gdb.base/nostdlib.exp
9283 * gdb.base/offsets.exp
9284 * gdb.base/opaque.exp
9285 * gdb.base/pc-fp.exp
9286 * gdb.base/permissions.exp
9287 * gdb.base/print-symbol-loading.exp
9288 * gdb.base/prologue-include.exp
9289 * gdb.base/psymtab.exp
9290 * gdb.base/ptype.exp
9291 * gdb.base/random-signal.exp
9292 * gdb.base/randomize.exp
9293 * gdb.base/range-stepping.exp
9294 * gdb.base/readline-ask.exp
9295 * gdb.base/recpar.exp
9296 * gdb.base/recurse.exp
9297 * gdb.base/relational.exp
9298 * gdb.base/restore.exp
9299 * gdb.base/return-nodebug.exp
9300 * gdb.base/return.exp
9301 * gdb.base/run-after-attach.exp
9302 * gdb.base/save-bp.exp
9303 * gdb.base/scope.exp
9304 * gdb.base/sect-cmd.exp
9305 * gdb.base/set-lang-auto.exp
9306 * gdb.base/set-noassign.exp
9307 * gdb.base/setvar.exp
9308 * gdb.base/sigall.exp
9309 * gdb.base/sigbpt.exp
9310 * gdb.base/siginfo-addr.exp
9311 * gdb.base/siginfo-infcall.exp
9312 * gdb.base/siginfo-obj.exp
9313 * gdb.base/siginfo.exp
9314 * gdb.base/signals-state-child.exp
9315 * gdb.base/signest.exp
9316 * gdb.base/sigstep.exp
9317 * gdb.base/sizeof.exp
9318 * gdb.base/skip.exp
9319 * gdb.base/solib-corrupted.exp
9320 * gdb.base/solib-nodir.exp
9321 * gdb.base/solib-search.exp
9322 * gdb.base/stack-checking.exp
9323 * gdb.base/stale-infcall.exp
9324 * gdb.base/stap-probe.exp
9325 * gdb.base/start.exp
9326 * gdb.base/step-break.exp
9327 * gdb.base/step-bt.exp
9328 * gdb.base/step-line.exp
9329 * gdb.base/step-over-exit.exp
9330 * gdb.base/step-over-syscall.exp
9331 * gdb.base/step-resume-infcall.exp
9332 * gdb.base/step-test.exp
9333 * gdb.base/store.exp
9334 * gdb.base/structs3.exp
9335 * gdb.base/sym-file.exp
9336 * gdb.base/symbol-without-target_section.exp
9337 * gdb.base/term.exp
9338 * gdb.base/testenv.exp
9339 * gdb.base/ui-redirect.exp
9340 * gdb.base/until.exp
9341 * gdb.base/unwindonsignal.exp
9342 * gdb.base/value-double-free.exp
9343 * gdb.base/vla-datatypes.exp
9344 * gdb.base/vla-ptr.exp
9345 * gdb.base/vla-sideeffect.exp
9346 * gdb.base/volatile.exp
9347 * gdb.base/watch-cond-infcall.exp
9348 * gdb.base/watch-cond.exp
9349 * gdb.base/watch-non-mem.exp
9350 * gdb.base/watch-read.exp
9351 * gdb.base/watch-vfork.exp
9352 * gdb.base/watchpoint-cond-gone.exp
9353 * gdb.base/watchpoint-delete.exp
9354 * gdb.base/watchpoint-hw-hit-once.exp
9355 * gdb.base/watchpoint-hw.exp
9356 * gdb.base/watchpoint-stops-at-right-insn.exp
9357 * gdb.base/watchpoints.exp
9358 * gdb.base/wchar.exp
9359 * gdb.base/whatis-exp.exp
9360 * gdb.btrace/buffer-size.exp
9361 * gdb.btrace/data.exp
9362 * gdb.btrace/delta.exp
9363 * gdb.btrace/dlopen.exp
9364 * gdb.btrace/enable.exp
9365 * gdb.btrace/exception.exp
9366 * gdb.btrace/function_call_history.exp
9367 * gdb.btrace/gcore.exp
9368 * gdb.btrace/instruction_history.exp
9369 * gdb.btrace/nohist.exp
9370 * gdb.btrace/reconnect.exp
9371 * gdb.btrace/record_goto-step.exp
9372 * gdb.btrace/record_goto.exp
9373 * gdb.btrace/rn-dl-bind.exp
9374 * gdb.btrace/segv.exp
9375 * gdb.btrace/step.exp
9376 * gdb.btrace/stepi.exp
9377 * gdb.btrace/tailcall-only.exp
9378 * gdb.btrace/tailcall.exp
9379 * gdb.btrace/tsx.exp
9380 * gdb.btrace/unknown_functions.exp
9381 * gdb.btrace/vdso.exp
9382 * gdb.compile/compile-ifunc.exp
9383 * gdb.compile/compile-ops.exp
9384 * gdb.compile/compile-print.exp
9385 * gdb.compile/compile-setjmp.exp
9386 * gdb.cp/abstract-origin.exp
9387 * gdb.cp/ambiguous.exp
9388 * gdb.cp/annota2.exp
9389 * gdb.cp/annota3.exp
9390 * gdb.cp/anon-ns.exp
9391 * gdb.cp/anon-struct.exp
9392 * gdb.cp/anon-union.exp
9393 * gdb.cp/arg-reference.exp
9394 * gdb.cp/baseenum.exp
9395 * gdb.cp/bool.exp
9396 * gdb.cp/breakpoint.exp
9397 * gdb.cp/bs15503.exp
9398 * gdb.cp/call-c.exp
9399 * gdb.cp/casts.exp
9400 * gdb.cp/chained-calls.exp
9401 * gdb.cp/class2.exp
9402 * gdb.cp/classes.exp
9403 * gdb.cp/cmpd-minsyms.exp
9404 * gdb.cp/converts.exp
9405 * gdb.cp/cp-relocate.exp
9406 * gdb.cp/cpcompletion.exp
9407 * gdb.cp/cpexprs.exp
9408 * gdb.cp/cplabel.exp
9409 * gdb.cp/cplusfuncs.exp
9410 * gdb.cp/cpsizeof.exp
9411 * gdb.cp/ctti.exp
9412 * gdb.cp/derivation.exp
9413 * gdb.cp/destrprint.exp
9414 * gdb.cp/dispcxx.exp
9415 * gdb.cp/enum-class.exp
9416 * gdb.cp/exception.exp
9417 * gdb.cp/exceptprint.exp
9418 * gdb.cp/expand-psymtabs-cxx.exp
9419 * gdb.cp/expand-sals.exp
9420 * gdb.cp/extern-c.exp
9421 * gdb.cp/filename.exp
9422 * gdb.cp/formatted-ref.exp
9423 * gdb.cp/fpointer.exp
9424 * gdb.cp/gdb1355.exp
9425 * gdb.cp/gdb2495.exp
9426 * gdb.cp/hang.exp
9427 * gdb.cp/impl-this.exp
9428 * gdb.cp/infcall-dlopen.exp
9429 * gdb.cp/inherit.exp
9430 * gdb.cp/iostream.exp
9431 * gdb.cp/koenig.exp
9432 * gdb.cp/local.exp
9433 * gdb.cp/m-data.exp
9434 * gdb.cp/m-static.exp
9435 * gdb.cp/mb-ctor.exp
9436 * gdb.cp/mb-inline.exp
9437 * gdb.cp/mb-templates.exp
9438 * gdb.cp/member-name.exp
9439 * gdb.cp/member-ptr.exp
9440 * gdb.cp/meth-typedefs.exp
9441 * gdb.cp/method.exp
9442 * gdb.cp/method2.exp
9443 * gdb.cp/minsym-fallback.exp
9444 * gdb.cp/misc.exp
9445 * gdb.cp/namelessclass.exp
9446 * gdb.cp/namespace-enum.exp
9447 * gdb.cp/namespace-nested-import.exp
9448 * gdb.cp/namespace.exp
9449 * gdb.cp/nextoverthrow.exp
9450 * gdb.cp/no-dmgl-verbose.exp
9451 * gdb.cp/non-trivial-retval.exp
9452 * gdb.cp/noparam.exp
9453 * gdb.cp/nsdecl.exp
9454 * gdb.cp/nsimport.exp
9455 * gdb.cp/nsnested.exp
9456 * gdb.cp/nsnoimports.exp
9457 * gdb.cp/nsrecurs.exp
9458 * gdb.cp/nsstress.exp
9459 * gdb.cp/nsusing.exp
9460 * gdb.cp/operator.exp
9461 * gdb.cp/oranking.exp
9462 * gdb.cp/overload-const.exp
9463 * gdb.cp/overload.exp
9464 * gdb.cp/ovldbreak.exp
9465 * gdb.cp/ovsrch.exp
9466 * gdb.cp/paren-type.exp
9467 * gdb.cp/parse-lang.exp
9468 * gdb.cp/pass-by-ref.exp
9469 * gdb.cp/pr-1023.exp
9470 * gdb.cp/pr-1210.exp
9471 * gdb.cp/pr-574.exp
9472 * gdb.cp/pr10687.exp
9473 * gdb.cp/pr12028.exp
9474 * gdb.cp/pr17132.exp
9475 * gdb.cp/pr17494.exp
9476 * gdb.cp/pr9067.exp
9477 * gdb.cp/pr9167.exp
9478 * gdb.cp/pr9631.exp
9479 * gdb.cp/printmethod.exp
9480 * gdb.cp/psmang.exp
9481 * gdb.cp/psymtab-parameter.exp
9482 * gdb.cp/ptype-cv-cp.exp
9483 * gdb.cp/ptype-flags.exp
9484 * gdb.cp/re-set-overloaded.exp
9485 * gdb.cp/ref-types.exp
9486 * gdb.cp/rtti.exp
9487 * gdb.cp/scope-err.exp
9488 * gdb.cp/shadow.exp
9489 * gdb.cp/smartp.exp
9490 * gdb.cp/static-method.exp
9491 * gdb.cp/static-print-quit.exp
9492 * gdb.cp/temargs.exp
9493 * gdb.cp/templates.exp
9494 * gdb.cp/try_catch.exp
9495 * gdb.cp/typedef-operator.exp
9496 * gdb.cp/typeid.exp
9497 * gdb.cp/userdef.exp
9498 * gdb.cp/using-crash.exp
9499 * gdb.cp/var-tag.exp
9500 * gdb.cp/virtbase.exp
9501 * gdb.cp/virtfunc.exp
9502 * gdb.cp/virtfunc2.exp
9503 * gdb.cp/vla-cxx.exp
9504 * gdb.disasm/t01_mov.exp
9505 * gdb.disasm/t02_mova.exp
9506 * gdb.disasm/t03_add.exp
9507 * gdb.disasm/t04_sub.exp
9508 * gdb.disasm/t05_cmp.exp
9509 * gdb.disasm/t06_ari2.exp
9510 * gdb.disasm/t07_ari3.exp
9511 * gdb.disasm/t08_or.exp
9512 * gdb.disasm/t09_xor.exp
9513 * gdb.disasm/t10_and.exp
9514 * gdb.disasm/t11_logs.exp
9515 * gdb.disasm/t12_bit.exp
9516 * gdb.disasm/t13_otr.exp
9517 * gdb.dlang/circular.exp
9518 * gdb.dwarf2/arr-stride.exp
9519 * gdb.dwarf2/arr-subrange.exp
9520 * gdb.dwarf2/atomic-type.exp
9521 * gdb.dwarf2/bad-regnum.exp
9522 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9523 * gdb.dwarf2/callframecfa.exp
9524 * gdb.dwarf2/clztest.exp
9525 * gdb.dwarf2/corrupt.exp
9526 * gdb.dwarf2/data-loc.exp
9527 * gdb.dwarf2/dup-psym.exp
9528 * gdb.dwarf2/dw2-anon-mptr.exp
9529 * gdb.dwarf2/dw2-anonymous-func.exp
9530 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9531 * gdb.dwarf2/dw2-bad-unresolved.exp
9532 * gdb.dwarf2/dw2-basic.exp
9533 * gdb.dwarf2/dw2-canonicalize-type.exp
9534 * gdb.dwarf2/dw2-case-insensitive.exp
9535 * gdb.dwarf2/dw2-common-block.exp
9536 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9537 * gdb.dwarf2/dw2-compressed.exp
9538 * gdb.dwarf2/dw2-const.exp
9539 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9540 * gdb.dwarf2/dw2-cu-size.exp
9541 * gdb.dwarf2/dw2-dup-frame.exp
9542 * gdb.dwarf2/dw2-entry-value.exp
9543 * gdb.dwarf2/dw2-icycle.exp
9544 * gdb.dwarf2/dw2-ifort-parameter.exp
9545 * gdb.dwarf2/dw2-inline-break.exp
9546 * gdb.dwarf2/dw2-inline-param.exp
9547 * gdb.dwarf2/dw2-intercu.exp
9548 * gdb.dwarf2/dw2-intermix.exp
9549 * gdb.dwarf2/dw2-lexical-block-bare.exp
9550 * gdb.dwarf2/dw2-linkage-name-trust.exp
9551 * gdb.dwarf2/dw2-minsym-in-cu.exp
9552 * gdb.dwarf2/dw2-noloc.exp
9553 * gdb.dwarf2/dw2-op-call.exp
9554 * gdb.dwarf2/dw2-op-out-param.exp
9555 * gdb.dwarf2/dw2-opt-structptr.exp
9556 * gdb.dwarf2/dw2-param-error.exp
9557 * gdb.dwarf2/dw2-producer.exp
9558 * gdb.dwarf2/dw2-ranges-base.exp
9559 * gdb.dwarf2/dw2-ref-missing-frame.exp
9560 * gdb.dwarf2/dw2-reg-undefined.exp
9561 * gdb.dwarf2/dw2-regno-invalid.exp
9562 * gdb.dwarf2/dw2-restore.exp
9563 * gdb.dwarf2/dw2-restrict.exp
9564 * gdb.dwarf2/dw2-single-line-discriminators.exp
9565 * gdb.dwarf2/dw2-strp.exp
9566 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9567 * gdb.dwarf2/dw2-unresolved.exp
9568 * gdb.dwarf2/dw2-var-zero-addr.exp
9569 * gdb.dwarf2/dw4-sig-types.exp
9570 * gdb.dwarf2/dwz.exp
9571 * gdb.dwarf2/dynarr-ptr.exp
9572 * gdb.dwarf2/enum-type.exp
9573 * gdb.dwarf2/gdb-index.exp
9574 * gdb.dwarf2/implptr-64bit.exp
9575 * gdb.dwarf2/implptr-optimized-out.exp
9576 * gdb.dwarf2/implptr.exp
9577 * gdb.dwarf2/implref-array.exp
9578 * gdb.dwarf2/implref-const.exp
9579 * gdb.dwarf2/implref-global.exp
9580 * gdb.dwarf2/implref-struct.exp
9581 * gdb.dwarf2/mac-fileno.exp
9582 * gdb.dwarf2/main-subprogram.exp
9583 * gdb.dwarf2/member-ptr-forwardref.exp
9584 * gdb.dwarf2/method-ptr.exp
9585 * gdb.dwarf2/missing-sig-type.exp
9586 * gdb.dwarf2/nonvar-access.exp
9587 * gdb.dwarf2/opaque-type-lookup.exp
9588 * gdb.dwarf2/pieces-optimized-out.exp
9589 * gdb.dwarf2/pieces.exp
9590 * gdb.dwarf2/pr10770.exp
9591 * gdb.dwarf2/pr13961.exp
9592 * gdb.dwarf2/staticvirtual.exp
9593 * gdb.dwarf2/subrange.exp
9594 * gdb.dwarf2/symtab-producer.exp
9595 * gdb.dwarf2/trace-crash.exp
9596 * gdb.dwarf2/typeddwarf.exp
9597 * gdb.dwarf2/valop.exp
9598 * gdb.dwarf2/watch-notconst.exp
9599 * gdb.fortran/array-element.exp
9600 * gdb.fortran/charset.exp
9601 * gdb.fortran/common-block.exp
9602 * gdb.fortran/complex.exp
9603 * gdb.fortran/derived-type-function.exp
9604 * gdb.fortran/derived-type.exp
9605 * gdb.fortran/logical.exp
9606 * gdb.fortran/module.exp
9607 * gdb.fortran/multi-dim.exp
9608 * gdb.fortran/nested-funcs.exp
9609 * gdb.fortran/print-formatted.exp
9610 * gdb.fortran/subarray.exp
9611 * gdb.fortran/vla-alloc-assoc.exp
9612 * gdb.fortran/vla-datatypes.exp
9613 * gdb.fortran/vla-history.exp
9614 * gdb.fortran/vla-ptr-info.exp
9615 * gdb.fortran/vla-ptype-sub.exp
9616 * gdb.fortran/vla-ptype.exp
9617 * gdb.fortran/vla-sizeof.exp
9618 * gdb.fortran/vla-type.exp
9619 * gdb.fortran/vla-value-sub-arbitrary.exp
9620 * gdb.fortran/vla-value-sub-finish.exp
9621 * gdb.fortran/vla-value-sub.exp
9622 * gdb.fortran/vla-value.exp
9623 * gdb.fortran/whatis_type.exp
9624 * gdb.go/chan.exp
9625 * gdb.go/handcall.exp
9626 * gdb.go/hello.exp
9627 * gdb.go/integers.exp
9628 * gdb.go/methods.exp
9629 * gdb.go/package.exp
9630 * gdb.go/strings.exp
9631 * gdb.go/types.exp
9632 * gdb.go/unsafe.exp
9633 * gdb.guile/scm-arch.exp
9634 * gdb.guile/scm-block.exp
9635 * gdb.guile/scm-breakpoint.exp
9636 * gdb.guile/scm-cmd.exp
9637 * gdb.guile/scm-disasm.exp
9638 * gdb.guile/scm-equal.exp
9639 * gdb.guile/scm-frame-args.exp
9640 * gdb.guile/scm-frame-inline.exp
9641 * gdb.guile/scm-frame.exp
9642 * gdb.guile/scm-iterator.exp
9643 * gdb.guile/scm-math.exp
9644 * gdb.guile/scm-objfile.exp
9645 * gdb.guile/scm-ports.exp
9646 * gdb.guile/scm-symbol.exp
9647 * gdb.guile/scm-symtab.exp
9648 * gdb.guile/scm-value-cc.exp
9649 * gdb.guile/types-module.exp
9650 * gdb.linespec/break-ask.exp
9651 * gdb.linespec/cpexplicit.exp
9652 * gdb.linespec/explicit.exp
9653 * gdb.linespec/keywords.exp
9654 * gdb.linespec/linespec.exp
9655 * gdb.linespec/ls-dollar.exp
9656 * gdb.linespec/ls-errs.exp
9657 * gdb.linespec/skip-two.exp
9658 * gdb.linespec/thread.exp
9659 * gdb.mi/mi-async.exp
9660 * gdb.mi/mi-basics.exp
9661 * gdb.mi/mi-break.exp
9662 * gdb.mi/mi-catch-load.exp
9663 * gdb.mi/mi-cli.exp
9664 * gdb.mi/mi-cmd-param-changed.exp
9665 * gdb.mi/mi-console.exp
9666 * gdb.mi/mi-detach.exp
9667 * gdb.mi/mi-disassemble.exp
9668 * gdb.mi/mi-eval.exp
9669 * gdb.mi/mi-file-transfer.exp
9670 * gdb.mi/mi-file.exp
9671 * gdb.mi/mi-fill-memory.exp
9672 * gdb.mi/mi-inheritance-syntax-error.exp
9673 * gdb.mi/mi-linespec-err-cp.exp
9674 * gdb.mi/mi-logging.exp
9675 * gdb.mi/mi-memory-changed.exp
9676 * gdb.mi/mi-read-memory.exp
9677 * gdb.mi/mi-record-changed.exp
9678 * gdb.mi/mi-reg-undefined.exp
9679 * gdb.mi/mi-regs.exp
9680 * gdb.mi/mi-return.exp
9681 * gdb.mi/mi-reverse.exp
9682 * gdb.mi/mi-simplerun.exp
9683 * gdb.mi/mi-solib.exp
9684 * gdb.mi/mi-stack.exp
9685 * gdb.mi/mi-stepi.exp
9686 * gdb.mi/mi-syn-frame.exp
9687 * gdb.mi/mi-until.exp
9688 * gdb.mi/mi-var-block.exp
9689 * gdb.mi/mi-var-child.exp
9690 * gdb.mi/mi-var-cmd.exp
9691 * gdb.mi/mi-var-cp.exp
9692 * gdb.mi/mi-var-display.exp
9693 * gdb.mi/mi-var-invalidate.exp
9694 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9695 * gdb.mi/mi-vla-fortran.exp
9696 * gdb.mi/mi-watch.exp
9697 * gdb.mi/mi2-var-child.exp
9698 * gdb.mi/user-selected-context-sync.exp
9699 * gdb.modula2/unbounded-array.exp
9700 * gdb.multi/dummy-frame-restore.exp
9701 * gdb.multi/multi-arch-exec.exp
9702 * gdb.multi/multi-arch.exp
9703 * gdb.multi/tids.exp
9704 * gdb.multi/watchpoint-multi.exp
9705 * gdb.opencl/callfuncs.exp
9706 * gdb.opencl/convs_casts.exp
9707 * gdb.opencl/datatypes.exp
9708 * gdb.opencl/operators.exp
9709 * gdb.opencl/vec_comps.exp
9710 * gdb.opt/clobbered-registers-O2.exp
9711 * gdb.opt/inline-break.exp
9712 * gdb.opt/inline-bt.exp
9713 * gdb.opt/inline-cmds.exp
9714 * gdb.opt/inline-locals.exp
9715 * gdb.pascal/case-insensitive-symbols.exp
9716 * gdb.pascal/floats.exp
9717 * gdb.pascal/gdb11492.exp
9718 * gdb.python/lib-types.exp
9719 * gdb.python/py-arch.exp
9720 * gdb.python/py-as-string.exp
9721 * gdb.python/py-bad-printers.exp
9722 * gdb.python/py-block.exp
9723 * gdb.python/py-breakpoint-create-fail.exp
9724 * gdb.python/py-breakpoint.exp
9725 * gdb.python/py-caller-is.exp
9726 * gdb.python/py-cmd.exp
9727 * gdb.python/py-explore-cc.exp
9728 * gdb.python/py-explore.exp
9729 * gdb.python/py-finish-breakpoint.exp
9730 * gdb.python/py-finish-breakpoint2.exp
9731 * gdb.python/py-frame-args.exp
9732 * gdb.python/py-frame-inline.exp
9733 * gdb.python/py-frame.exp
9734 * gdb.python/py-framefilter-mi.exp
9735 * gdb.python/py-infthread.exp
9736 * gdb.python/py-lazy-string.exp
9737 * gdb.python/py-linetable.exp
9738 * gdb.python/py-mi-events.exp
9739 * gdb.python/py-mi-objfile.exp
9740 * gdb.python/py-mi.exp
9741 * gdb.python/py-objfile.exp
9742 * gdb.python/py-pp-integral.exp
9743 * gdb.python/py-pp-maint.exp
9744 * gdb.python/py-pp-re-notag.exp
9745 * gdb.python/py-pp-registration.exp
9746 * gdb.python/py-recurse-unwind.exp
9747 * gdb.python/py-strfns.exp
9748 * gdb.python/py-symbol.exp
9749 * gdb.python/py-symtab.exp
9750 * gdb.python/py-sync-interp.exp
9751 * gdb.python/py-typeprint.exp
9752 * gdb.python/py-unwind-maint.exp
9753 * gdb.python/py-unwind.exp
9754 * gdb.python/py-value-cc.exp
9755 * gdb.python/py-xmethods.exp
9756 * gdb.reverse/amd64-tailcall-reverse.exp
9757 * gdb.reverse/break-precsave.exp
9758 * gdb.reverse/break-reverse.exp
9759 * gdb.reverse/consecutive-precsave.exp
9760 * gdb.reverse/consecutive-reverse.exp
9761 * gdb.reverse/finish-precsave.exp
9762 * gdb.reverse/finish-reverse-bkpt.exp
9763 * gdb.reverse/finish-reverse.exp
9764 * gdb.reverse/fstatat-reverse.exp
9765 * gdb.reverse/getresuid-reverse.exp
9766 * gdb.reverse/i386-precsave.exp
9767 * gdb.reverse/i386-reverse.exp
9768 * gdb.reverse/i386-sse-reverse.exp
9769 * gdb.reverse/i387-env-reverse.exp
9770 * gdb.reverse/i387-stack-reverse.exp
9771 * gdb.reverse/insn-reverse.exp
9772 * gdb.reverse/machinestate-precsave.exp
9773 * gdb.reverse/machinestate.exp
9774 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9775 * gdb.reverse/pipe-reverse.exp
9776 * gdb.reverse/readv-reverse.exp
9777 * gdb.reverse/recvmsg-reverse.exp
9778 * gdb.reverse/rerun-prec.exp
9779 * gdb.reverse/s390-mvcle.exp
9780 * gdb.reverse/step-precsave.exp
9781 * gdb.reverse/step-reverse.exp
9782 * gdb.reverse/time-reverse.exp
9783 * gdb.reverse/until-precsave.exp
9784 * gdb.reverse/until-reverse.exp
9785 * gdb.reverse/waitpid-reverse.exp
9786 * gdb.reverse/watch-precsave.exp
9787 * gdb.reverse/watch-reverse.exp
9788 * gdb.rust/generics.exp
9789 * gdb.rust/methods.exp
9790 * gdb.rust/modules.exp
9791 * gdb.rust/simple.exp
9792 * gdb.server/connect-with-no-symbol-file.exp
9793 * gdb.server/ext-attach.exp
9794 * gdb.server/ext-restart.exp
9795 * gdb.server/ext-wrapper.exp
9796 * gdb.server/file-transfer.exp
9797 * gdb.server/server-exec-info.exp
9798 * gdb.server/server-kill.exp
9799 * gdb.server/server-mon.exp
9800 * gdb.server/wrapper.exp
9801 * gdb.stabs/exclfwd.exp
9802 * gdb.stabs/gdb11479.exp
9803 * gdb.threads/clone-new-thread-event.exp
9804 * gdb.threads/corethreads.exp
9805 * gdb.threads/current-lwp-dead.exp
9806 * gdb.threads/dlopen-libpthread.exp
9807 * gdb.threads/gcore-thread.exp
9808 * gdb.threads/sigstep-threads.exp
9809 * gdb.threads/watchpoint-fork.exp
9810 * gdb.trace/actions-changed.exp
9811 * gdb.trace/backtrace.exp
9812 * gdb.trace/change-loc.exp
9813 * gdb.trace/circ.exp
9814 * gdb.trace/collection.exp
9815 * gdb.trace/disconnected-tracing.exp
9816 * gdb.trace/ftrace.exp
9817 * gdb.trace/mi-trace-frame-collected.exp
9818 * gdb.trace/mi-trace-unavailable.exp
9819 * gdb.trace/mi-traceframe-changed.exp
9820 * gdb.trace/mi-tsv-changed.exp
9821 * gdb.trace/no-attach-trace.exp
9822 * gdb.trace/passc-dyn.exp
9823 * gdb.trace/qtro.exp
9824 * gdb.trace/range-stepping.exp
9825 * gdb.trace/read-memory.exp
9826 * gdb.trace/save-trace.exp
9827 * gdb.trace/signal.exp
9828 * gdb.trace/status-stop.exp
9829 * gdb.trace/tfile.exp
9830 * gdb.trace/trace-break.exp
9831 * gdb.trace/trace-buffer-size.exp
9832 * gdb.trace/trace-condition.exp
9833 * gdb.trace/tracefile-pseudo-reg.exp
9834 * gdb.trace/tstatus.exp
9835 * gdb.trace/unavailable.exp
9836 * gdb.trace/while-dyn.exp
9837 * gdb.trace/while-stepping.exp
9838
34c41c68
DE
98392016-12-22 Doug Evans <xdje42@gmail.com>
9840
9841 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9842 and msymbols.
9843
16e69324
YQ
98442016-12-19 Yao Qi <yao.qi@linaro.org>
9845
9846 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9847 (test_with_self): Don't call do_steps_and_nexts, and remove
9848 code about stepping into xmalloc.
9849
f94f411b
YQ
98502016-12-09 Yao Qi <yao.qi@linaro.org>
9851
9852 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9853
98542016-12-09 Yao Qi <yao.qi@linaro.org>
9855
9856 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9857
f1b5deee
PA
98582016-12-09 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/all-architectures-0.exp: New file.
9861 * gdb.base/all-architectures-1.exp: New file.
9862 * gdb.base/all-architectures-2.exp: New file.
9863 * gdb.base/all-architectures-3.exp: New file.
9864 * gdb.base/all-architectures-4.exp: New file.
9865 * gdb.base/all-architectures-5.exp: New file.
9866 * gdb.base/all-architectures-6.exp: New file.
9867 * gdb.base/all-architectures-7.exp: New file.
9868 * gdb.base/all-architectures.exp.in: New file.
9869
364ca42e
YQ
98702016-12-09 Yao Qi <yao.qi@linaro.org>
9871
9872 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9873
107c2d62
LM
98742016-12-02 Luis Machado <lgustavo@codesourcery.com>
9875
9876 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9877 possible.
9878 Remove useless pattern-matching code.
9879
df3ee9ca
PA
98802016-12-02 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9883 procedure.
9884 (top level): Call it.
9885
ec835369
PA
98862016-12-02 Pedro Alves <palves@redhat.com>
9887
9888 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9889 New procedure.
9890 (top level): Call it.
9891
01770bbd
PA
98922016-12-02 Pedro Alves <palves@redhat.com>
9893
9894 PR cli/20559
9895 * gdb.base/commands.exp (user_defined_command_args_eval): New
9896 procedure.
9897 (top level): Call it.
9898
008459ea
LM
98992016-12-02 Luis Machado <lgustavo@codesourcery.com>
9900
9901 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9902 timeout handling.
9903
0c1b455e
TT
99042016-12-02 Tom Tromey <tom@tromey.com>
9905
9906 * gdb.dwarf2/main-subprogram.c: New file.
9907 * gdb.dwarf2/main-subprogram.exp: New file.
9908
018572b8
LM
99092016-12-01 Luis Machado <lgustavo@codesourcery.com>
9910
9911 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9912 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9913 gdb_test_no_output for a couple of cases.
9914 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9915
84c93cd5
LM
99162016-12-01 Luis Machado <lgustavo@codesourcery.com>
9917
9918 Fix test names and standardize compilation error messages throughout
9919 the following files:
9920
9921 * gdb.ada/start.exp
9922 * gdb.arch/alpha-step.exp
9923 * gdb.arch/e500-prologue.exp
9924 * gdb.arch/ftrace-insn-reloc.exp
9925 * gdb.arch/gdb1291.exp
9926 * gdb.arch/gdb1431.exp
9927 * gdb.arch/gdb1558.exp
9928 * gdb.arch/i386-dr3-watch.exp
9929 * gdb.arch/i386-sse-stack-align.exp
9930 * gdb.arch/ia64-breakpoint-shadow.exp
9931 * gdb.arch/pa-nullify.exp
9932 * gdb.arch/powerpc-aix-prologue.exp
9933 * gdb.arch/thumb-bx-pc.exp
9934 * gdb.base/annota1.exp
9935 * gdb.base/annota3.exp
9936 * gdb.base/arrayidx.exp
9937 * gdb.base/assign.exp
9938 * gdb.base/attach.exp
9939 * gdb.base/auxv.exp
9940 * gdb.base/bang.exp
9941 * gdb.base/bfp-test.exp
9942 * gdb.base/bigcore.exp
9943 * gdb.base/bitfields2.exp
9944 * gdb.base/break-fun-addr.exp
9945 * gdb.base/break-probes.exp
9946 * gdb.base/call-rt-st.exp
9947 * gdb.base/callexit.exp
9948 * gdb.base/catch-fork-kill.exp
9949 * gdb.base/charset.exp
9950 * gdb.base/checkpoint.exp
9951 * gdb.base/comprdebug.exp
9952 * gdb.base/constvars.exp
9953 * gdb.base/coredump-filter.exp
9954 * gdb.base/cursal.exp
9955 * gdb.base/cvexpr.exp
9956 * gdb.base/detach.exp
9957 * gdb.base/display.exp
9958 * gdb.base/dmsym.exp
9959 * gdb.base/dprintf-pending.exp
9960 * gdb.base/dso2dso.exp
9961 * gdb.base/dtrace-probe.exp
9962 * gdb.base/dump.exp
9963 * gdb.base/enum_cond.exp
9964 * gdb.base/exe-lock.exp
9965 * gdb.base/exec-invalid-sysroot.exp
9966 * gdb.base/execl-update-breakpoints.exp
9967 * gdb.base/exprs.exp
9968 * gdb.base/fileio.exp
9969 * gdb.base/find.exp
9970 * gdb.base/finish.exp
9971 * gdb.base/fixsection.exp
9972 * gdb.base/foll-vfork.exp
9973 * gdb.base/frame-args.exp
9974 * gdb.base/gcore.exp
9975 * gdb.base/gdb1250.exp
9976 * gdb.base/global-var-nested-by-dso.exp
9977 * gdb.base/gnu-ifunc.exp
9978 * gdb.base/hashline1.exp
9979 * gdb.base/hashline2.exp
9980 * gdb.base/hashline3.exp
9981 * gdb.base/hbreak-in-shr-unsupported.exp
9982 * gdb.base/huge.exp
9983 * gdb.base/infcall-input.exp
9984 * gdb.base/info-fun.exp
9985 * gdb.base/info-shared.exp
9986 * gdb.base/jit-simple.exp
9987 * gdb.base/jit-so.exp
9988 * gdb.base/jit.exp
9989 * gdb.base/jump.exp
9990 * gdb.base/label.exp
9991 * gdb.base/lineinc.exp
9992 * gdb.base/logical.exp
9993 * gdb.base/longjmp.exp
9994 * gdb.base/macscp.exp
9995 * gdb.base/miscexprs.exp
9996 * gdb.base/new-ui-echo.exp
9997 * gdb.base/new-ui-pending-input.exp
9998 * gdb.base/new-ui.exp
9999 * gdb.base/nodebug.exp
10000 * gdb.base/nofield.exp
10001 * gdb.base/offsets.exp
10002 * gdb.base/overlays.exp
10003 * gdb.base/pending.exp
10004 * gdb.base/pointers.exp
10005 * gdb.base/pr11022.exp
10006 * gdb.base/printcmds.exp
10007 * gdb.base/prologue.exp
10008 * gdb.base/ptr-typedef.exp
10009 * gdb.base/realname-expand.exp
10010 * gdb.base/relativedebug.exp
10011 * gdb.base/relocate.exp
10012 * gdb.base/remote.exp
10013 * gdb.base/reread.exp
10014 * gdb.base/return2.exp
10015 * gdb.base/savedregs.exp
10016 * gdb.base/sep.exp
10017 * gdb.base/sepdebug.exp
10018 * gdb.base/sepsymtab.exp
10019 * gdb.base/set-inferior-tty.exp
10020 * gdb.base/setshow.exp
10021 * gdb.base/shlib-call.exp
10022 * gdb.base/sigaltstack.exp
10023 * gdb.base/siginfo-addr.exp
10024 * gdb.base/signals.exp
10025 * gdb.base/signull.exp
10026 * gdb.base/sigrepeat.exp
10027 * gdb.base/so-impl-ld.exp
10028 * gdb.base/solib-display.exp
10029 * gdb.base/solib-overlap.exp
10030 * gdb.base/solib-search.exp
10031 * gdb.base/solib-symbol.exp
10032 * gdb.base/structs.exp
10033 * gdb.base/structs2.exp
10034 * gdb.base/symtab-search-order.exp
10035 * gdb.base/twice.exp
10036 * gdb.base/unload.exp
10037 * gdb.base/varargs.exp
10038 * gdb.base/watchpoint-solib.exp
10039 * gdb.base/watchpoint.exp
10040 * gdb.base/whatis.exp
10041 * gdb.base/wrong_frame_bt_full.exp
10042 * gdb.btrace/dlopen.exp
10043 * gdb.cell/ea-standalone.exp
10044 * gdb.cell/ea-test.exp
10045 * gdb.cp/dispcxx.exp
10046 * gdb.cp/gdb2384.exp
10047 * gdb.cp/method2.exp
10048 * gdb.cp/nextoverthrow.exp
10049 * gdb.cp/pr10728.exp
10050 * gdb.disasm/am33.exp
10051 * gdb.disasm/h8300s.exp
10052 * gdb.disasm/mn10300.exp
10053 * gdb.disasm/sh3.exp
10054 * gdb.dwarf2/dw2-dir-file-name.exp
10055 * gdb.fortran/complex.exp
10056 * gdb.fortran/library-module.exp
10057 * gdb.guile/scm-pretty-print.exp
10058 * gdb.guile/scm-symbol.exp
10059 * gdb.guile/scm-type.exp
10060 * gdb.guile/scm-value.exp
10061 * gdb.linespec/linespec.exp
10062 * gdb.mi/gdb701.exp
10063 * gdb.mi/gdb792.exp
10064 * gdb.mi/mi-breakpoint-changed.exp
10065 * gdb.mi/mi-dprintf-pending.exp
10066 * gdb.mi/mi-dprintf.exp
10067 * gdb.mi/mi-exit-code.exp
10068 * gdb.mi/mi-pending.exp
10069 * gdb.mi/mi-solib.exp
10070 * gdb.mi/new-ui-mi-sync.exp
10071 * gdb.mi/pr11022.exp
10072 * gdb.mi/user-selected-context-sync.exp
10073 * gdb.opt/solib-intra-step.exp
10074 * gdb.python/py-events.exp
10075 * gdb.python/py-finish-breakpoint.exp
10076 * gdb.python/py-mi.exp
10077 * gdb.python/py-prettyprint.exp
10078 * gdb.python/py-shared.exp
10079 * gdb.python/py-symbol.exp
10080 * gdb.python/py-template.exp
10081 * gdb.python/py-type.exp
10082 * gdb.python/py-value.exp
10083 * gdb.reverse/solib-precsave.exp
10084 * gdb.reverse/solib-reverse.exp
10085 * gdb.server/solib-list.exp
10086 * gdb.stabs/weird.exp
10087 * gdb.threads/reconnect-signal.exp
10088 * gdb.threads/stepi-random-signal.exp
10089 * gdb.trace/actions.exp
10090 * gdb.trace/ax.exp
10091 * gdb.trace/backtrace.exp
10092 * gdb.trace/change-loc.exp
10093 * gdb.trace/deltrace.exp
10094 * gdb.trace/ftrace-lock.exp
10095 * gdb.trace/ftrace.exp
10096 * gdb.trace/infotrace.exp
10097 * gdb.trace/mi-tracepoint-changed.exp
10098 * gdb.trace/packetlen.exp
10099 * gdb.trace/passcount.exp
10100 * gdb.trace/pending.exp
10101 * gdb.trace/range-stepping.exp
10102 * gdb.trace/report.exp
10103 * gdb.trace/stap-trace.exp
10104 * gdb.trace/tfind.exp
10105 * gdb.trace/trace-break.exp
10106 * gdb.trace/trace-condition.exp
10107 * gdb.trace/trace-enable-disable.exp
10108 * gdb.trace/trace-mt.exp
10109 * gdb.trace/tracecmd.exp
10110 * gdb.trace/tspeed.exp
10111 * gdb.trace/tsv.exp
10112 * lib/perftest.exp
10113
fb9feb35
LM
101142016-12-01 Luis Machado <lgustavo@codesourcery.com>
10115
10116 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10117 with gdb_test_no_output.
10118 Use command as test name.
10119
cd2ddb6c
LM
101202016-12-01 Luis Machado <lgustavo@codesourcery.com>
10121
10122 Fix test names starting with uppercase throughout the files.
10123
10124 * gdb.ada/assign_1.exp
10125 * gdb.ada/boolean_expr.exp
10126 * gdb.base/arrayidx.exp
10127 * gdb.base/del.exp
10128 * gdb.base/gcore-buffer-overflow.exp
10129 * gdb.base/testenv.exp
10130 * gdb.compile/compile.exp
10131 * gdb.python/py-framefilter-invalidarg.exp
10132 * gdb.python/py-framefilter.exp
10133
bb95117e
LM
101342016-12-01 Luis Machado <lgustavo@codesourcery.com>
10135
10136 Fix test names starting with uppercase throughout the files.
10137
10138 * gdb.ada/array_return.exp
10139 * gdb.ada/expr_delims.exp
10140 * gdb.ada/mi_dyn_arr.exp
10141 * gdb.ada/mi_interface.exp
10142 * gdb.ada/mi_var_array.exp
10143 * gdb.ada/watch_arg.exp
10144 * gdb.arch/alpha-step.exp
10145 * gdb.arch/altivec-regs.exp
10146 * gdb.arch/e500-regs.exp
10147 * gdb.arch/powerpc-d128-regs.exp
10148 * gdb.base/arrayidx.exp
10149 * gdb.base/break.exp
10150 * gdb.base/checkpoint.exp
10151 * gdb.base/debug-expr.exp
10152 * gdb.base/dmsym.exp
10153 * gdb.base/radix.exp
10154 * gdb.base/sepdebug.exp
10155 * gdb.base/testenv.exp
10156 * gdb.base/watch_thread_num.exp
10157 * gdb.base/watchpoint-cond-gone.exp
10158 * gdb.cell/break.exp
10159 * gdb.cell/ea-cache.exp
10160 * gdb.compile/compile.exp
10161 * gdb.cp/gdb2495.exp
10162 * gdb.gdb/selftest.exp
10163 * gdb.gdb/xfullpath.exp
10164 * gdb.go/hello.exp
10165 * gdb.go/integers.exp
10166 * gdb.objc/basicclass.exp
10167 * gdb.pascal/hello.exp
10168 * gdb.pascal/integers.exp
10169 * gdb.python/py-breakpoint.exp
10170 * gdb.python/py-cmd.exp
10171 * gdb.python/py-linetable.exp
10172 * gdb.python/py-xmethods.exp
10173 * gdb.python/python.exp
10174 * gdb.reverse/consecutive-precsave.exp
10175 * gdb.reverse/finish-precsave.exp
10176 * gdb.reverse/i386-precsave.exp
10177 * gdb.reverse/machinestate-precsave.exp
10178 * gdb.reverse/sigall-precsave.exp
10179 * gdb.reverse/solib-precsave.exp
10180 * gdb.reverse/step-precsave.exp
10181 * gdb.reverse/until-precsave.exp
10182 * gdb.reverse/watch-precsave.exp
10183 * gdb.threads/leader-exit.exp
10184 * gdb.threads/pthreads.exp
10185 * gdb.threads/wp-replication.exp
10186 * gdb.trace/actions.exp
10187 * gdb.trace/mi-tsv-changed.exp
10188 * gdb.trace/tsv.exp
10189
de97fdd4
LM
101902016-12-01 Luis Machado <lgustavo@codesourcery.com>
10191
10192 Fix test names starting with uppercase throughout the files.
10193
10194 * gdb.arch/i386-bp_permanent.exp
10195 * gdb.arch/i386-gnu-cfi.exp
10196 * gdb.base/disasm-end-cu.exp
10197 * gdb.base/macscp.exp
10198 * gdb.base/pending.exp
10199 * gdb.base/watch_thread_num.exp
10200 * gdb.cp/exception.exp
10201 * gdb.cp/gdb2495.exp
10202 * gdb.cp/local.exp
10203 * gdb.python/py-evsignal.exp
10204 * gdb.python/python.exp
10205 * gdb.trace/tracecmd.exp
10206
9f058c10
LM
102072016-12-01 Luis Machado <lgustavo@codesourcery.com>
10208
10209 Fix test names starting with uppercase throughout the files.
10210
10211 * gdb.base/charset.exp
10212 * gdb.base/eval.exp
10213 * gdb.base/multi-forks.exp
10214 * gdb.guile/scm-progspace.exp
10215 * gdb.opencl/datatypes.exp
10216 * gdb.python/py-block.exp
10217 * gdb.python/py-function.exp
10218 * gdb.python/py-symbol.exp
10219 * gdb.python/py-symtab.exp
10220 * gdb.python/py-xmethods.exp
10221 * gdb.reverse/break-precsave.exp
10222 * gdb.reverse/break-reverse.exp
10223 * gdb.reverse/consecutive-precsave.exp
10224 * gdb.reverse/consecutive-reverse.exp
10225 * gdb.reverse/finish-precsave.exp
10226 * gdb.reverse/finish-reverse-bkpt.exp
10227 * gdb.reverse/finish-reverse.exp
10228 * gdb.reverse/fstatat-reverse.exp
10229 * gdb.reverse/getresuid-reverse.exp
10230 * gdb.reverse/i386-precsave.exp
10231 * gdb.reverse/i386-reverse.exp
10232 * gdb.reverse/i386-sse-reverse.exp
10233 * gdb.reverse/i387-stack-reverse.exp
10234 * gdb.reverse/insn-reverse.exp
10235 * gdb.reverse/machinestate-precsave.exp
10236 * gdb.reverse/machinestate.exp
10237 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10238 * gdb.reverse/pipe-reverse.exp
10239 * gdb.reverse/readv-reverse.exp
10240 * gdb.reverse/recvmsg-reverse.exp
10241 * gdb.reverse/rerun-prec.exp
10242 * gdb.reverse/s390-mvcle.exp
10243 * gdb.reverse/sigall-precsave.exp
10244 * gdb.reverse/sigall-reverse.exp
10245 * gdb.reverse/solib-precsave.exp
10246 * gdb.reverse/solib-reverse.exp
10247 * gdb.reverse/step-precsave.exp
10248 * gdb.reverse/step-reverse.exp
10249 * gdb.reverse/time-reverse.exp
10250 * gdb.reverse/until-precsave.exp
10251 * gdb.reverse/until-reverse.exp
10252 * gdb.reverse/waitpid-reverse.exp
10253 * gdb.reverse/watch-precsave.exp
10254 * gdb.reverse/watch-reverse.exp
10255
cdc7edd7
LM
102562016-12-01 Luis Machado <lgustavo@codesourcery.com>
10257
10258 Fix test names starting with uppercase throughout the files.
10259
10260 * gdb.arch/i386-mpx-simple_segv.exp
10261 * gdb.arch/i386-mpx.exp
10262 * gdb.arch/i386-permbkpt.exp
10263 * gdb.arch/pa-nullify.exp
10264 * gdb.arch/powerpc-d128-regs.exp
10265 * gdb.arch/vsx-regs.exp
10266 * gdb.base/bfp-test.exp
10267 * gdb.base/break.exp
10268 * gdb.base/breakpoint-shadow.exp
10269 * gdb.base/callfuncs.exp
10270 * gdb.base/charset.exp
10271 * gdb.base/commands.exp
10272 * gdb.base/completion.exp
10273 * gdb.base/dfp-test.exp
10274 * gdb.base/echo.exp
10275 * gdb.base/ending-run.exp
10276 * gdb.base/eval.exp
10277 * gdb.base/expand-psymtabs.exp
10278 * gdb.base/float128.exp
10279 * gdb.base/floatn.exp
10280 * gdb.base/foll-exec-mode.exp
10281 * gdb.base/gdb1056.exp
10282 * gdb.base/gdb11531.exp
10283 * gdb.base/kill-after-signal.exp
10284 * gdb.base/multi-forks.exp
10285 * gdb.base/overlays.exp
10286 * gdb.base/pending.exp
10287 * gdb.base/sepdebug.exp
10288 * gdb.base/testenv.exp
10289 * gdb.base/valgrind-db-attach.exp
10290 * gdb.base/watch_thread_num.exp
10291 * gdb.base/watchpoint-cond-gone.exp
10292 * gdb.base/watchpoint.exp
10293 * gdb.base/watchpoints.exp
10294 * gdb.cp/arg-reference.exp
10295 * gdb.cp/baseenum.exp
10296 * gdb.cp/operator.exp
10297 * gdb.cp/shadow.exp
10298 * gdb.dwarf2/dw2-op-out-param.exp
10299 * gdb.dwarf2/dw2-reg-undefined.exp
10300 * gdb.go/chan.exp
10301 * gdb.go/hello.exp
10302 * gdb.go/integers.exp
10303 * gdb.go/methods.exp
10304 * gdb.go/package.exp
10305 * gdb.guile/scm-parameter.exp
10306 * gdb.guile/scm-progspace.exp
10307 * gdb.guile/scm-value.exp
10308 * gdb.mi/mi-pending.exp
10309 * gdb.mi/user-selected-context-sync.exp
10310 * gdb.multi/multi-attach.exp
10311 * gdb.multi/tids.exp
10312 * gdb.opt/clobbered-registers-O2.exp
10313 * gdb.pascal/floats.exp
10314 * gdb.pascal/integers.exp
10315 * gdb.python/py-block.exp
10316 * gdb.python/py-events.exp
10317 * gdb.python/py-parameter.exp
10318 * gdb.python/py-symbol.exp
10319 * gdb.python/py-symtab.exp
10320 * gdb.python/py-type.exp
10321 * gdb.python/py-value.exp
10322 * gdb.python/py-xmethods.exp
10323 * gdb.python/python.exp
10324 * gdb.reverse/break-precsave.exp
10325 * gdb.reverse/consecutive-precsave.exp
10326 * gdb.reverse/finish-precsave.exp
10327 * gdb.reverse/i386-precsave.exp
10328 * gdb.reverse/machinestate-precsave.exp
10329 * gdb.reverse/sigall-precsave.exp
10330 * gdb.reverse/solib-precsave.exp
10331 * gdb.reverse/step-precsave.exp
10332 * gdb.reverse/until-precsave.exp
10333 * gdb.reverse/watch-precsave.exp
10334 * gdb.server/ext-attach.exp
10335 * gdb.server/ext-restart.exp
10336 * gdb.server/ext-run.exp
10337 * gdb.server/ext-wrapper.exp
10338 * gdb.stabs/gdb11479.exp
10339 * gdb.stabs/weird.exp
10340 * gdb.threads/attach-many-short-lived-threads.exp
10341 * gdb.threads/kill.exp
10342 * gdb.threads/watchpoint-fork.exp
10343
bc6c7af4
LM
103442016-12-01 Luis Machado <lgustavo@codesourcery.com>
10345
10346 Fix test names starting with uppercase throughout all the files below.
10347
10348 * gdb.ada/array_return.exp
10349 * gdb.ada/catch_ex.exp
10350 * gdb.ada/info_exc.exp
10351 * gdb.ada/mi_catch_ex.exp
10352 * gdb.ada/mi_dyn_arr.exp
10353 * gdb.ada/mi_ex_cond.exp
10354 * gdb.ada/mi_exc_info.exp
10355 * gdb.ada/mi_interface.exp
10356 * gdb.ada/mi_task_arg.exp
10357 * gdb.ada/mi_task_info.exp
10358 * gdb.ada/mi_var_array.exp
10359 * gdb.arch/alpha-step.exp
10360 * gdb.arch/amd64-disp-step.exp
10361 * gdb.arch/arm-disp-step.exp
10362 * gdb.arch/disp-step-insn-reloc.exp
10363 * gdb.arch/e500-prologue.exp
10364 * gdb.arch/ftrace-insn-reloc.exp
10365 * gdb.arch/gdb1558.exp
10366 * gdb.arch/i386-bp_permanent.exp
10367 * gdb.arch/i386-disp-step.exp
10368 * gdb.arch/i386-float.exp
10369 * gdb.arch/i386-gnu-cfi.exp
10370 * gdb.arch/ia64-breakpoint-shadow.exp
10371 * gdb.arch/mips16-thunks.exp
10372 * gdb.arch/pa-nullify.exp
10373 * gdb.arch/powerpc-aix-prologue.exp
10374 * gdb.arch/powerpc-power.exp
10375 * gdb.arch/ppc-dfp.exp
10376 * gdb.arch/s390-tdbregs.exp
10377 * gdb.arch/spu-info.exp
10378 * gdb.arch/spu-ls.exp
10379 * gdb.arch/thumb-bx-pc.exp
10380 * gdb.base/advance.exp
10381 * gdb.base/annota-input-while-running.exp
10382 * gdb.base/arrayidx.exp
10383 * gdb.base/asmlabel.exp
10384 * gdb.base/async.exp
10385 * gdb.base/attach-wait-input.exp
10386 * gdb.base/auto-connect-native-target.exp
10387 * gdb.base/batch-preserve-term-settings.exp
10388 * gdb.base/bfp-test.exp
10389 * gdb.base/bigcore.exp
10390 * gdb.base/bp-permanent.exp
10391 * gdb.base/break-always.exp
10392 * gdb.base/break-fun-addr.exp
10393 * gdb.base/break-idempotent.exp
10394 * gdb.base/break-main-file-remove-fail.exp
10395 * gdb.base/break-probes.exp
10396 * gdb.base/break-unload-file.exp
10397 * gdb.base/break.exp
10398 * gdb.base/call-ar-st.exp
10399 * gdb.base/call-rt-st.exp
10400 * gdb.base/call-sc.exp
10401 * gdb.base/call-signal-resume.exp
10402 * gdb.base/call-strs.exp
10403 * gdb.base/callexit.exp
10404 * gdb.base/callfuncs.exp
10405 * gdb.base/catch-gdb-caused-signals.exp
10406 * gdb.base/catch-signal-siginfo-cond.exp
10407 * gdb.base/catch-syscall.exp
10408 * gdb.base/compare-sections.exp
10409 * gdb.base/cond-eval-mode.exp
10410 * gdb.base/condbreak-call-false.exp
10411 * gdb.base/consecutive-step-over.exp
10412 * gdb.base/cursal.exp
10413 * gdb.base/disabled-location.exp
10414 * gdb.base/disasm-end-cu.exp
10415 * gdb.base/display.exp
10416 * gdb.base/double-prompt-target-event-error.exp
10417 * gdb.base/dprintf-bp-same-addr.exp
10418 * gdb.base/dprintf-detach.exp
10419 * gdb.base/dprintf-next.exp
10420 * gdb.base/dprintf-non-stop.exp
10421 * gdb.base/dprintf-pending.exp
10422 * gdb.base/dso2dso.exp
10423 * gdb.base/ending-run.exp
10424 * gdb.base/enum_cond.exp
10425 * gdb.base/examine-backward.exp
10426 * gdb.base/exe-lock.exp
10427 * gdb.base/exec-invalid-sysroot.exp
10428 * gdb.base/execl-update-breakpoints.exp
10429 * gdb.base/execution-termios.exp
10430 * gdb.base/fileio.exp
10431 * gdb.base/fixsection.exp
10432 * gdb.base/foll-exec-mode.exp
10433 * gdb.base/foll-exec.exp
10434 * gdb.base/fork-running-state.exp
10435 * gdb.base/frame-args.exp
10436 * gdb.base/fullpath-expand.exp
10437 * gdb.base/func-ptr.exp
10438 * gdb.base/gcore-relro-pie.exp
10439 * gdb.base/gdb1090.exp
10440 * gdb.base/gdb1555.exp
10441 * gdb.base/global-var-nested-by-dso.exp
10442 * gdb.base/gnu-ifunc.exp
10443 * gdb.base/hbreak-in-shr-unsupported.exp
10444 * gdb.base/hbreak-unmapped.exp
10445 * gdb.base/hook-stop.exp
10446 * gdb.base/infcall-input.exp
10447 * gdb.base/info-fun.exp
10448 * gdb.base/info-shared.exp
10449 * gdb.base/interrupt-noterm.exp
10450 * gdb.base/jit-so.exp
10451 * gdb.base/jit.exp
10452 * gdb.base/line-symtabs.exp
10453 * gdb.base/list.exp
10454 * gdb.base/longjmp.exp
10455 * gdb.base/macscp.exp
10456 * gdb.base/max-value-size.exp
10457 * gdb.base/nodebug.exp
10458 * gdb.base/nofield.exp
10459 * gdb.base/overlays.exp
10460 * gdb.base/paginate-after-ctrl-c-running.exp
10461 * gdb.base/paginate-bg-execution.exp
10462 * gdb.base/paginate-inferior-exit.exp
10463 * gdb.base/pending.exp
10464 * gdb.base/pr11022.exp
10465 * gdb.base/printcmds.exp
10466 * gdb.base/ptr-typedef.exp
10467 * gdb.base/ptype.exp
10468 * gdb.base/randomize.exp
10469 * gdb.base/range-stepping.exp
10470 * gdb.base/realname-expand.exp
10471 * gdb.base/relativedebug.exp
10472 * gdb.base/remote.exp
10473 * gdb.base/savedregs.exp
10474 * gdb.base/sepdebug.exp
10475 * gdb.base/set-noassign.exp
10476 * gdb.base/shlib-call.exp
10477 * gdb.base/shreloc.exp
10478 * gdb.base/sigaltstack.exp
10479 * gdb.base/sigbpt.exp
10480 * gdb.base/siginfo-addr.exp
10481 * gdb.base/siginfo-obj.exp
10482 * gdb.base/siginfo-thread.exp
10483 * gdb.base/signest.exp
10484 * gdb.base/signull.exp
10485 * gdb.base/sigrepeat.exp
10486 * gdb.base/skip.exp
10487 * gdb.base/so-impl-ld.exp
10488 * gdb.base/solib-corrupted.exp
10489 * gdb.base/solib-disc.exp
10490 * gdb.base/solib-display.exp
10491 * gdb.base/solib-overlap.exp
10492 * gdb.base/solib-search.exp
10493 * gdb.base/solib-symbol.exp
10494 * gdb.base/source-execution.exp
10495 * gdb.base/sss-bp-on-user-bp-2.exp
10496 * gdb.base/sss-bp-on-user-bp.exp
10497 * gdb.base/stack-checking.exp
10498 * gdb.base/stale-infcall.exp
10499 * gdb.base/step-break.exp
10500 * gdb.base/step-line.exp
10501 * gdb.base/step-over-exit.exp
10502 * gdb.base/step-test.exp
10503 * gdb.base/structs.exp
10504 * gdb.base/sym-file.exp
10505 * gdb.base/symtab-search-order.exp
10506 * gdb.base/term.exp
10507 * gdb.base/type-opaque.exp
10508 * gdb.base/unload.exp
10509 * gdb.base/until-nodebug.exp
10510 * gdb.base/until.exp
10511 * gdb.base/unwindonsignal.exp
10512 * gdb.base/watch-cond.exp
10513 * gdb.base/watch-non-mem.exp
10514 * gdb.base/watch_thread_num.exp
10515 * gdb.base/watchpoint-reuse-slot.exp
10516 * gdb.base/watchpoint-solib.exp
10517 * gdb.base/watchpoint.exp
10518 * gdb.btrace/dlopen.exp
10519 * gdb.cell/arch.exp
10520 * gdb.cell/break.exp
10521 * gdb.cell/bt.exp
10522 * gdb.cell/core.exp
10523 * gdb.cell/data.exp
10524 * gdb.cell/dwarfaddr.exp
10525 * gdb.cell/ea-cache.exp
10526 * gdb.cell/ea-standalone.exp
10527 * gdb.cell/ea-test.exp
10528 * gdb.cell/f-regs.exp
10529 * gdb.cell/fork.exp
10530 * gdb.cell/gcore.exp
10531 * gdb.cell/mem-access.exp
10532 * gdb.cell/ptype.exp
10533 * gdb.cell/registers.exp
10534 * gdb.cell/sizeof.exp
10535 * gdb.cell/solib-symbol.exp
10536 * gdb.cell/solib.exp
10537 * gdb.compile/compile-tls.exp
10538 * gdb.cp/exception.exp
10539 * gdb.cp/gdb2495.exp
10540 * gdb.cp/local.exp
10541 * gdb.cp/mb-inline.exp
10542 * gdb.cp/mb-templates.exp
10543 * gdb.cp/pr10687.exp
10544 * gdb.cp/pr9167.exp
10545 * gdb.cp/scope-err.exp
10546 * gdb.cp/templates.exp
10547 * gdb.cp/virtfunc.exp
10548 * gdb.dwarf2/dw2-dir-file-name.exp
10549 * gdb.dwarf2/dw2-single-line-discriminators.exp
10550 * gdb.fortran/complex.exp
10551 * gdb.fortran/library-module.exp
10552 * gdb.guile/guile.exp
10553 * gdb.guile/scm-cmd.exp
10554 * gdb.guile/scm-frame-inline.exp
10555 * gdb.guile/scm-objfile.exp
10556 * gdb.guile/scm-pretty-print.exp
10557 * gdb.guile/scm-symbol.exp
10558 * gdb.guile/scm-type.exp
10559 * gdb.guile/scm-value.exp
10560 * gdb.linespec/keywords.exp
10561 * gdb.linespec/ls-errs.exp
10562 * gdb.linespec/macro-relative.exp
10563 * gdb.linespec/thread.exp
10564 * gdb.mi/mi-breakpoint-changed.exp
10565 * gdb.mi/mi-dprintf-pending.exp
10566 * gdb.mi/mi-fullname-deleted.exp
10567 * gdb.mi/mi-logging.exp
10568 * gdb.mi/mi-pending.exp
10569 * gdb.mi/mi-solib.exp
10570 * gdb.mi/new-ui-mi-sync.exp
10571 * gdb.mi/user-selected-context-sync.exp
10572 * gdb.multi/dummy-frame-restore.exp
10573 * gdb.multi/multi-arch-exec.exp
10574 * gdb.multi/remove-inferiors.exp
10575 * gdb.multi/watchpoint-multi-exit.exp
10576 * gdb.opt/solib-intra-step.exp
10577 * gdb.perf/backtrace.exp
10578 * gdb.perf/single-step.exp
10579 * gdb.perf/skip-command.exp
10580 * gdb.perf/skip-prologue.exp
10581 * gdb.perf/solib.exp
10582 * gdb.python/lib-types.exp
10583 * gdb.python/py-as-string.exp
10584 * gdb.python/py-bad-printers.exp
10585 * gdb.python/py-block.exp
10586 * gdb.python/py-breakpoint.exp
10587 * gdb.python/py-cmd.exp
10588 * gdb.python/py-events.exp
10589 * gdb.python/py-evthreads.exp
10590 * gdb.python/py-finish-breakpoint.exp
10591 * gdb.python/py-finish-breakpoint2.exp
10592 * gdb.python/py-frame-inline.exp
10593 * gdb.python/py-frame.exp
10594 * gdb.python/py-inferior.exp
10595 * gdb.python/py-infthread.exp
10596 * gdb.python/py-mi.exp
10597 * gdb.python/py-objfile.exp
10598 * gdb.python/py-pp-maint.exp
10599 * gdb.python/py-pp-registration.exp
10600 * gdb.python/py-prettyprint.exp
10601 * gdb.python/py-recurse-unwind.exp
10602 * gdb.python/py-shared.exp
10603 * gdb.python/py-symbol.exp
10604 * gdb.python/py-symtab.exp
10605 * gdb.python/py-template.exp
10606 * gdb.python/py-type.exp
10607 * gdb.python/py-unwind-maint.exp
10608 * gdb.python/py-unwind.exp
10609 * gdb.python/py-value.exp
10610 * gdb.python/python.exp
10611 * gdb.reverse/finish-reverse-bkpt.exp
10612 * gdb.reverse/insn-reverse.exp
10613 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10614 * gdb.reverse/solib-precsave.exp
10615 * gdb.reverse/solib-reverse.exp
10616 * gdb.stabs/gdb11479.exp
10617 * gdb.stabs/weird.exp
10618 * gdb.threads/fork-child-threads.exp
10619 * gdb.threads/fork-plus-threads.exp
10620 * gdb.threads/fork-thread-pending.exp
10621 * gdb.threads/forking-threads-plus-breakpoint.exp
10622 * gdb.threads/hand-call-in-threads.exp
10623 * gdb.threads/interrupted-hand-call.exp
10624 * gdb.threads/linux-dp.exp
10625 * gdb.threads/local-watch-wrong-thread.exp
10626 * gdb.threads/next-while-other-thread-longjmps.exp
10627 * gdb.threads/non-ldr-exit.exp
10628 * gdb.threads/pending-step.exp
10629 * gdb.threads/print-threads.exp
10630 * gdb.threads/process-dies-while-detaching.exp
10631 * gdb.threads/process-dies-while-handling-bp.exp
10632 * gdb.threads/pthreads.exp
10633 * gdb.threads/queue-signal.exp
10634 * gdb.threads/reconnect-signal.exp
10635 * gdb.threads/signal-command-handle-nopass.exp
10636 * gdb.threads/signal-command-multiple-signals-pending.exp
10637 * gdb.threads/signal-delivered-right-thread.exp
10638 * gdb.threads/signal-sigtrap.exp
10639 * gdb.threads/sigthread.exp
10640 * gdb.threads/staticthreads.exp
10641 * gdb.threads/stepi-random-signal.exp
10642 * gdb.threads/thread-unwindonsignal.exp
10643 * gdb.threads/thread_check.exp
10644 * gdb.threads/thread_events.exp
10645 * gdb.threads/tid-reuse.exp
10646 * gdb.threads/tls-nodebug.exp
10647 * gdb.threads/tls-shared.exp
10648 * gdb.threads/tls-so_extern.exp
10649 * gdb.threads/tls.exp
10650 * gdb.threads/wp-replication.exp
10651 * gdb.trace/actions-changed.exp
10652 * gdb.trace/actions.exp
10653 * gdb.trace/backtrace.exp
10654 * gdb.trace/change-loc.exp
10655 * gdb.trace/collection.exp
10656 * gdb.trace/deltrace.exp
10657 * gdb.trace/disconnected-tracing.exp
10658 * gdb.trace/entry-values.exp
10659 * gdb.trace/ftrace-lock.exp
10660 * gdb.trace/ftrace.exp
10661 * gdb.trace/infotrace.exp
10662 * gdb.trace/mi-trace-frame-collected.exp
10663 * gdb.trace/mi-trace-unavailable.exp
10664 * gdb.trace/mi-traceframe-changed.exp
10665 * gdb.trace/mi-tracepoint-changed.exp
10666 * gdb.trace/mi-tsv-changed.exp
10667 * gdb.trace/no-attach-trace.exp
10668 * gdb.trace/packetlen.exp
10669 * gdb.trace/passc-dyn.exp
10670 * gdb.trace/passcount.exp
10671 * gdb.trace/pending.exp
10672 * gdb.trace/pr16508.exp
10673 * gdb.trace/qtro.exp
10674 * gdb.trace/range-stepping.exp
10675 * gdb.trace/read-memory.exp
10676 * gdb.trace/report.exp
10677 * gdb.trace/save-trace.exp
10678 * gdb.trace/signal.exp
10679 * gdb.trace/stap-trace.exp
10680 * gdb.trace/status-stop.exp
10681 * gdb.trace/strace.exp
10682 * gdb.trace/tfile.exp
10683 * gdb.trace/tfind.exp
10684 * gdb.trace/trace-break.exp
10685 * gdb.trace/trace-condition.exp
10686 * gdb.trace/trace-enable-disable.exp
10687 * gdb.trace/trace-mt.exp
10688 * gdb.trace/tracecmd.exp
10689 * gdb.trace/tracefile-pseudo-reg.exp
10690 * gdb.trace/tspeed.exp
10691 * gdb.trace/tstatus.exp
10692 * gdb.trace/tsv.exp
10693 * gdb.trace/unavailable.exp
10694 * gdb.trace/while-dyn.exp
10695 * gdb.trace/while-stepping.exp
10696 * lib/gdb-guile.exp
10697 * lib/gdb.exp
10698 * lib/mi-support.exp
10699 * lib/pascal.exp
10700 * lib/perftest.exp
10701 * lib/prelink-support.exp
10702 * lib/selftest-support.exp
10703
ad02e4fe
SM
107042016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10705
10706 * Makefile.in: Include disable-implicit-rules.mk.
10707
22347e55
AA
107082016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10709
10710 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10711 non-byte-aligned bit fields.
10712
da5b30da
AA
107132016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10714
10715 PR gdb/12616
10716 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10717 respects the DW_AT_data_bit_offset attribute.
10718
b593ecca
SM
107192016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10720
10721 * gdb.base/default.exp: Fix output of "set language".
10722
3b165252
SM
107232016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10724
10725 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10726 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10727 make.
10728 * configure.ac: Remove checks for the make program.
10729 * configure: Re-generate.
10730
1a2f3d7f
KB
107312016-11-16 Kevin Buettner <kevinb@redhat.com>
10732
10733 * gdb.python/py-recurse-unwind.c (main): Add loop.
10734 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10735 to read_register() and gdb.parse_and_eval(). Make each code
10736 call a separate case that can be individually tested.
10737 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10738 proc. Call cont_and_backtrace for each of the code paths that
10739 we want to test in the unwinder.
10740
b7f38fda
AA
107412016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10742
10743 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10744 the definition of struct S.
10745
1f8db343
CM
107462016-11-11 Catherine Moore <clm@codesourcery.com>
10747
10748 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10749
fad0c9fb
PA
107502016-11-09 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.base/commands.exp (runto_or_return): New procedure.
10753 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10754 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10755 (progvar_simple_while_test, progvar_complex_if_while_test)
10756 (if_while_breakpoint_command_test)
10757 (infrun_breakpoint_command_test, breakpoint_command_test)
10758 (user_defined_command_test, watchpoint_command_test)
10759 (test_command_prompt_position, redefine_hook_test)
10760 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10761 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10762 multi_line_input and multi_line. Remove gdb_expect and
10763 gdb_stop_suppressing_tests uses.
10764 * lib/gdb.exp (valnum_re): New global.
10765 (multi_line_input): New procedure.
10766
8354c62c
SM
107672016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10768
10769 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10770 Remove.
10771 (test_setup): Define with proc_with_prefix.
10772 (test_cli_inferior): Likewise.
10773 (test_cli_thread): Likewise.
10774 (test_cli_frame): Likewise.
10775 (test_cli_select_frame): Likewise.
10776 (test_cli_up_down): Likewise.
10777 (test_mi_thread_select): Likewise.
10778 (test_mi_stack_select_frame): Likewise.
10779 (test_cli_in_mi_inferior): Likewise.
10780 (test_cli_in_mi_thread): Likewise.
10781 (test_cli_in_mi_frame): Likewise.
10782 (top level): Do not use with_test_prefix_procname.
10783
64f367a2
PA
107842016-11-09 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.base/commands.exp (gdbvar_simple_if_test)
10787 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10788 (progvar_simple_if_test, progvar_simple_while_test)
10789 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10790 (infrun_breakpoint_command_test, breakpoint_command_test)
10791 (user_defined_command_test, watchpoint_command_test)
10792 (test_command_prompt_position, deprecated_command_test)
10793 (bp_deleted_in_command, temporary_breakpoint_commands)
10794 (stray_arg0_test, source_file_with_indented_comment)
10795 (recursive_source_test, if_commands_test)
10796 (error_clears_commands_left, redefine_hook_test)
10797 (redefine_backtrace_test): Use proc_with_prefix.
10798 * lib/gdb.exp (proc_with_prefix): New proc.
10799
0bb65f1e
AA
108002016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10801
10802 * gdb.base/tui-layout.c: New file.
10803 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10804 disassembly window contains very long lines.
10805
7353f247
TT
108062016-11-08 Tom Tromey <tom@tromey.com>
10807
10808 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10809 depend on Python 2.
10810
30a7bb83
TT
108112016-11-08 Tom Tromey <tom@tromey.com>
10812
10813 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10814 New method.
10815
cdf5a07c
MG
108162016-10-29 Manish Goregaokar <manish@mozilla.com>
10817
2806dc7e 10818 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10819
51a789c3
MG
108202016-10-27 Manish Goregaokar <manish@mozilla.com>
10821
2806dc7e
PA
10822 * gdb.rust/simple.rs: Add test for univariant enums without
10823 discriminants and for encoded struct-like enums.
51a789c3 10824
f610ab6d
PA
108252016-10-28 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10828 gdb_test_multiple, tighten regexps and match symtabs and line
10829 tables incrementally.
10830
b129b0ca
LM
108312016-10-28 Luis Machado <lgustavo@codesourcery.com>
10832
10833 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10834 general.
10835
ecf45d2c
SL
108362016-10-25 Luis Machado <lgustavo@codesourcery.com>
10837
10838 * gdb.base/exec-invalid-sysroot.exp: New file.
10839
b8d38ee4
JK
108402016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10843
f90fd8c2
JK
108442016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10847
2d2476aa
MR
108482016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10849
2806dc7e
PA
10850 * gdb.base/killed-outside.exp: Remove $options from a call to
10851 `prepare_for_testing'.
2d2476aa 10852
e42b25a0
SM
108532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10854
10855 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10856 Change test message.
10857
3ccdb432
SM
108582016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10859
10860 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10861 Update comment.
10862
5bad3170
SM
108632016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10864
10865 * gdb.trace/mi-trace-save.exp: New file.
10866
5ad9dba7
YQ
108672016-10-13 Yao Qi <yao.qi@linaro.org>
10868
10869 * gdb.base/code_elim.exp (get_var_address): Remove.
10870 * gdb.base/relocate.exp: Likewise.
10871 * gdb.base/shreloc.exp: Likewise.
10872 * lib/gdb.exp (get_var_address): New.
10873
62df7e21
YQ
108742016-10-13 Yao Qi <yao.qi@linaro.org>
10875
10876 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10877 floating point tests if $skip_float_test is false.
10878
4dac951e
LM
108792016-10-12 Luis Machado <lgustavo@codesourcery.com>
10880
10881 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10882 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10883 argc values.
10884 Add 1 to argc so we guarantee distinct initial/modified argc values.
10885
8f1a8fc4
JK
108862016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10887
10888 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10889
16c85b5d
JK
108902016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10891
10892 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10893 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10894 * gdb.arch/vsx-regs.exp: Likewise.
10895
1d0e042a
YQ
108962016-10-07 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10899
68dadef5
MM
109002016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10901
10902 * gdb.python/python.exp: Test decode_line("*0").
10903
33fa2c6e
DE
109042016-10-06 Doug Evans <dje@google.com>
10905
10906 * gdb.python/py-value.exp (test_value_creation): Add test for large
10907 unsigned 64-bit value.
10908
9c37b5ae
TT
109092016-10-06 Tom Tromey <tom@tromey.com>
10910
10911 * gdb.compile/compile.exp: Change java tests to rust.
10912 * gdb.base/setshow.exp: Change java tests to rust.
10913 * gdb.base/default.exp: Remove java from language list.
10914 * README (Examples): Update language example.
10915 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10916 test.
10917 * lib/gdb.exp (skip_java_tests): Remove.
10918 * lib/java.exp: Remove.
10919 * gdb.java: Remove.
10920
78b86327
MR
109212016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10922
10923 * gdb.arch/mips-fcr.exp: New test.
10924 * gdb.arch/mips-fcr.c: Source for the new test.
10925
7470adbb
MR
109262016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10927
10928 * gdb.base/solib-disc.exp: Use `standard_output_file'
10929 throughout.
10930
4a556533
PA
109312016-10-06 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.base/jit-simple-dl.c: New file.
10934 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10935 * gdb.base/jit-simple.c: ... this.
10936 * gdb.base/jit-simple.exp (jit_run): Delete.
10937 (build_jit): New proc.
10938 (jit_test_reread): Recompile either the main program or the shared
10939 library, depending on what is being tested. Skip changing address
10940 if caller wants to. Compare before/after addresses. If testing
10941 standalone, explicitly load the binary. Test "maint info
10942 breakpoints".
10943 (top level): Add "standalone vs shared lib" and "change address"
10944 vs "same address" axes.
10945
5a122fbc
PA
109462016-10-06 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10949 call.
10950 (jit_run): Delete.
10951 (jit_test_reread): Use with_test_prefix. Reload the main binary
10952 explicitly. Compare the before/after addresses of the JIT
10953 descriptor.
10954
ee8da4b8
DE
109552016-08-15 Doug Evans <dje@google.com>
10956
10957 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10958 for single bitfields is bool.
10959 * gdb.xml/tdesc-regs.exp: Ditto.
10960
f389f6fe
JK
109612016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10964
fdebf1a4
YQ
109652016-10-05 Yao Qi <yao.qi@linaro.org>
10966
10967 * lib/gdb.exp (support_complex_tests): Return zero if
10968 gdb_skip_float_test return true.
10969
9c36d954 109702016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10971 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10972
10973 PR gdb/20487
10974 * gdb.mi/user-selected-context-sync.exp: New file.
10975 * gdb.mi/user-selected-context-sync.c: New file.
10976
4034d0ff 109772016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10978 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10979
10980 PR gdb/20487
10981 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10982 =thread-select-event check.
10983
a4297203
PB
109842016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10985
10986 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10987 the compulsory L operand changes.
10988 * gdb.arch/powerpc-power.s: Likewise.
10989
bb805577
JK
109902016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10991
10992 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10993 * gdb.base/jit-attach-pie.c: New file.
10994 * gdb.base/jit-attach-pie.exp: New file.
10995
6d61dee5
PA
109962016-09-28 Pedro Alves <palves@redhat.com>
10997
10998 * gdb.base/infcall-input.c: New file.
10999 * gdb.base/infcall-input.exp: New file.
11000
f73842fc
YQ
110012016-09-22 Yao Qi <yao.qi@linaro.org>
11002
11003 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11004 (gdb_exit): Rename it to ...
11005 (gdbserver_gdb_exit): ... Close GDBserver.
11006 (gdb_exit): New proc, call gdbserver_gdb_exit.
11007 (mi_gdb_exit): Likewise.
11008
90681dab
YQ
110092016-09-22 Yao Qi <yao.qi@linaro.org>
11010
11011 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11012 path.
11013 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11014 Remove duplication.
11015
9c211fd8
YQ
110162016-09-22 Yao Qi <yao.qi@linaro.org>
11017
11018 * lib/gdbserver-support.exp: Check the existence of
11019 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11020
ad0a504f
AK
110212016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11022
11023 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11024
36cf1806
TT
110252016-09-21 Tom Tromey <tom@tromey.com>
11026
11027 PR gdb/20604:
11028 * gdb.base/quit.exp: New file.
11029
74172ecf
SM
110302016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11031
11032 * .gitignore: New file.
11033
3d0ec882
MR
110342016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11035
11036 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11037 throughout.
11038
8193adea
AA
110392016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11040
11041 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11042
d41a5c09
JK
110432016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11044
11045 * gdb.cp/casts.cc (decltype): Move it ...
11046 (main): ... with its call to ...
11047 * gdb.cp/casts03.cc: ... a new file.
11048 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11049
d2dfe700
JK
110502016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11051
11052 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11053
e2a92b16
PB
110542016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11055
11056 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11057 and sync up the test with tests in gas/testsuite/gas/ppc.
11058 * gdb.arch/powerpc-power.exp: Likewise.
11059
49b4de64
JK
110602016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11063
2c29df25
SDJ
110642016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11065 Jan Kratochvil <jan.kratochvil@redhat.com>
11066
11067 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11068 make m1's definition to be different from m2's. Use 'dummy' as an
11069 argument for probe 'two'.
11070
cc3c2846
JB
110712016-09-10 Jon Beniston <jon@beniston.com>
11072
11073 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11074 for sim target.
11075
e1b2624a
AA
110762016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11077
11078 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11079 variable declaration.
11080 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11081 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11082 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11083 received HWCAP as its argument.
11084
4295e285
PA
110852016-09-06 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/new-ui-pending-input.c: New file.
11088 * gdb.base/new-ui-pending-input.exp: New file.
11089 * gdb.exp (clear_gdb_spawn_id): New procedure.
11090 (with_spawn_id): Check whether gdb_spawn_id exists before
11091 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11092 on exit.
11093
00d5215e
UW
110942016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11095
11096 * gdb.base/float128.c: New file.
11097 * gdb.base/float128.exp: Likewise.
11098 * gdb.base/floatn.c: Likewise.
11099 * gdb.base/floatn.exp: Likewise.
11100
a9ff5f12
UW
111012016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11102
11103 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11104
f245535c
PA
111052016-09-05 Pedro Alves <palves@redhat.com>
11106
11107 PR backtrace/19927
11108 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11109 unwinders are immediately called as side effect of "source" or
11110 "disable unwinder" commands.
11111 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11112
ae9cf263
YQ
111132016-09-02 Yao Qi <yao.qi@linaro.org>
11114
11115 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11116 is true and $type is "float" or "double".
11117
27aba047
YQ
111182016-09-02 Yao Qi <yao.qi@linaro.org>
11119
11120 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11121 true.
11122 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11123 * gdb.base/call-rt-st.exp: Likewise.
11124 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11125 return value instead of gdb,skip_float_test.
11126 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11127 (do_function_calls): Use its return value instead of
11128 gdb,skip_float_test.
11129 * gdb.base/finish.exp: Likewise.
11130 * gdb.base/funcargs.exp: Likewise.
11131 * gdb.base/return.exp: Likewise.
11132 * gdb.base/return2.exp: Likewise.
11133 * gdb.base/varargs.exp: Likewise.
11134 * lib/gdb.exp (gdb_skip_float_test): Change it to
11135 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11136
5af962df
AA
111372016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11138
11139 * gdb.multi/tids.exp: Test "thread apply all".
11140
7fac6910
JK
111412016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11142
11143 * gdb.base/default.exp (tty): Remove.
11144
bb1fe4ac
KB
111452016-08-24 Kevin Buettner <kevinb@redhat.com>
11146
2806dc7e
PA
11147 * gdb.python/py-recurse-unwind.c: New file.
11148 * gdb.python/py-recurse-unwind.py: New file.
11149 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11150
0a1ddfa6
SM
111512016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 * gdb.base/set-inferior-tty.exp: New file.
11154 * gdb.base/set-inferior-tty.c: New file.
11155
d9de1fe3
PA
111562016-08-23 Pedro Alves <palves@redhat.com>
11157
11158 PR gdb/20494
11159 * gdb.base/new-ui-echo.c: New file.
11160 * gdb.base/new-ui-echo.exp: New file.
11161
e9d9abd7
YQ
111622016-08-23 Yao Qi <yao.qi@linaro.org>
11163
11164 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11165 gdbserver_spawn.
11166 * gdb.server/connect-without-multi-process.exp (do_test):
11167 Likewise.
11168
3589529e
YQ
111692016-08-23 Yao Qi <yao.qi@linaro.org>
11170
11171 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11172 standalone_txt. Delete gdb_txt and standalone_txt on host
11173 and target. Spawn the binary on target. Copy files from
11174 target to host.
11175
6bb90213
PA
111762016-08-22 Pedro Alves <palves@redhat.com>
11177
11178 PR gdb/20505
11179 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11180 with_test_prefix. Factor out bits to ...
11181 (test_no_vdso): ... this new procedure.
11182
20c2c024
CL
111832016-08-19 Carl Love <cel@us.ibm.com>
11184
11185 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11186 maintaining separate logic for constructing the output path.
11187 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11188 * gdb.arch/ppc-dfp.exp: Likewise.
11189 * gdb.arch/ppc-fp.exp: Likewise.
11190 * gdb.arch/vsx-regs.exp: Likewise.
11191 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11192 binprefix for generating the additional binary files.
11193
0646e07d
PA
111942016-08-19 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.trace/mi-trace-frame-collected.exp
11197 (test_trace_frame_collected): On x32, expect two registers.
11198
46da9242
CL
111992016-08-18 Carl Love <cel@us.ibm.com>
11200
11201 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11202 and sync up the test with tests in gas/testsuite/gas/ppc.
11203 * gdb.arch/powerpc-power.exp: Likewise.
11204
eb2332d7
SM
112052016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11206
11207 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11208 expected error message.
11209
63c61e04
SM
112102016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11211
11212 * gdb.multi/remove-inferiors.exp: New file.
11213 * gdb.multi/remove-inferiors.c: New file.
11214
7b17065f
YQ
112152016-08-12 Yao Qi <yao.qi@linaro.org>
11216
11217 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11218 argument list.
11219
01d3dedf
PA
112202016-08-10 Pedro Alves <palves@redhat.com>
11221
11222 PR gdb/19187
11223 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11224 setup_kfails.
11225
3eb7562a
PA
112262016-08-09 Pedro Alves <palves@redhat.com>
11227 Simon Marchi <simon.marchi@ericsson.com>
11228
11229 PR gdb/20418
11230 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11231 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11232
80614914
PA
112332016-08-09 Pedro Alves <palves@redhat.com>
11234
11235 PR mi/20431
11236 * gdb.mi/mi-cmd-error.exp: New file.
11237
f348d89a
PA
112382016-08-09 Pedro Alves <palves@redhat.com>
11239
11240 PR gdb/18653
11241 * gdb.base/signals-state-child.c: New file.
11242 * gdb.base/signals-state-child.exp: New file.
11243 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11244
e5ca03b4
PA
112452016-08-09 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11248
282a0691
TT
112492016-08-03 Tom Tromey <tom@tromey.com>
11250
11251 PR python/18565:
11252 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11253
41bfcd63
YQ
112542016-08-01 Yao Qi <yao.qi@linaro.org>
11255
11256 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11257 variable mode to "multi-process" if $multi_process is 1, otherwise
11258 set it to "single-process".
11259
e3465b24
YQ
112602016-08-01 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11263 * gdb.cp/cpexprs.exp: Likewise.
11264 * gdb.cp/m-static.exp: Likewise.
11265
0b31a4bc
TT
112662016-07-26 Tom Tromey <tom@tromey.com>
11267
11268 PR python/20190:
11269 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11270 test.
11271
e0461dbb
MM
112722016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11273
11274 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11275 selecting assembly source files.
11276 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11277 assembly source files.
11278 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11279 assembly source files.
11280 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11281 selecting assembly source files.
11282
8194e927
SM
112832016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11284
11285 * gdb.base/new-ui.exp (do_test_invalid_args): New
11286 procedure.
11287
c0272db5
TW
112882016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11289
11290 * gdb.btrace/reconnect.c: New file.
11291 * gdb.btrace/reconnect.exp: New file.
11292
e3487908
GKB
112932016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11294
11295 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11296 to test_catch_syscall_group.
11297 (test_catch_syscall_group): New.
11298
12df5c00
TT
112992016-07-21 Tom Tromey <tom@tromey.com>
11300
11301 * gdb.rust/simple.rs (main): Use empty struct expression.
11302 * gdb.rust/simple.exp: Add tests for empty struct expression.
11303
bae62ee2
YQ
113042016-07-21 Yao Qi <yao.qi@linaro.org>
11305
11306 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11307 if gdb_skip_xml_test is true on some targets.
11308
b1b53fb3
YQ
113092016-07-21 Yao Qi <yao.qi@linaro.org>
11310
11311 * gdb.server/solib-list.exp: Unset last_loaded_file.
11312
027d97f8
JK
113132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11314
11315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11316 "step into captured_main (args)".
11317
7674d381
JK
113182016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11319
11320 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11321
72b5d099
JK
113222016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11325
1f960ced
PA
113262016-07-19 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11329 * gdb.opt/inline-bt.exp: Likewise.
11330 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11331 additional_flags=-Winline.
11332 * gdb.opt/inline-locals.exp: Likewise.
11333 * gdb.opt/inline-markers.c (ATTR): Define.
11334 (inlined_fn): Use it.
11335
f25827c1
YQ
113362016-07-19 Yao Qi <yao.qi@linaro.org>
11337
11338 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11339 (test_with_self): Remove some code. Remove argument executable.
11340 (top-level): Use do_self_tests.
11341
37539ebe
DB
113422016-07-15 Zachary Welch <zwelch@codesourcery.com>
11343 Don Breazeal <donb@codesourcery.com>
11344
11345 * gdb.base/maint.exp: Escape paths used in regular expressions.
11346 * gdb.stabs/weird.exp: Likewise.
11347
dac790e1
TT
113482016-07-13 Tom Tromey <tom@tromey.com>
11349
11350 PR python/15620, PR python/18620:
11351 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11352 (test_bkpt_events): New procs.
11353
93daf339
TT
113542016-07-13 Tom Tromey <tom@tromey.com>
11355
11356 PR python/17698:
11357 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11358 test.
11359 (test_watchpoints): Likewise.
11360 (test_bkpt_pending): New proc.
11361
6571a381
TT
113622016-07-13 Tom Tromey <tom@tromey.com>
11363
11364 PR cli/18053:
11365 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11366 completion test.
11367
e8732474
JK
113682016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11369
11370 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11371 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11372 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11373 f_label.
11374 (g): Rename g_end_lbl to g_label.
11375 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11376 low_pc and high_pc.
11377 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11378
e0f3fd7c
TT
113792016-07-12 Tom Tromey <tom@tromey.com>
11380
11381 PR python/19293:
11382 * gdb.python/py-unwind-maint.exp: Update tests.
11383
3cfe46b6
YQ
113842016-07-12 Yao Qi <yao.qi@linaro.org>
11385
11386 * lib/selftest-support.exp (selftest_setup): Match the output
11387 when captured_main is inlined.
11388
4f19a0e6
WT
113892016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11390
11391 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11392 New variables.
11393 (print this%a, print this%b, print this): New tests.
11394 * gdb.fortran/derived-types.f90 (this): New object and
11395 initialization.
11396
986cf455
SM
113972016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11398
11399 * gdb.ada/arraydim.exp: Remove extra directory level in build
11400 directory.
11401
f0464b23
SM
114022016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11403
11404 * lib/ada.exp: Remove extra directory level in build directory.
11405 * gdb.ada/cond_lang.exp: Likewise.
11406 * gdb.ada/exec_changed.exp: Likewise.
11407 * gdb.ada/lang_switch.exp: Likewise.
11408
42d94011
MG
114092016-07-06 Manish Goregaokar <manish@mozilla.com>
11410
2806dc7e
PA
11411 * simple.rs: Add test for raw pointer subscripting.
11412 * simple.exp: Add test expectations.
42d94011 11413
647c264c
YQ
114142016-07-05 Yao Qi <yao.qi@linaro.org>
11415
11416 * gdb.mi/mi-reverse.exp: Match =record-started output.
11417
20aa2c60
PA
114182016-07-01 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11421 procedure.
11422 (jit_reader_test): Test the jit reader's unwinder.
11423 * gdb.base/jithost.c (jit_function_00_code): New global.
11424 (main): Use memcpy to fill in the mmapped code, instead of poking
11425 bytes manually here.
11426 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11427 value.
11428 (read_debug_info): Save the function's range.
11429 (read_sp): New function.
11430 (unwind_frame): Use it. Also unwind RBP.
11431 (get_frame_id): Use read_sp.
11432 (gdb_init_reader): Use calloc instead of malloc.
11433 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11434 parameter. Use gdb_test_multiple.
11435
ced2dffb
PA
114362016-07-01 Pedro Alves <palves@redhat.com>
11437 Antoine Tremblay <antoine.tremblay@ericsson.com>
11438
11439 * gdb.threads/process-dies-while-detaching.c: New file.
11440 * gdb.threads/process-dies-while-detaching.exp: New file.
11441
63000888
PA
114422016-07-01 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.multi/watchpoint-multi-exit.c: New file.
11445 * gdb.multi/watchpoint-multi-exit.exp: New file.
11446
038d4868
PA
114472016-06-30 Pedro Alves <palves@redhat.com>
11448
11449 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11450 unset inferior_spawn_id.
11451
994e9c83
PA
114522016-06-30 Pedro Alves <palves@redhat.com>
11453
11454 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11455 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11456
e5653468
YQ
114572016-06-29 Yao Qi <yao.qi@linaro.org>
11458
11459 * gdb.base/return.c: Add copyright header.
11460
803b47e5
TT
114612016-06-29 Tom Tromey <tom@tromey.com>
11462
11463 PR python/20129:
11464 * gdb.python/py-framefilter.exp: Add tests for setting priority
11465 and disabling of non-existent frame filter.
11466
28244707
YQ
114672016-06-29 Yao Qi <yao.qi@linaro.org>
11468
11469 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11470 0x0f07ff.
11471
a31d2f06
YQ
114722016-06-28 Yao Qi <yao.qi@linaro.org>
11473
11474 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11475 triplets. Start gdb, execute catch syscall, and continue. Check
11476 gdb's output to determine catch syscall is supported.
11477
921d8f54
MG
114782016-06-27 Manish Goregaokar <manish@mozilla.com>
11479
25d49b86
PA
11480 * gdb.rust/simple.rs: Add test for returning unit in a function.
11481 * gdb.rust/simple.exp: Add expectation for functions returning
11482 unit.
921d8f54 11483
f4952523
PMR
114842016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11485
11486 * gdb.python/py-breakpoint-create-fail.c,
11487 gdb.python/py-breakpoint-create-fail.exp,
11488 gdb.python/py-breakpoint-create-fail.py: New testcase.
11489
fccb08f8
MG
114902016-06-25 Manish Goregaokar <manish@mozilla.com>
11491
11492 PR gdb/20239
11493 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11494 * gdb.rust/simple.exp: Add test expectations for new NonZero
11495 tests.
fccb08f8 11496
6b850546
DT
114972016-06-24 David Taylor <dtaylor@emc.com>
11498
11499 * gdb.base/offsets.exp: New file.
11500 * gdb.base/offsets.c: New file.
11501
17621150
TT
115022016-06-23 Tom Tromey <tom@tromey.com>
11503
11504 PR gdb/16483:
11505 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11506 before any filters are loaded.
11507
04d59df6
WT
115082016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11509
11510 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11511 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11512 structs.
11513 * gdb.fortran/derived-type-function.exp: New file.
11514 * gdb.fortran/derived-type-function.f90: New file.
11515
11516
ac69f786
PA
115172016-06-21 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.base/new-ui.exp: New file.
11520 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11521 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11522 (with_spawn_id): New procedure.
11523
49940788
PA
115242016-06-21 Pedro Alves <palves@redhat.com>
11525
11526 * gdb.mi/mi-exec-run.exp: New file.
11527
ef274d26
PA
115282016-06-21 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11531 breakpoint command's output on the main UI.
11532 (test_break): New procedure, factored out from calls in the top
11533 level.
11534 (top level): Use foreach_with_prefix to test MI as main UI and as
11535 separate UI.
11536
468afe6c
PA
115372016-06-21 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11540 (test_awatch_creation_and_listing)
11541 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11542 Remove 'type' parameter.
11543 (test_watchpoint_all): New parameter mi_mode. Remove
11544 with_test_prefix.
11545 (top level): Use foreach_with_prefix, and add main/separate UI MI
11546 testing axis.
11547
51f77c37
PA
115482016-06-21 Pedro Alves <palves@redhat.com>
11549
11550 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11551 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11552 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11553 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11554 (gdb_main_spawn_id, mi_spawn_id): Declare and
11555 comment.
11556 (mi_create_inferior_pty): New procedure,
11557 factored out from default_mi_gdb_start.
11558 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11559 procedures.
11560 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11561 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11562 Use mi_create_inferior_pty.
11563 (mi_gdb_start): Use eval to pass down args list.
11564
8980e177
PA
115652016-06-21 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11568 * gdb.opt/inline-cmds.exp: Add MI tests.
11569
f38d3ad1
PA
115702016-06-21 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11573
45db7c09
PA
115742016-06-21 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11577 (top level): Use it instead of mi_execute_to.
11578
5a069ab3
PA
115792016-06-21 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11582 (cont_handler_str): New.
11583 (signal_stop_handler): Set stop_handler_str instead of printing to
11584 stdout.
11585 (continue_handler): Set cont_handler_str instead of printing to
11586 stdout.
11587 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11588 mi_send_resuming_command. Print stop_handler_str and
11589 cont_handler_str instead of expecting the python events print
11590 directly.
11591
2838cc1d
SD
115922016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11593
11594 * gdb.base/jit-reader.exp: New file.
11595 * gdb.base/jithost.c: New file.
11596 * gdb.base/jithost.h: New file.
11597 * gdb.base/jitreader.c : New file.
11598 * gdb.base/jit-protocol.h: New file.
11599
21a77091
YQ
116002016-06-17 Yao Qi <yao.qi@linaro.org>
11601
11602 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11603 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11604 and detach-on-fork. Adjust tests.
11605 (top level): Invoke break_cond_on_syscall with combinations of
11606 syscall, follow-fork-mode and detach-on-fork.
11607
f50bf8e5
YQ
116082016-06-17 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.base/step-over-exit.c: New.
11611 * gdb.base/step-over-exit.exp: New.
11612
a28d8e50
YTL
116132016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11614
11615 * gdb.base/float.exp: Add target check for nds32*-*-*.
11616 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11617
cad8e26d
AB
116182016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11619
11620 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11621 for unsupported target features.
11622 * gdb.base/call-rt-st.exp: Likewise.
11623 * gdb.base/call-sc.exp: Likewise.
11624 * gdb.base/call-signal-resume.exp: Likewise.
11625 * gdb.base/call-strs.exp: Likewise.
11626 * gdb.base/callexit.exp: Likewise.
11627 * gdb.base/callfuncs.exp: Likewise.
11628 * gdb.base/nodebug.exp: Likewise.
11629 * gdb.base/printcmds.exp: Likewise.
11630 * gdb.base/ptype.exp: Likewise.
11631 * gdb.base/structs.exp: Likewise.
11632 * gdb.base/unwindonsignal.exp: Likewise.
11633 * gdb.cp/gdb2495.exp: Likewise.
11634 * gdb.cp/templates.exp: Likewise.
11635 * gdb.cp/virtfunc.exp: Likewise.
11636 * gdb.threads/hand-call-in-threads.exp: Likewise.
11637 * gdb.threads/interrupted-hand-call.exp: Likewise.
11638 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11639
347dc102
TT
116402016-06-10 Tom Tromey <tom@tromey.com>
11641
11642 PR rust/20110:
11643 * gdb.rust/expr.exp: Add test for integer constant larger than
11644 i32.
11645
5e13cf25
BH
116462016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11647
11648 * gdb.fortran/nested-funcs.exp: New.
11649 * gdb.fortran/nested-funcs.f90: New.
11650
bb556f1f
TK
116512016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11652
11653 * gdb.base/examine-backward.c: New file.
11654 * gdb.base/examine-backward.exp: New file.
11655
38b022b4
SM
116562016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11659 matching.
11660
1b40ec05
TT
116612016-06-02 Tom Tromey <tom@tromey.com>
11662
11663 PR python/18984:
11664 * gdb.python/py-shared.exp: Add solib_name test.
11665
193bd378
SM
116662016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11667
11668 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11669
3326303b
MG
116702016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11671
11672 PR c++/19893
11673 * gdb.dwarf2/implref.exp: Rename to...
11674 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11675 * gdb.dwarf2/implref-array.c: New file.
11676 * gdb.dwarf2/implref-array.exp: Likewise.
11677 * gdb.dwarf2/implref-global.c: Likewise.
11678 * gdb.dwarf2/implref-global.exp: Likewise.
11679 * gdb.dwarf2/implref-struct.c: Likewise.
11680 * gdb.dwarf2/implref-struct.exp: Likewise.
11681
825c8ef2
AT
116822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11683
11684 * gdb.trace/trace-condition.exp: Add 64bit tests.
11685
2320162a
AT
116862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11687
11688 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11689 bits types.
11690 (main): Adapt to 8 to 64 bits types.
11691 * gdb.trace/trace-condition.exp: Add new tests.
11692
a7818233
AT
116932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11694
11695 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11696
0d336466
AT
116972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11698
11699 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11700 Move condition tests...
11701 * gdb.trace/trace-condition.exp: Here.
11702
7faeb45a
AT
117032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11704
11705 * gdb.trace/trace-condition.exp: Add counter-case tests.
11706
e385593e
JK
117072016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11708
11709 PR c++/15231
11710 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11711 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11712
744608cc
PA
117132016-05-27 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11716 New procedure.
11717 (top level): Call it, and bail out of DejaGnu is known to be bad.
11718
ac775bf4
AB
117192016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11720
11721 * gdb.base/whatis.c: Extend the test case.
11722 * gdb.base/whatis.exp: Add additional tests.
11723
2bbad2ea
BH
117242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11725
11726* gdb.fortran/type.f90: Add pointer variable.
11727* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11728
8b70175d
BH
117292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11730
11731 * gdb.fortran/vla-type.exp: Fix testcase name.
11732
86d8a848
BH
117332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11734
11735 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11736
e188eb36
BH
117372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11738
11739 * gdb.fortran/type.f90: Add nested structures.
11740 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11741 * gdb.fortran/derived-type.exp: Adapt expected output.
11742 * gdb.fortran/vla-type.exp: Adapt expected output.
11743
9b2db1fd
BH
117442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11745
11746 * gdb.fortran/whatis_type.exp: Adapt expected output.
11747
72b17055
BH
117482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11749
11750 * gdb.fortran/print_type.exp: Fix expected output.
11751 * gdb.fortran/whatis_type.exp: Fix expected output.
11752
3cd81d8d
BH
117532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11754
11755 * gdb.fortran/whatis_type.exp: Use multi_line.
11756
ddae9462
TT
117572016-05-24 Tom Tromey <tom@tromey.com>
11758
11759 PR python/17386:
11760 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11761 use value as an index.
11762
1957f6b8
TT
117632016-05-23 Tom Tromey <tom@tromey.com>
11764
11765 PR python/17981:
11766 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11767 no-breakpoint case.
11768
026a9174
PA
117692016-05-24 Pedro Alves <palves@redhat.com>
11770
11771 PR gdb/19828
11772 * gdb.threads/clone-attach-detach.c: New file.
11773 * gdb.threads/clone-attach-detach.exp: New file.
11774
e70a7231
FR
117752016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11776
11777 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11778
0f6ed0e0
TT
117792016-05-23 Tom Tromey <tom@tromey.com>
11780
11781 PR python/19438, PR python/18393:
11782 * gdb.python/py-progspace.exp: Add "dir" test.
11783 * gdb.python/py-objfile.exp: Add "dir" test.
11784
ffd19d61
YQ
117852016-05-23 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11788 * gdb.arch/thumb2-it.exp: Likewise.
11789
9e8f9b05
SM
117902016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11791
11792 * gdb.mi/mi-threads-interrupt.c: New file.
11793 * gdb.mi/mi-threads-interrupt.exp: New file.
11794
61c6156d
SM
117952016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11796
11797 PR gdb/18077
11798 * gdb.mi/mi-async-run.exp: New file.
11799 * gdb.mi/mi-async-run.c: New file.
11800
67218854
TT
118012016-05-17 Tom Tromey <tom@tromey.com>
11802 Manish Goregaokar <manishsmail@gmail.com>
11803
11804 * lib/rust-support.exp: New file.
11805 * lib/gdb.exp (skip_rust_tests): New proc.
11806 (build_executable_from_specs): Handle rust.
11807 * lib/future.exp (gdb_find_rustc): New proc.
11808 (gdb_default_target_compile): Handle rust.
11809 * gdb.rust/expr.exp: New file.
11810 * gdb.rust/generics.exp: New file.
11811 * gdb.rust/generics.rs: New file.
11812 * gdb.rust/methods.exp: New file.
11813 * gdb.rust/methods.rs: New file.
11814 * gdb.rust/modules.exp: New file.
11815 * gdb.rust/modules.rs: New file.
11816 * gdb.rust/simple.exp: New file.
11817 * gdb.rust/simple.rs: New file.
11818
c44af4eb
TT
118192016-05-17 Tom Tromey <tom@tromey.com>
11820
11821 * gdb.base/default.exp (set language): Add rust.
11822
dcd1f979
TT
118232016-05-17 Tom Tromey <tom@tromey.com>
11824
11825 * gdb.gdb/unittest.exp: New file.
11826
155b7f57
YQ
118272016-05-16 Yao Qi <yao.qi@linaro.org>
11828
11829 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11830 shell_prompt. Update shell_prompt_re.
11831
8ddd5a6c
DE
118322016-05-12 Doug Evans <dje@google.com>
11833
11834 PR symtab/19999
11835 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11836 $options when building executable.
11837 * gdb.dwarf2/fission-loclists-pie.S: New file.
11838 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11839
02e370d9
SM
118402016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11841
11842 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11843 of [is_remote target],
11844
8929ad8b
SM
118452016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11846
11847 * lib/gdb.exp (use_gdb_stub): New procedure.
11848
6c447423
DE
118492016-05-03 Yunlian Jiang <yunlian@google.com>
11850 Doug Evans <dje@google.com>
11851
11852 PR symtab/19914
11853 * gdb.dwarf2/dwp-sepdebug.c: New file.
11854 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11855
444e826c
SM
118562016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11857
11858 * gdb.base/detach.exp: Remove is_remote check.
11859
740feeaa
SM
118602016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11861
11862 * gdb.base/annota-input-while-running.exp: Don't check for
11863 [is_remote target]. Enable annotations after running to main.
11864 Remove unused "set test..." line.
11865
9080ac9d
SM
118662016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.trace/trace-enable-disable.exp: New file.
11869 * gdb.trace/trace-enable-disable.c: New file.
11870
952ebca5
SM
118712016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11872
11873 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11874 use it in info sharedlibrary test.
11875 * gdb.trace/ftrace-lock.exp: Likewise.
11876 * gdb.trace/ftrace.exp: Likewise.
11877 * gdb.trace/range-stepping.exp: Likewise.
11878 * gdb.trace/trace-break.exp: Likewise.
11879 * gdb.trace/trace-condition.exp: Likewise.
11880 * gdb.trace/trace-mt.exp: Likewise.
11881
d9019901
SM
118822016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11883
11884 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11885 (gdb_load_shlib): ... this.
11886 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11887 gdb_load_shlib.
11888 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11889 * gdb.base/ctxobj.exp: Likewise.
11890 * gdb.base/dprintf-pending.exp: Likewise.
11891 * gdb.base/dso2dso.exp: Likewise.
11892 * gdb.base/fixsection.exp: Likewise.
11893 * gdb.base/gcore-relro.exp: Likewise.
11894 * gdb.base/gdb1555.exp: Likewise.
11895 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11896 * gdb.base/gnu-ifunc.exp: Likewise.
11897 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11898 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11899 * gdb.base/pending.exp: Likewise.
11900 * gdb.base/print-file-var.exp: Likewise.
11901 * gdb.base/print-symbol-loading.exp: Likewise.
11902 * gdb.base/shlib-call.exp: Likewise.
11903 * gdb.base/shreloc.exp: Likewise.
11904 * gdb.base/so-impl-ld.exp: Likewise.
11905 * gdb.base/solib-disc.exp: Likewise.
11906 * gdb.base/solib-nodir.exp: Likewise.
11907 * gdb.base/solib-overlap.exp: Likewise.
11908 * gdb.base/solib-symbol.exp: Likewise.
11909 * gdb.base/solib-weak.exp (do_test): Likewise.
11910 * gdb.base/sym-file.exp: Likewise.
11911 * gdb.base/symtab-search-order.exp: Likewise.
11912 * gdb.base/type-opaque.exp: Likewise.
11913 * gdb.base/unload.exp: Likewise.
11914 * gdb.base/watchpoint-solib.exp: Likewise.
11915 * gdb.compile/compile.exp: Likewise.
11916 * gdb.cp/gdb2384.exp: Likewise.
11917 * gdb.cp/infcall-dlopen.exp: Likewise.
11918 * gdb.cp/re-set-overloaded.exp: Likewise.
11919 * gdb.fortran/library-module.exp: Likewise.
11920 * gdb.opt/solib-intra-step.exp: Likewise.
11921 * gdb.python/py-finish-breakpoint.exp: Likewise.
11922 * gdb.python/py-shared.exp: Likewise.
11923 * gdb.reverse/solib-precsave.exp: Likewise.
11924 * gdb.reverse/solib-reverse.exp: Likewise.
11925 * gdb.server/solib-list.exp: Likewise.
11926 * gdb.threads/dlopen-libpthread.exp: Likewise.
11927 * gdb.threads/tls-shared.exp: Likewise.
11928 * gdb.threads/tls-so_extern.exp: Likewise.
11929 * gdb.trace/change-loc.exp: Likewise.
11930 * gdb.trace/ftrace-lock.exp: Likewise.
11931 * gdb.trace/ftrace.exp: Likewise.
11932 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11933 * gdb.trace/pending.exp: Likewise.
11934 * gdb.trace/range-stepping.exp: Likewise.
11935 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11936 (strace_info_marker): Likewise.
11937 (strace_probe_marker): Likewise.
11938 (strace_trace_on_same_addr): Likewise.
11939 (strace_trace_on_diff_addr): Likewise.
11940 * gdb.trace/trace-break.exp: Likewise.
11941 * gdb.trace/trace-condition.exp: Likewise.
11942 * gdb.trace/trace-mt.exp: Likewise.
11943
fca4cfd9
SM
119442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11945
11946 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11947 result of gdb_remote_download.
11948 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11949 * gdb.base/dso2dso.exp: Likewise.
11950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11951 * gdb.base/print-file-var.exp: Likewise.
11952 * gdb.base/shlib-call.exp: Likewise.
11953 * gdb.base/shreloc.exp: Likewise.
11954 * gdb.base/solib-overlap.exp: Likewise.
11955 * gdb.base/solib-weak.exp (do_test): Likewise.
11956 * gdb.base/unload.exp: Likewise.
11957
11cf4ffb
YQ
119582016-04-27 Yao Qi <yao.qi@linaro.org>
11959
11960 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11961 exists.
11962
3e2e34f8
KB
119632016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11964
11965 * vla-type.exp: Print structure from toplevel.
11966
8f07e298
BH
119672016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11968
11969 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11970 of dynamic types.
11971 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11972 of dynamic types.
11973
9920b434
BH
119742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11975
11976 * gdb.fortran/vla-type.f90: New file.
11977 * gdb.fortran/vla-type.exp: New file.
11978
f3abeff5
YQ
119792016-04-25 Yao Qi <yao.qi@linaro.org>
11980
11981 * gdb.base/branch-to-self.c: New file.
11982 * gdb.base/branch-to-self.exp: New file.
11983
0a5d52f0
YQ
119842016-04-22 Yao Qi <yao.qi@linaro.org>
11985
11986 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11987 more after $hex.
11988
495346f6
YQ
119892016-04-22 Yao Qi <yao.qi@linaro.org>
11990
11991 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11992 * gdb.base/annota3.exp: Likewise.
11993
4a7e075c
YQ
119942016-04-22 Yao Qi <yao.qi@linaro.org>
11995
11996 * gdb.reverse/step-precsave.exp: Do one step and test program
11997 stops in "callee" and do multiple steps until program goes out
11998 of "callee".
11999 * gdb.reverse/step-reverse.exp: Likewise.
12000
5b061e98
YQ
120012016-04-22 Yao Qi <yao.qi@linaro.org>
12002
12003 * gdb.trace/signal.exp: Also pass if
12004 $tracepoint_hits($i) > $iterations.
12005
5c5dc57f
YQ
120062016-04-22 Yao Qi <yao.qi@linaro.org>
12007
12008 * gdb.trace/signal.c: New file.
12009 * gdb.trace/signal.exp: New file.
12010
a55411b9
DE
120112016-04-19 Doug Evans <xdje42@gmail.com>
12012
12013 * gdb.base/bad-file.exp: New file.
12014
a22df60a
MG
120152016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12016
12017 * gdb.dwarf2/implref.exp: New file.
12018
0c13f7e5
BH
120192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12020
12021 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12022 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12023 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12024 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12025 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12026 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12027 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12028 * lib/fortran.exp (fortran_int4): New procedure.
12029 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12030 (fortran_logical4): Likewise.
12031
9b9b09e9
BH
120322016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12033
12034 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12035
a14d1f4d
BH
120362016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12037
12038 * lib/compiler.c: Add Intel specific preprocessor macros.
12039 * lib/compiler.cc: Likewise.
25d49b86 12040
7d49b1d0
LM
120412016-04-13 Luis Machado <lgustavo@codesourcery.com>
12042
12043 * gdb.server/connect-with-no-symbol-file.c: New file.
12044 * gdb.server/connect-with-no-symbol-file.exp: New file.
12045
8392fa22
SM
120462016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12049
8c4c4aeb
SM
120502016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12051
12052 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12053 standard output directory.
12054
45e3745e
AT
120552016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12056
12057 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12058
e26b7e41
MM
120592016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12060
12061 * gdb.btrace/instruction_history.c (loop): Add declaration.
12062
8ce09462
AT
120632016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12064
12065 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12066
2e88a1ea
SM
120672016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12068
12069 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12070 parentheses to print.
12071 (continue_handler): Likewise.
12072
f48e22e3
SM
120732016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12074
12075 * gdb.server/solib-list.exp: Remove is_remote check.
12076 Pass shlib= to gdb_compile. Don't link shared library with
12077 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12078 Run binary filename through "readlink -f" on the target.
12079
096be756
PA
120802016-04-08 Pedro Alves <palves@redhat.com>
12081
12082 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12083 interpreter filename as argument to gdbserver_spawn.
12084 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12085 Return empty if $last_loaded_file does not exist.
12086
06500533
JK
120872016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12088
12089 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12090 * gdb.base/jit-main.c: Use exit after usage.
12091
2d35e871
JK
120922016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12093
12094 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12095 GDBHISTSIZE prior to the tests.
12096 * gdb.base/gdbinit-history.exp: Likewise.
12097
120982016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12099
12100 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12101 instead of build_executable. Use gdb_load_shlibs.
12102
c8064e7e
YQ
121032016-04-07 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12106 Execute "si" command.
12107
bde47561
YQ
121082016-04-07 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12111 number instead of the comments on some line.
12112
b16f8a3b
DB
121132016-04-06 Don Breazeal <donb@codesourcery.com>
12114
12115 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12116 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12117
c2f901df
SM
121182016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12119
12120 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12121 standard_output_file. Remove unused binfile variable.
12122
ac17fda0
CU
121232016-04-05 Catalin Udma <catalin.udma@freescale.com>
12124
12125 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12126 * gdb.python/py-mi-objfile.exp: Match "list main" output
12127 in console format.
12128
03a8c4df
SM
121292016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12130
12131 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12132 absolute.
12133
6e774b13
SM
121342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12135
12136 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12137 absolute.
12138 * gdb.trace/ftrace.exp: Likewise.
12139 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12140 targets as well.
12141 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12142 (gdb_load_shlibs): Copy libraries to test directory when testing
12143 natively. Only set solib-search-path if testing remotely.
12144 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12145
7817ea46
SM
121462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12147
12148 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12149 gdb_download. Use it even if the target is not remote.
12150 * gdb.base/jit.exp (compile_jit_test): Likewise.
12151 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12152 output directory if the destination board is local, otherwise use
12153 the standard remote_download from DejaGnu.
12154 (gdb_download): Remove.
12155 (gdb_load_shlibs): Use gdb_remote_download instead of
12156 gdb_download.
12157 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12158 Use gdb_remote_download instead of gdb_download. Use it even if
12159 the target is not remote.
12160 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12161 instead of gdb_download.
12162
7beb7f68
SM
121632016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12164
12165 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12166 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12167 run.
12168
cc63428a
AV
121692016-04-01 Artemiy Volkov <artemiyv@acm.org>
12170
12171 PR gdb/19820
12172 * gdb.base/printcmds.exp: Add artificial arrays tests.
12173
64cdf930
PA
121742016-03-31 Pedro Alves <palves@redhat.com>
12175
12176 PR gdb/19858
12177 * gdb.base/jit-main.c: Include unistd.h.
12178 (ATTACH): Define to 0 if not already defined.
12179 (wait_for_gdb, mypid): New globals.
12180 (WAIT_FOR_GDB): New macro.
12181 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12182 some breakpoint locations.
12183 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12184 New procedures.
12185 (one_jit_test): Add REATTACH parameter, and handle it. Use
12186 continue_to_test_location.
12187 (top level): Test attach, and adjusts calls to one_jit_test.
12188
40dea8cb
PA
121892016-03-31 Pedro Alves <palves@redhat.com>
12190
12191 PR gdb/19858
12192 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12193 BINSUFFIX parameter, and handle it.
12194 (top level): Adjust calls compile_jit_test.
12195
e7ea3ec7
CU
121962016-03-31 Catalin Udma <catalin.udma@freescale.com>
12197
12198 PR python/19743
12199 * gdb.python/py-mi-events-gdb.py: New file.
12200 * gdb.python/py-mi-events.c: New file.
12201 * gdb.python/py-mi-events.exp: New file.
12202
e6359af3
YQ
122032016-03-30 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.reverse/until-precsave.exp: Match function name only.
12206 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12207 Move malloc to a condition block.
12208 * gdb.reverse/until-reverse.exp: Match function name only.
12209
a4105d04
MK
122102016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12211
12212 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12213 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12214 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12215 variable for GPR 0 instead of assuming it is register 0.
12216 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12217 * lib/trace-support.exp: Add s390 registers.
12218
bfa6adb9
YQ
122192016-03-29 Yao Qi <yao.qi@linaro.org>
12220
12221 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12222
1e6697ea
YQ
122232016-03-24 Yao Qi <yao.qi@linaro.org>
12224
12225 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12226 test message.
12227
64bcd522
AA
122282016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12229
12230 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12231 maintaining separate logic for constructing the output path.
12232
7868401b
DB
122332016-03-16 Don Breazeal <donb@codesourcery.com>
12234
12235 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12236 Retry fork and waitpid on interrupted system call errors.
12237 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12238 Use with_timeout_factor to increase timeout by factor of 10.
12239
1cafadb4
DB
122402016-03-15 Don Breazeal <donb@codesourcery.com>
12241
12242 * gdb.cp/scope-err.cc: New test program.
12243 * gdb.cp/scope-err.exp: New test script.
12244 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12245 lines and "set breakpoint here" comment.
12246 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12247 Fixed some whitespace and format issues.
12248 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12249 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12250
81516450
DE
122512016-03-15 Doug Evans <dje@google.com>
12252
12253 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12254 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12255 All callers updated. Add tests for enums, mixed flags register.
12256
aa52b601
DE
122572016-03-15 Doug Evans <dje@google.com>
12258
12259 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12260 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12261
fa4ff313
SM
122622016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12263
12264 * gdb.base/default.exp: Add $_as_string to the list of expected
12265 convenience functions.
12266
f2403c39
AB
122672016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12268
12269 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12270
f2f3ccb9
SM
122712016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12272
12273 * gdb.python/py-as-string.exp: New file.
12274 * gdb.python/py-as-string.c: New file.
12275
00dbd492
PA
122762016-03-09 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12279 signal" -> "Thread NN received signal" output change.
12280 * gdb.threads/ia64-sigill.exp: Likewise.
12281 * gdb.threads/linux-dp.exp: Likewise.
12282 * gdb.threads/manythreads.exp: Likewise.
12283 * gdb.threads/pending-step.exp: Likewise.
12284 * gdb.threads/print-threads.exp: Likewise.
12285 * gdb.threads/sigstep-threads.exp: Likewise.
12286 * gdb.threads/staticthreads.exp: Likewise.
12287 * gdb.threads/tls.exp: Likewise.
12288
1e6697ea
YQ
122892016-03-09 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.base/command-line-input.exp: New file.
12292
b04fd3be
MK
122932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12294
12295 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12296 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12297 * gdb.trace/pending.exp: Accept leading dot before function name.
12298 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12299 * lib/trace-support.exp: Set registers for ppc.
12300
98fa59e9
MK
123012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12302
12303 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12304 use it for disassembly; accept .main in addition to main in backtrace.
12305
f77198c8
MK
123062016-03-09 Wei-cheng Wang <cole945@gmail.com>
12307 Marcin Kościelnicki <koriakin@0x04.net>
12308
12309 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12310 (gdb_recursion_test_ptr): New global variable.
12311 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12312 gdb_recursion_test.
12313 (gdb_c_test): Ditto.
12314
ba84e0da
MK
123152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12316
12317 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12318 ordering.
12319
4366d36e
MK
123202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12321
12322 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12323 (bar): Add bar_start_lbl label.
12324 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12325 of foo/bar for emitting DWARF and tracing.
12326
5eb264df
SDJ
123272016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12328
12329 * analyze-racy-logs.py: Set executable bit.
12330
fb6a751f
SDJ
123312016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12332
12333 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12334 (CHECK_TARGET_TMP): Likewise.
12335 (check-single-racy): New rule.
12336 (check-parallel-racy): Likewise.
12337 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12338 (do-check-parallel-racy): New rule.
12339 (check-racy/%.exp): Likewise.
12340 * README (Racy testcases): New section.
12341 * analyze-racy-logs.py: New file.
12342
bdf7e230
DE
123432016-03-03 Doug Evans <dje@google.com>
12344
12345 * gdb.base/skip.exp: Use with_test_prefix.
12346
4719d415
YQ
123472016-03-03 Yao Qi <yao.qi@linaro.org>
12348
12349 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12350 Invoke step_over_syscall "clone" and break_cond_on_syscall
12351 "clone".
12352 * gdb.base/step-over-clone.c: New file.
12353
ea507862
YQ
123542016-03-03 Yao Qi <yao.qi@linaro.org>
12355
12356 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12357 code format.
12358
8fc8cbda
YQ
123592016-03-03 Yao Qi <yao.qi@linaro.org>
12360
12361 * gdb.base/disp-step-fork.c: Rename to ...
12362 * gdb.base/step-over-fork.c: ... it. New file.
12363 * gdb.base/disp-step-vfork.c: Rename to ...
12364 * gdb.base/step-over-vfork.c: ... it. New file.
12365 * gdb.base/disp-step-syscall.exp: Rename to ...
12366 * gdb.base/step-over-syscall.exp: ... it. New file.
12367 (disp_step_cross_syscall): Rename to ...
12368 (step_over_syscall): ... it.
12369
92fa70b0
YQ
123702016-03-03 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12373 If target supports condition evaluation on target, invoke
12374 break_cond_on_syscall for fork and vfork.
12375
e197ad3c
YQ
123762016-03-03 Yao Qi <yao.qi@linaro.org>
12377
12378 * gdb.base/disp-step-syscall.exp: Don't invoke
12379 support_displaced_stepping.
12380 (disp_step_cross_syscall): Test with displaced stepping off and
12381 on if supported.
12382
0b47da9f
YQ
123832016-03-03 Yao Qi <yao.qi@linaro.org>
12384
12385 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12386 proc.
12387 (setup): New proc.
12388 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12389 and setup.
12390
065ab6dc
BH
123912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12392
12393 * gdb.fortran/vla-history.exp: Remove breakpoint.
12394
07e448ad 123952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12396
25d49b86
PA
12397 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12398 exceeds timeout.
07e448ad 12399
9ac2d526 124002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12401
25d49b86
PA
12402 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12403 breakpoint.
9ac2d526 12404
17807369
BH
124052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12406
12407 * gdb.mi/vla.f90: Nullify pointer after declaration.
12408
86e501af
PA
124092016-03-01 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12412
1e903e32
PA
124132016-03-01 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12416 before anything else.
12417 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12418 _GNU_SOURCE here.
12419 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12420 before anything else.
12421 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12422
6ccb54e2
PA
124232016-03-01 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12426
30ca9da1
YQ
124272016-03-01 Yao Qi <yao.qi@linaro.org>
12428
12429 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12430 prepare_for_testing.
12431
dc856b38
YQ
124322016-03-01 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12435
4a932159
AA
124362016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12437
12438 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12439 manually constructing the output path.
12440
f2489477
AA
124412016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12442
12443 * gdb.arch/s390-stackless.S: New.
12444 * gdb.arch/s390-stackless.exp: New.
12445
38899f16
IB
124462016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12447
12448 * gdb.dlang/circular.c: New file.
12449 * gdb.dlang/circular.exp: New file.
12450
9fde51ed
YQ
124512016-02-26 Yao Qi <yao.qi@linaro.org>
12452
12453 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12454 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12455 (testcases): Update.
12456
ce90fefe
YQ
124572016-02-26 Yao Qi <yao.qi@linaro.org>
12458
12459 * gdb.reverse/aarch64.c: Rename to ...
12460 * gdb.reverse/insn-reverse.c: ... it.
12461 * gdb.reverse/aarch64.exp: Rename to ...
12462 * gdb.reverse/insn-reverse.exp: ... it.
12463
3263bceb
YQ
124642016-02-26 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12467 (testcase_ftype): New.
12468 (testcases): New array.
12469 (n_testcases): New.
12470 (main): Call each element in testcases.
12471 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12472 (read_testcase): New.
12473 Do the tests in a loop.
12474
6cb59ff1
YQ
124752016-02-25 Yao Qi <yao.qi@linaro.org>
12476
12477 * gdb.base/branches.c: Remove.
12478
ae91f625
MK
124792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12480
12481 PR gdb/13808
12482 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12483
678b48b7
MK
124842016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12485
12486 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12487
7337a6f2
MK
124882016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12489
12490 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12491 change x86_64 call_insn to 'callq'.
12492
861ca91f
AT
124932016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12494
12495 * gdb.trace/tfile-avx.c: Move to...
12496 * gdb.trace/tracefile-pseudo-reg.c: Here.
12497 * gdb.trace/tfile-avx.exp: Move to...
12498 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12499
bf74e428
GB
125002016-02-24 Gary Benson <gbenson@redhat.com>
12501
12502 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12503 message on attach.
12504
cce0e923
DE
125052016-02-23 Doug Evans <dje@google.com>
12506
12507 * gdb.base/skip.c (test_skip): New function.
12508 (end_test_skip_file_and_function): New function.
12509 (test_skip_file_and_function): New function.
12510 * gdb.base/skip1.c (test_skip): New function.
12511 (skip1_test_skip_file_and_function): New function.
12512 * gdb.base/skip.exp: Add tests for new skip options.
12513 * gdb.base/skip-solib.exp: Update expected output.
12514 * gdb.perf/skip-command.cc: New file.
12515 * gdb.perf/skip-command.exp: New file.
12516 * gdb.perf/skip-command.py: New file.
12517
4000e47e
MK
125182016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12519
12520 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12521 info registers pattern.
12522
24f75ead
IB
125232016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12524
12525 * lib/future.exp: Add D support.
12526 (gdb_find_gdc): New proc.
12527 (gdb_default_target_compile): Add D support.
12528
fbb7bcbe
WW
125292016-02-18 Wei-cheng Wang <cole945@gmail.com>
12530
12531 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12532 user+system time.
12533 (trace_speed_test): Determine the iteration count for a time
12534 between 15..30 seconds.
12535
012b3a21
WT
125362016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12537
12538 * gdb.arch/i386-mpx-sigsegv.c: New file.
12539 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12540 * gdb.arch/i386-mpx-simple_segv.c: New file.
12541 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12542
2d5189bd
YQ
125432016-02-18 Yao Qi <yao.qi@linaro.org>
12544
12545 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12546 Don't call setup_kfail.
12547
40fb20d0
YQ
125482016-02-18 Yao Qi <yao.qi@linaro.org>
12549
12550 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12551 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12552
21b1f8d2
DE
125532016-02-16 Doug Evans <dje@google.com>
12554
12555 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12556 * gdb.base/skip1.c: Ditto.
12557 * gdb.base/skip.exp: Whitespace cleanup.
12558
4041ed77
DB
125592016-02-16 Don Breazeal <donb@codesourcery.com>
12560
12561 PR remote/19496
12562 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12563 Remove kfail for PR remote/19496.
12564
c4ef31bf
SM
125652016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * lib/gdb.exp (standard_temp_file): Return a path specific to
12568 the runtest invocation.
12569
266b65b3
SM
125702016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12571
12572 * gdb.trace/save-trace.exp: Change relative path to be in the
12573 standard output directory.
12574
a7a0a6a9
JK
125752016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12576
12577 * gdb.arch/i386-prologue.c: Add missing prototypes.
12578
c99dbb42
JK
125792016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12582 * gdb.arch/i386-prologue.exp: Likewise.
12583 * gdb.arch/i386-size.exp: Likewise.
12584
aa480355
SM
125852016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12588 define object file path.
12589 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12590 file path.
12591 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12592 standard_output_file to define binfile.
12593
ba881f50
JK
125942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12595
12596 Fix compatibility with recent gfortran-5.3.1.
12597 * gdb.fortran/vla-history.exp (print vla1 allocated)
12598 (print vla2 allocated, print $2, print $3): Remove
12599 (print $4): Rename to ...
12600 (print $2): ... here.
12601 (print $9): Rename to ...
12602 (print $5): ... here.
12603 (print $10): Rename to ...
12604 (print $6): ... here.
12605 * gdb.fortran/vla.f90: Add pvla initialization.
12606
e9fb005c
JK
126072016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12608
12609 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12610 New test.
12611 * gdb.fortran/vla-value-sub.exp: Likewise.
12612
e44e00ff
MK
126132016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12614
12615 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12616
97e94151
SM
126172016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12618
12619 * i386-biarch-core.exp: Define corefile using
12620 standard_output_file.
12621
01113bc1
YQ
126222016-02-12 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.arch/arm-single-step-kernel-helper.c: New.
12625 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12626
33b4777c
MM
126272016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12628
12629 * gdb.btrace/tailcall-only.exp: New.
12630 * gdb.btrace/tailcall-only.c: New.
12631 * gdb.btrace/x86_64-tailcall-only.S: New.
12632 * gdb.btrace/i686-tailcall-only.S: New.
12633
acc23c11
PA
126342016-02-11 Pedro Alves <palves@redhat.com>
12635
12636 * README (Parallel testing): Add missing double quotes.
12637
e352bf0a
PA
126382016-02-11 Pedro Alves <palves@redhat.com>
12639
12640 * README (Parallel testing): New section.
12641 (GDB_PARALLEL): Rewrite.
12642 (FORCE_PARALLEL): Document.
12643
9f5fed78
MK
126442016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12645
12646 * gdb.trace/tfile-avx.c: New test.
12647 * gdb.trace/tfile-avx.exp: New test.
12648
9ef9e6a6
KS
126492016-02-09 Keith Seitz <keiths@redhat.com>
12650
12651 PR breakpoints/19546
12652 * gdb.base/infcall-exec.c: New file.
12653 * gdb.base/infcall-exec2.c: New file.
12654 * gdb.base/infcall-exec.exp: New file.
12655
a96e36da
KS
126562016-02-09 Keith Seitz <keiths@redhat.com>
12657
12658 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12659 (toplevel): Call test_bkpt_address.
12660
9f61929f
KS
126612016-02-09 Keith Seitz <keiths@redhat.com>
12662
12663 PR python/19506
12664 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12665 (toplevel): Call test_bkpt_address.
12666
1e94266c
SM
126672016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12668
12669 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12670 to AC_OUTPUT.
12671 * configure: Regenerate.
12672
2a7f3dff
PA
126732016-02-09 Pedro Alves <palves@redhat.com>
12674
12675 PR breakpoints/19548
12676 * gdb.base/execl-update-breakpoints.c (some_function): New
12677 function.
12678 (main): Call it.
12679 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12680 Tighten expected GDB output.
12681
2151ccc5
SM
126822016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12683
12684 * Makefile.in (ALL_SUBDIRS): Remove.
12685 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12686 (distclean maintainer-clean realclean): Likewise.
12687 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12688 * configure: Regenerate.
12689 * gdb.ada/Makefile.in: Delete.
12690 * gdb.arch/Makefile.in: Likewise.
12691 * gdb.asm/Makefile.in: Likewise.
12692 * gdb.base/Makefile.in: Likewise.
12693 * gdb.btrace/Makefile.in: Likewise.
12694 * gdb.cell/Makefile.in: Likewise.
12695 * gdb.compile/Makefile.in: Likewise.
12696 * gdb.cp/Makefile.in: Likewise.
12697 * gdb.disasm/Makefile.in: Likewise.
12698 * gdb.dlang/Makefile.in: Likewise.
12699 * gdb.dwarf2/Makefile.in: Likewise.
12700 * gdb.fortran/Makefile.in: Likewise.
12701 * gdb.gdb/Makefile.in: Likewise.
12702 * gdb.go/Makefile.in: Likewise.
12703 * gdb.guile/Makefile.in: Likewise.
12704 * gdb.java/Makefile.in: Likewise.
12705 * gdb.linespec/Makefile.in: Likewise.
12706 * gdb.mi/Makefile.in: Likewise.
12707 * gdb.modula2/Makefile.in: Likewise.
12708 * gdb.multi/Makefile.in: Likewise.
12709 * gdb.objc/Makefile.in: Likewise.
12710 * gdb.opencl/Makefile.in: Likewise.
12711 * gdb.opt/Makefile.in: Likewise.
12712 * gdb.pascal/Makefile.in: Likewise.
12713 * gdb.perf/Makefile.in: Likewise.
12714 * gdb.python/Makefile.in: Likewise.
12715 * gdb.reverse/Makefile.in: Likewise.
12716 * gdb.server/Makefile.in: Likewise.
12717 * gdb.stabs/Makefile.in: Likewise.
12718 * gdb.threads/Makefile.in: Likewise.
12719 * gdb.trace/Makefile.in: Likewise.
12720 * gdb.xml/Makefile.in: Likewise.
12721 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12722 GDB_PARALLEL.
12723 (standard_output_file): Remove check for GDB_PARALLEL, always
12724 return path in outputs/$subdir/$testname.
12725
437277d4
SM
127262016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12727
12728 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12729 (site.exp): Assign abs_srcdir to tcl's srcdir.
12730
31d913c7
YQ
127312016-02-04 Yao Qi <yao.qi@linaro.org>
12732
12733 * gdb.base/foll-exec-mode.c: Include limits.h.
12734 (main): Add parameters argc and argv. Get directory from
12735 argv[0].
12736 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12737 compilation.
12738 * gdb.base/foll-exec.c: Include limits.h.
12739 (main): Add parameters argc and argv.
12740 Get directory from argv[0].
12741 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12742 Adjust tests on the number of lines as source code changed.
12743 * gdb.base/foll-vfork-exit.c: Include limits.h.
12744 (main): Add one line of statement before vfork.
12745 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12746 (main): Add parameters argc and argv. Get directory from
12747 argv[0].
12748 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12749 (setup_gdb): Set tbreak to skip some source lines.
12750 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12751 (main): Add parameters argc and argv. Get directory from
12752 argv[0].
12753 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12754 compilation.
12755 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12756 (main): Add parameters argc and argv. Get directory from
12757 argv[0].
12758 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12759 compilation.
12760
9482b9fb
DE
127612016-02-01 Doug Evans <dje@google.com>
12762
12763 * gdb.base/skip.exp: Clean up multiple references to same test name.
12764
6b2e4f10
PA
127652016-02-01 Pedro Alves <palves@redhat.com>
12766
ccb6afd6 12767 PR remote/19496
6b2e4f10
PA
12768 * gdb.threads/forking-threads-plus-breakpoint.exp
12769 (displaced_stepping_supported): New global.
12770 (probe_displaced_stepping_support): New procedure.
12771 (do_test): Add 'displaced' parameter, and use it.
12772 (top level): Check for displaced stepping support. Add displaced
12773 stepping on/off testing axis.
12774
37a8db1a
AB
127752016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12776
12777 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12778 pointer. Don't perform further tests on the unassociated pointer
12779 if the first test fails.
12780
5fdf6324
AB
127812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12782
12783 * gdb.base/max-value-size.c: New file.
12784 * gdb.base/max-value-size.exp: New file.
12785 * gdb.base/huge.exp: Disable max-value-size for this test.
12786
935c6144
IB
127872016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12788
12789 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12790
7fe8399d
YQ
127912016-01-28 Yao Qi <yao.qi@linaro.org>
12792
12793 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12794
a2077e25
PA
127952016-01-25 Pedro Alves <palves@redhat.com>
12796
12797 PR threads/19461
12798 * gdb.base/fork-running-state.c: New file.
12799 * gdb.base/fork-running-state.exp: New file.
12800
1d2736d4
PA
128012016-01-25 Pedro Alves <palves@redhat.com>
12802
12803 PR gdb/19494
12804 * gdb.base/catch-fork-kill.c: New file.
12805 * gdb.base/catch-fork-kill.exp: New file.
12806
f1da4b11
PA
128072016-01-25 Pedro Alves <palves@redhat.com>
12808
12809 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12810 Delete, moved to lib/gdb.exp.
12811 * gdb.threads/forking-threads-plus-breakpoint.exp
12812 (foreach_with_prefix): Likewise.
12813 * gdb.threads/process-dies-while-handling-bp.exp
12814 (foreach_with_prefix): Likewise.
12815 * lib/gdb.exp (foreach_with_prefix): New procedure.
12816
45f38546
MK
128172016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12818
12819 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12820 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12821
dc29a1ce
MK
128222016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12823
12824 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12825 endian targets.
12826
092127d7
JK
128272016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12828 Pedro Alves <palves@redhat.com>
12829
12830 Fix testsuite compatibility with Guile.
12831 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12832 number.
12833
31d765d3
JK
128342016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12835
12836 Fix testsuite compatibility with Guile.
12837 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12838 (thread 1): New test for backtrace through signal handler.
12839
1ac78c04
YQ
128402016-01-22 Yao Qi <yao.qi@linaro.org>
12841
12842 PR testsuite/19491
12843 * gdb.base/multi-forks.c: Include
12844 ../lib/unbuffer_output.c
12845 (main): Call gdb_unbuffer_output.
12846
4f5946a8
DE
128472016-01-21 Doug Evans <dje@google.com>
12848
12849 * lib/ada.exp (gdb_compile_ada): Fix typo.
12850
305e13e6
JB
128512016-01-21 Joel Brobecker <brobecker@adacore.com>
12852
12853 * gdb.base/break-fun-addr.exp: New file.
12854 * gdb.base/break-fun-addr1.c: New file.
12855 * gdb.base/break-fun-addr2.c: New file.
12856
5f5dfff6
SM
128572016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12858
12859 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12860 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12861 enum flag values.
12862
fd356fa2
AA
128632016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12864
12865 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12866 when GDB can not set the vector return value. Add more comments
12867 for clarification.
12868
9df22175
AT
128692016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12870
12871 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12872 command.
12873
41d1845e
SM
128742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12875
12876 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12877
01ac6840
SM
128782016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12879
12880 * Makefile.in (check-single): Pass --status to runtest.
12881 (check/%.exp): Likewise.
12882
128832016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12884
12885 * Makefile.in (check-parallel): Propagate return code from make
12886 do-check-parallel.
12887
bd0a71fa
MK
128882016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12889
12890 * gdb.trace/ftrace.exp: Fix expected message on continue.
12891 * gdb.trace/pending.exp: Fix expected message on continue.
12892 * gdb.trace/trace-break.exp: Fix expected message on continue.
12893
8bcbad33
SM
128942016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12895
12896 * lib/gdb.exp (gdb_test): Remove unused global references.
12897
f303dbd6
PA
128982016-01-18 Pedro Alves <palves@redhat.com>
12899
12900 * gdb.base/async-shell.exp: Adjust expected output.
12901 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12902 * gdb.base/siginfo-thread.exp: Adjust expected output.
12903 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12904 * gdb.java/jnpe.exp: Adjust expected output.
12905 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12906 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12907 * gdb.threads/leader-exit.exp: Adjust expected output.
12908 * gdb.threads/manythreads.exp: Adjust expected output.
12909 * gdb.threads/pthreads.exp: Adjust expected output.
12910 * gdb.threads/schedlock.exp: Adjust expected output.
12911 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12912 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12913 expected output.
12914 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12915 output.
12916 * gdb.threads/sigthread.exp: Adjust expected output.
12917 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12918
b2789696
YQ
129192016-01-18 Yao Qi <yao.qi@linaro.org>
12920
12921 * gdb.guile/scm-section-script.c: Replace @progbits with
12922 %progbits.
12923 * gdb.python/py-section-script.c: Likewise.
12924
71ef29a8
PA
129252016-01-15 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.multi/tids.exp: Test star wildcard ranges.
12928
3f5b7598
PA
129292016-01-15 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12932 command from "thread apply" invocation.
12933 (thr_apply_info_thr_invalid): Default the expected output to the
12934 input tid list.
12935 (top level): Add tests that use convenience variables. Add tests
12936 for "thread apply" with a valid TID list, but missing the command.
12937
663f6d42
PA
129382016-01-13 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.base/default.exp: Expect $_gthread as well.
12941 * gdb.multi/tids.exp: Test $_gthread.
12942 * gdb.threads/thread-specific.exp: Test $_gthread.
12943
c84f6bbf
PA
129442016-01-13 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.multi/tids.exp: Test "info threads -gid".
12947
22a02324
PA
129482016-01-13 Pedro Alves <palves@redhat.com>
12949
12950 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12951 Breakpoint.thread.
12952 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12953
5d5658a1
PA
129542016-01-07 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/break.exp: Adjust to output changes.
12957 * gdb.base/hbreak2.exp: Likewise.
12958 * gdb.base/sepdebug.exp: Likewise.
12959 * gdb.base/watch_thread_num.exp: Likewise.
12960 * gdb.linespec/keywords.exp: Likewise.
12961 * gdb.multi/info-threads.exp: Likewise.
12962 * gdb.threads/thread-find.exp: Likewise.
12963 * gdb.multi/tids.c: New file.
12964 * gdb.multi/tids.exp: New file.
12965
84654457
PA
129662016-01-13 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12969
e3940304
PA
129702016-01-13 Pedro Alves <palves@redhat.com>
12971
12972 * gdb.base/default.exp: Expect $_inferior as well.
12973 * gdb.multi/base.exp: Test $_inferior.
12974
a911d87a
PA
129752016-01-13 Pedro Alves <palves@redhat.com>
12976
12977 PR breakpoints/19388
12978 * gdb.base/catch-signal-siginfo-cond.c: New file.
12979 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12980
82075af2
JS
129812016-01-12 Josh Stone <jistone@redhat.com>
12982 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12983
12984 * gdb.base/catch-syscall.c (do_execve): New variable.
12985 (main): Conditionally trigger an execve.
12986 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12987 (test_catch_syscall_execve): New, check entry/return across execve.
12988 (do_syscall_tests): Call test_catch_syscall_execve.
12989
e46eeedd
PA
129902016-01-12 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.base/random-signal.exp (do_test): New procedure, with body
12993 of testcase moved in.
12994
01d8c27e
JK
129952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12996 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.base/funcargs.exp (finish from indirectly called function):
12999 Reintroduce the case for 'First'.
13000
9a706302
JK
130012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13002 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13005 (tcatch_vfork_then_child_follow_exec)
13006 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13007 identification.
13008
c0ecb95f
JK
130092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13010
13011 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13012 and repeats to unlimited.
13013 * gdb.python/py-value.exp: Likewise.
13014 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13015 and repeats to unlimited.
13016
6cfc1fcb
JK
130172016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13018
13019 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13020 and reordering the functions.
13021 * gdb.multi/hangout.c: Likewise.
13022 * gdb.multi/hello.c: Likewise.
13023
582a1b00
SM
130242016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13025
13026 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13027 absolute.
13028 (SingleStatisticTestResult.report): Use dict.keys instead of
13029 dict.iterkeys.
13030
79bc59cb
PA
130312016-01-06 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13034
43368e1d
MM
130352016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13036
13037 * gdb.btrace/dlopen.exp: New.
13038 * gdb.btrace/dlopen.c: New.
13039 * gdb.btrace/dlopen-dso.c: New.
13040
79fad5b8
SL
130412015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13042
13043 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13044 PATTERN argument is optional.
13045
ab8314b3
JB
130462015-12-24 Joel Brobecker <brobecker@adacore.com>
13047
13048 * lib/ada.exp (target_compile_ada_from_dir): New function.
13049 (gdb_compile_ada): Reimplement avoiding the use of project files.
13050 * gdb.ada/gnat_ada.gpr: Delete.
13051 * gdb.ada/cond_lang.exp: Adjust test to make path before
13052 filename optional.
13053 * gdb.ada/small_reg_param.exp: Likewise.
13054
fe33faff
SM
130552015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13056
13057 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13058
6d265cb4
TP
130592015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13060
13061 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13062 case.
13063
10125099
SM
130642015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13065
13066 * gdb.base/break.exp: Remove dead code.
13067 * gdb.base/sepdebug.exp: Likewise.
13068
3ca22649
SM
130692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13070
13071 * gdb.asm/asm-source.exp: Remove HP-UX references.
13072 * gdb.base/annota1.exp: Likewise.
13073 * gdb.base/annota3.exp: Likewise.
13074 * gdb.base/attach.exp: Likewise.
13075 * gdb.base/bigcore.exp: Likewise.
13076 * gdb.base/break.exp: Likewise.
13077 * gdb.base/call-ar-st.exp: Likewise.
13078 * gdb.base/callfuncs.exp: Likewise.
13079 * gdb.base/catch-fork-static.exp: Likewise.
13080 * gdb.base/display.exp: Likewise.
13081 * gdb.base/foll-exec-mode.exp: Likewise.
13082 * gdb.base/foll-exec.exp: Likewise.
13083 * gdb.base/foll-fork.exp: Likewise.
13084 * gdb.base/foll-vfork.exp: Likewise.
13085 * gdb.base/funcargs.exp: Likewise.
13086 * gdb.base/hbreak2.exp: Likewise.
13087 * gdb.base/inferior-died.exp: Likewise.
13088 * gdb.base/interrupt.exp: Likewise.
13089 * gdb.base/multi-forks.exp: Likewise.
13090 * gdb.base/nodebug.exp: Likewise.
13091 * gdb.base/sepdebug.exp: Likewise.
13092 * gdb.base/solib1.c: Likewise.
13093 * gdb.base/step-test.exp: Likewise.
13094 * gdb.mi/non-stop.c: Likewise.
13095 * gdb.mi/pthreads.c: Likewise.
13096 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13097 * gdb.threads/pthreads.c: Likewise.
13098 * gdb.threads/staticthreads.exp: Likewise.
13099 * lib/future.exp: Likewise.
13100 * lib/gdb.exp: Likewise.
13101 * gdb.base/so-indr-cl.c: Remove.
13102 * gdb.base/so-indr-cl.exp: Likewise.
13103 * gdb.base/solib.c: Likewise.
13104 * gdb.base/solib.exp: Likewise.
13105 * gdb.base/solib2.c: Likewise.
13106
b6304613
SM
131072015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13108
13109 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13110 * gdb.base/call-ar-st.exp: Likewise.
13111 * gdb.base/callfuncs.exp: Likewise.
13112 * gdb.base/condbreak.exp: Likewise.
13113 * gdb.base/constvars.exp: Likewise.
13114 * gdb.base/hbreak2.exp: Likewise.
13115 * gdb.base/langs.exp: Likewise.
13116 * gdb.base/list.exp: Likewise.
13117 * gdb.base/long_long.exp: Likewise.
13118 * gdb.base/ptype.exp: Likewise.
13119 * gdb.base/scope.exp: Likewise.
13120 * gdb.base/signals.exp: Likewise.
13121 * gdb.base/so-impl-ld.exp: Likewise.
13122 * gdb.base/varargs.exp: Likewise.
13123 * gdb.base/volatile.exp: Likewise.
13124 * gdb.base/whatis.exp: Likewise.
13125 * gdb.cp/cplusfuncs.exp: Likewise.
13126 * gdb.cp/inherit.exp: Likewise.
13127 * gdb.cp/local.exp: Likewise.
13128 * gdb.cp/member-ptr.exp: Likewise.
13129 * gdb.cp/method.exp: Likewise.
13130 * gdb.cp/overload.exp: Likewise.
13131 * gdb.cp/templates.exp: Likewise.
13132 * gdb.stabs/weird.exp: Likewise.
13133 * lib/compiler.c: Likewise.
13134 * lib/compiler.cc: Likewise.
13135 * lib/cp-support.exp: Likewise.
13136 * lib/gdb.exp: Likewise.
13137
bf401b07
SM
131382015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13139
13140 * configure.ac: Remove HP-UX case.
13141 * configure: Regenerate.
13142
aff9c0f8
SM
131432015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * lib/gdb.exp (gdb_compile): Add function doc.
13146
a6904d5a
PA
131472015-12-17 Pedro Alves <palves@redhat.com>
13148
13149 PR threads/19354
13150 * gdb.multi/info-threads.exp: New file.
13151
a22279dd
YQ
131522015-12-15 Yao Qi <yao.qi@linaro.org>
13153
13154 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13155 is aarch64*-*-*.
13156
0588c796
SL
131572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13158
13159 * gdb.base/history-duplicates.exp: Skip if no readline support.
13160
5d978e17
SL
131612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13162
13163 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13164
7e763b86
SL
131652015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13166
13167 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13168
87a3a92c
SL
131692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13170
13171 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13172 ctrl-C if nointerrupts target property is set.
13173 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13174 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13175 * gdb.base/paginate-bg-execution.exp: Likewise.
13176 * gdb.base/paginate-execution-startup.exp: Likewise.
13177 * gdb.base/random-signal.exp: Likewise.
13178 * gdb.base/range-stepping.exp: Likewise.
13179 * gdb.cp/annota2.exp: Likewise.
13180 * gdb.cp/annota3.exp: Likewise.
13181 * gdb.gdb/selftest.exp: Likewise.
13182 * gdb.threads/continue-pending-status.exp: Likewise.
13183 * gdb.threads/leader-exit.exp: Likewise.
13184 * gdb.threads/manythreads.exp: Likewise.
13185 * gdb.threads/pthreads.exp: Likewise.
13186 * gdb.threads/schedlock.exp: Likewise.
13187 * gdb.threads/sigthread.exp: Likewise.
13188
a8f077dc
DB
131892015-12-11 Don Breazeal <donb@codesourcery.com>
13190
13191 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13192 remote.
13193 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13194 * gdb.base/foll-exec.exp (main): Enable for target remote.
13195 * gdb.base/foll-fork.exp (main): Likewise.
13196 * gdb.base/foll-vfork.exp (main): Likewise.
13197 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13198 (proc continue_to_exit_bp_loc): Use clean_restart.
13199 * gdb.base/pie-execl.exp (main): Disable for target remote.
13200 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13201 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13202 * gdb.threads/execl.exp (main): Likewise.
13203 * gdb.threads/fork-child-threads.exp (main): Likewise.
13204 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13205 remote.
13206 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13207 remote.
13208 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13209 pid.tid style ptids, instead of just tid.
13210 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13211 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13212 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13213 ptids, instead of just tid.
13214
3b2464a8
AB
132152015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13216
13217 * gdb.base/list.exp (test_list_forward): Add end of file error
13218 test.
13219 (test_repeat_list_command): Add end of file error test.
13220 (test_list_backwards): Add beginning of file error test.
13221
a0def019
AB
132222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13223
13224 * gdb.base/list.exp (test_list_invalid_args): New function,
13225 defined, and called.
13226
5c000dff
AB
132272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13228
13229 * gdb.base/list.exp (test_list): Make test names unique.
13230
f1637ebe
YQ
132312015-12-11 Yao Qi <yao.qi@linaro.org>
13232
13233 * gdb.base/coremaker2.c: Remove.
13234
36d6fc0a
PA
132352015-12-10 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.multi/base.exp: Remove stale "spaces" references.
13238
762f7747
PA
132392015-12-10 Pedro Alves <palves@redhat.com>
13240
13241 * gdb.multi/base.exp: Don't use nowarnings.
13242 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13243 * gdb.multi/hangout.c: Include stdio.h.
13244 * gdb.multi/hello.c: Include stdlib.h.
13245 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13246 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13247 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13248
28d2bfb9
AB
132492015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13250
13251 * gdb.dwarf2/dw2-ranges-base.c: New file.
13252 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13253 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13254 support additional line table, and debug ranges generation.
13255 (Dwarf::ranges): New function, generate .debug_ranges.
13256 (Dwarf::lines): Support generating simple line table programs.
13257 (Dwarf::assemble): Initialise new namespace variables.
13258
5fc2beac
KB
132592015-12-09 Kevin Buettner <kevinb@redhat.com>
13260
13261 * gdb.base/async.exp (proc test_background): Add case for
13262 asynchronous execution not supported.
13263
1c35a88f
LM
132642015-12-09 Luis Machado <lgustavo@codesourcery.com>
13265
13266 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13267 format and change test names to make them unique.
13268
b593e3d9
RK
132692015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13270 Pedro Alves <pedro@redhat.com>
13271
13272 PR gdb/18702
13273 Add checking of floatformats setup on x86_64 hosts.
13274 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13275 (smallval, bigval): New labels/constants.
13276 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13277 float" after loading bigval and smallval.
13278
d72413e6
PMR
132792015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13280
13281 * gdb.ada/fun_overload_menu.exp: New testcase.
13282 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13283
ece66d65
JS
132842015-12-04 Josh Stone <jistone@redhat.com>
13285
13286 * gdb.base/catch-fork-static.exp: New.
13287
41d0efca
YQ
132882015-12-03 Yao Qi <yao.qi@linaro.org>
13289
13290 * gdb.base/sizeof.c: Don't include stdio.h and
13291 ../lib/unbuffer_output.c.
13292 (main): New variable 'size' and 'value'. Remove printf and
13293 gdb_unbuffer_output. Assign return value to size and value.
13294 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13295 at the beginning.
13296 (check_sizeof): Check the result by printing variable 'size'.
13297 (check_valueof): Check the result by printing variable 'value'.
13298
99fd02d9
YQ
132992015-12-01 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13302 for aarch64*-*-linux* target.
13303
f2faf941
PA
133042015-11-30 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13307
04bf20c5
PA
133082015-11-30 Pedro Alves <palves@redhat.com>
13309
13310 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13311 Handle non-stop mode vCont replies.
13312
09df4675
PA
133132015-11-30 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13316 prepare_for_testing. Start gdb with "set non-stop on" appended to
13317 GDBFLAGS. Lax expected stop output.
13318
58b584af
YQ
133192015-11-27 Yao Qi <yao.qi@linaro.org>
13320
13321 * gdb.arch/arm-neon.exp: New.
13322 * gdb.arch/arm-neon.c: New.
13323
dfcb77a8
YQ
133242015-11-27 Yao Qi <yao.qi@linaro.org>
13325
13326 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13327
88e8ec1b
YQ
133282015-11-27 Yao Qi <yao.qi@linaro.org>
13329
13330 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13331 frames-invalid annotation.
13332
bfde72c2
YQ
133332015-11-27 Yao Qi <yao.qi@linaro.org>
13334
13335 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13336
f6512a69
SM
133372015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13338
13339 * gdb.threads/names.exp: New file.
13340 * gdb.threads/names.c: New file.
13341 * README: Mention gdb,no_thread_names.
13342
46a3515b
MM
133432015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13344
13345 PR 19297
13346 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13347 support" error.
13348
62147a22
PA
133492015-11-24 Pedro Alves <palves@redhat.com>
13350
13351 PR 17539
13352 * gdb.base/display.exp: Expect displays to be sorted in ascending
13353 order. Use multi_line.
13354 * gdb.base/solib-display.exp: Likewise.
13355
2f341b6e
PA
133562015-11-24 Pedro Alves <palves@redhat.com>
13357
13358 PR 17539
25d49b86
PA
13359 * gdb.base/display.exp: Expect displays to be sorted in ascending
13360 order. Use multi_line.
13361 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13362
7e0aa6aa
PA
133632015-11-24 Pedro Alves <palves@redhat.com>
13364
13365 PR 17539
13366 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13367 threads in ascending order.
13368 * gdb.base/foll-fork.exp: Likewise.
13369 * gdb.base/foll-vfork.exp: Likewise.
13370 * gdb.base/multi-forks.exp: Likewise.
13371 * gdb.mi/mi-nonstop.exp: Likewise.
13372 * gdb.mi/mi-nsintrall.exp: Likewise.
13373 * gdb.multi/base.exp: Likewise.
13374 * gdb.multi/multi-arch.exp: Likewise.
13375 * gdb.python/py-inferior.exp: Likewise.
13376 * gdb.threads/break-while-running.exp: Likewise.
13377 * gdb.threads/execl.exp: Likewise.
13378 * gdb.threads/gcore-thread.exp: Likewise.
13379 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13380 * gdb.threads/kill.exp: Likewise.
13381 * gdb.threads/linux-dp.exp: Likewise.
13382 * gdb.threads/multiple-step-overs.exp: Likewise.
13383 * gdb.threads/next-bp-other-thread.exp: Likewise.
13384 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13385 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13386 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13387 * gdb.threads/thread-find.exp: Likewise.
13388 * gdb.threads/tls.exp: Likewise.
13389 * lib/mi-support.exp (mi_reverse_list): Delete.
13390 (mi_check_thread_states): No longer reverse list.
13391
2cc57ad8
PA
133922015-11-24 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13395 use lowercase.
13396
c93e8391
SM
133972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13398
13399 * gdb.trace/actions.c: Include trace-common.h.
13400 (main): Add a location for a fast tracepoint.
13401 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13402 the normal tracepoints.
13403 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13404
045ccf91
SM
134052015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13406
13407 * save-trace.exp: Factor out code to these...
13408 (gdb_save_tracepoints): New.
13409 (gdb_load_tracepoints): New.
13410 (do_save_load_test): New.
13411
5506f9f6
KB
134122015-11-23 Kevin Buettner <kevinb@redhat.com>
13413
13414 * gdb.base/asmlabel.exp: New test.
13415 * gdb.base/asmlabel.c: New test case.
13416
16c3b12f
JB
134172015-11-23 Joel Brobecker <brobecker@adacore.com>
13418
13419 * gdb.base/wrong_frame_bt_full-main.c: New file.
13420 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13421 * gdb.base/wrong_frame_bt_full.exp: New file.
13422
155bfbd3
JB
134232015-11-23 Joel Brobecker <brobecker@adacore.com>
13424
13425 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13426
bb097445
JM
134272015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13428
206853a0 13429 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13430 pstate register when comparing registers values in
13431 sparc64-*-linux-gnu targets to avoid spurious differences.
13432
9c88ed8f
JM
134332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13434
206853a0 13435 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13436
96161e25
SL
134372015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13438
13439 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13440 as type argument to gdb_compile.
13441 * gdb.base/nested-subp2.exp: Likewise.
13442 * gdb.base/nested-subp3.exp: Likewise.
13443
340c2830
DV
134442015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13445
13446 * lib/dwarf.exp (_note): Fix left shift of negative value.
13447 * gdb.trace/trace-condition.exp: Likewise.
13448
c1862d0f
YQ
134492015-11-13 Yao Qi <yao.qi@linaro.org>
13450
13451 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13452 comments about d10v.
13453 (test_scalar_returns): Likewise.
13454 * gdb.base/d10v.ld: Remove.
13455 * gdb.base/overlays.exp: Remove the target triplet checking for
13456 d10v-*-*.
13457 * gdb.base/structs.exp (test_struct_returns): Remove the
13458 comments about d10v.
13459 (test_struct_calls): Likewise.
13460
77ae9c19
YQ
134612015-11-13 Yao Qi <yao.qi@linaro.org>
13462
13463 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13464 * gdb.base/gnu_vector.c: Don't include stdio.h.
13465 (main): Don't print res and call add_some_intvecs.
13466
430e004e
MK
134672015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13468
13469 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13470 macro.
13471 (func5): Removed.
13472 (func4): Use FAST_TRACEPOINT_LABEL.
13473 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13474 macro.
13475 (func): Removed.
13476 (thread_function): Use FAST_TRACEPOINT_LABEL.
13477 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13478 (func): Remove.
13479 (marker): Use FAST_TRACEPOINT_LABEL.
13480 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13481 (pendfunc1): Remove.
13482 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13483 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13484 (foo): Remove.
13485 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13486 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13487 macro.
13488 (func): Remove.
13489 (marker): Use FAST_TRACEPOINT_LABEL.
13490 * gdb.trace/trace-common.h: New header.
13491 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13492 macro.
13493 (func): Remove.
13494 (marker): Use FAST_TRACEPOINT_LABEL.
13495 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13496 (func): Remove.
13497 (thread_function): Use FAST_TRACEPOINT_LABEL.
13498
6e7675a7
MK
134992015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13500
13501 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13502 in front.
13503 * gdb.trace/change-loc.exp: Use global pcreg definition.
13504 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13505 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13506 in front.
13507 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13508 * gdb.trace/pending.exp: Likewise.
13509 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13510 * gdb.trace/trace-break.exp: Likewise.
13511 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13512 in front.
13513 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13514 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13515 in front.
13516 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13517
dddc0e16
JB
135182015-11-09 Joel Brobecker <brobecker@adacore.com>
13519
13520 * gdb.ada/fin_fun_out: New testcase.
13521
c6f0b406
KB
135222015-11-07 Kevin Buettner <kevinb@redhat.com>
13523
13524 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13525 value associated with DW_AT_byte_size.
13526 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13527 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13528 DW_AT_upper_bound.
13529
f01dcfd9
KB
135302015-11-07 Kevin Buettner <kevinb@redhat.com>
13531
13532 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13533 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13534 version.
13535 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13536 gdb.dwarf2/dw2-canonicalize-type.exp,
13537 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13538 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13539 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13540 provided by gdb_target_symbol_prefix_flags_asm.
13541 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13542 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13543 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13544 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13545 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13546 macros where needed). Use this macro for symbols which require
13547 the prefix provided by SYMBOL_PREFIX.
13548
2223449a
KB
135492015-11-05 Kevin Buettner <kevinb@redhat.com>
13550
13551 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13552 New procs.
13553 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13554 representing expressions, of more than one list element.
13555 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13556 to prepend linker symbol prefix to f.
13557 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13558 table_1 and table_2.
13559 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13560 Likewise, for f and g.
13561 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13562 for ptr.
13563 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13564 for main.
13565 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13566 table_1_ptr and table_2_ptr.
13567
6f2f1a3a
JK
135682015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13569 Joel Brobecker <brobecker@adacore.com>
13570
13571 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13572
566c56c9
MK
135732015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13574
13575 * gdb.reverse/s390-mvcle.c: New test.
13576 * gdb.reverse/s390-mvcle.exp: New file.
13577 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13578
d5f0636b
MK
135792015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13580
13581 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13582
7ad8b86c
MK
135832015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13584
13585 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13586 reaching marker2.
13587 * gdb.reverse/getresuid-reverse.exp: Likewise.
13588 * gdb.reverse/pipe-reverse.exp: Likewise.
13589 * gdb.reverse/readv-reverse.exp: Likewise.
13590 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13591 * gdb.reverse/time-reverse.exp: Likewise.
13592 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13593
4081c0f1
YQ
135942015-10-30 Yao Qi <yao.qi@linaro.org>
13595
13596 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13597 (empty_cycle): Remove.
13598 (main): Don't call empty_cycle. Don't use watch_count_done.
13599 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13600 empty_cycle. Rewrite the code counting HW watchpoints.
13601
452b4ba5
MK
136022015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13603
13604 * gdb.reverse/fstatat-reverse.c: New test.
13605 * gdb.reverse/fstatat-reverse.exp: New file.
13606 * gdb.reverse/getresuid-reverse.c: New test.
13607 * gdb.reverse/getresuid-reverse.exp: New file.
13608 * gdb.reverse/pipe-reverse.c: New test.
13609 * gdb.reverse/pipe-reverse.exp: New file.
13610 * gdb.reverse/readv-reverse.c: New test.
13611 * gdb.reverse/readv-reverse.exp: New file.
13612 * gdb.reverse/recvmsg-reverse.c: New test.
13613 * gdb.reverse/recvmsg-reverse.exp: New file.
13614 * gdb.reverse/time-reverse.c: New test.
13615 * gdb.reverse/time-reverse.exp: New file.
13616 * gdb.reverse/waitpid-reverse.c: New test.
13617 * gdb.reverse/waitpid-reverse.exp: New file.
13618
5e2e7507
JK
136192015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13620
13621 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13622
0fde2c53
DE
136232015-10-26 Doug Evans <dje@google.com>
13624
13625 PR symtab/17391
13626 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13627 * gdb.dwarf2/bad-regnum.c: New file.
13628 * gdb.dwarf2/bad-regnum.exp: New file.
13629
1a70ae97
DE
136302015-10-26 Doug Evans <dje@google.com>
13631
13632 PR python/18938
13633 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13634 file.
13635
27dc26ab
JK
136362015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13637
13638 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13639 for a change by "Mention language in compile error message".
13640
bed91f4d
SM
136412015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13642
13643 PR python/18073
13644 * gdb.python/py-type.c (C::a_method): New.
13645 (C::a_const_method): New.
13646 (C::a_static_method): New.
13647 (a_function): New.
13648 * gdb.python/py-type.exp (test_fields): Test getting fields
13649 from function and method.
13650
3f2f83dd
KB
136512015-10-21 Keven Boell <keven.boell@intel.com>
13652
13653 * gdb.fortran/vla-alloc-assoc.exp: New file.
13654 * gdb.fortran/vla-datatypes.exp: New file.
13655 * gdb.fortran/vla-datatypes.f90: New file.
13656 * gdb.fortran/vla-history.exp: New file.
13657 * gdb.fortran/vla-ptype-sub.exp: New file.
13658 * gdb.fortran/vla-ptype.exp: New file.
13659 * gdb.fortran/vla-sizeof.exp: New file.
13660 * gdb.fortran/vla-sub.f90: New file.
13661 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13662 * gdb.fortran/vla-value-sub-finish.exp: New file.
13663 * gdb.fortran/vla-value-sub.exp: New file.
13664 * gdb.fortran/vla-value.exp: New file.
13665 * gdb.fortran/vla-ptr-info.exp: New file.
13666 * gdb.mi/mi-vla-fortran.exp: New file.
13667 * gdb.mi/vla.f90: New file.
13668
27145d50
SL
136692015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13670
13671 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13672 of hardwired timeout value.
13673
5f3ff4f8
JK
136742015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13675 Pedro Alves <palves@redhat.com>
13676
13677 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13678 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13679
bfd09d20
JS
136802015-10-19 Josh Stone <jistone@redhat.com>
13681
13682 * gdb.base/catch-syscall.c: Include <sched.h>.
13683 (unknown_syscall): New variable.
13684 (main): Trigger a vfork and an unknown syscall.
13685 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13686 (unknown_syscall_number): Likewise.
13687 (check_call_to_syscall): Accept an optional syscall pattern.
13688 (check_return_from_syscall): Likewise.
13689 (check_continue): Likewise.
13690 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13691 (test_catch_syscall_skipping_return): New test toggling off 'catch
13692 syscall' to step over the syscall return, then toggling back on.
13693 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13694 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13695 (do_syscall_tests): Call test_catch_syscall_without_args and
13696 test_catch_syscall_mid_vfork.
13697 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13698 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13699
b32b93c6
AS
137002015-10-19 Andrew Stubbs <ams@codesourcery.com>
13701
13702 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13703 print g_vE): Add new pass patterns.
13704 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13705 print various symbol names for vptr fields.
13706
9d622bda
AB
137072015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13708
13709 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13710 results.
13711
0fd8ac1c
YQ
137122015-10-12 Yao Qi <yao.qi@linaro.org>
13713
13714 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13715
34240514
YQ
137162015-10-12 Yao Qi <yao.qi@linaro.org>
13717
13718 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13719 is aarch64*-*-linux*.
13720
8240f442
YQ
137212015-10-12 Yao Qi <yao.qi@linaro.org>
13722
13723 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13724 (can_relocate_bcond_true): ... it.
13725 (can_relocate_bcond_false): New function.
13726 (foo): Likewise.
13727 (can_relocate_bl): Likewise.
13728 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13729 can_relocate_bl.
13730
2520f728
PMR
137312015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13732
13733 * gdb.base/nested-addr.c: New file.
13734 * gdb.base/nested-addr.exp: New testcase.
13735
abcef95a
MM
137362015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13737
13738 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13739 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13740 its output. Ignore the output of "record goto begin" and instead
13741 check that GDB is replaying.
13742
145e3ddb
PA
137432015-10-09 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13746 (top level): Use it in the run with no args test.
13747
d5d8c4e1
IB
137482015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13749
13750 * gdb.dlang/properties.exp: New file.
13751
06e635ef
SL
137522015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13753
13754 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13755 whether or not address 0x1000 is mapped on the target.
13756
e019fd1d
SM
137572015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13758
13759 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13760 build.
13761
77ba2a67
MM
137622015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13763
13764 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13765 instruction-history test.
13766
c60eb31f
DE
137672015-09-28 Doug Evans <dje@google.com>
13768
13769 * gdb.base/gcore.c (array_func): Add reference to static_array.
13770
9a3c8263
SM
137712015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13772
13773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13774 source line.
13775
9720e656
SL
137762015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13777
13778 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13779 short or char as base type.
13780
938d3bf2
SL
137812015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13782
13783 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13784 to allow any size enum.
13785
e6c2c623
PMR
137862015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13787
13788 * gdb.ada/array_ptr_renaming.exp: New testcase.
13789 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13790 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13791
06da0f77
PL
137922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13793
13794 * gdb.trace/ftrace-lock.c: New file.
13795 * gdb.trace/ftrace-lock.exp: New file.
13796
4f51c22a
PL
137972015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13798
13799 * gdb.arch/insn-reloc.c: New file.
13800 * gdb.arch/ftrace-insn-reloc.exp: New file.
13801
7041adf4
PL
138022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13803
13804 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13805 instruction.
13806 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13807 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13808 * gdb.trace/range-stepping.c: Likewise.
13809 * gdb.trace/trace-break.c: Likewise.
13810 * gdb.trace/trace-mt.c (thread_function): Likewise.
13811 * gdb.trace/ftrace.c (marker): Likewise.
13812 * gdb.trace/trace-condition.c (marker): Likewise.
13813 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13814 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13815 is_aarch64_target.
13816
015d2e7e
DE
138172015-09-18 Doug Evans <xdje42@gmail.com>
13818
13819 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13820 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13821
26b188a2
SL
138222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13823
13824 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13825 the breakpoint.
13826
79dc332b
SL
138272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13828
13829 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13830 the pending breakpoint. Remove timeout override for "Run till
13831 MI pending breakpoint on pendfunc3 on thread 2" test.
13832
f57929f2
SL
138332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13834
13835 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13836 filename pattern.
13837
3f469b17
SL
138382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13839
13840 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13841 in breakpoint filename pattern.
13842
515b89b3
SL
138432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13844
7800dbe4
SL
13845 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13846
138472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13848
515b89b3
SL
13849 * gdb.linespec/explicit.exp: Check for readline support for
13850 tab-completion tests. Fix obvious typo.
13851
d2939ba2
MM
138522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13853
13854 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13855 and replay.
13856
cbb55fa7
MM
138572015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13858
13859 * gdb.btrace/non-stop.c: New.
13860 * gdb.btrace/non-stop.exp: New.
13861
43691ca1
PL
138622015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13863 Yao Qi <yao.qi@linaro.org>
13864
13865 * gdb.trace/trace-condition.c: New file.
13866 * gdb.trace/trace-condition.exp: New file.
13867
d78908cf
WW
138682015-09-16 Wei-cheng Wang <cole945@gmail.com>
13869
13870 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13871 for testing bytecode compilation.
13872
1ed415e2
PA
138732015-09-16 Pedro Alves <palves@redhat.com>
13874 Sandra Loosemore <sandra@codesourcery.com>
13875
13876 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13877 (SECONDS): Redefine.
13878 (main): Call pthread_kill and alarm early.
13879 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13880 support.
13881 (test): If the target can't hardware step and doesn't support
13882 displaced stepping, increase the timeout.
13883
d136eff5
PA
138842015-09-16 Pedro Alves <palves@redhat.com>
13885
13886 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13887 (enable_debug): New procedures.
13888 (test): Use them. Bail out if waiting for threads fails.
13889 (top level): Bail out if a test fails.
13890
991f019c
YQ
138912015-09-16 Yao Qi <yao.qi@linaro.org>
13892
13893 * gdb.asm/asm-source.exp: Set asm-arch for
13894 aarch64*-*-* target.
13895 * gdb.asm/aarch64.inc: New file.
13896
bfca584f
PMR
138972015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13898
13899 * gdb.ada/array_of_variable_length.exp: New testcase.
13900 * gdb.ada/array_of_variable_length/foo.adb: New file.
13901 * gdb.ada/array_of_variable_length/pck.adb: New file.
13902 * gdb.ada/array_of_variable_length/pck.ads: New file.
13903
b326e587
DE
139042015-09-15 Doug Evans <dje@google.com>
13905
13906 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13907 of function static local variable.
13908
5382cfab
PW
139092015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13910
13911 * gdb.threads/tls-so_extern.exp: New test file.
13912 * gdb.threads/tls-so_extern.c: New test file.
13913 * gdb.threads/tls-so_extern_main.c: New test file.
13914
141c5cc4
JK
139152015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13916
13917 * gdb.opt/solib-intra-step-lib.c: New file.
13918 * gdb.opt/solib-intra-step-main.c: New file.
13919 * gdb.opt/solib-intra-step.exp: New file.
13920
d15dcecd
PA
139212015-09-15 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13924 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13925
4c2f2a79
PA
139262015-09-14 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.base/hook-stop-continue.c: Delete.
13929 * gdb.base/hook-stop-continue.exp: Delete.
13930 * gdb.base/hook-stop-frame.c: Delete.
13931 * gdb.base/hook-stop-frame.exp: Delete.
13932 * gdb.base/hook-stop.c: New file.
13933 * gdb.base/hook-stop.exp: New file.
13934
919e6dbe
PMR
139352015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13936
13937 * gdb.ada/access_to_packed_array.exp: New testcase.
13938 * gdb.ada/access_to_packed_array/foo.adb: New file.
13939 * gdb.ada/access_to_packed_array/pack.adb: New file.
13940 * gdb.ada/access_to_packed_array/pack.ads: New file.
13941
157280a4
MM
139422015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13943
13944 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13945 buffer size test.
13946
2fd33e94
DB
139472015-09-11 Don Breazeal <donb@codesourcery.com>
13948
13949 * gdb.base/foll-exec.c: Add copyright header. Fix
13950 formatting issues.
13951 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13952 (do_exec_tests): Use clean_restart in place of zap_session,
13953 and for test initialization. Fix formatting issues. Use
13954 fail in place of perror.
13955 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13956 an expect statement to match an expression with output from
13957 the program under debug.
13958 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13959 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13960 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13961 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13962 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13963
e70b6e8e
DE
139642015-09-09 Doug Evans <dje@google.com>
13965
13966 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13967
7a551a51
DE
139682015-09-09 Doug Evans <dje@google.com>
13969
13970 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13971
4c666f84
DE
139722015-09-09 Doug Evans <dje@google.com>
13973
13974 * gdb.base/savedregs.exp: Fix typo.
13975
243a9253
PA
139762015-09-09 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13979
c0fa8fbd
SL
139802015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13981
13982 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13983 command actually switches threads. Give up on remaining
13984 tests if target fails to stop at breakpoint.
13985
cd7c1778
PMR
139862015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13987
13988 * gdb.ada/funcall_char.exp: New testcase.
13989 * gdb.ada/funcall_char/foo.adb: New file.
13990
dc5c8746
PMR
139912015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13992
13993 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13994 expected outputs. Add two testcases for completing ambiguous
13995 functions.
13996 * gdb.ada/complete/aux_pck.adb: New file.
13997 * gdb.ada/complete/aux_pck.ads: New file.
13998 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13999 Ambiguous_Func functions.
14000 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14001 * gdb.ada/complete/pck.adb: Likewise.
14002
4e83a1e7
UW
140032015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14004
14005 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14006 failures to run the test program under GDB.
14007
8ce74153
LM
140082015-08-26 Luis Machado <lgustavo@codesourcery.com>
14009
14010 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14011 to C.
14012
e9756d52
PP
140132015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14014
14015 * gdb.base/run-after-attach.exp: New test file.
14016 * gdb.base/run-after-attach.c: New test file.
14017
8d37573b
DB
140182015-08-26 Don Breazeal <donb@codesourcery.com>
14019
14020 * gdb.base/foll-exec-2.c: New test program.
14021 * gdb.base/foll-exec-2.exp: New test.
14022
63e43d3a
PMR
140232015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14024
14025 * gdb.base/nested-subp1.exp: New file.
14026 * gdb.base/nested-subp1.c: New file.
14027 * gdb.base/nested-subp2.exp: New file.
14028 * gdb.base/nested-subp2.c: New file.
14029 * gdb.base/nested-subp3.exp: New file.
14030 * gdb.base/nested-subp3.c: New file.
14031
3d40fbb5
PA
140322015-08-24 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.server/connect-without-multi-process.c: New file.
14035 * gdb.server/connect-without-multi-process.exp: New file.
14036
4422ac93
LM
140372015-08-24 Luis Machado <lgustavo@codesourcery.com>
14038
14039 * gdb.opt/inline-markers.c: Make z int.
14040
91dddb86
LM
140412015-08-24 Luis Machado <lgustavo@codesourcery.com>
14042
14043 * gdb.opt/inline-markers.c: Make z volatile.
14044
a48847ee
LM
140452015-08-24 Luis Machado <lgustavo@codesourcery.com>
14046
14047 * gdb.opt/inline-bt.c: New volatile global z.
14048 * gdb.opt/inline-cmds.c: Likewise.
14049 * gdb.opt/inline-locals.c: Likewise.
14050 * gdb.opt/inline-markers.c: New extern global z.
14051 (marker): Use z.
14052 (inline_fn): Likewise.
14053
0ebbc52b
PA
140542015-08-24 Pedro Alves <palves@redhat.com>
14055
14056 * config/m32r-stub.exp: Remove file.
14057 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14058 * gdb.base/call-rt-st.exp: Likewise.
14059 * gdb.base/call-strs.exp: Likewise.
14060 * gdb.base/default.exp: Remove references to h8300-*-hms and
14061 *-*-udi*.
14062 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14063
77c365df
AA
140642015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14065
14066 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14067 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14068 and "return" use KFAIL when GDB can not read/write the vector
14069 return value.
14070
4313b8c0
GB
140712015-08-21 Gary Benson <gbenson@redhat.com>
14072
14073 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14074
0e433b32
PA
140752015-08-20 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.server/solib-list.exp: No longer expect an interior stop in
14078 non-stop mode.
14079
221e1a37
PA
140802015-08-20 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.server/connect-stopped-target.c: New file.
14083 * gdb.server/connect-stopped-target.exp: New file.
14084
40e3ad0e
PA
140852015-08-20 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.dwarf2/comp-unit-lang.exp: New file.
14088 * gdb.dwarf2/comp-unit-lang.c: New file.
14089
af39b327
PMR
140902015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14091
14092 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14093 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14094
7d45c7c3 140952015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14096
7d45c7c3
KB
14097 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14098 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14099
4d6cceb4
DE
141002015-08-18 Doug Evans <dje@google.com>
14101 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14102
14103 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14104 skip_python_tests. New arg prompt_regexp.
14105 (skip_python_tests): New function.
14106 * lib/mi-support.exp (mi_skip_python_tests): New function.
14107 * gdb.python/py-mi-objfile-gdb.py: New file.
14108 * gdb.python/py-mi-objfile.c: New file.
14109 * gdb.python/py-mi-objfile.exp: New file.
14110
ad89c2aa
KS
141112015-08-17 Keith Seitz <keiths@redhat.com>
14112
14113 * gdb.linespec/explicit.exp: Move strace test from here ...
14114 * gdb.trace/strace.exp: ... to here.
14115
e3ae3c43
PP
141162015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14117
14118 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14119 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14120
604b2636
DE
141212015-08-14 Doug Evans <xdje42@gmail.com>
14122
14123 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14124 inferior before selecting a new file.
14125
6ff0ba5f
DE
141262015-08-14 Doug Evans <xdje42@gmail.com>
14127
14128 * gdb.mi/mi-disassemble.exp: Update.
14129 * gdb.base/disasm-optim.S: New file.
14130 * gdb.base/disasm-optim.c: New file.
14131 * gdb.base/disasm-optim.h: New file.
14132 * gdb.base/disasm-optim.exp: New file.
14133
9ca98f92
KS
141342015-08-14 Keith Seitz <keiths@redhat.com>
14135
14136 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14137 "evaluated-by".
14138
52bbc560
JB
141392015-08-13 Joel Brobecker <brobecker@adacore.com>
14140
14141 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14142
5d8c3ed3
PMR
141432015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14144
14145 * gdb.ada/fun_renaming.exp: New testcase.
14146 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14147 * gdb.ada/fun_renaming/pack.adb: New file.
14148 * gdb.ada/fun_renaming/pack.ads: New file.
14149
ea8812bc
KS
141502015-08-12 Keith Seitz <keiths@redhat.com>
14151
14152 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14153 gdb_get_line_number.
14154
4dafcdeb
JB
141552015-08-12 Joel Brobecker <brobecker@adacore.com>
14156
14157 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14158 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14159 gdb.base/dso2dso.exp: New files.
14160
5ba32597
SDJ
141612015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14162 Pedro Alves <palves@redhat.com>
14163 Keith Seitz <keiths@redhat.com>
14164
14165 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14166 GDBFLAGS.
14167
b6dafabf
PP
141682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14169
14170 * gdb.base/gdbhistsize-history.exp
14171 (test_histsize_history_setting): Use save_vars.
14172 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14173 Use save_vars.
14174 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14175 * gdb.base/readline.exp: Use save_vars.
14176
abe8e607
PP
141772015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14178
14179 * lib/gdb.exp (save_vars): New proc.
14180
629500fa
KS
141812015-08-11 Keith Seitz <keiths@redhat.com>
14182
14183 * gdb.base/help.exp: Update help_breakpoint_text.
14184
eb8c4e2e
KS
141852015-08-11 Keith Seitz <keiths@redhat.com>
14186
14187 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14188 (at toplevel): Call test_explicit_breakpoints.
14189 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14190 breakpoints.
14191 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14192 breakpoint conditions, "-cond".
14193
87f0e720
KS
141942015-08-11 Keith Seitz <keiths@redhat.com>
14195
14196 * gdb.linespec/3explicit.c: New file.
14197 * gdb.linespec/cpexplicit.cc: New file.
14198 * gdb.linespec/cpexplicit.exp: New file.
14199 * gdb.linespec/explicit.c: New file.
14200 * gdb.linespec/explicit.exp: New file.
14201 * gdb.linespec/explicit2.c: New file.
14202 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14203 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14204 before using in the matching pattern.
14205 Clarify that `prefix' is a regular expression.
14206
f00aae0f
KS
142072015-08-11 Keith Seitz <keiths@redhat.com>
14208
14209 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14210 test.
14211 Add tests for missing ",FMT" and ",".
14212
e27852be
DE
142132015-08-10 Doug Evans <dje@google.com>
14214 Keith Seitz <keiths@redhat.com>
14215
14216 PR gdb/17960
14217 * gdb.base/completion.exp: Add location completer tests.
14218
7f03bd92
PA
142192015-08-07 Pedro Alves <palves@redhat.com>
14220
14221 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14222 tests here.
14223 (top level): Run do_test with and without displaced stepping.
14224
3fc8eb30
PA
142252015-08-07 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.base/valgrind-disp-step.c: New file.
14228 * gdb.base/valgrind-disp-step.exp: New file.
14229
d4569d7b
PA
142302015-08-07 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14233 Delete function.
14234 (main): Add alarm. Run an infinite loop instead of calling
14235 wait_threads.
14236 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14237 comment.
14238 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14239 Delete function.
14240 (main): Add alarm. Run an infinite loop instead of calling
14241 wait_threads.
14242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14243 comment.
14244
e1316e60
PA
142452015-08-07 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.base/checkpoint-ns.exp: New file.
14248 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14249 standard_testfile.
14250
da8c46d2
MM
142512015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14252
14253 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14254 * gdb.btrace/instruction_history.exp: Update.
14255 * gdb.btrace/tsx.exp: New.
14256 * gdb.btrace/tsx.c: New.
14257
de1c2c52
PA
142582015-08-06 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14261 increase timeout.
14262 * gdb.reverse/until-precsave.exp: Bump timeouts.
14263
782e0bf4
PA
142642015-08-06 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14267
83e97ed0
PA
142682015-08-06 Pedro Alves <palves@redhat.com>
14269
14270 PR gdb/18749
14271 * gdb.threads/process-dies-while-handling-bp.c: New file.
14272 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14273
863d01bd
PA
142742015-08-06 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14277 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14278
0a39bb32
PA
142792015-08-05 Pedro Alves <palves@redhat.com>
14280
14281 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14282 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14283
ee2d2b10
SL
142842015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14285
14286 * gdb.base/bp-permanent.exp: Report test as unsupported if
14287 the target cannot stop at the permanent breakpoint.
14288
4e1bdb00
DE
142892015-08-03 Doug Evans <dje@google.com>
14290
14291 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14292 10000.
14293
3d338901
DE
142942015-08-03 Doug Evans <dje@google.com>
14295
14296 * Makefile.in (workers/%.worker, build-perf): New rule.
14297 (GDB_PERFTEST_MODE): New variable.
14298 (check-perf): Use it.
14299 (clean): Clean up gdb.perf parallel build subdirs.
14300 * lib/build-piece.exp: New file.
14301 * lib/gdb.exp (make_gdb_parallel_path): New function
14302 (standard_output_file, standard_temp_file): Call it.
14303 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14304 of $GDB_PARALLEL.
14305 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14306
af061d3e
DE
143072015-08-03 Doug Evans <dje@google.com>
14308
8e1afc81 14309 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14310 (LOG_FILE_NAME): New global.
14311 (TextReporter.__init__): Initialize self.txt_sum.
14312 (TextReporter.report): Add support for multiple data-points.
14313 Move report to perftest.sum, put raw data in perftest.log.
14314 (TextReporter.start): Open sum and log files.
14315 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14316 * gdb.perf/lib/perftest/testresult.py
14317 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14318
2c8c5d37
PA
143192015-07-31 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14322 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14323 kill_wait_spawned_process instead of explicit "kill -9".
14324 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14325 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14326 kill_wait_spawned_process.
14327 * gdb.base/attach-twice.exp: Likewise.
14328 * gdb.base/attach.exp: Likewise.
14329 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14330 gdb_test_multiple.
14331 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14332 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14333 kill_wait_spawned_process.
14334 * gdb.base/valgrind-infcall.exp: Likewise.
14335 * gdb.multi/multi-attach.exp: Likewise.
14336 * gdb.python/py-prompt.exp: Likewise.
14337 * gdb.python/py-sync-interp.exp: Likewise.
14338 * gdb.server/ext-attach.exp: Likewise.
14339 * gdb.threads/attach-into-signal.exp (corefunc): Use
14340 spawn_wait_for_attach, spawn_id_get_pid and
14341 kill_wait_spawned_process.
14342 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14343 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14344 spawn_id_get_pid and kill_wait_spawned_process.
14345 * gdb.threads/attach-stopped.exp (corefunc): Use
14346 spawn_wait_for_attach, spawn_id_get_pid and
14347 kill_wait_spawned_process.
14348 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14349 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14350 kill_wait_spawned_process instead of explicit "kill -9".
14351 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14352 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14353 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14354 processes. Don't map cygwin/windows pids here. Now returns a
14355 spawn id list.
14356
032a0fca
SL
143572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14358
14359 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14360 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14361 correct patch.
14362
61a934ca
SL
143632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14364
14365 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14366
4bc4d428
SL
143672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14368
14369 Reapply:
14370 2014-05-21 Mark Wielaard <mjw@redhat.com>
14371
14372 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14373
998d452a
PA
143742015-07-30 Pedro Alves <palves@redhat.com>
14375
14376 * linux-low.c (handle_extended_wait): Set the child's last
14377 reported status to TARGET_WAITKIND_STOPPED.
14378
69dde7dc
PA
143792015-07-30 Pedro Alves <palves@redhat.com>
14380
14381 PR threads/18600
14382 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14383 only shows inferior 1.
14384
4dd63d48
PA
143852015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14386 Pedro Alves <palves@redhat.com>
14387
14388 PR threads/18600
14389 * gdb.threads/fork-plus-threads.c: New file.
14390 * gdb.threads/fork-plus-threads.exp: New file.
14391
d618e4c5
PP
143922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14393
14394 * gdb.base/batch-preserve-term-settings.exp
14395 (test_terminal_settings_preserved_after_cli_exit): Use
14396 send_quit_command.
14397
1eef6428
PA
143982015-07-29 Pedro Alves <palves@redhat.com>
14399 Don Breazeal <donb@codesourcery.com>
14400
14401 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14402 output from both inferior_spawn_id and gdb_spawn_id.
14403
7da5b897
SDJ
144042015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14405
14406 * gdb.threads/attach-into-signal.exp (corefunc): Use
14407 with_test_prefix on nested loops, uniquefying the test messages.
14408
dac804df
SDJ
144092015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14410
14411 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14412 commit.
14413
06265e53
PP
144142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14415
14416 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14417 New proc.
14418 (test_terminal_settings_preserved_after_sigterm): New test.
14419
18206ca3
PP
144202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14421
14422 * gdb.base/batch-preserve-term-settings.exp
14423 (test_terminal_settings_preserved_after_cli_exit): New test.
14424
90074d11
PP
144252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14426
14427 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14428 manipulation of saved_gdbflags.
14429 (test_terminal_settings_preserved): Remove global declaration of
14430 the unused variable pagination_prompt. Remove manipulation of
14431 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14432 GDBFLAGS.
14433
eb1a7902
PA
144342015-07-29 Pedro Alves <palves@redhat.com>
14435
14436 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14437
8b75dd3b
PA
144382015-07-29 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14441 at the top.
14442
dedad4e3
PA
144432015-07-29 Pedro Alves <palves@redhat.com>
14444
14445 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14446 (main): Call gdb_unbuffer_output.
14447 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14448 (main): Call gdb_unbuffer_output.
14449 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14450 (main): Call gdb_unbuffer_output.
14451 * gdb.base/call-strs.exp: Adjust to step over the
14452 gdb_unbuffer_output call.
14453 * gdb.base/catch-gdb-caused-signals.c: Include
14454 "../lib/unbuffer_output.c".
14455 (main): Call gdb_unbuffer_output.
14456 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14457 (main): Call gdb_unbuffer_output.
14458 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14459 (main): Call gdb_unbuffer_output.
14460 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14461 (main): Call gdb_unbuffer_output.
14462 * gdb.base/shlib-call.exp: Adjust to step over the
14463 gdb_unbuffer_output call.
14464 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14465 (main): Call gdb_unbuffer_output.
14466 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14467 (main): Call gdb_unbuffer_output.
14468 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14469 (main): Rename to ...
14470 (test): ... this.
14471 (main): Reimplement.
14472 * gdb.base/varargs.exp: Run to test instead of to main.
14473 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14474 (main): Call gdb_unbuffer_output.
14475
58789a91
PA
144762015-07-29 Pedro Alves <palves@redhat.com>
14477
14478 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14479 factore out from mi_continue_dprintf. For call-style dprintfs,
14480 expect dprintf output out of $inferior_spawn_id.
14481 (mi_continue_dprintf): Use mi_expect_dprintf.
14482 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14483 (main): Call gdb_unbuffer_output.
14484
e8376742
PA
144852015-07-29 Pedro Alves <palves@redhat.com>
14486
14487 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14488 (default_mi_gdb_start): Set inferior_spawn_id instead of
14489 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14490 gdb_spawn_id.
14491 (mi_gdb_test): Always expect inferior output from both
14492 $inferior_spawn_id and $gdb_spawn_id.
14493
08280010
PA
144942015-07-29 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14497 send_inferior and $inferior_spawn_id.
14498
4d30e432
PA
144992015-07-29 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.gdb/complaints.exp (test_initial_complaints)
14502 (test_serial_complaints, test_short_complaints): Use
14503 gdb_test_stdio.
14504 (test_empty_complaint): Handle $inferior_spawn_id !=
14505 $gdb_spawn_id.
14506
0d30a335
PA
145072015-07-29 Pedro Alves <palves@redhat.com>
14508
14509 * gdb.base/varargs.exp: Use gdb_test_stdio.
14510
39413b29
PA
145112015-07-29 Pedro Alves <palves@redhat.com>
14512
14513 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14514
7cb000a9
PA
145152015-07-29 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14518
d7b8ac82
PA
145192015-07-29 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14522 parameter into two new parameters, "inf_result" and "gdb_result".
14523 Expect inferior output and gdb output from $inferior_spawn_id and
14524 $gdb_spawn_id, respectively. Adjust all callers.
14525
789c3a0c
PA
145262015-07-29 Pedro Alves <palves@redhat.com>
14527
14528 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14529 of gdb_test_sequence.
14530
77e760c3
PA
145312015-07-29 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14534 (saw_spurious_output): Expect inferior output from
14535 $inferior_spawn_id. Use gdb_test_stdio.
14536
8396d2cd
PA
145372015-07-29 Pedro Alves <palves@redhat.com>
14538
14539 * gdb.base/dprintf.exp: Use standard_testfile. Change
14540 prepare_for_testing call.
14541 (srcfile): Don't set.
14542 (restart): New procedure.
14543 (test_dprintf): New procecure, use to continue over dprintfs.
14544 (test_call, test_agent): New procedures, tests moved here.
14545 Restart gdb and recreate dprintfs. Adjust expected output.
14546
2051d61f
PA
145472015-07-29 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14550
452397af
PA
145512015-07-29 Pedro Alves <palves@redhat.com>
14552
14553 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14554
8aed9555
PA
145552015-07-29 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14558 gdb_test_stdio.
14559
188a61b4
PA
145602015-07-29 Pedro Alves <palves@redhat.com>
14561
14562 * lib/gdb.exp (gdb_test_stdio): New procedure.
14563
12264a45
PA
145642015-07-29 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14567
23ffc893
PA
145682015-07-29 Pedro Alves <palves@redhat.com>
14569
14570 * gdb.base/call-signal-resume.exp: Remove check for
14571 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14572 * gdb.base/unwindonsignal.exp: Likewise.
14573 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14574 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14575
65566918
PA
145762015-07-29 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.base/siginfo-addr.c (pass): New function.
14579 (handler): Call it iff si_addr is correct.
14580 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14581 Set a breakpoint at "pass" and continue to it.
14582
d60a9221
SDJ
145832015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14584
14585 * gdb.python/py-objfile.exp: Make some tests have unique names.
14586 * gdb.python/py-pp-registration.exp: Likewise.
14587
bde40b8f
PA
145882015-07-28 Pedro Alves <palves@redhat.com>
14589
14590 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14591
13e1dec8
SM
145922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14593
14594 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14595
da33c9a7
SM
145962015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14597
14598 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14599
077836f7
PP
146002015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14601
14602 * gdb.base/gdb-sigterm-2.exp: New test.
14603
b8cc7b2e
DE
146042015-07-25 Doug Evans <xdje42@gmail.com>
14605
14606 Revert:
14607 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14608 (workers/%.worker, build-perf): New rule.
14609 (GDB_PERFTEST_MODE): New variable.
14610 (check-perf): Use it.
14611 (clean): Clean up gdb.perf parallel build subdirs.
14612 * lib/build-piece.exp: New file.
14613 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14614 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14615 name.
14616 (standard_temp_file): Ditto.
14617 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14618 of $GDB_PARALLEL.
14619
c8bd4544
DE
146202015-07-24 Doug Evans <dje@google.com>
14621
14622 * gdb.perf/lib/perftest/utils.py: New file.
14623 * gdb.perf/gm-hello.cc: New file.
14624 * gdb.perf/gm-pervasive-typedef.cc: New file.
14625 * gdb.perf/gm-pervasive-typedef.h: New file.
14626 * gdb.perf/gm-std.cc: New file.
14627 * gdb.perf/gm-std.h: New file.
14628 * gdb.perf/gm-use-cerr.cc: New file.
14629 * gdb.perf/gm-utils.h: New file.
14630 * gdb.perf/gmonster-null-lookup.py: New file.
14631 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14632 * gdb.perf/gmonster-print-cerr.py: New file.
14633 * gdb.perf/gmonster-ptype-string.py: New file.
14634 * gdb.perf/gmonster-runto-main.py: New file.
14635 * gdb.perf/gmonster-select-file.py: New file.
14636 * gdb.perf/gmonster1-null-lookup.exp: New file.
14637 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14638 * gdb.perf/gmonster1-print-cerr.exp: New file.
14639 * gdb.perf/gmonster1-ptype-string.exp: New file.
14640 * gdb.perf/gmonster1-runto-main.exp: New file.
14641 * gdb.perf/gmonster1-select-file.exp: New file.
14642 * gdb.perf/gmonster1.cc: New file.
14643 * gdb.perf/gmonster1.exp: New file.
14644 * gdb.perf/gmonster2-null-lookup.exp: New file.
14645 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14646 * gdb.perf/gmonster2-print-cerr.exp: New file.
14647 * gdb.perf/gmonster2-ptype-string.exp: New file.
14648 * gdb.perf/gmonster2-runto-main.exp: New file.
14649 * gdb.perf/gmonster2-select-file.exp: New file.
14650 * gdb.perf/gmonster2.cc: New file.
14651 * gdb.perf/gmonster2.exp: New file.
14652
6eab34f3
DE
146532015-07-24 Doug Evans <dje@google.com>
14654
14655 * gdb.perf/README: New file.
14656 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14657 * lib/gen-perf-test.exp: New file.
14658
63738bfd
DE
146592015-07-24 Doug Evans <dje@google.com>
14660
14661 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14662 (PerfTest::startup): New function.
14663 (PerfTest::run): Return result of calling body.
14664 (PerfTest::assemble): Rewrite.
14665 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14666 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14667 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14668 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14669 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14670
7b606f95
DE
146712015-07-24 Doug Evans <dje@google.com>
14672
14673 * lib/gdb.exp (clean_restart): Make executable optional.
14674
a97b16b8
DE
146752015-07-24 Doug Evans <dje@google.com>
14676
14677 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14678 compiler_info references.
14679 * gdb.cp/temargs.exp: Ditto.
14680 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14681 (get_compiler_info): Early exit if already computed. Set compiler_info
14682 to "unknown" if there was a problem.
14683 (test_compiler_info): Add function comment. Call get_compiler_info.
14684
35baa57f
DE
146852015-07-24 Doug Evans <dje@google.com>
14686
14687 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14688 (workers/%.worker, build-perf): New rule.
14689 (GDB_PERFTEST_MODE): New variable.
14690 (check-perf): Use it.
14691 (clean): Clean up gdb.perf parallel build subdirs.
14692 * lib/build-piece.exp: New file.
14693 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14694 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14695 name.
14696 (standard_temp_file): Ditto.
14697 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14698 of $GDB_PARALLEL.
14699
6ebea266
DE
147002015-07-24 Doug Evans <dje@google.com>
14701
14702 * lib/future.exp (gdb_default_target_compile): New option
14703 "early_flags".
14704 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14705 --as-needed.
14706
1e76a7e9
SDJ
147072015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14708
14709 * gdb.base/catch-syscall.exp: Call gdb_exit before
14710 gdb_skip_xml_test.
14711
5068630a
PA
147122015-07-24 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.python/py-events.exp: Accept output between the stop event
14715 and the prompt.
14716 * gdb.python/py-evsignal.exp: Likewise.
14717 * gdb.python/py-evthreads.exp: Likewise.
14718
77598427
PA
147192015-07-24 Pedro Alves <palves@redhat.com>
14720
14721 PR gdb/18717
14722 * gdb.threads/non-ldr-exit.c: New file.
14723 * gdb.threads/non-ldr-exit.exp: New file.
14724
11e6c98f
YQ
147252015-07-24 Yao Qi <yao.qi@linaro.org>
14726
14727 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14728 restarting process.
14729
51aee833
YQ
147302015-07-24 Yao Qi <yao.qi@linaro.org>
14731
14732 * gdb.server/ext-restart.exp: New file.
14733
8cfe207c
YQ
147342015-07-24 Yao Qi <yao.qi@linaro.org>
14735
14736 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14737 argument options.
14738 * gdb.server/ext-wrapper.exp: New file.
14739
cc12ce38
DE
147402015-07-23 Doug Evans <dje@google.com>
14741
14742 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14743 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14744
d0d84780
PMR
147452015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14746
14747 * gdb.ada/var_arr_typedef.exp: New testcase.
14748 * gdb.ada/var_arr_typedef/pack.adb: New file.
14749 * gdb.ada/var_arr_typedef/pack.ads: New file.
14750 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14751
8b558f79
JB
147522015-07-20 Joel Brobecker <brobecker@adacore.com>
14753
14754 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14755
775a3298
JK
147562015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14757
14758 * gdb.arch/i386-biarch-core.exp: Replace istarget
14759 by "complete set gnutarget". Remove expectation for the "core-file"
14760 command.
14761
db1ff28b
JK
147622015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14763
14764 Revert the previous commit:
14765 Tests for validate symbol file using build-id.
14766
0a94970d
JK
147672015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14768
14769 Tests for validate symbol file using build-id.
14770 * gdb.base/solib-mismatch-lib.c: New file.
14771 * gdb.base/solib-mismatch-libmod.c: New file.
14772 * gdb.base/solib-mismatch.c: New file.
14773 * gdb.base/solib-mismatch.exp: New file.
14774
03346981
SL
147752015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14776
14777 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14778 nios2-*-linux*.
14779 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14780 * gdb.base/siginfo.exp: Likewise.
14781 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14782
42422cc7
PL
147832015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14784
14785 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14786 Move it to ...
14787 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14788 ... here.
14789 * gdb.trace/range-stepping.exp: Check that the target supports
14790 range stepping.
14791
cfa68bae
JK
147922015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14793
14794 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14795
8ffdba26
PA
147962015-07-14 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.base/killed-outside.exp: New file.
14799 * gdb.base/killed-outside.c: New file.
14800
218a5a11
JK
148012015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14802
14803 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14804 (n at main): New.
14805 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14806
e03ed3c6
AA
148072015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14808
14809 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14810 infcall tests instead of setting up for KFAIL.
14811
485668e5
MM
148122015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14813
14814 * gdb.btrace/record_goto-step.exp: New.
14815
08464196
JK
148162015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14817
14818 PR compile/18484
14819 * gdb.compile/compile.c (struct struct_type): Add volatile to
14820 selffield's type.
14821 * gdb.compile/compile.exp
14822 (compile code struct_object.selffield = &struct_object): Skip further
14823 struct_object tests if this one xfails.
14824
bcf5c1d9
RC
148252015-07-08 Robert O'Callahan <robert@ocallahan.org>
14826
14827 PR exp/18617
14828 * gdb.trace/ax.exp: Add test.
14829
4931af25
YQ
148302015-07-07 Yao Qi <yao.qi@linaro.org>
14831
14832 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14833 instead of istarget "aarch64*-*-*".
14834 * gdb.arch/aarch64-fp.exp: Likewise.
14835 * gdb.base/float.exp: Likewise.
14836 * gdb.reverse/aarch64.exp: Likewise.
14837 * lib/gdb.exp (is_aarch64_target): New proc.
14838
9fcf688e
YQ
148392015-07-07 Yao Qi <yao.qi@linaro.org>
14840
14841 * lib/gdb.exp (is_aarch32_target): New proc.
14842 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14843 instead of "istarget "arm*-*-*"".
14844 * gdb.arch/arm-disp-step.exp: Likewise.
14845 * gdb.arch/thumb-bx-pc.exp: Likewise.
14846 * gdb.arch/thumb-prologue.exp: Likewise.
14847 * gdb.arch/thumb-singlestep.exp: Likewise.
14848 * gdb.base/disp-step-syscall.exp: Likewise.
14849 * gdb.base/float.exp: Likewise.
14850
fbd8d50d
YQ
148512015-07-07 Yao Qi <yao.qi@linaro.org>
14852
14853 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14854 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14855
71be1fdc
YQ
148562015-07-07 Yao Qi <yao.qi@linaro.org>
14857
14858 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14859 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14860 if it exists.
14861 * gdb.multi/multi-arch.exp: Likewise.
14862
3e221d36
SM
148632015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14864
14865 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14866 print.
14867
d441430b
YQ
148682015-07-07 Yao Qi <yao.qi@linaro.org>
14869
14870 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14871
06f810bd
MG
148722015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14873
14874 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14875 '[' and ']' characters.
14876
5e61e7c0
IB
148772015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14878
14879 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14880
28bf096c
PA
148812015-06-29 Pedro Alves <palves@redhat.com>
14882
14883 PR threads/18127
14884 * gdb.threads/hand-call-new-thread.c: New file.
14885 * gdb.threads/hand-call-new-thread.c: New file.
14886
ee93cd5e
KS
148872015-06-26 Keith Seitz <keiths@redhat.com>
14888 Doug Evans <dje@google.com>
14889
14890 PR 16253
14891 * gdb.cp/var-tag-2.cc: New file.
14892 * gdb.cp/var-tag-3.cc: New file.
14893 * gdb.cp/var-tag-4.cc: New file.
14894 * gdb.cp/var-tag.cc: New file.
14895 * gdb.cp/var-tag.exp: New file.
14896
fc637f04
PP
148972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14898
14899 * gdb.base/history-duplicates.exp: New test.
14900
2e52ae68
PP
149012015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14902
14903 * gdb.base/completion.exp: Test the completion of the "focus"
14904 command.
14905
6e22494e
JK
149062015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14907
14908 * gdb.arch/amd64-prologue-skip.S: New file.
14909 * gdb.arch/amd64-prologue-skip.exp: New file.
14910
bf7b9cd9
SM
149112015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14912
14913 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14914 is_address_zero_readable check.
14915
201e8dfd
PB
149162015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14917
14918 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14919 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14920
5cd867b4
YQ
149212015-06-24 Yao Qi <yao.qi@linaro.org>
14922
14923 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14924 linux targets.
14925
4d7be007
YQ
149262015-06-24 Yao Qi <yao.qi@linaro.org>
14927
14928 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14929 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14930 * gdb.base/siginfo-thread.exp: Likewise.
14931
07fcd301
YQ
149322015-06-22 Yao Qi <yao.qi@linaro.org>
14933
14934 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14935
52042a00
YQ
149362015-06-22 Yao Qi <yao.qi@linaro.org>
14937
14938 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14939 aarch64*-*-*.
14940 (skip_hw_watchpoint_tests): Likewise.
14941
74bd41ce
PP
149422015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14943
14944 * gdb.base/gdbinit-history.exp: Test the interaction between
14945 setting GDBHISTSIZE and setting the history size via .gdbinit.
14946
bc460514
PP
149472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14948
14949 PR gdb/16999
14950 * gdb.base/gdbhistsize-history.exp: New test.
14951
b58c513b
PP
149522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14953
14954 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14955 with GDBHISTSIZE.
14956 * gdb.base/readline.exp: Likewise.
14957
92046791
YQ
149582015-06-17 Yao Qi <yao.qi@linaro.org>
14959
14960 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14961 line.
14962
2093d2d3
PP
149632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14964
14965 * gdb.base/gdbinit-history.exp: Add test case to check that
14966 an unlimited history file does not get truncated on exit.
14967
e6c693af
AA
149682015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14969
14970 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14971 (VECTOR): New macro. Use it...
14972 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14973 ...for these typedefs.
14974 (int8, char1, int1, double1): New typedefs.
14975 (struct just_int2, struct two_int2): New structures.
14976 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14977 (add_structvecs, add_singlevecs): New functions.
14978 (main): Call add_some_intvecs twice.
14979 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14980 the compile and exit upon failure. Try compiling for the "native"
14981 architecture. Test inferior function calls with vector arguments
14982 and vector return value handling with "finish" and "return".
14983
c74f7d1c
JT
149842015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14985
14986 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14987 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14988 PE file.
14989 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14990
98aa42ee
AT
149912015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14992
14993 PR breakpoints/16465
14994 * gdb.mi/mi-dprintf-pending.c: New file.
14995 * gdb.mi/mi-dprintf-pending.exp: New test.
14996 * gdb.mi/mi-dprintf-pendshr.c: New file.
14997
7d73c23c 149982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14999 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15000
15001 * gdb.arch/i386-mpx-map.c: New file.
15002 * gdb.arch/i386-mpx-map.exp: New File.
15003
150042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15005
15006 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15007 * gdb.arch/i386-mpx.exp: Indentation fixed.
15008
150092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15010
15011 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15012 function and improved indentation.
15013 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15014 gdb_test_multiple. Added additional tests to skip the test.
15015
150162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15017
15018 * gdb.arch/i386-avx512.c: Change path in include file.
15019 * gdb.arch/i386-avx512.exp: Change include dir path
15020 compilation flag.
15021 * gdb.arch/i386-mpx.c: Change path in include file.
15022 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15023 flag.
15024
d5eba19a
JK
150252015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15026
15027 * gdb.compile/compile-print.exp (compile print *vararray@3)
15028 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15029
7f361056
JK
150302015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15031
15032 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15033 (do not keep jit in memory): ... this.
15034 (expect 5): Change it to ...
15035 (expect no 5): ... this.
15036
3b462ec2
SM
150372015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15038
15039 PR gdb/15564
15040 * gdb.mi/mi-detach.exp: New file.
15041
e0619de6
JK
150422015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15043
15044 PR symtab/18392
15045 * gdb.arch/amd64-tailcall-self.S: New file.
15046 * gdb.arch/amd64-tailcall-self.c: New file.
15047 * gdb.arch/amd64-tailcall-self.exp: New file.
15048
e970cb34
DB
150492015-05-28 Don Breazeal <donb@codesourcery.com>
15050
15051 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15052 tests for remote targets by checking is_target_gdbserver.
15053
b2e2f908
DE
150542015-05-27 Doug Evans <dje@google.com>
15055
15056 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15057 * gdb.dwarf2/opaque-type-lookup.c: New file.
15058 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15059
82c7be31
DE
150602015-05-26 Doug Evans <dje@google.com>
15061
15062 * gdb.cp/iostream.cc: New file.
15063 * gdb.cp/iostream.exp: New file.
15064
b4f54984
DE
150652015-05-26 Doug Evans <dje@google.com>
15066
15067 * gdb.dwarf2/dw2-op-call.exp: Update.
15068 * gdb.dwarf2/dw4-sig-types.exp: Update.
15069 * gdb.dwarf2/implptr.exp: Update.
15070 * gdb.mi/mi-cmd-param-changed.exp: Update.
15071
4ea6efe9
DE
150722015-05-26 Doug Evans <dje@google.com>
15073
15074 * gdb.python/py-lazy-string.c: New file.
15075 * gdb.python/py-lazy-string.exp: New file.
15076 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15077 (main): Update. Add estring3.
15078 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15079 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15080
f6bb7db3
YQ
150812015-05-26 Omair Javaid <omair.javaid@linaro.org>
15082 Yao Qi <yao.qi@linaro.org>
15083
15084 * gdb.reverse/aarch64.c: New.
15085 * gdb.reverse/aarch64.exp: New.
15086
a81bfbd0
OJ
150872015-05-26 Omair Javaid <omair.javaid@linaro.org>
15088
25d49b86
PA
15089 * lib/gdb.exp (supports_process_record): Return true for
15090 aarch64*-linux*.
a81bfbd0
OJ
15091 (supports_reverse): Likewise.
15092
158bf1b4
PP
150932015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15094
15095 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15096 Use with_test_prefix.
15097
a0145030
AB
150982015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15099
15100 * gdb.base/completion.exp: Add test for completion of layout
15101 names.
15102
ebe3b578
AB
151032015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15104
15105 * lib/gdb.exp (skip_tui_tests): New proc.
15106 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15107
84204ed7
PA
151082015-05-19 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15111 Save the whole env array instead of just HOME. Unset HISTSIZE in
15112 the environment while testing. Restore whole environment
15113 afterwards.
15114
37442ce1
DE
151152015-05-16 Doug Evans <xdje42@gmail.com>
15116
15117 * gdb.guile/scm-ports.c: New file.
15118 * gdb.guile/scm-ports.exp: Add memory port tests.
15119
36de76f9
JK
151202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15121
15122 * gdb.compile/compile-print.c: New file.
15123 * gdb.compile/compile-print.exp: New file.
15124
3a9558c4
JK
151252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15126
15127 * gdb.compile/compile-ops.exp: Cast param to void.
15128 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15129 (compile code struct_object.selffield = &struct_object): Add xfail.
15130
aa715135
JG
151312015-05-15 Joel Brobecker <brobecker@adacore.com>
15132
15133 * gdb.ada/arr_enum_with_gap: New testcase.
15134
931e5bc3
JG
151352015-05-15 Joel Brobecker <brobecker@adacore.com>
15136
15137 * gdb.ada/byte_packed_arr: New testcase.
15138
9cd4d857
JB
151392015-05-15 Joel Brobecker <brobecker@adacore.com>
15140
15141 * gdb.ada/pckd_neg: New testcase.
15142
ebfd00d2
PP
151432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15144
15145 PR gdb/17820
15146 * gdb.base/gdbinit-history.exp: New test.
15147 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15148 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15149
4c082a81
SC
151502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15151
15152 * gdb.python/py-xmethods.cc: Enhance test case.
15153 * gdb.python/py-xmethods.exp: New tests.
15154 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15155 function.
15156 (B_indexoper): Likewise.
15157 (global_dm_list) : Add new xmethod worker functions.
15158
f7797074
SDJ
151592015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15160
15161 * gdb.base/coredump-filter.exp: Correctly unset
15162 "coredump_var_addr" array.
15163
a4674e4e
PA
151642015-05-08 Pedro Alves <palves@redhat.com>
15165
15166 * gdb.server/non-existing-program.exp: Unset spawn_id.
15167
df2eb078
SC
151682015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15169
15170 PR python/18291
15171 * gdb.python/py-xmethods.exp: Add tests.
15172
422349a3
YQ
151732015-05-08 Yao Qi <yao.qi@linaro.org>
15174
15175 PR gdb/18208
15176 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15177 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15178 function set_coredump_filter, and remove remote_exec call.
15179 Remove argument ipid. Callers update.
15180 (top level): Don't get inferior's PID.
15181
63fc80ce
AA
151822015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15183
15184 * gdb.base/watch_thread_num.exp: Skip test on targets without
15185 access watchpoints.
15186
80ad801e
PA
151872015-05-06 Pedro Alves <palves@redhat.com>
15188
15189 PR server/18081
15190 * gdb.server/non-existing-program.exp: New file.
15191
0fa7fe50
JB
151922015-05-05 Joel Brobecker <brobecker@adacore.com>
15193
15194 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15195
3ea89b92
PMR
151962015-05-05 Joel Brobecker <brobecker@adacore.com>
15197
15198 * gdb.ada/out_of_line_in_inlined: New testcase.
15199
87b8eff0
JB
152002015-05-05 Joel Brobecker <brobecker@adacore.com>
15201
15202 * gdb.ada/var_rec_arr: New testcase.
15203
5fccc635
YQ
152042015-04-30 Yao Qi <yao.qi@linaro.org>
15205
15206 * gdb.base/break-idempotent.exp: If
15207 skip_hw_watchpoint_multi_tests returns true, skip the tests
15208 on "rwatch" and "awatch".
15209
42d38f42
YQ
152102015-04-30 Yao Qi <yao.qi@linaro.org>
15211
15212 * gdb.base/relativedebug.exp: Invoke gdb command
15213 "info sharedlibrary", and if libc.so doesn't have debug info,
15214 skip the test.
15215
2ce1cdbf
DE
152162015-04-29 Doug Evans <dje@google.com>
15217
15218 * gdb.python/py-xmethods.exp: Add ptype tests.
15219 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15220 get_result_type method.
15221
f24a38c5
LM
152222015-04-29 Luis Machado <lgustavo@codesourcery.com>
15223
15224 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15225 the target does not support hardware watchpoints.
15226
ecbf2b3c
LM
152272015-04-29 Luis Machado <lgustavo@codesourcery.com>
15228
15229 * gdb.base/break-always.exp: Abort testing if writing to memory
15230 causes an error.
15231
34f5f757
DE
152322015-04-28 Doug Evans <dje@google.com>
15233
15234 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15235 * gdb.python/py-pp-registration.exp: ... here. New file.
15236 * gdb.python/py-pp-registration.c: New file.
15237 * gdb.python/py-pp-registration.py: New file.
15238
69b4374a
DE
152392015-04-28 Doug Evans <dje@google.com>
15240
15241 * gdb.python/py-bad-printers.c: New file.
15242 * gdb.python/py-bad-printers.py: New file.
15243 * gdb.python/py-bad-printers.exp: New file.
15244
59fb7612
SS
152452015-04-28 Sasha Smundak <asmundak@google.com>
15246
15247 * gdb.python/py-type.exp: New test.
15248
2631b16a
AW
152492015-04-28 Andy Wingo <wingo@igalia.com>
15250
15251 * gdb.python/py-parameter.exp:
15252 * gdb.guile/scm-parameter.exp: Escape the path that we are
15253 matching against, as it might contain characters that are special
15254 to regular expressions.
15255
460efde1
JB
152562015-04-27 Joel Brobecker <brobecker@adacore.com>
15257
15258 * gdb.ada/rec_comp: New testcase.
15259
2d369d8e
SDJ
152602015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15261
15262 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15263 before using it.
15264
cf75d6c3
AB
152652015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15266
15267 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15268 new tests for verilog output.
15269
8dbe7ca5
YQ
152702015-04-24 Yao Qi <yao.qi@linaro.org>
15271
15272 * boards/remote-gdbserver-on-localhost.exp: New file.
15273
4ef9fb2f
PA
152742015-04-23 Pedro Alves <palves@redhat.com>
15275
15276 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15277 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15278 "end of file", remove $inferior_spawn_id from the indirect list.
15279
0a803169
PA
152802015-04-23 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15283
749ef8f8
PA
152842015-04-23 Pedro Alves <palves@redhat.com>
15285
15286 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15287 on $any_spawn_id instead of only on $gdb_spawn_id.
15288
8aae4344
PM
152892015-04-21 Pierre Muller <muller@sourceware.org>
15290
15291 PR pascal/17815
15292 * lib/pascal.exp (gpc_compile): Add new option "class".
15293 (fpc_compile): Likewise.
15294 * gdb.pascal/case-insensitive-symbols.pas: New file.
15295 * gdb.pascal/case-insensitive-symbols.exp: New file.
15296
1586c8fb
GB
152972015-04-20 Gary Benson <gbenson@redhat.com>
15298
15299 * gdb.base/attach.exp: Fix three extended remote failures.
15300
1b6e6f5c
GB
153012015-04-17 Gary Benson <gbenson@redhat.com>
15302
15303 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15304 the main executable over the remote protocol.
15305
e797481d
PA
153062015-04-16 Pedro Alves <palves@redhat.com>
15307
15308 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15309 a new gdbserver if gdbserver_reconnect_p is set.
15310
1ca99c42
PA
153112015-04-16 Pedro Alves <palves@redhat.com>
15312
15313 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15314 is set, don't exit gdbserver.
15315
af9fd6f8
AA
153162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15317
15318 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15319 appropriate .insn, such that an older assembler can be used.
15320 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15321 the z/Architecture instruction set on 31-bit targets as well.
15322
04ff1e61
AA
153232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15324
15325 * gdb.go/handcall.exp: Remove all logic related to the first
15326 breakpoint and rely on go_runto_main instead.
15327 * gdb.go/strings.exp: Likewise.
15328 * gdb.go/unsafe.exp: Likewise.
15329 * gdb.go/hello.exp: Likewise. Also rename the remaining
15330 breakpoint marker to "breakpoint 1".
15331 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15332 * gdb.go/strings.go: Likewise.
15333 * gdb.go/unsafe.go: Likewise.
15334 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15335 "set breakpoint 2 here" and rename the remaining breakpoint marker
15336 to "breakpoint 1".
15337
40d2f8d6
SM
153382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15339
15340 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15341 if itertools.imap is not present.
15342 * gdb.python/py-objfile.exp: Add parentheses.
15343 * gdb.python/py-type.exp: Same.
15344 * gdb.python/py-unwind-maint.py: Same.
15345
8cbc97c6
YQ
153462015-04-15 Yao Qi <yao.qi@linaro.org>
15347
15348 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15349 of ":$ptr_size" and set its form explicitly.
15350
45fd756c
YQ
153512015-04-15 Pedro Alves <palves@redhat.com>
15352 Yao Qi <yao.qi@linaro.org>
15353
15354 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15355 timeout by factor of 4.
15356 (test_regular_watch): Likewise.
15357 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15358 * gdb.reverse/sigall-reverse.exp: Likewise.
15359 * gdb.reverse/until-precsave.exp: Likewise.
15360 * lib/gdb.exp (with_timeout_factor): New proc.
15361 (gdb_expect): Move some code to ...
15362 (get_largest_timeout): ... here. New procedure.
15363
9e811bc3
LM
153642015-04-14 Luis Machado <lgustavo@codesourcery.com>
15365
15366 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15367
0ff6fcb2
LM
153682015-04-13 Luis Machado <lgustavo@codesourcery.com>
15369
15370 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15371 to write to the .text section.
15372
7578d5f7
LM
153732015-04-13 Luis Machado <lgustavo@codesourcery.com>
15374
15375 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15376 Handle the case of targets that do not provide PID information.
15377
2efe15c4
YQ
153782015-04-13 Yao Qi <yao.qi@linaro.org>
15379
15380 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15381 and use expect instead of gdb_expect.
15382
8cd8f2f8
SDJ
153832015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15384
15385 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15386 "coredump_var_addr" to avoid naming conflict with other testcases.
15387
9ee41772
PA
153882015-04-10 Pedro Alves <palves@redhat.com>
15389
15390 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15391 gdb_test_sequence and gdb_assert.
15392
07473109
PA
153932015-04-10 Pedro Alves <palves@redhat.com>
15394
15395 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15396 test messages that don't include the breakpoint address.
15397
de3db44c
YQ
153982015-04-10 Yao Qi <yao.qi@linaro.org>
15399
15400 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15401 false for some offset and width combinations which aren't
15402 supported by linux kernel.
15403
c79d856c
PA
154042015-04-10 Pedro Alves <palves@redhat.com>
15405
15406 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15407 procedure, factored out from ...
15408 (top level): ... here. Add "set displaced-stepping" testing axis.
15409 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15410 parameter "displaced". Use it.
15411 (top level): Use foreach and add "set displaced-stepping" testing
15412 axis.
15413
ebc90b50
PA
154142015-04-10 Pedro Alves <palves@redhat.com>
15415
15416 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15417 Remove comment.
15418 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15419 both the address of the instruction that triggers the watchpoint
15420 and the address of the instruction immediately after, and use
15421 those addresses for the test. Fix comment.
15422
8f572e5c
PA
154232015-04-10 Pedro Alves <palves@redhat.com>
15424
15425 * gdb.base/sigstep.exp (breakpoint_to_handler)
15426 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15427 Test "backtrace" in handler.
15428 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15429 (top level): Add new "displaced" test axis to
15430 breakpoint_to_handler, breakpoint_to_handler_entry and
15431 breakpoint_over_handler.
15432
8d707a12
PA
154332015-04-10 Pedro Alves <palves@redhat.com>
15434
15435 PR gdb/18216
15436 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15437
ef713951
YQ
154382015-04-10 Yao Qi <yao.qi@linaro.org>
15439
15440 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15441 (test_add_rn_pc): New function.
15442 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15443 (top level): Invoke test_add_rn_pc.
15444
906d60cf
PA
154452015-04-10 Pedro Alves <palves@redhat.com>
15446
15447 PR gdb/13858
15448 * gdb.base/step-over-no-symbols.exp: New file.
15449
f2983cc3
AW
154502015-04-09 Andy Wingo <wingo@igalia.com>
15451
15452 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15453 after the Python tests.
15454
6d62641c
SDJ
154552015-04-08 Keith Seitz <keiths@redhat.com>
15456
15457 PR python/16699
15458 * gdb.python/py-completion.exp: New tests for completion.
15459 * gdb.python/py-completion.py (CompleteLimit1): New class.
15460 (CompleteLimit2): Likewise.
15461 (CompleteLimit3): Likewise.
15462 (CompleteLimit4): Likewise.
15463 (CompleteLimit5): Likewise.
15464 (CompleteLimit6): Likewise.
15465 (CompleteLimit7): Likewise.
15466
f3770638
PA
154672015-04-08 Pedro Alves <palves@redhat.com>
15468
15469 PR gdb/18214
15470 PR gdb/18216
15471 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15472 function.
15473 (main): Install it as SIGUSR1 handler.
15474 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15475 parameter. Always use "setup" as prefix. Toggle "set
15476 displaced-stepping" off/on depending on global. Don't switch to
15477 thread 1 here.
15478 (top level): Add displaced stepping "off/on" test axis. Update
15479 "setup" calls. Wrap each subtest with with_test_prefix. Test
15480 continuing with a queued signal in each thread.
15481
4496bed7
PA
154822015-04-08 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15485 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15486 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15487 Return early if running to main fails.
15488 * gdb.trace/while-stepping.exp: Likewise.
15489
b97fde92
PA
154902015-04-07 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15493 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15494 interact with inferior program.
15495
f71c18e7
PA
154962015-04-07 Pedro Alves <palves@redhat.com>
15497
15498 * lib/gdb.exp (inferior_spawn_id): New global.
15499 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15500 spawn id after processing the user code.
15501 (default_gdb_start): Set inferior_spawn_id.
15502 (send_inferior): New procedure.
15503 * lib/gdbserver-support.exp (gdbserver_start): Set
15504 inferior_spawn_id.
15505 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15506
6423214f
PA
155072015-04-07 Pedro Alves <palves@redhat.com>
15508
15509 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15510 * lib/gdbserver-support.exp (gdbserver_start): Make
15511 $server_spawn_id global.
15512 (gdbserver_start): Don't wait for gdbserver's spawn id with
15513 expect_background.
15514 (close_gdbserver): New procedure.
15515 (gdb_exit): Rename the default version and reimplement.
15516
71c0ee8c
PA
155172015-04-07 Pedro Alves <palves@redhat.com>
15518
72f4393d 15519 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15520 append the substituted item, not the original item.
15521
203bc29b
PA
155222015-04-07 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15525 gdb_expect.
15526
508a3ddf
PA
155272015-04-07 Pedro Alves <palves@redhat.com>
15528
15529 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15530 output appearing once only.
15531
9f6dbe2b
PA
155322015-04-07 Pedro Alves <palves@redhat.com>
15533
15534 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15535 that doesn't expect anything. Return early if running to main
15536 fails.
15537
337532fa
YQ
155382015-04-07 Yao Qi <yao.qi@linaro.org>
15539
15540 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15541 (child_function): Call alarm.
15542 (main): Move call to alarm into the loop.
15543 * gdb.threads/non-stop-fair-events.exp: Build program with
15544 -DTIMEOUT=$timeout.
15545
01b622d4
DE
155462015-04-06 Doug Evans <xdje42@gmail.com>
15547
15548 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15549 Fix dest parameter to board_info.
15550 (fpc_compile): Ditto.
15551 (gdb_compile_pascal): Rename dest arg to destfile.
15552
961f4160
PMR
155532015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15554
15555 * gdb.ada/funcall_ref.exp: New file.
15556 * gdb.ada/funcall_ref/foo.adb: New file.
15557
cafda597
YQ
155582015-04-02 Yao Qi <yao.qi@linaro.org>
15559
15560 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15561 is remote.
15562
fed040c6
GB
155632015-04-02 Gary Benson <gbenson@redhat.com>
15564
15565 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15566
d11916aa
SS
155672015-04-01 Sasha Smundak <asmundak@google.com>
15568
15569 * gdb.python/py-unwind-maint.c: New file.
15570 * gdb.python/py-unwind-maint.exp: New test.
15571 * gdb.python/py-unwind-maint.py: New file.
15572 * gdb.python/py-unwind.c: New file.
15573 * gdb.python/py-unwind.exp: New test.
15574 * gdb.python/py-unwind.py: New test.
15575
a1471180
PA
155762015-04-01 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15579 to fail instead of non-existent $test.
15580
0bbeccb1
PA
155812015-04-01 Pedro Alves <palves@redhat.com>
15582
15583 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15584 GDBFLAGS if not empty.
15585
3c724c8c
PMR
155862015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15587
15588 * gdb.ada/complete.exp: Remove "multi_line".
15589 * gdb.ada/info_exc.exp: Remove "multi_line".
15590 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15591 * gdb.ada/ptype_field.exp: Remove "multi_line".
15592 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15593 * gdb.ada/tagged.exp: Remove "multi_line".
15594 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15595 [multi_line ...]
15596 * gdb.btrace/delta.exp: Likewise.
15597 * gdb.btrace/exception.exp: Likewise.
15598 * gdb.btrace/function_call_history.exp: Likewise.
15599 * gdb.btrace/instruction_history.exp: Likewise.
15600 * gdb.btrace/nohist.exp: Likewise.
15601 * gdb.btrace/record_goto.exp: Likewise.
15602 * gdb.btrace/segv.exp: Likewise.
15603 * gdb.btrace/stepi.exp: Likewise.
15604 * gdb.btrace/tailcall.exp: Likewise.
15605 * gdb.btrace/unknown_functions.exp: Likewise.
15606 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15607 * lib/gdb.exp: Add the "multi_line" helper.
15608
4eec2deb
PA
156092015-04-01 Pedro Alves <palves@redhat.com>
15610
15611 * gdb.threads/tid-reuse.c: New file.
15612 * gdb.threads/tid-reuse.exp: New file.
15613
df8411da
SDJ
156142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15615
15616 PR corefiles/16092
15617 * gdb.base/coredump-filter.c: New file.
15618 * gdb.base/coredump-filter.exp: Likewise.
15619
6ef37366
PM
156202015-03-27 Petr Machata <pmachata@redhat.com>
15621
15622 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15623 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15624 (Dwarf::assemble): Initialize them.
15625 (Dwarf::lines): New function.
15626
7ec911b0
JT
156272015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15628
15629 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15630 SYMBOL_PREFIX for x86_64-*-cygwin.
15631
ff908ebf
AW
156322015-03-26 Andy Wingo <wingo@igalia.com>
15633
15634 PR symtab/18148
15635 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15636 const_value but not a location.
15637 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15638 location defined in non-main CUs are visible.
15639
6d5f0679
YQ
156402015-03-26 Yao Qi <yao.qi@linaro.org>
15641
15642 PR testsuite/18139
15643 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15644 Add a line number entry for the same line.
15645 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15646 Add a line number entry for the same line.
15647
2898689b
YQ
156482015-03-26 Yao Qi <yao.qi@linaro.org>
15649
15650 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15651 .int 0.
15652 (func): Likewise. Add .Lfunc_1 label.
15653 Use .Lfunc_1 label.
15654 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15655 .int 0.
15656 (func): Likewise.
15657 Use .Lfunc_1 label.
15658
85180498
YQ
156592015-03-26 Yao Qi <yao.qi@linaro.org>
15660
15661 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15662 Call gdb_compile instead to compile each .s files without debug
15663 information.
15664
8aa08a8d
YQ
156652015-03-26 Yao Qi <yao.qi@linaro.org>
15666
15667 * gdb.base/savedregs.exp (process_saved_regs): Make
15668 "Saved registers:" optional in the pattern.
15669
66849923
MM
156702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15671
15672 * gdb.btrace/next.exp: Merged into step.exp.
15673 * gdb.btrace/finish.exp: Merged into step.exp.
15674 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15675 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15676 "record goto" and checking the exact replay position.
15677 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15678 check for "Recording format" in "info record" output.
15679 * gdb.btrace/record_goto.exp: Choose test file based on target.
15680 * gdb.btrace/x86-record_goto.S: Renamed into ...
15681 * gdb.btrace/x86_64-record_goto.S: ... this.
15682 * gdb.btrace/i686-record_goto.S: New.
15683 * gdb.btrace/x86-tailcall.S: Renamed into ...
15684 * gdb.btrace/x86_64-tailcall.S: ... this.
15685 * gdb.btrace/i686-tailcall.S: New.
15686 * gdb.btrace/x86-tailcall.c: Renamed into ...
15687 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15688 separate statements. Update test.
15689 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15690 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15691 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15692 * gdb.btrace/tailcall.exp: Choose test file based on target.
15693 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15694
11cc1b74
MM
156952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15696
15697 * gdb.btrace/exception.exp: Increase BTS buffer size.
15698
a25d8bf9
PA
156992015-03-24 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15702
856e7dd6
PA
157032015-03-24 Pedro Alves <palves@redhat.com>
15704
15705 * gdb.threads/schedlock.exp (test_step): No longer expect that
15706 "set scheduler-locking step" with "next" over a function call runs
15707 threads unlocked.
15708
ad235a41
AT
157092015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15710
15711 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15712
15630549
AT
157132015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15714
15715 PR breakpoints/16466
15716 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15717 * gdb.mi/mi-pending.c (thread_func): New function.
15718 (int main): Add threading support required.
15719 * gdb.mi/mi-pending.exp: Add tests for this issue.
15720 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15721 (pendfunc2): Remove stdio dependency.
15722 * gdb.mi/mi-pendshr2.c: New file.
15723
693dca06
KS
157242015-03-23 Keith Seitz <keiths@redhat.com>
15725
15726 * gdb.linespec/keywords.c: New file.
15727 * gdb.linespec/keywords.exp: New file.
15728
7e993ebf
KS
157292015-03-23 Keith Seitz <keiths@redhat.com>
15730
15731 PR gdb/18021
15732 * gdb.dwarf2/staticvirtual.exp: New test.
15733
bc23328c
JK
157342015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15735
15736 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15737 * README: Remove HP-UX and gdb.hp.
15738 (configuration):
15739 * configure: Regenerate.
15740 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15741 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15742 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15743 gdb.hp/gdb.defects/Makefile.
15744 * gdb.hp/Makefile.in: File deleted.
15745 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15746 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15747 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15748 * gdb.hp/gdb.aCC/run.c: File deleted.
15749 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15750 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15751 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15752 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15753 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15754 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15755 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15756 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15757 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15758 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15759 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15760 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15761 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15762 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15763 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15764 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15765 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15766 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15767 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15768 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15769 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15770 * gdb.hp/gdb.compat/average.c: File deleted.
15771 * gdb.hp/gdb.compat/sum.c: File deleted.
15772 * gdb.hp/gdb.compat/xdb.c: File deleted.
15773 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15774 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15775 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15776 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15777 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15778 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15779 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15780 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15781 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15782 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15783 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15784 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15785 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15786 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15787 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15788 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15789 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15790 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15791 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15792 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15793 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15794 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15795 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15796 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15797 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15798 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15799 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15800 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15801 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15802 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15803 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15804 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15805 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15806 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15807 * gdb.hp/tools/odump: File deleted.
15808
8bf3b159
PA
158092015-03-19 Pedro Alves <palves@redhat.com>
15810
15811 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15812 (saw_thread_3): New globals.
15813 (top level): Increment them when an event for the corresponding
15814 thread is seen.
15815 (no thread starvation): New test.
15816
eb54c8bf
PA
158172015-03-19 Pedro Alves <palves@redhat.com>
15818
15819 * gdb.threads/continue-pending-status.c: New file.
15820 * gdb.threads/continue-pending-status.exp: New file.
15821
32d2e5d6
PA
158222015-03-18 Pedro Alves <palves@redhat.com>
15823
15824 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15825 Use gdb_is_target_remote instead of is_remote. Use
15826 gdb_test_multiple instead of gdb_expect. Exit early if
15827 gdb_test_multiple hits its internal matches. Tighten stepi tests
15828 expected output. Fail on exit with any signal, instead of just
15829 SIGILL.
15830
f68f11b7
YQ
158312015-03-18 Yao Qi <yao.qi@linaro.org>
15832
15833 PR tdep/18107
15834 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15835 variable.
15836 * gdb.base/catch-syscall.exp: Don't skip it on
15837 aarch64*-*-linux* target. Remove elements in all_syscalls.
15838 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15839 target.
15840 (setup_all_syscalls): New proc.
15841
ca5fd19b
YQ
158422015-03-16 Yao Qi <yao.qi@linaro.org>
15843
15844 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15845 (top level): Skip tests if valid_addr_p returns false for
15846 $cmd1 or $cmd2.
15847
85642ba0
AW
158482015-03-11 Andy Wingo <wingo@igalia.com>
15849
15850 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15851
e03f9645
YQ
158522015-03-11 Yao Qi <yao.qi@linaro.org>
15853
15854 * gdb.base/catch-syscall.exp: Fix typo in comments.
15855
5d0962b2
YQ
158562015-03-11 Yao Qi <yao.qi@linaro.org>
15857
15858 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15859
b2df3cef
PA
158602015-03-09 Pedro Alves <palves@redhat.com>
15861
15862 * dg-extract-results.py: Delete.
15863
ef878e53
PA
158642015-03-09 Pedro Alves <palves@redhat.com>
15865
15866 Merge dg-extract-results.sh from GCC upstream (r218843).
15867
15868 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15869 * dg-extract-results.sh: Use --text with grep to avoid issues with
15870 binary files. Fall back to cat -v, if that doesn't work.
15871
9494d219
PA
158722015-03-05 Pedro Alves <palves@redhat.com>
15873
15874 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15875
a8d9763a
SM
158762015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15877
15878 * lib/mi-support.exp (mi_expect_interrupt): Accept
15879 alternative event for when in all-stop mode.
15880
be9957b8
PA
158812015-03-04 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15884
d57be0f4 158852015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15886
15887 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15888
c214c7cf
AA
158892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15890
15891 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15892 regexps for GDB's current line display, accept a hex address
15893 preceding the line number.
15894
6d74a497
AA
158952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15896
15897 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15898 the 'arch1' variable for "s390*-linux*" targets.
15899
511aee7c
PA
159002015-03-04 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15903 (main): Pass missing retval argument to pthread_join call.
15904
95e50b27
PA
159052015-03-02 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15908 (top level): Call do_test with non-stop as well.
15909
28054d69
PA
159102015-03-02 Pedro Alves <palves@redhat.com>
15911
15912 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15913 -1.
15914
4fa5d7b4
AA
159152015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15916
15917 * gdb.arch/s390-vregs.exp: New test.
15918 * gdb.arch/s390-vregs.S: New file.
15919
97c18565
PA
159202015-02-27 Pedro Alves <palves@redhat.com>
15921
15922 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15923 call to catch_command_errors.
15924 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15925 catch_command_errors.
15926
a37bfa30
PA
159272015-02-27 Pedro Alves <palves@redhat.com>
15928
15929 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15930 "true" for boolean result.
15931 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15932 prototype of main.
15933
6f98576f
PA
159342015-02-27 Pedro Alves <palves@redhat.com>
15935
15936 * lib/unbuffer_output.c: New file.
15937 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15938 (main): Call gdb_unbuffer_output.
15939
eba5ab56
YQ
159402015-02-27 Yao Qi <yao.qi@linaro.org>
15941
15942 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15943 target.
15944
0def5aaa
DE
159452015-02-26 Doug Evans <dje@google.com>
15946
15947 * gdb.cp/class2.cc (Dbase, D): New classes.
15948 (main): New local delta.
15949 * gdb.cp/class2.exp: Test printing delta.
15950 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15951 (dynbar): New global.
15952 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15953
081a1c2c
JK
159542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15955
15956 * gdb.compile/compile-ifunc.c: New file.
15957 * gdb.compile/compile-ifunc.exp: New file.
15958
2f41223f
AT
159592015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15960
15961 * gdb.base/structs.exp: Check for correct struct on finish.
15962
03eddd80
YQ
159632015-02-26 Yao Qi <yao.qi@linaro.org>
15964
15965 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15966 is zero.
15967
80c57053
JK
159682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15969
15970 * gdb.arch/cordic.ko.bz2: New file.
15971 * gdb.arch/cordic.ko.debug.bz2: New file.
15972 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15973
21613c12
YQ
159742015-02-25 Yao Qi <yao.qi@linaro.org>
15975
15976 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15977 aarch64*-*-* target.
15978
d8b901ed
PA
159792015-02-23 Pedro Alves <palves@redhat.com>
15980
15981 * lib/gdb.exp (delete_breakpoints): Rewrite using
15982 gdb_test_multiple.
15983
e5b85ead
PA
159842015-02-23 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/info-os.c: Include stdlib.h.
15987
85c3a371
DE
159882015-02-22 Doug Evans <xdje42@gmail.com>
15989
15990 PR symtab/17855
15991 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15992 is read after symbols have been re-read.
15993 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15994 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15995
96553a0c
DE
159962015-02-21 Doug Evans <dje@google.com>
15997
15998 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15999
97a0c697
JK
160002015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16001
16002 PR corefiles/17808
16003 * gdb.arch/i386-biarch-core.core.bz2: New file.
16004 * gdb.arch/i386-biarch-core.exp: New file.
16005
a47cd6e9
PA
160062015-02-21 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16009 runto_main fails.
16010
c5facdc4
PA
160112015-02-20 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16014 info probes.
16015
2db9a427
PA
160162015-02-20 Pedro Alves <palves@redhat.com>
16017
16018 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16019
60fb7e9e
PA
160202015-02-20 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16023 clean_restart before gdb_target_supports_trace.
16024
5c5019c2
PA
160252015-02-20 Pedro Alves <palves@redhat.com>
16026
16027 PR threads/18006
16028 * gdb.threads/clone-thread_db.c: New file.
16029 * gdb.threads/clone-thread_db.exp: New file.
16030
c9587f88
AT
160312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16032
16033 PR breakpoints/16812
16034 * gdb.base/catch-gdb-caused-signals.c: New file.
16035 * gdb.base/catch-gdb-caused-signals.exp: New file.
16036
f6a88844
JM
160372015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16038
16039 * configure: Regenerated.
16040 * configure.ac: Use GDB_AC_TRANSFORM.
16041 * aclocal.m4: sinclude ../transform.m4.
16042
497c491b
JM
160432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16044
16045 * lib/dtrace.exp: New file.
16046 * gdb.base/dtrace-probe.exp: Likewise.
16047 * gdb.base/dtrace-probe.d: Likewise.
16048 * gdb.base/dtrace-probe.c: Likewise.
16049 * lib/pdtrace.in: Likewise.
16050 * configure.ac: Output variables with the transformed names of
16051 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16052 * configure: Regenerated.
16053
03e98035
JM
160542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16055
16056 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16057 expected message when trying to access $_probe_* convenience
16058 variables while not on a probe.
16059
63cc30e9
JK
160602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16061
16062 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16063
0703599a
PA
160642015-02-11 Pedro Alves <pedro@codesourcery.com>
16065
16066 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16067 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16068
7e60a48e
DE
160692015-02-10 Doug Evans <xdje42@gmail.com>
16070
16071 * lib/gdb.exp (gdb_load): Always return a result.
16072
01b088bc
PA
160732015-02-10 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.threads/signal-sigtrap.c: New file.
16076 * gdb.threads/signal-sigtrap.exp: New file.
16077
b05ec7a5
AT
160782015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16079
16080 * gdb.trace/no-attach-trace.c: New file.
16081 * gdb.trace/no-attach-trace.exp: New file.
16082
a2c2acaf
MW
160832015-02-09 Mark Wielaard <mjw@redhat.com>
16084
16085 * gdb.dwarf2/atomic.c: New file.
16086 * gdb.dwarf2/atomic-type.exp: Likewise.
16087
31fd9caa
MM
160882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16089
16090 * gdb.btrace/buffer-size.exp: Update "info record" output.
16091 * gdb.btrace/delta.exp: Update "info record" output.
16092 * gdb.btrace/enable.exp: Update "info record" output.
16093 * gdb.btrace/finish.exp: Update "info record" output.
16094 * gdb.btrace/instruction_history.exp: Update "info record" output.
16095 * gdb.btrace/next.exp: Update "info record" output.
16096 * gdb.btrace/nexti.exp: Update "info record" output.
16097 * gdb.btrace/step.exp: Update "info record" output.
16098 * gdb.btrace/stepi.exp: Update "info record" output.
16099 * gdb.btrace/nohist.exp: Update "info record" output.
16100
d33501a5
MM
161012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16102
16103 * gdb.btrace/buffer-size: New.
16104
f4abbc16
MM
161052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16106
16107 * gdb.btrace/delta.exp: Update "info record" output.
16108 * gdb.btrace/enable.exp: Update "info record" output.
16109 * gdb.btrace/finish.exp: Update "info record" output.
16110 * gdb.btrace/instruction_history.exp: Update "info record" output.
16111 * gdb.btrace/next.exp: Update "info record" output.
16112 * gdb.btrace/nexti.exp: Update "info record" output.
16113 * gdb.btrace/step.exp: Update "info record" output.
16114 * gdb.btrace/stepi.exp: Update "info record" output.
16115 * gdb.btrace/nohist.exp: Update "info record" output.
16116
b9d61307
SM
161172015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16118
16119 PR gdb/15678
16120 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16121
e584fdbc
PA
161222015-02-06 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16125 macro.
16126 (seconds_left, again): New globals.
16127 (main): Wait seconds_left in a 1-second sleep loop instead of
16128 sleeping 180 seconds. If 'again' is set, reset the seconds
16129 counter.
16130 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16131 'again' in the inferior before detaching. Print the seconds left.
16132 (options): New global.
16133 (top level): Build program with -DTIMEOUT=$timeout.
16134
77f41761
PA
161352015-02-06 Pedro Alves <palves@redhat.com>
16136
16137 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16138 determine how many seconds to pass to 'alarm'.
16139 * gdb.base/gdb-sigterm.exp (top level): Build program with
16140 -DTIMEOUT=$timeout.
16141 (do_test): Return success/failure indication. Add more verbose
16142 logging. Don't fail if 200 single steps are seen. Instead, fail
16143 when the test times out.
16144 (passes): New global.
16145 (top level): Break the testing loop if testing fails on any
16146 iteration. Use gdb_assert.
16147
b9394193
DB
161482015-02-04 Don Breazeal <donb@codesourcery.com>
16149
16150 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16151 and initialize them.
16152 (ipc_cleanup): New function.
16153 (main): Don't declare shmid, semid, and msqid. Add a call to
16154 atexit so that we call ipc_cleanup on exit.
16155
42d9e528
PA
161562015-02-04 Pedro Alves <palves@redhat.com>
16157
16158 * boards/native-extended-gdbserver.exp: Remove any target variant
16159 specifications from the board name before clearing the isremote
16160 flag from board_info.
16161
ae6ae975
DE
161622015-01-31 Doug Evans <xdje42@gmail.com>
16163
16164 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16165
cfb069a8
GB
161662015-01-31 Gary Benson <gbenson@redhat.com>
16167
16168 * gdb.base/completion.exp: Disable completion limiting for
16169 existing tests. Add new tests to check completion limiting.
16170 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16171
5dd31d79
DE
161722015-01-31 Doug Evans <xdje42@gmail.com>
16173
16174 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16175
9f050062
DE
161762015-01-31 Doug Evans <xdje42@gmail.com>
16177
16178 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16179 entries. Duplicate file section script entries.
16180 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16181 inlined entries. Add test for safe-path rejection.
16182 * gdb.python/py-section-script.c: Add duplicate inlined section script
16183 entries. Duplicate file section script entries.
16184 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16185 inlined entries. Add test for safe-path rejection.
16186
df25ebbd
JB
161872015-01-29 Joel Brobecker <brobecker@adacore.com>
16188
16189 * gdb.ada/disc_arr_bound: New testcase.
16190
4a0ca9ec
JB
161912015-01-29 Joel Brobecker <brobecker@adacore.com>
16192
16193 * gdb.ada/mi_var_array: New testcase.
16194
3a8b707a
DE
161952015-01-27 Doug Evans <dje@google.com>
16196
16197 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16198 Add test for objfile.filename, objfile.username after objfile
16199 has been unloaded.
16200
f8313f6e
JB
162012015-01-26 Joel Brobecker <brobecker@adacore.com>
16202
16203 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16204 the second test to print the name attribute of value
16205 returned by the call to gdb.lookup_type, and adjust
16206 the expected output accordingly.
16207
37bc665e
MW
162082015-01-25 Mark Wielaard <mjw@redhat.com>
16209
16210 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16211 * gdb.base/disp-step-fork.c: Include unistd.h.
16212 * gdb.base/siginfo-obj.c: Include stdio.h.
16213 * gdb.base/siginfo-thread.c: Likewise.
16214 * gdb.mi/non-stop.c: Include unistd.h.
16215 * gdb.mi/nsthrexec.c: Include stdio.h.
16216 * gdb.mi/pthreads.c: Include unistd.h.
16217 * gdb.modula2/unbounded1.c (main): Declare returns int.
16218 * gdb.reverse/consecutive-reverse.c: Likewise.
16219 * gdb.threads/create-fail.c: Include unistd.h.
16220 * gdb.threads/killed.c: Likewise.
16221 * gdb.threads/linux-dp.c: Likewise.
16222 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16223 * gdb.threads/non-ldr-exc-2.c: Likewise.
16224 * gdb.threads/non-ldr-exc-3.c: Likewise.
16225 * gdb.threads/non-ldr-exc-4.c: Likewise.
16226 * gdb.threads/pthreads.c: Include unistd.h.
16227 (main): Declare returns int.
16228 * gdb.threads/tls-main.c (foo): New declaration.
16229 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16230
f7e5394d
SM
162312015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16232
16233 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16234 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16235
743649fd
MW
162362015-01-15 Mark Wielaard <mjw@redhat.com>
16237
16238 * gdb.base/noreturn-return.c: New file.
16239 * gdb.base/noreturn-return.exp: New file.
16240 * gdb.base/noreturn-finish.c: New file.
16241 * gdb.base/noreturn-finish.exp: New file.
16242
198297aa
PA
162432015-01-23 Pedro Alves <palves@redhat.com>
16244
16245 * gdb.threads/continue-pending-after-query.c: New file.
16246 * gdb.threads/continue-pending-after-query.exp: New file.
16247
717cf30c
AG
162482015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16249 Simon Marchi <simon.marchi@ericsson.com>
16250
16251 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16252 * gdb.base/valgrind-db-attach.exp: Same.
16253 * gdb.base/valgrind-infcall.exp: Same.
16254 * lib/mi-support.exp (default_mi_gdb_start): Same.
16255 * lib/prompt.exp (default_prompt_gdb_start): Same.
16256 * lib/gdb.exp (default_gdb_spawn): Same.
16257 (gdb_interact): New.
16258
16259
4b62a76e
JK
162602015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16261
16262 * gdb.compile/compile.exp (pointer to jit function): New test.
16263
b4cdae6f
WW
162642015-01-17 Wei-cheng Wang <cole945@gmail.com>
16265
16266 * lib/gdb.exp (supports_process_record): Return true for
16267 powerpc*-*-linux*.
16268 (supports_reverse): Likewise.
16269
d221e7ef
DB
162702015-01-15 Don Breazeal <donb@codesourcery.com>
16271
16272 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16273 instead of checking whether the target board is remote and
16274 use spawn_wait_for_attach instead of exec/sleep.
16275 * gdb.base/attach-twice.exp: Likewise.
16276
bafffb51
JB
162772015-01-15 Joel Brobecker <brobecker@adacore.com>
16278
16279 * gdb.ada/var_arr_attrs: New testcase.
16280
5589af0e
PA
162812015-01-14 Pedro Alves <palves@redhat.com>
16282 Joel Brobecker <brobecker@adacore.com>
16283
16284 PR gdb/17525
16285 * gdb.base/bp-cmds-execution-x-script.c: New file.
16286 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16287 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16288
6c400b59
PA
162892015-01-14 Pedro Alves <palves@redhat.com>
16290
16291 PR cli/17828
16292 * gdb.base/batch-preserve-term-settings.c: New file.
16293 * gdb.base/batch-preserve-term-settings.exp: New file.
16294
e02c96a7
DE
162952015-01-13 Doug Evans <dje@google.com>
16296
16297 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16298 binary.
16299
576fd14c
JB
163002015-01-13 Joel Brobecker <brobecker@adacore.com>
16301
16302 * Makefile.in (clean mostlyclean): Do not delete *.py.
16303
04dccad0
JB
163042015-01-13 Joel Brobecker <brobecker@adacore.com>
16305
16306 * gdb.python/py-lookup-type.exp: New file.
16307
3d230f71
PA
163082015-01-12 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16311 restore GDBFLAGS before returning.
16312
7e67715d
JK
163132015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16314
16315 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16316 is_amd64_regs_target and is_x86_like_target.
16317
f2e0d4b4
DE
163182015-01-11 Doug Evans <xdje42@gmail.com>
16319
16320 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16321 is given without an explicit form.
16322 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16323 attributes.
16324 * gdb.dwarf/corrupt.exp: Ditto.
16325 * gdb.dwarf2/enum-type.exp: Ditto.
16326 * gdb.trace/entry-values.exp: Ditto.
16327 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16328
439250fb
DE
163292015-01-11 Doug Evans <xdje42@gmail.com>
16330
16331 PR gdb/15830
16332 * gdb.base/maint.exp: Remove references to "maint demangle".
16333 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16334 Add tests for explicitly specifying language to demangle.
16335 * gdb.dlang/demangle.exp: Ditto.
16336
ede9f622
PA
163372015-01-09 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.threads/non-stop-fair-events.c: New file.
16340 * gdb.threads/non-stop-fair-events.exp: New file.
16341
a7b796db
PA
163422015-01-09 Pedro Alves <palves@redhat.com>
16343
16344 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16345 the global scope. Set a breakpoint after all threads are started
16346 rather than stepping over two source lines. Expect the prompt.
16347 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16348 global.
16349 (NUM): Now 15.
16350 (main): Use threads_started_barrier to wait for all threads to
16351 start. Main thread no longer calls thread_function. Exit after
16352 180 seconds.
16353 (loop): New function.
16354 (thread_function): Wait on threads_started_barrier barrier. Call
16355 'loop' at each iteration.
16356 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16357 threads have started, instead of hardcoding number of "next"
16358 steps. Use an access watchpoint instead of a write watchpoint.
16359
9665ffdd
PA
163602015-01-09 Pedro Alves <palves@redhat.com>
16361
16362 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16363 (thread_func): Wait on barrier.
16364 (main): Wait for all threads to start before stopping GDB.
16365 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16366 global.
16367 (thread1_func, thread2_func): Wait on barrier.
16368 (main): Wait for all threads to start before stopping GDB.
16369 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16370 New global.
16371 (thread1_func, thread2_func): Wait on barrier.
16372 (main): Wait for all threads to start before stopping GDB.
16373
c945a99f
PA
163742015-01-09 Pedro Alves <palves@redhat.com>
16375
16376 * gdb.threads/attach-many-short-lived-threads.c: New file.
16377 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16378
c1a747c1
PA
163792014-01-09 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16382 instead of to thread 2.
16383 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16384 Add barrier around each pthread_create call instead of around all
16385 calls.
16386 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16387 Set a break on thread_function and have the child threads hit it
16388 one at at a time.
16389
60b3033e
PA
163902015-01-09 Pedro Alves <palves@redhat.com>
16391
16392 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16393 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16394 false.
16395 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16396 checking whether the target board is remote.
16397 * gdb.multi/multi-attach.exp: Likewise.
16398 * gdb.python/py-sync-interp.exp: Likewise.
16399 * gdb.server/ext-attach.exp: Likewise.
16400 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16401 tests that need to attach, instead of checking whether the target
16402 board is remote at the top of the file.
16403
acc018ac
YQ
164042015-01-08 Yao Qi <yao@codesourcery.com>
16405
16406 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16407
50a18af8
JK
164082015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16409
16410 Fix testcase compilation.
16411 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16412
8503d6e1
JB
164132015-01-06 Joel Brobecker <brobecker@adacore.com>
16414
16415 * gdb.python/py-type.exp: Add a couple test about empty
16416 array creation, and negative-length array creation.
16417
cc73dbcc
DE
164182015-01-02 Doug Evans <xdje42@gmail.com>
16419
16420 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16421
0300bbc7
DE
164222015-01-02 Doug Evans <dje@google.com>
16423
16424 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16425
9d85a0ec
YQ
164262014-12-29 Yao Qi <yao@codesourcery.com>
16427
16428 * gdb.trace/entry-values.exp: Update comments. Rename variable
16429 bar_call_foo to returned_from_foo.
16430
87186c6a
MMN
164312014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16432
16433 PR gdb/17394
16434 * gdb.linespec/break-asm-file.c: New file.
16435 * gdb.linespec/break-asm-file.exp: New file.
16436 * gdb.linespec/break-asm-file0.s: New file.
16437 * gdb.linespec/break-asm-file1.s: New file.
16438
1bab7383
YQ
164392014-12-18 Nigel Stephens <nigel@mips.com>
16440 Maciej W. Rozycki <macro@codesourcery.com>
16441
16442 * gdb.base/float.exp: Handle the new output from "info float" on
16443 MIPS targets.
16444
1bc1068a
JK
164452014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16446
16447 Fix MinGW compilation.
16448 * gdb.compile/compile-ops.exp: Update untested message if
16449 !skip_compile_feature_tests.
16450 * gdb.compile/compile-setjmp.exp: Likewise.
16451 * gdb.compile/compile-tls.exp: Likewise.
16452 * gdb.compile/compile.exp: Likewise.
16453 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16454 supported on this host".
16455
b6615d10
DE
164562014-12-16 Doug Evans <xdje42@gmail.com>
16457
16458 * boards/stabs.exp: New file.
16459
25dda427
AA
164602014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16461
16462 * gdb.base/completion.exp: Adjust to format changes of "maint
16463 print user-registers".
16464
bf330350
CU
164652014-12-16 Catalin Udma <catalin.udma@freescale.com>
16466
16467 PR server/17457
16468 * gdb.arch/aarch64-fp.c: New file.
16469 * gdb.arch/aarch64-fp.exp: New file.
16470
395cf596
SDJ
164712014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16472
16473 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16474 r210637, r210913, r211666, r215400, r215817).
16475
16476 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16477 * dg-extract-results.py: New file.
16478 * dg-extract-results.sh: Use it if the environment seems
16479 suitable.
16480
16481 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16482
16483 * dg-extract-results.py (parse_run): Handle warnings that
16484 are printed before a test harness is run.
16485
16486 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16487
16488 * dg-extract-results.py (Named): Remove __cmp__ method.
16489 (output_variation): Use a key to sort variation.harnesses.
16490
16491 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16492
16493 * dg-extract-results.py: For Python 3, force sys.stdout to
16494 handle surrogate escape sequences.
16495 (safe_open): New function.
16496 (output_segment, main): Use it.
16497
16498 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16499
16500 * dg-extract-results.py (Prog.result_re): Include options
16501 in test name.
16502
16503 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16504
16505 * dg-extract-results.py (output_variation): Always sort if
16506 do_sum.
16507
e882ef3c
SM
165082014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16509
16510 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16511 as long as we get pagination notifications.
16512
4992aa20
JM
165132014-12-15 Jason Merrill <jason@redhat.com>
16514
16515 * Makefile.in (check-gdb.%): Restore.
16516 * README: Mention it.
16517
c1b5a1a6
JB
165182014-12-13 Joel Brobecker <brobecker@adacore.com>
16519
16520 * gdb.ada/str_uninit: New testcase.
16521
5537b577
JK
165222014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16523
16524 PR symtab/17642
16525 * gdb.base/vla-stub-define.c: New file.
16526 * gdb.base/vla-stub.c: New file.
16527 * gdb.base/vla-stub.exp: New file.
16528
bb2ec1b3
TT
165292014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16530 Jan Kratochvil <jan.kratochvil@redhat.com>
16531 Tom Tromey <tromey@redhat.com>
16532
16533 * configure.ac: Add gdb.compile/.
16534 * configure: Regenerate.
16535 * gdb.compile/Makefile.in: New file.
16536 * gdb.compile/compile-ops.exp: New file.
16537 * gdb.compile/compile-ops.c: New file.
16538 * gdb.compile/compile-tls.c: New file.
16539 * gdb.compile/compile-tls.exp: New file.
16540 * gdb.compile/compile-constvar.S: New file.
16541 * gdb.compile/compile-constvar.c: New file.
16542 * gdb.compile/compile-mod.c: New file.
16543 * gdb.compile/compile-nodebug.c: New file.
16544 * gdb.compile/compile-setjmp-mod.c: New file.
16545 * gdb.compile/compile-setjmp.c: New file.
16546 * gdb.compile/compile-setjmp.exp: New file.
16547 * gdb.compile/compile-shlib.c: New file.
16548 * gdb.compile/compile.c: New file.
16549 * gdb.compile/compile.exp: New file.
16550 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16551
4ff709eb
TT
165522014-12-12 Tom Tromey <tromey@redhat.com>
16553
16554 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16555 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16556
6dddd6a5
DE
165572014-12-12 Doug Evans <dje@google.com>
16558
16559 * lib/gdb-python.exp (get_python_valueof): New function.
16560 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16561
71c24708
AA
165622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16563
16564 * gdb.base/completion.exp: Add test for completion of "info
16565 registers ".
16566
3e29f34a
MR
165672014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16568
16569 * gdb.base/func-ptrs.c: New file.
16570 * gdb.base/func-ptrs.exp: New file.
16571
fc126975
SM
165722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16573
16574 PR breakpoints/17012
16575 * gdb.base/dprintf-detach.c: New file.
16576 * gdb.base/dprintf-detach.exp: New file.
16577
0a46d518
SM
165782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16579
16580 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16581 * lib/gdb.exp (target_is_gdbserver): New procedure.
16582
a0be3e44
DE
165832014-12-08 Doug Evans <dje@google.com>
16584
16585 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16586
df1b803a
YQ
165872014-12-05 Yao Qi <yao@codesourcery.com>
16588
16589 * gdb.guile/scm-error.exp: Remove the third argument to
16590 gdb_remote_download.
16591 * gdb.guile/scm-frame-args.exp: Likewise.
16592 * gdb.guile/scm-section-script.exp: Likewise.
16593
ddb9f679
YQ
165942014-12-05 Yao Qi <yao@codesourcery.com>
16595
16596 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16597
86e4ed39
DE
165982014-12-04 Doug Evans <dje@google.com>
16599
16600 * gdb.python/py-objfile.exp: Add tests for
16601 objfile.add_separate_debug_file.
16602
7c50a931
DE
166032014-12-04 Doug Evans <dje@google.com>
16604
16605 * lib/gdb.exp (get_build_id): New function.
16606 (build_id_debug_filename_get): Rewrite to use it.
16607 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16608
621661e3
MR
166092014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16610
16611 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16612 `method(long)', not just 0x0.
16613 * gdb.cp/nsalias.exp: Align code labels to 4.
16614 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16615 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16616 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16617 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16618 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16619 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16620
29f0c3b7
DE
166212014-12-02 Doug Evans <dje@google.com>
16622
e1e061e7 16623 PR symtab/17602
29f0c3b7 16624 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16625 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16626 * gdb.cp/anon-ns.exp: Update.
16627
162078c8
NB
166282014-12-02 Nick Bull <nicholaspbull@gmail.com>
16629
16630 * gdb.python/py-events.py (inferior_call_handler): New.
16631 (register_changed_handler, memory_changed_handler): New.
16632 (test_events.invoke): Register new handlers.
16633 * gdb.python/py-events.exp: Add tests for inferior call,
16634 memory_changed and register_changed events.
16635
fdb09caf
AA
166362014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16637
16638 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16639 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16640 if the linker doesn't understand this.
16641
55cfb2c4
SM
166422014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16643
16644 * gdb.python/python.exp: Change expected reply to help().
16645
9e8cd6df
YQ
166462014-12-01 Yao Qi <yao@codesourcery.com>
16647
16648 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16649 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16650 * configure: Re-generated.
16651
6c659fc2
SC
166522014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16653
16654 * gdb.cp/chained-calls.cc: New file.
16655 * gdb.cp/chained-calls.exp: New file.
16656 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16657
d7fc3181
SM
166582014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16659
16660 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16661 * gdb.dwarf2/symtab-producer.exp: Same.
16662 * gdb.gdb/python-interrupts.exp: Same.
16663 * gdb.gdb/python-selftest.exp: Same.
16664 * gdb.python/py-linetable.exp: Same.
16665 * gdb.python/py-type.exp: Same.
16666 * gdb.python/py-value-cc.exp: Same.
16667 * gdb.python/py-value.exp: Same.
16668
10e79639
YQ
166692014-11-28 Yao Qi <yao@codesourcery.com>
16670
16671 * gdb.base/break-probes.exp: Match library name prefixed with
16672 sysroot.
16673
f28a0564
SM
166742014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16675
16676 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16677 test expected output. Add parentheses for the call to print.
16678 Remove L suffix from integers.
16679
3fe1ce1d
DE
166802014-11-26 Doug Evans <dje@google.com>
16681
16682 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16683
84429e27
YQ
166842014-11-22 Yao Qi <yao@codesourcery.com>
16685
16686 * gdb.trace/entry-values.c: Remove asms.
16687 (foo): Add foo_label.
16688 (bar): Add bar_label.
16689 * gdb.trace/entry-values.exp: Remove code computing foo's
16690 length and bar's length.
16691 (Dwarf::assemble): Invoke function_range for bar and use
16692 MACRO_AT_func for foo.
16693
26741859
YQ
166942014-11-22 Yao Qi <yao@codesourcery.com>
16695
16696 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16697 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16698 Use .Lgcc43_procstart instead of gcc43.
16699
45e44d27
JB
167002014-11-21 Joel Brobecker <brobecker@adacore.com>
16701
16702 * gdb.ada/n_arr_bound: New testcase.
16703
458c8db8
SDJ
167042014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16705
16706 PR breakpoints/10737
16707 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16708 test_catch_syscall_multi_arch.
16709 (test_catch_syscall_multi_arch): New function.
16710
43f3e411
DE
167112014-11-20 Doug Evans <xdje42@gmail.com>
16712
16713 * gdb.base/maint.exp: Update expected output.
16714
0d7b2549
AA
167152014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16716
16717 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16718 4-byte instruction on S390.
16719
8908fca5
JB
167202014-11-19 Joel Brobecker <brobecker@adacore.com>
16721
16722 * gdb.ada/arr_arr: New testcase.
16723
4a46959e
JB
167242014-11-19 Joel Brobecker <brobecker@adacore.com>
16725
16726 * gdb.ada/pkd_arr_elem: New Testcase.
16727
470e2f4e
LM
167282014-11-18 Luis Machado <lgustavo@codesourcery.com>
16729
16730 * gdb.reverse/break-precsave: Expect completion message for
16731 core file reads.
16732 * gdb.reverse/consecutive-precsave.exp: Likewise.
16733 * gdb.reverse/finish-precsave.exp: Likewise.
16734 * gdb.reverse/i386-precsave.exp: Likewise.
16735 * gdb.reverse/machinestate-precsave.exp: Likewise.
16736 * gdb.reverse/sigall-precsave.exp: Likewise.
16737 * gdb.reverse/solib-precsave.exp: Likewise.
16738 * gdb.reverse/step-precsave.exp: Likewise.
16739 * gdb.reverse/until-precsave.exp: Likewise.
16740 * gdb.reverse/watch-precsave.exp: Likewise.
16741
a267f3ad
AA
167422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16743
16744 * gdb.base/bp-permanent.c: Include unistd.h.
16745 * gdb.python/py-framefilter-mi.c (main): Add return type.
16746 * gdb.python/py-framefilter.c (main): Likewise.
16747 * gdb.trace/actions-changed.c (main): Likewise.
16748
12084a9a
AA
167492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16750
16751 * gdb.mi/until.c: Add eye-catchers.
16752 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16753 line numbers.
16754
dc7e1a77
AA
167552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16756
16757 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16758 function header variants in break1.c.
16759 * gdb.base/ena-dis-br.exp: Likewise.
16760 * gdb.base/hbreak2.exp: Likewise.
16761 * gdb.reverse/until-precsave.exp: Drop references to removed
16762 non-prototype function header variants in ur1.c.
16763 * gdb.reverse/until-reverse.exp: Likewise.
16764
41c77605
PM
167652014-11-17 Petr Machata <pmachata@redhat.com>
16766
16767 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16768 ${_cu_offset_size} bytes abbrev offset.
16769
34248c3a
DE
167702014-11-15 Doug Evans <xdje42@gmail.com>
16771
16772 PR symtab/17559
16773 * gdb.base/line-symtabs.exp: New file.
16774 * gdb.base/line-symtabs.c: New file.
16775 * gdb.base/line-symtabs.h: New file.
16776
646da059
YQ
167772014-11-14 Yao Qi <yao@codesourcery.com>
16778
16779 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16780 (func): Add label func_label.
16781 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16782 Replace low_pc and high_pc with MACRO_AT_range.
16783 Replace name, low_pc and high_pc with MACRO_AT_func.
16784
9301ebe6
YQ
167852014-11-14 Yao Qi <yao@codesourcery.com>
16786
16787 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16788 Replace name, low_pc and high_pc with MACRO_AT_func.
16789
f166b542
YQ
167902014-11-14 Yao Qi <yao@codesourcery.com>
16791
16792 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16793 produce debug information.
16794 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16795
0f6e71e3
YQ
167962014-11-14 Yao Qi <yao@codesourcery.com>
16797
16798 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16799 object and get function length.
16800 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16801 with MACRO_AT_func.
16802 (top-level): Replace gdb_compile and clean_restart with
16803 prepare_for_testing.
16804 * gdb.dwarf2/main.c (main): Add label main_label.
16805
876c4df9
YQ
168062014-11-14 Yao Qi <yao@codesourcery.com>
16807
16808 * lib/dwarf.exp (function_range): New procedure.
16809 (Dwarf::_handle_macro_at_func): New procedure.
16810 (Dwarf::_handle_macro_at_range): New procedure.
16811 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16812
02ad9cf1
YQ
168132014-11-14 Yao Qi <yao@codesourcery.com>
16814
16815 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16816 (_handle_attribute): New procedure.
16817
a59add0c
AA
168182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16819
16820 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16821 * gdb.base/call-sc.c (zed): Likewise.
16822 * gdb.base/checkpoint.c (main): Likewise.
16823 * gdb.base/dump.c (main): Likewise.
16824 * gdb.base/gcore.c (main): Likewise.
16825 * gdb.base/huge.c (main): Likewise.
16826 * gdb.base/multi-forks.c (main): Likewise.
16827 * gdb.base/pr10179-a.c (main): Likewise.
16828 * gdb.base/savedregs.c (main): Likewise.
16829 * gdb.base/sigaltstack.c (main): Likewise.
16830 * gdb.base/siginfo.c (main): Likewise.
16831 * gdb.base/structs.c (zed): Likewise.
16832 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16833 * gdb.mi/mi-syn-frame.c (main): Likewise.
16834 * gdb.mi/until.c (foo, main): Likewise.
16835 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16836 * gdb.base/solib-weak.c (foo): Declare.
16837 * gdb.base/attach-twice.c: Include stdio.h.
16838 * gdb.base/weaklib1.c: Likewise.
16839 * gdb.base/weaklib2.c: Likewise.
16840 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16841 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16842 unistd.h.
16843 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16844 * gdb.mi/mi-exit-code.c: Likewise.
16845 * gdb.base/break-interp-lib.c: Include string.h.
16846 * gdb.base/coremaker.c: Likewise.
16847 * gdb.base/testenv.c: Likewise.
16848 * gdb.python/py-finish-breakpoint.c: Likewise.
16849 * gdb.base/inferior-died.c: Include sys/wait.h.
16850 * gdb.base/fileio.c: Include time.h.
16851 * gdb.base/async-shell.c: Include unistd.h.
16852 * gdb.base/dprintf-non-stop.c: Likewise.
16853 * gdb.base/info-os.c: Likewise.
16854 * gdb.mi/mi-console.c: Likewise.
16855 * gdb.mi/watch-nonstop.c: Likewise.
16856 * gdb.python/py-events.c: Likewise.
16857 * gdb.base/async.c (baz): Move up before its invocation.
16858 * gdb.base/code_elim2.c (my_global_func): Likewise.
16859 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16860 * gdb.base/advance.c (func2): Likewise.
16861
3b5d5997
AA
168622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16863
16864 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16865 variant.
16866 * gdb.base/annota3.c: Likewise.
16867 * gdb.base/async.c: Likewise.
16868 * gdb.base/average.c: Likewise.
16869 * gdb.base/call-ar-st.c: Likewise.
16870 * gdb.base/call-rt-st.c: Likewise.
16871 * gdb.base/call-sc.c: Likewise.
16872 * gdb.base/call-strs.c: Likewise.
16873 * gdb.base/ending-run.c: Likewise.
16874 * gdb.base/execd-prog.c: Likewise.
16875 * gdb.base/exprs.c: Likewise.
16876 * gdb.base/foll-exec.c: Likewise.
16877 * gdb.base/foll-fork.c: Likewise.
16878 * gdb.base/foll-vfork.c: Likewise.
16879 * gdb.base/funcargs.c: Likewise.
16880 * gdb.base/gcore.c: Likewise.
16881 * gdb.base/jump.c: Likewise.
16882 * gdb.base/langs0.c: Likewise.
16883 * gdb.base/langs1.c: Likewise.
16884 * gdb.base/langs2.c: Likewise.
16885 * gdb.base/mips_pro.c: Likewise.
16886 * gdb.base/nodebug.c: Likewise.
16887 * gdb.base/opaque0.c: Likewise.
16888 * gdb.base/opaque1.c: Likewise.
16889 * gdb.base/recurse.c: Likewise.
16890 * gdb.base/run.c: Likewise.
16891 * gdb.base/scope0.c: Likewise.
16892 * gdb.base/scope1.c: Likewise.
16893 * gdb.base/setshow.c: Likewise.
16894 * gdb.base/setvar.c: Likewise.
16895 * gdb.base/shmain.c: Likewise.
16896 * gdb.base/shr1.c: Likewise.
16897 * gdb.base/shr2.c: Likewise.
16898 * gdb.base/sigall.c: Likewise.
16899 * gdb.base/signals.c: Likewise.
16900 * gdb.base/so-indr-cl.c: Likewise.
16901 * gdb.base/solib2.c: Likewise.
16902 * gdb.base/structs.c: Likewise.
16903 * gdb.base/sum.c: Likewise.
16904 * gdb.base/vforked-prog.c: Likewise.
16905 * gdb.base/watchpoint.c: Likewise.
16906 * gdb.reverse/shr2.c: Likewise.
16907 * gdb.reverse/until-reverse.c: Likewise.
16908 * gdb.reverse/ur1.c: Likewise.
16909 * gdb.reverse/watch-reverse.c: Likewise.
16910
066a77c5
AA
169112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16912
16913 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16914 variant.
16915 * gdb.base/sepdebug.exp: Drop references to removed code.
16916
4f204ea5
AA
169172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16918
16919 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16920 variant. Preserve original line numbering.
16921 * gdb.base/list1.c: Likewise.
16922
3b377a3a
AA
169232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16924
16925 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16926 variant.
16927 * gdb.base/break1.c: Likewise.
16928 * gdb.base/break.exp: Drop references to removed code.
16929
e444df73
AA
169302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16931
16932 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16933 variant.
16934
8008f2a7
AA
169352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16936
16937 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16938
a5a06887
AA
169392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16940
16941 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16942 logic into perform_all_tests() and invoke it with and without
16943 function header prototypes.
16944 (do_function_calls): Remove conditional XFAIL for PR 5318.
16945 (rerun_and_prepare): Remove duplicate code.
16946 (perform_all_tests): New. Main logic moved here.
16947
44dba9b9
AA
169482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16949
16950 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16951 code guarded by #ifdef NO_PROTOTYPES.
16952 (t_double_many_args): Likewise.
16953 (DEF_FUNC_MANY_ARGS_1): Likewise.
16954 (DEF_FUNC_VALUES_1): Likewise.
16955 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16956 guarded by #ifdef PROTOTYPES.
16957
d1fbcd56
AA
169582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16959
16960 * gdb.mi/mi-console.c: Add eye-catcher.
16961 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16962 instead of literal line number.
16963
b0e59b8f
AA
169642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16965
16966 * gdb.base/shr2.c: Add eye-catcher.
16967 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16968 line number.
16969
78f98cca
AA
169702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16971
16972 * gdb.base/jump.c: Add eye-catchers.
16973 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16974 numbers.
16975
58fa2af0
AA
169762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16977
16978 * gdb.base/execd-prog.c: Add eye-catchers.
16979 * gdb.base/foll-exec.c: Likewise.
16980 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16981 line numbers.
16982
04e5059b
AA
169832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16984
16985 * gdb.base/ending-run.c: Add eye-catchers.
16986 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16987 literal line numbers.
16988
dbfdb174
AA
169892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16990
16991 * gdb.base/call-rt-st.c: Add eye-catchers.
16992 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16993 literal line numbers.
16994
888a2ade
AA
169952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16996
16997 * gdb.base/call-ar-st.c: Add eye-catchers.
16998 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16999 literal line numbers.
17000
6acc2dde
AA
170012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17002
17003 * gdb.base/average.c: Add eye-catchers.
17004 * gdb.base/sum.c: Likewise.
17005 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17006 regexps dynamically.
17007
9ecfcd1d
AA
170082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17009
17010 * gdb.base/solib1.c: Add eye-catchers.
17011 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17012 literal line numbers.
17013
78708b7c
PA
170142014-11-12 Pedro Alves <palves@redhat.com>
17015
17016 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17017 leader has exited.
17018
af48d08f
PA
170192014-11-12 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.arch/i386-bp_permanent.c: New file.
17022 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17023 (srcfile): Set to i386-bp_permanent.c.
17024 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17025 that stepi does not execute the 'leave' instruction, instead of
17026 testing it does execute.
17027 * gdb.base/bp-permanent.c: New file.
17028 * gdb.base/bp-permanent.exp: New file.
17029
af3768e9
DE
170302014-11-10 Doug Evans <xdje42@gmail.com>
17031
17032 PR symtab/17564
17033 * gdb.base/symtab-search-order.exp: New file.
17034 * gdb.base/symtab-search-order.c: New file.
17035 * gdb.base/symtab-search-order-1.c: New file.
17036 * gdb.base/symtab-search-order-shlib-1.c: New file.
17037
9de00a4a
PA
170382014-11-07 Pedro Alves <palves@redhat.com>
17039
17040 PR gdb/17511
17041 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17042 i?86-*-linux*.
17043
e0f52461
SC
170442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17045
17046 PR c++/17494
17047 * gdb.cp/pr17494.cc: New file.
17048 * gdb.cp/pr17494.exp: New file.
17049
6ce8c980
YQ
170502014-11-02 Yao Qi <yao@codesourcery.com>
17051
17052 * gdb.python/python.exp: Get working directory and match the
17053 output of "set extended-prompt \\w " with it.
17054
02be9a71
DE
170552014-10-30 Doug Evans <dje@google.com>
17056
17057 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17058 in objfiles.
17059 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17060 in progspaces.
17061
3bdff46b
LM
170622014-10-30 Janis Johnson <janisjo@codesourcery.com>
17063
17064 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17065 * gdb.base/realname-expand.exp: Likewise.
17066 * gdb.linespec/macro-relative.exp: Likewise.
17067
ab917dfb
PA
170682014-10-29 Pedro Alves <palves@redhat.com>
17069
17070 PR gdb/17408
17071 * gdb.threads/schedlock.c (some_function): New function.
17072 (call_function): New global.
17073 (MAYBE_CALL_SOME_FUNCTION): New macro.
17074 (thread_function): Call it.
17075 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17076 and use it instead of a global counter. Adjust all callers.
17077 (get_current_thread): Use "find current thread" for test message
17078 here rather than having all callers pass down the same string.
17079 (goto_loop): New procedure, factored out from ...
17080 (my_continue): ... this.
17081 (step_ten_loops): Change parameter from test message to command to
17082 use. Adjust.
17083 (list_count): Delete global.
17084 (check_result): New procedure, factored out from duplicate top
17085 level code.
17086 (continue tests): Wrap in with_test_prefix.
17087 (test_step): New procedure, factored out from duplicate top level
17088 code.
17089 (top level): Test "step" in combination with all scheduler-locking
17090 modes. Test "next" in combination with all scheduler-locking
17091 modes, and in combination with stepping over a function call or
17092 not.
17093 * gdb.threads/next-bp-other-thread.c: New file.
17094 * gdb.threads/next-bp-other-thread.exp: New file.
17095
d3d4baed
PA
170962014-10-29 Pedro Alves <palves@redhat.com>
17097
17098 PR python/17372
17099 * gdb.python/python.exp: Test a multi-line command that spawns
17100 interactive Python.
17101 * gdb.base/multi-line-starts-subshell.exp: New file.
17102
563e8d85
YQ
171032014-10-29 Yao Qi <yao@codesourcery.com>
17104
17105 * gdb.base/fileio.exp: Make directories on host.
17106
0ea4d52e
YQ
171072014-10-29 Yao Qi <yao@codesourcery.com>
17108
17109 * gdb.base/fileio.c (test_write): Close the file.
17110
7f5ef605
PA
171112014-10-28 Pedro Alves <palves@redhat.com>
17112
17113 PR gdb/12623
17114 * gdb.base/sigstep.c (no_handler): New global.
17115 (main): If 'no_handler is true, set the signal handlers to
17116 SIG_IGN.
17117 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17118 with_sw_watch and no_handler parameters. Handle them.
17119 (top level) <stepping over handler when stopped at a breakpoint
17120 test>: Add a test axis for testing with a software watchpoint, and
17121 another for testing with the signal handler set to SIG_IGN.
17122 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17123 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17124
abbdbd03
PA
171252014-10-28 Pedro Alves <palves@redhat.com>
17126
17127 PR gdb/17511
17128 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17129 * gdb.base/sigstep.exp (other_handler_location): New global.
17130 (advance): Support stepping into the signal handler, and running
17131 commands while in the handler.
17132 (in_handler_map): New global.
17133 (top level): In the advance test, add combinations for getting
17134 into the handler with stepping commands, and for running commands
17135 in the handler. Add comment descripting the advancei tests.
17136
1df4399f
PA
171372014-10-28 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/sigstep.exp: Use build_executable instead of
17140 prepare_for_testing.
17141 (top level): Move code that starts GDB, runs to main and creates a
17142 display to ...
17143 (restart): ... this new procedure.
17144 (top level): Move backtrace from signal handler test to ...
17145 (validate_backtrace): ... this new procedure.
17146 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17147 with_test_prefix. Always restart GDB.
17148 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17149 with_test_prefix. Always restart GDB. No need to delete
17150 breakpoints after the test.
17151 (test_skip_handler): Remove prefix parameter.
17152 (skip_over_handler, breakpoint_to_handler)
17153 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17154 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17155 restart GDB. No need to delete breakpoints after the test.
17156 (top level): Use foreach to call the test procedures with
17157 different commands.
17158
a5b6e449
PA
171592014-10-28 Pedro Alves <palves@redhat.com>
17160
17161 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17162 instead of GNATS numbers.
17163 * gdb.base/sigbpt.exp: Likewise.
17164 * gdb.base/siginfo.exp: Likewise.
17165 * gdb.base/sigstep.exp: Likewise.
17166
e5f8a7cc
PA
171672014-10-27 Pedro Alves <palves@redhat.com>
17168
17169 * gdb.base/sigstep.c (dummy): New global.
17170 (main): Issue a couple writes to the new global.
17171 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17172 procedures.
17173 (skip_over_handler): Use test_skip_handler.
17174 (top level): Call skip_over_handler for stepi and nexti too.
17175 (breakpoint_over_handler): Use test_skip_handler.
17176 (top level): Call breakpoint_over_handler for stepi and nexti too.
17177
763905a3
YQ
171782014-10-27 Yao Qi <yao@codesourcery.com>
17179
17180 * gdb.trace/tfile.c (adjust_function_address)
17181 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17182 function descriptor.
17183
6f259a23
DB
171842014-10-24 Don Breazeal <donb@codesourcery.com>
17185
17186 * gdb.base/foll-fork.exp (test_follow_fork,
17187 catch_fork_child_follow): Check for updated fork messages emitted
17188 from infrun.c.
17189 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17190 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17191 vfork_and_exec_child_follow_through_step): Check for updated vfork
17192 messages emitted from infrun.c.
17193
09dd9a69
PA
171942014-10-24 Pedro Alves <palves@redhat.com>
17195
17196 * gdb.base/corefile.exp: Remove references to ultrix.
17197 * gdb.base/interrupt.exp: Likewise.
17198 * gdb.base/whatis.exp: Likewise.
17199 * gdb.gdb/selftest.exp: Likewise.
17200 * gdb.threads/manythreads.exp: Likewise.
17201 * gdb.threads/print-threads.exp: Likewise.
17202 * gdb.threads/pthreads.exp:: Likewise.
17203 * gdb.threads/schedlock.exp: Likewise.
17204
3433cfa5
SC
172052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17206
17207 * gdb.cp/non-trivial-retval.cc: Add a test case.
17208 * gdb.cp/non-trivial-retval.exp: Add a test.
17209
092f880b
YQ
172102014-10-20 Yao Qi <yao@codesourcery.com>
17211
17212 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17213 * gdb.python/py-objfile-script-gdb.py: New file.
17214 * gdb.python/py-objfile-script.exp: Update reference to
17215 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17216 of remote_download. Remove the dest file.
17217
acbdb7f3
YQ
172182014-10-20 Yao Qi <yao@codesourcery.com>
17219
17220 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17221 * gdb.base/step-line.exp: Likewise.
17222 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17223 * gdb.dwarf2/dw2-basic.exp: Likewise.
17224 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17225 * gdb.dwarf2/dw2-filename.exp: Likewise.
17226 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17227 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17228 * gdb.dwarf2/dw2-producer.exp: Likewise.
17229 * gdb.dwarf2/mac-fileno.exp: Likewise.
17230 * gdb.python/py-frame-args.exp: Likewise.
17231 * gdb.python/py-framefilter.exp: Likewise.
17232 * gdb.python/py-mi.exp: Likewise.
17233 * gdb.python/py-objfile-script.exp: Likewise
17234 * gdb.python/py-pp-integral.exp: Likewise.
17235 * gdb.python/py-pp-re-notag.exp: Likewise.
17236 * gdb.python/py-prettyprint.exp: Likewise.
17237 * gdb.python/py-section-script.exp: Likewise.
17238 * gdb.python/py-typeprint.exp: Likewise.
17239 * gdb.python/py-xmethods.exp: Likewise.
17240 * gdb.stabs/weird.exp: Likewise.
17241 * gdb.xml/tdesc-regs.exp: Likewise.
17242
bd286a29
KCY
172432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17244
17245 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17246 (out_cu): Use addr_len for the size of addresses.
17247 (out_line): Likewise. Size DW_LNE_set_address instruction
17248 according to addr_len.
17249 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17250 (FUNC): Add START_INSNS to definition.
17251
673dc4a0
YQ
172522014-10-18 Yao Qi <yao@codesourcery.com>
17253
17254 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17255 gdb_has_argv0 return true.
17256 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17257 check [target_info exists noargs], check [gdb_has_argv0]
17258 instead.
17259 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17260 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17261 procedures.
17262
4ffbba72
DE
172632014-10-17 Doug Evans <dje@google.com>
17264
17265 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17266 event.
17267 * gdb.python/py-events.py: Add clear_objfiles event.
17268
d096d8c1
DE
172692014-10-17 Doug Evans <dje@google.com>
17270
17271 * gdb.python/py-objfile.exp: Test progspace attribute.
17272
a80db015
LM
172732014-10-17 Luis Machado <lgustavo@codesourcery.com>
17274
17275 * gdb.guile/scm-breakpoint.exp: Do not assume any
17276 directory separators when matching source file paths.
17277 * gdb.python/py-breakpoint.exp: Likewise.
17278 * gdb.reverse/break-precsave.exp: Likewise.
17279 * gdb.reverse/break-reverse.exp: Likewise.
17280 * gdb.reverse/consecutive-precsave.exp: Likewise.
17281 * gdb.reverse/finish-precsave.exp: Likewise.
17282 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17283 * gdb.reverse/finish-reverse.exp: Likewise.
17284 * gdb.reverse/i386-precsave.exp: Likewise.
17285 * gdb.reverse/i387-env-reverse.exp: Likewise.
17286 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17287 * gdb.reverse/machinestate-precsave.exp: Likewise.
17288 * gdb.reverse/machinestate.exp: Likewise.
17289 * gdb.reverse/sigall-precsave.exp: Likewise.
17290 * gdb.reverse/solib-precsave.exp: Likewise.
17291 * gdb.reverse/step-precsave.exp: Likewise.
17292 * gdb.reverse/until-precsave.exp: Likewise.
17293 * gdb.reverse/watch-precsave.exp: Likewise.
17294 * gdb.reverse/watch-reverse.exp: Likewise.
17295
b22089ab
YQ
172962014-10-17 Yao Qi <yao@codesourcery.com>
17297
17298 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17299 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17300
6c4486e6
PA
173012014-10-17 Pedro Alves <palves@redhat.com>
17302
17303 PR gdb/17471
17304 * gdb.base/bg-execution-repeat.c: New file.
17305 * gdb.base/bg-execution-repeat.exp: New file.
17306
0ff33695
PA
173072014-10-17 Pedro Alves <palves@redhat.com>
17308
17309 PR gdb/17300
17310 * gdb.base/continue-all-already-running.c: New file.
17311 * gdb.base/continue-all-already-running.exp: New file.
17312
6fdebc3d
PA
173132014-10-17 Pedro Alves <palves@redhat.com>
17314
17315 PR gdb/17472
17316 * gdb.base/annota-input-while-running.c: New file.
17317 * gdb.base/annota-input-while-running.exp: New file.
17318
32a8097b
PA
173192014-10-17 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.base/callfuncs.exp: emove references to osf.
17322 * gdb.base/sigall.exp: Likewise.
17323 * gdb.gdb/selftest.exp: Likewise.
17324 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17325 * gdb.mi/non-stop.c: Likewise.
17326 * gdb.mi/pthreads.c: Likewise.
17327 * gdb.reverse/sigall-precsave.exp: Likewise.
17328 * gdb.reverse/sigall-reverse.exp: Likewise.
17329 * gdb.threads/pthreads.c: Likewise.
17330 * gdb.threads/pthreads.exp: Likewise.
17331
7a3517ff
YQ
173322014-10-17 Yao Qi <yao@codesourcery.com>
17333
17334 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17335 check 'target_info exists noargs'.
17336 (test_command_prompt_position): Likewise.
17337 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17338 Remove "set args".
17339 (progvar_simple_while_test): Likewise.
17340 (progvar_complex_if_while_test): Likewise.
17341 (if_while_breakpoint_command_test): Likewise.
17342 (infrun_breakpoint_command_test): Likewise.
17343 (breakpoint_command_test): Likewise.
17344 (watchpoint_command_test): Likewise.
17345 (bp_deleted_in_command_test): Likewise.
17346 (temporary_breakpoint_commands): Likewise.
17347
bb99c472
YQ
173482014-10-16 Yao Qi <yao@codesourcery.com>
17349
17350 * gdb.base/remotetimeout.exp: Remove noargs checking.
17351
7c16b83e
PA
173522014-10-15 Pedro Alves <palves@redhat.com>
17353
17354 PR breakpoints/9649
17355 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17356 * gdb.base/breakpoint-in-ro-region.exp
17357 (probe_target_hardware_step): New procedure.
17358 (top level): Probe hardware stepping and hardware breakpoint
17359 support. Test stepping through a read-only region, with both
17360 "breakpoint auto-hw" on and off and both "always-inserted" on and
17361 off.
17362
35a49624
IB
173632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17364
17365 * gdb.dlang/demangle.exp: Update for demangling changes.
17366
2d1c107c
SC
173672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17368
17369 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17370 * gdb.cp/non-trivial-retval.exp: Add new tests.
17371
778811d5
SC
173722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17373
17374 PR c++/13403
17375 PR c++/15154
17376 * gdb.cp/non-trivial-retval.cc: New file.
17377 * gdb.cp/non-trivial-retval.exp: New file.
17378
10c5f0a8
YQ
173792014-10-15 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17382 remote host.
17383
65d7b369
YQ
173842014-10-15 Yao Qi <yao@codesourcery.com>
17385
17386 * gdb.python/py-symbol.exp: Match file base name if host is
17387 remote, otherwise match file name with dir name.
17388 * gdb.python/py-symtab.exp: Likewise.
17389 * gdb.python/python.exp: Likewise.
17390
46dc1394
YQ
173912014-10-15 Yao Qi <yao@codesourcery.com>
17392
17393 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17394 pattern.
17395 * gdb.python/py-symtab.exp: Likewise.
17396 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17397 locationn.
17398
c40cc657
JB
173992014-10-14 Joel Brobecker <brobecker@adacore.com>
17400
17401 * gdb.ada/addr_arith: New testcase.
17402
2abf49e1
MR
174032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17404
17405 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17406 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17407 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17408 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17409
f7088df3
SDJ
174102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17411
17412 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17413 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17414 * gdb.arch/stap-eval-lang-ada.exp: New file.
17415
4dc06805
YQ
174162014-10-14 Yao Qi <yao@codesourcery.com>
17417
17418 * gdb.mi/mi-var-child.c (nothing1): New function.
17419 (nothing2): New function.
17420 (do_children_tests): Set function pointers by nothing1 and
17421 nothing2.
17422 * gdb.mi/mi-var-child.exp: Step over new added statements.
17423 Update test to match the new output.
17424 * gdb.mi/var-cmd.c (nothing1): New function.
17425 (nothing2): New function.
17426 (do_children_tests): Set function pointers by nothing1 and
17427 nothing2.
17428 * gdb.mi/mi-var-display.exp: Update test to match output.
17429 Step to the line specified by $line_dct_nothing.
17430 Increase the number of lines to step.
17431
46a93de2
YQ
174322014-10-14 Yao Qi <yao@codesourcery.com>
17433
17434 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17435 tests.
17436 * gdb.mi/mi2-var-child.exp: Likewise.
17437
14ea52ee
DE
174382014-10-13 Doug Evans <dje@google.com>
17439
17440 * gdb.python/py-objfile.exp: Change name of file name test.
17441
e5c6e92b
DE
174422014-10-13 Doug Evans <dje@google.com>
17443
17444 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17445 from the start of the CU.
17446
c780cc2f
JK
174472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17448 Yao Qi <yao@codesourcery.com>
17449
17450 Fix "save breakpoints" for "catch" command.
17451 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17452 Remove -nonewline. Match also the added "main" line.
17453
99894e11
JK
174542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17455
17456 Fix "save breakpoints" for "disable $bpnum" command.
17457 * gdb.base/save-bp.c (main): Add label.
17458 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17459
6e1ac5a3
JK
174602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17461
17462 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17463
754dd2b0
YQ
174642014-10-11 Yao Qi <yao@codesourcery.com>
17465
17466 * gdb.server/server-kill.exp: Execute command
17467 "set remote trace-status-packet on" before "tstatus".
17468
f90183d7
YQ
174692014-10-11 Yao Qi <yao@codesourcery.com>
17470
17471 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17472 (main): Call getppid.
17473 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17474 and continue to it. Read variable "server_pid".
17475
bf40a607
YQ
174762014-10-11 Yao Qi <yao@codesourcery.com>
17477
17478 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17479
052ca370
YQ
174802014-10-11 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.threads/thread-find.exp: Don't execute command
17483 "info threads".
17484 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17485 * gdb.threads/linux-dp.exp: Don't check the condition
17486 $threads_created equals to zero.
17487
3831839c
PA
174882014-10-10 Pedro Alves <palves@redhat.com>
17489
17490 * gdb.base/bigcore.exp: Remove references to IRIX.
17491 * gdb.base/funcargs.exp: Likewise.
17492 * gdb.base/interrupt.exp: Likewise.
17493 * gdb.base/mips_pro.exp: Likewise.
17494 * gdb.base/nodebug.exp: Likewise.
17495 * gdb.base/setvar.exp: Likewise.
17496 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17497
8b9a549d
PA
174982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17499 Pedro Alves <palves@redhat.com>
17500
17501 PR symtab/14466
17502 * gdb.base/vdso-warning.c: New file.
17503 * gdb.base/vdso-warning.exp: New file.
17504
d48ba5e8
DE
175052014-10-02 Doug Evans <dje@google.com>
17506
17507 * gdb.base/structs.c (main): Don't run forever.
17508
2278c276
PA
175092014-10-02 Pedro Alves <palves@redhat.com>
17510
17511 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17512 (top level) <stop threads 1, stop threads 2>: Use it.
17513
b57bacec
PA
175142014-10-02 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.threads/break-while-running.exp (test): Add new
17517 'update_thread_list' argument. Skip "info threads" if false.
17518 (top level): Add new 'update_thread_list' axis.
17519
13fd3ff3
PA
175202014-10-02 Pedro Alves <palves@redhat.com>
17521
17522 PR breakpoints/17431
17523 * gdb.base/execl-update-breakpoints.c: New file.
17524 * gdb.base/execl-update-breakpoints.exp: New file.
17525
0fec99e8
PA
175262014-10-01 Pedro Alves <palves@redhat.com>
17527
17528 * gdb.base/breakpoint-in-ro-region.c: New file.
17529 * gdb.base/breakpoint-in-ro-region.exp: New file.
17530
2ddf4301
SM
175312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17532
17533 * gdb.mi/mi-exit-code.exp: New file.
17534 * gdb.mi/mi-exit-code.c: New file.
17535
6a5f3f43
YQ
175362014-09-30 Yao Qi <yao@codesourcery.com>
17537
17538 * lib/prelink-support.exp (build_executable_own_libs): Error if
17539 the target isn't native.
17540
345bcc73
YQ
175412014-09-30 Yao Qi <yao@codesourcery.com>
17542
17543 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17544 false.
17545
a25a5a45
PA
175462014-09-22 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.threads/break-while-running.exp: New file.
17549 * gdb.threads/break-while-running.c: New file.
17550
00ba3162
YQ
175512014-09-19 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17554 Invoke test. Restart GDB with --readnow and invoke test again.
17555
c3b7b696
YQ
175562014-09-19 Yao Qi <yao@codesourcery.com>
17557
17558 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17559 proc set_breakpoint_on_gcd_function. Invoke
17560 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17561 invoke set_breakpoint_on_gcd_function again.
17562
2b4fd423
DE
175632014-09-18 Doug Evans <dje@google.com>
17564
17565 * gdb.dwarf2/symtab-producer.exp: New file.
17566
a5947601
SDJ
175672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17568
17569 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17570 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17571 * gdb.base/global-var-nested-by-dso.c: Likewise.
17572 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17573
91c19059
SDJ
175742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17575 Pedro Alves <palves@redhat.com>
17576
17577 * gdb.base/watch-bitfields.exp: Pass string other than test file
17578 name to prepare_for_testing.
17579 (watch): New procedure.
17580 (expect_watchpoint): Use with_test_prefix.
17581 (top level): Factor out tests to ...
17582 (test_watch_location, test_regular_watch): ... these new
17583 procedures, and use with_test_prefix and gdb_continue_to_end.
17584
bb9d5f81
PP
175852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17586
17587 PR breakpoints/12526
17588 * gdb.base/watch-bitfields.exp: New file.
17589 * gdb.base/watch-bitfields.c: New file.
17590
635856f5
PA
175912014-09-16 Pedro Alves <palves@redhat.com>
17592
17593 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17594 software and hardware addresses, not software address against
17595 itself.
17596
7280ceea
PA
175972014-09-16 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17600 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17601
428b16bd
PA
176022014-09-16 Pedro Alves <palves@redhat.com>
17603
17604 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17605 files.
17606 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17607 "*-*-vxworks*" throughout.
17608 * gdb.base/break.exp: Likewise.
17609 * gdb.base/default.exp: Likewise.
17610 * gdb.base/scope.exp: Likewise.
17611 * gdb.base/sepdebug.exp: Likewise.
17612 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17613 throughout.
17614 * gdb.base/run.c: Likewise.
17615 * gdb.base/sepdebug.c: Likewise.
17616 * gdb.hp/gdb.aCC/run.c: Likewise.
17617 * gdb.reverse/until-reverse.c: Likewise.
17618 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17619
666d413c
YQ
176202014-09-16 Yao Qi <yao@codesourcery.com>
17621
17622 * boards/local-remote-host-native.exp: New file.
17623
57cbd724
DE
176242014-09-14 Doug Evans <xdje42@gmail.com>
17625
17626 * gdb.threads/queue-signal.c (thread_count): New variable.
17627 (thread_count_mutex, thread_count_condvar): New variables.
17628 (incr_thread_count, wait_all_threads_running): New functions.
17629 (main): Wait for all threads to be in their thread functions.
17630
81219e53
DE
176312014-09-13 Doug Evans <xdje42@gmail.com>
17632
17633 * gdb.threads/queue-signal.c: New file.
17634 * gdb.threads/queue-signal.exp: New file.
17635
3714cea7
DE
176362014-09-13 Doug Evans <xdje42@gmail.com>
17637
17638 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17639 be consistent with what default_gdb_init uses.
17640 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17641 the plain text of the prompt. Add some logging printfs.
17642 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17643
fa43b1d7
PA
176442014-09-12 Pedro Alves <palves@redhat.com>
17645
17646 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17647 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17648 * gdb.arch/i386-size-overlap.exp: Likewise.
17649 * gdb.arch/i386-size.exp: Likewise.
17650 * gdb.arch/i386-unwind.exp: Likewise.
17651 * gdb.base/a2-run.exp: Likewise.
17652 * gdb.base/break.exp: Likewise.
17653 * gdb.base/charset.exp: Likewise.
17654 * gdb.base/chng-syms.exp: Likewise.
17655 * gdb.base/commands.exp: Likewise.
17656 * gdb.base/dbx.exp: Likewise.
17657 * gdb.base/find.exp: Likewise.
17658 * gdb.base/funcargs.exp: Likewise.
17659 * gdb.base/jit-simple.exp: Likewise.
17660 * gdb.base/reread.exp: Likewise.
17661 * gdb.base/sepdebug.exp: Likewise.
17662 * gdb.base/step-bt.exp: Likewise.
17663 * gdb.cp/mb-inline.exp: Likewise.
17664 * gdb.cp/mb-templates.exp: Likewise.
17665 * gdb.objc/basicclass.exp: Likewise.
17666 * gdb.threads/killed.exp: Likewise.
17667
9d9bf2df
EBM
176682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17669
17670 PR tdep/17379
17671 * gdb.arch/powerpc-stackless.S: New file.
17672 * gdb.arch/powerpc-stackless.exp: New file.
17673
1cf2f1b0
JK
176742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17675
17676 * gdb.base/attach.c: Include unistd.h.
17677 (main): Call alarm. Add label postloop.
17678 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17679 gdb_breakpoint, gdb_continue_to_breakpoint.
17680 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17681
98880d46
PA
176822014-09-11 Pedro Alves <palves@redhat.com>
17683
17684 PR gdb/17347
17685 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17686 * gdb.base/attach.exp (test_command_line_attach_run): New
17687 procedure.
17688 (top level): Call it.
17689
4c92ff2c
PA
176902014-09-11 Pedro Alves <palves@redhat.com>
17691
17692 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17693 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17694 (do_command_attach_tests): Use spawn_wait_for_attach.
17695 * gdb.base/solib-overlap.exp: Likewise.
17696 * gdb.multi/multi-attach.exp: Likewise.
17697 * gdb.python/py-prompt.exp: Likewise.
17698 * gdb.python/py-sync-interp.exp: Likewise.
17699 * gdb.server/ext-attach.exp: Likewise.
17700
3adc1a7d
GKB
177012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17702
17703 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17704 command in testcase. Simplify testcase.
17705
96334934
JB
177062014-09-10 Joel Brobecker <brobecker@adacore.com>
17707
17708 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17709
eb479039
JB
177102014-09-10 Joel Brobecker <brobecker@adacore.com>
17711
17712 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17713
deede10c
JB
177142014-09-10 Joel Brobecker <brobecker@adacore.com>
17715
17716 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17717
7828a5f5
JB
177182014-09-10 Joel Brobecker <brobecker@adacore.com>
17719
17720 * gdb.dwarf2/dynarr-ptr.c: New file.
17721 * gdb.dwarf2/dynarr-ptr.exp: New file.
17722
33aeebcf
MR
177232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17724
17725 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17726 of 30 rather than hardcoding 120 for a slow test case. Take the
17727 `gdb,timeout' target setting into account for this calculation.
17728 Don't extend the timeout for the test cases that don't need it.
17729
7b415901
MR
177302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17731
17732 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17733 a factor of 2 for a slow test case. Take the `gdb,timeout'
17734 target setting into account for this calculation.
17735 * gdb.reverse/until-precsave.exp: Increase the timeout by
17736 a factor of 15 and 3 respectively rather than adding 120
17737 for a pair of slow test cases. Take the `gdb,timeout'
17738 target setting into account for this calculation.
17739
4a40f85a
MR
177402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17741
17742 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17743 timeout, don't pass one down to gdb_expect.
17744 (gdb_expect): Rework timeout selection.
17745
09635af7
MR
177462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17747
17748 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17749 exception on timeout.
17750 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17751 (gdbserver_start_extended): Catch any `gdbserver_start' error
17752 exceptions.
17753 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17754 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17755 `gdbserver_gdb_load' error exceptions.
17756
2bdd10b7
MR
177572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17758
17759 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17760 120 on waiting for the TCP socket to open.
17761
316935f0
DE
177622014-09-09 Doug Evans <xdje42@gmail.com>
17763
17764 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17765 _caller_matches, _any_caller_is, _any_caller_matches.
17766
83740597
DE
177672014-09-09 Doug Evans <xdje42@gmail.com>
17768
17769 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17770
4c122fc3
YQ
177712014-09-09 Yao Qi <yao@codesourcery.com>
17772
17773 * gdb.mi/mi-var-display.exp: Set print symbol off.
17774
a9f116cb
GKB
177752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17776
17777 PR gdb/17035
17778 * gdb.base/commands.exp: Add tests to verify user-defined
17779 commands with empty bodies.
17780 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17781 python commands in `show user command`.
17782 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17783 scheme commands in `show user command`.
17784
c75bd3a2
JK
177852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17786
17787 PR python/17355
17788 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17789 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17790 * gdb.python/py-framefilter-invalidarg.exp: New file.
17791 * gdb.python/py-framefilter-invalidarg.py: New file.
17792
faa42425
DE
177932014-09-06 Doug Evans <xdje42@gmail.com>
17794
17795 PR 15276
17796 * gdb.python/py-caller-is.c: New file.
17797 * gdb.python/py-caller-is.exp: New file.
17798
474ca4f6
SDJ
177992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17800
17801 PR gdb/17235
17802 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17803 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17804
eb0b0463
SDJ
178052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17806
17807 PR fortran/17237
17808 * gdb.fortran/print-formatted.exp: New file.
17809 * gdb.fortran/print-formatted.f90: Likewise.
17810
5f3b99cf
SS
178112014-09-03 Sasha Smundak <asmundak@google.com>
17812
17813 * gdb.python/py-frame.exp: Test Frame.read_register.
17814
7d793aa9
SDJ
178152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17816
17817 PR python/16699
17818 * gdb.python/py-completion.exp: New file.
17819 * gdb.python/py-completion.py: Likewise.
17820
fb0576e9
DE
178212014-08-28 Doug Evans <dje@google.com>
17822
17823 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17824 eax,etc. are live with values set by gdb and thus the compiler can't
17825 use them.
17826 * gdb.arch/i386-pseudo.c (main): Ditto.
17827
ee92b0dd
DE
178282014-08-27 Doug Evans <dje@google.com>
17829
17830 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17831
6649db35
DE
178322014-08-25 Doug Evans <dje@google.com>
17833
17834 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17835 (main): Ditto.
17836
564b7600
DE
178372014-08-25 Doug Evans <dje@google.com>
17838
17839 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17840
3881fb67
YQ
178412014-08-24 Yao Qi <yao@codesourcery.com>
17842
17843 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17844 symbol off.
17845 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17846
a05a36a5
DE
178472014-08-22 Doug Evans <dje@google.com>
17848
17849 PR 17276
17850 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17851 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17852 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17853
7c343b48
YQ
178542014-08-22 Yao Qi <yao@codesourcery.com>
17855
17856 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17857 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17858 * gdb.python/python.exp: Likewise. Use .py file on the host
17859 instead of the build.
17860
22fd09ae
JK
178612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17862
17863 * gdb.threads/gcore-stale-thread.c: New file.
17864 * gdb.threads/gcore-stale-thread.exp: New file.
17865
a8454a7c
PA
178662014-08-21 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17869 * gdb.base/gcore-relro-pie.exp: Likewise.
17870 * gdb.base/gcore-relro.exp: Likewise.
17871 * gdb.base/gcore.exp: Likewise.
17872 * gdb.base/print-symbol-loading.exp: Likewise.
17873 * gdb.threads/gcore-thread.exp: Likewise.
17874 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17875
2a31c623
PA
178762014-08-20 Pedro Alves <palves@redhat.com>
17877 Jan Kratochvil <jan.kratochvil@redhat.com>
17878
17879 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17880 configure.
17881 (EXPECT): Handle READ1 being set.
17882 (all): Depend on EXTRA_RULES.
17883 (check-read1, expect-read1, read1.so, read1): New rules.
17884 * README (Testsuite Parameters): Document the READ1 make variable.
17885 (Race detection): New section.
17886 * configure: Regenerate.
17887 * configure.ac: If build==host==target, and running under a
17888 GNU/glibc system, add read1 to the extra Makefile rules.
17889 (EXTRA_RULES): AC_SUBST it.
17890 * lib/read1.c: New file.
17891
d36430db
JB
178922014-08-20 Joel Brobecker <brobecker@adacore.com>
17893
17894 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17895 the handling of variables declared as a typedef to an array
17896 which a DW_AT_data_location attribute.
17897
9a0dc9e3
PA
178982014-08-19 Andrew Burgess <aburgess@broadcom.com>
17899 Pedro Alves <palves@redhat.com>
17900
17901 PR symtab/14604
17902 PR symtab/14605
17903 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17904 gdb_test.
17905
0718a8da
PA
179062014-08-19 Pedro Alves <palves@redhat.com>
17907
17908 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17909
13b448cd
YQ
179102014-08-19 Yao Qi <yao@codesourcery.com>
17911
17912 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17913 right line.
17914
1cbf5077
DB
179152014-08-18 David Blaikie <dblaikie@gmail.com>
17916
17917 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17918
bf0fae19
JB
179192014-08-18 Joel Brobecker <brobecker@adacore.com>
17920
17921 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17922 attribute in array range.
17923
3c8c5dcc
JB
179242014-08-18 Joel Brobecker <brobecker@adacore.com>
17925
17926 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17927
e66d4446
SC
179282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17929
17930 PR c++/17132
17931 * gdb.cp/pr17132.cc: New file.
17932 * gdb.cp/pr17132.exp: New file.
17933
940df408
SC
179342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17935
17936 * gdb.python/py-xmethods.py (A_getarrayind)
17937 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17938 Use 'print' with function call syntax.
17939 (E_method_matcher.match): Fix tab vs space indentation mixup.
17940
ebcc6c3a
YQ
179412014-08-15 Yao Qi <yao@codesourcery.com>
17942
17943 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17944 false.
17945
775e0f04
YQ
179462014-08-15 Yao Qi <yao@codesourcery.com>
17947
17948 * gdb.cp/casts.exp: Set print symbol off.
17949 * gdb.cp/class2.exp: Likewise.
17950 * gdb.cp/overload.exp: Likewise.
17951 * gdb.cp/templates.exp: Likewise.
17952
d769e349
DE
179532014-08-11 Doug Evans <dje@google.com>
17954
17955 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17956 (test_load_shlib): Update.
17957
20c6f1e1
YQ
179582014-08-09 Yao Qi <yao@codesourcery.com>
17959
17960 * gdb.base/display.exp: Invoke is_address_zero_readable.
17961 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17962 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17963 * gdb.base/hbreak-unmapped.exp: Return if
17964 is_address_zero_readable returns true.
17965 * gdb.base/signest.exp: Likewise.
17966 * gdb.base/signull.exp: Likewise.
17967 * gdb.base/sigbpt.exp: Likewise.
17968 * gdb.guile/scm-disasm.exp: Do the test if
17969 is_address_zero_readable returns false.
17970 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17971 * gdb.python/py-arch.exp: Likewise.
17972 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17973 * lib/gdb.exp (is_address_zero_readable): New proc.
17974
5792e8e3
YQ
179752014-08-09 Yao Qi <yao@codesourcery.com>
17976
17977 PR testsuite/13443
17978 * gdb.mi/mi-var-display.exp: Make test messages unique.
17979
3cecbbbe
TT
179802014-08-04 Tom Tromey <tromey@redhat.com>
17981
17982 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17983 target 0".
17984
00b51ff5
TT
179852014-08-04 Tom Tromey <tromey@redhat.com>
17986
17987 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17988 "target_resume".
17989
6908c509
JB
179902014-08-01 Joel Brobecker <brobecker@adacore.com>
17991
17992 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17993 inner_vla_struct_object_size.
17994 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17995 as xfail.
17996
cc6563d2
PA
179972014-07-30 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18000 comment.
18001
7e09a223
YQ
180022014-07-29 Yao Qi <yao@codesourcery.com>
18003
18004 PR gdb/17206
18005 * gdb.base/until-nodebug.exp: New.
18006
7ebdbe92
DE
180072014-07-28 Doug Evans <xdje42@gmail.com>
18008
18009 PR guile/17203
18010 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18011 previously existing parameter, and previously ambiguously spelled
18012 parameter.
18013
fdb1adc6
WN
180142014-07-28 Will Newton <will.newton@linaro.org>
18015
18016 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18017
186fcde0
DE
180182014-07-26 Ludovic Courtès <ludo@gnu.org>
18019 Doug Evans <xdje42@gmail.com>
18020
18021 PR guile/17146
18022 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18023
70509625
PA
180242014-07-25 Pedro Alves <palves@redhat.com>
18025
18026 * gdb.threads/signal-command-handle-nopass.c: New file.
18027 * gdb.threads/signal-command-handle-nopass.exp: New file.
18028 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18029 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18030 * gdb.threads/signal-delivered-right-thread.c: New file.
18031 * gdb.threads/signal-delivered-right-thread.exp: New file.
18032
c3f814a1
PA
180332014-07-25 Pedro Alves <palves@redhat.com>
18034
18035 * gdb.base/double-prompt-target-event-error.exp
18036 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18037 match.
18038 (cancel_pagination_in_target_event): Rework double prompt
18039 detection.
18040 * gdb.base/paginate-after-ctrl-c-running.exp
18041 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18042 <return>' match.
18043 * gdb.base/paginate-bg-execution.exp
18044 (test_bg_execution_pagination_return)
18045 (test_bg_execution_pagination_cancel): Remove '-notransfer
18046 <return>' matches.
18047 * gdb.base/paginate-execution-startup.exp
18048 (test_fg_execution_pagination_return)
18049 (test_fg_execution_pagination_cancel): Remove '-notransfer
18050 <return>' matches.
18051 * gdb.base/paginate-inferior-exit.exp
18052 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18053 match.
18054 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18055 * lib/gdb.exp (pagination_prompt): Run text through
18056 string_to_regexp.
18057 (gdb_test_multiple): Match $pagination_prompt instead of
18058 "<return>".
18059 (string_to_regexp): Move to lib/gdb-utils.exp.
18060
e214cf6c
JK
180612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18062
18063 * gdb.arch/amd64-entry-value-paramref.S: New file.
18064 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18065 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18066 * gdb.arch/amd64-optimout-repeat.S: New file.
18067 * gdb.arch/amd64-optimout-repeat.c: New file.
18068 * gdb.arch/amd64-optimout-repeat.exp: New file.
18069
17d0c5c8
JK
180702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18071
18072 PR gdb/17170
18073 * gdb.base/statistics.exp: New file.
18074
b8b8facf
DE
180752014-07-17 Doug Evans <dje@google.com>
18076
74b49205 18077 PR gdb/17170
b8b8facf
DE
18078 * gdb.base/maint.exp: Update testing of per-command stats.
18079
1b5d0ab3
PA
180802014-07-16 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18083 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18084 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18085 (tfile_write_buf): New functions.
18086 (add_memory_block): Rewrite using the above.
18087 (adjust_function_address): New function.
18088 (FUNCTION_ADDRESS): New macro.
18089 (write_basic_trace_file): Remove short_x local, and use
18090 tfile_write_16. Change type of func_addr local to unsigned long
18091 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18092 here. Cast argument of add_memory_block to char pointer.
18093 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18094 (main): Remove parameters.
18095 * gdb.trace/tfile.exp: Remove nowarnings.
18096
4d974e88
SM
180972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18098
18099 * gdb.base/debug-expr.exp: Test string evaluation with
18100 "debug expression" on.
18101
41e99568
PA
181022014-07-15 Pedro Alves <palves@redhat.com>
18103
18104 * gdb.base/reread.exp: Use clean_restart.
18105
487d9753
PL
181062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18107
18108 * gdb.arch/avr-flash-qualifer.c: New.
18109 * gdb.arch/avr-flash-qualifer.exp: New.
18110
cc1c52ad
PA
181112014-07-14 Pedro Alves <palves@redhat.com>
18112
18113 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18114 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18115
1e973570
PA
181162014-07-14 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.base/double-prompt-target-event-error.c: New file.
18119 * gdb.base/double-prompt-target-event-error.exp: New file.
18120
93d6eb10
PA
181212014-07-14 Pedro Alves <palves@redhat.com>
18122
18123 PR gdb/17072
18124 * gdb.base/paginate-inferior-exit.c: New file.
18125 * gdb.base/paginate-inferior-exit.exp: New file.
18126
0017922d
PA
181272014-07-14 Pedro Alves <palves@redhat.com>
18128
18129 PR gdb/17072
18130 * gdb.base/paginate-bg-execution.c: New file.
18131 * gdb.base/paginate-bg-execution.exp: New file.
18132
94696ad3
PA
181332014-07-14 Pedro Alves <palves@redhat.com>
18134
18135 PR gdb/17072
18136 * gdb.base/paginate-execution-startup.c: New file.
18137 * gdb.base/paginate-execution-startup.exp: New file.
18138 * lib/gdb.exp (pagination_prompt): New global.
18139 (default_gdb_spawn): New procedure, factored out from
18140 default_gdb_spawn.
18141 (default_gdb_start): Adjust to call default_gdb_spawn.
18142 (gdb_spawn): New procedure.
18143
bd293940
PA
181442014-07-14 Pedro Alves <palves@redhat.com>
18145
18146 * lib/gdb.exp (gdb_assert): New procedure.
18147 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18148
c933f875
PA
181492014-07-14 Pedro Alves <palves@redhat.com>
18150
18151 * gdb.base/execution-termios.c: New file.
18152 * gdb.base/execution-termios.exp: New file.
18153
d98b7a16
TT
181542014-07-14 Tom Tromey <tromey@redhat.com>
18155
18156 * gdb.cp/vla-cxx.cc: New file.
18157 * gdb.cp/vla-cxx.exp: New file.
18158
548740d6
TT
181592014-07-14 Tom Tromey <tromey@redhat.com>
18160
18161 * gdb.reverse/rerun-prec.c: New file.
18162 * gdb.reverse/rerun-prec.exp: New file.
18163
a25eb028
MR
181642014-07-12 Maciej W. Rozycki <macro@mips.com>
18165 Maciej W. Rozycki <macro@codesourcery.com>
18166
18167 * lib/gdb-utils.exp: New file.
18168 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18169 inline `gdb_init_command' processing.
18170 (gdb_start_cmd): Likewise.
18171 * lib/mi-support.exp (mi_run_cmd): Likewise.
18172 * README: Document `gdb_init_command' and `gdb_init_commands'.
18173
218c2655
JK
181742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18175
18176 Fix false FAIL running under a very long directory name.
18177 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18178 and "set print elements 10000". Twice.
18179
5401fde3
YQ
181802014-07-11 Yao Qi <yao@codesourcery.com>
18181
18182 * gdb.base/exprs.exp: "set print symbol off".
18183
e76126e8
PA
181842014-07-11 Pedro Alves <palves@redhat.com>
18185
18186 * gdb.threads/kill.c: New file.
18187 * gdb.threads/kill.exp: New file.
18188
2d6f0de6
YQ
181892014-07-10 Yao Qi <yao@codesourcery.com>
18190
18191 * gdb.trace/tfile.c (write_basic_trace_file)
18192 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18193 address written to trace file.
18194
7180e04a
PA
181952014-07-09 Pedro Alves <palves@redhat.com>
18196
18197 * gdb.base/attach-wait-input.exp: New file.
18198 * gdb.base/attach-wait-input.c: New file.
18199
9a9a7608
AB
182002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18201
18202 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18203 setting up test structures.
18204 (main): Call new test function.
18205 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18206 test function, continue into test function and walk test
18207 structures.
18208
161ac41e
YQ
182092014-07-02 Yao Qi <yao@codesourcery.com>
18210
18211 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18212 'bar_start' at the beginning of functions 'foo' and 'bar'
18213 respectively.
18214 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18215 instead of 'foo' and 'bar'.
18216
1f267ae3
MM
182172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18218
18219 * gdb.btrace/segv.exp: New.
18220 * gdb.btrace/segv.c: New.
18221
2b239efb
LM
182222014-07-02 Luis Machado <lgustavo@codesourcery.com>
18223
18224 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18225 instruction.
18226
cf363f18
MW
182272014-06-30 Mark Wielaard <mjw@redhat.com>
18228
18229 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18230 vulture, vilify, villar): New volatile array constants.
18231 (vindictive, vegetation): New const volatile array constants.
18232 * gdb.base/volatile.exp: Test volatile and const volatile array
18233 types.
18234
aebf9d24
AA
182352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18236
18237 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18238 target lacks support for awatch, rwatch, or hbreak.
18239
b67a2c6f
YQ
182402014-06-27 Yao Qi <yao@codesourcery.com>
18241
18242 * gdb.multi/dummy-frame-restore.exp: New.
18243 * gdb.multi/dummy-frame-restore.c: New.
18244
aef92902
MM
182452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18246
18247 * gdb.btrace/gcore.exp: New.
18248
8e9db26e
PA
182492014-06-23 Pedro Alves <palves@redhat.com>
18250
18251 * gdb.base/watchpoint-reuse-slot.c: New file.
18252 * gdb.base/watchpoint-reuse-slot.exp: New file.
18253
70afc5b7
SC
182542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18255
18256 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18257 progspace's filename in 'info', 'enable' and 'disable' command
18258 tests.
18259
b972bd9c
JK
182602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18261
18262 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18263 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18264 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18265
125f8a3d
GB
182662014-06-20 Gary Benson <gbenson@redhat.com>
18267
18268 * gdb.arch/i386-avx.exp: Fix include file location.
18269 * gdb.arch/i386-sse.exp: Likewise.
18270
3ed9baed
IB
182712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18272
18273 * gdb.dlang/expression.exp: New file.
18274
034f788c
PA
182752014-06-19 Pedro Alves <palves@redhat.com>
18276
18277 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18278 out from ...
18279 (top level): ... here. Iterate running tests under different
18280 scheduler-locking settings.
18281
45371d0c
LM
182822014-06-18 Luis Machado <lgustavo@codesourcery.com>
18283
18284 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18285 to DW_FORM_addr and use non-zero addresses.
18286
5d376983
SC
182872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18288
18289 PR gdb/17017
18290 * gdb.python/py-xmethods.cc: Add global function call counters and
18291 increment them in their respective functions. Remove "cout"
18292 statements.
18293 * gdb.python/py-xmethods.exp: Make tests check the global function
18294 call counters instead of depending on inferior IO.
18295
a1aa2221
LM
182962014-06-18 Don Breazeal <donb@codesourcery.com>
18297
18298 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18299 Deleted procedure.
18300 (explicit_fork_parent_follow): Deleted procedure.
18301 (explicit_fork_child_follow): Deleted procedure.
18302 (test_follow_fork): New procedure.
18303 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18304 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18305 procedure calls.
18306
0fc05997
YQ
183072014-06-17 Yao Qi <yao@codesourcery.com>
18308
18309 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18310 CP1252.
18311
70795c52
LM
183122014-06-17 Luis Machado <lgustavo@codesourcery.com>
18313
18314 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18315 Initialize ptr and S explicitly.
18316 (skip_type_update_when_not_use_rtti_test): Likewise.
18317
6be47f0c
KS
183182014-06-16 Keith Seitz <keiths@redhat.com>
18319
18320 PR mi/15863
18321 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18322 the inferior is started.
18323
d03de421
PA
183242014-06-16 Pedro Alves <palves@redhat.com>
18325
18326 * gdb.base/break-main-file-remove-fail.c: New file.
18327 * gdb.base/break-main-file-remove-fail.exp: New file.
18328 * gdb.base/break-unload-file.exp: Use build_executable instead of
18329 prepare_for_testing.
18330 (test_break): New parameter "initial_load". Handle it.
18331 (top level): Add initial_load cmdline/file axis.
18332
f9579b99
TT
183332014-06-12 Tom Tromey <tromey@redhat.com>
18334
18335 * gdb.base/completion.exp: Don't use directory name in test.
18336
3657956b
GB
183372014-06-09 Gary Benson <gbenson@redhat.com>
18338
18339 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18340 separate the always-available ANSI-standard signals from the
18341 signals that require checking.
18342 (main): Likewise.
18343 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18344 Likewise.
18345 (main): Likewise.
18346
4186eb54
KS
183472014-06-07 Keith Seitz <keiths@redhat.com>
18348
18349 Revert:
18350 PR c++/16253
18351 * gdb.cp/var-tag.cc: New file.
18352 * gdb.cp/var-tag.exp: New file.
18353 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18354 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18355 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18356 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18357
25326a28 183582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18359
18360 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18361
829155c9
PA
183622014-06-06 Pedro Alves <palves@redhat.com>
18363
18364 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18365 in target debug output instead of looking at RSP packets,
18366 disabling the test on any target that uses hardware stepping.
18367 Update comments.
18368
61c8d22e
PA
183692014-06-06 Pedro Alves <palves@redhat.com>
18370
18371 * gdb.base/break-unload-file.exp: Fix typo.
18372
d9a47287
YQ
183732014-06-06 Yao Qi <yao@codesourcery.com>
18374
18375 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18376 from "jit_function" to "^jit_function".
18377
e5e01dbf
YQ
183782014-06-06 Yao Qi <yao@codesourcery.com>
18379
18380 * gdb.base/async.c (foo): Add one statement.
18381 * gdb.base/async.exp: Get the next instruction address and
18382 match the output of "nexti" by instruction address. Match
18383 the hex address in the output of "finish".
18384
73ba372c
GB
183852014-06-06 Gary Benson <gbenson@redhat.com>
18386
18387 * gdb.base/call-signals.c: Remove preprocessor conditionals
18388 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18389 SIGSEGV and SIGTERM.
18390 * gdb.base/sigall.c: Likewise.
18391 * gdb.base/unwindonsignal.c: Likewise.
18392 * gdb.reverse/sigall-reverse.c: Likewise.
18393
831517df
YQ
183942014-06-06 Yao Qi <yao@codesourcery.com>
18395
18396 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18397 readable, skip the test.
18398
b8b91e98
YQ
183992014-06-06 Yao Qi <yao@codesourcery.com>
18400
18401 * gdb.threads/staticthreads.c (thread_function): Move the line
18402 setting breakpoint on forward.
18403 * gdb.threads/staticthreads.exp: Update comments.
18404
fb934770
LC
184052014-06-05 Ludovic Courtès <ludo@gnu.org>
18406
18407 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18408 "history-append! type error".
18409
6ef284bd
SM
184102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18411
18412 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18413 erroneous dprintf expected input.
18414
a872e241
DE
184152014-06-04 Doug Evans <xdje42@gmail.com>
18416
18417 * gdb.guile/scm-generics.exp: Delete.
18418
16f691fb
DE
184192014-06-04 Doug Evans <xdje42@gmail.com>
18420
18421 * gdb.guile/scm-breakpoint.exp: Update.
18422 Add tests for breakpoint registration.
18423
012370f6
TT
184242014-06-04 Tom Tromey <tromey@redhat.com>
18425
18426 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18427 VLA-in-union.
18428 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18429 inner_vla_struct, vla_union types. Initialize objects of those
18430 types and compute their sizes.
18431
9f5a4cef
HZ
184322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18433 Hui Zhu <hui@codesourcery.com>
18434
18435 * gdb.base/fileio.exp: Add test for shell not available as well as
18436 available.
18437 * gdb.base/fileio.c (test_system): Check for shell twice.
18438
90a45c4d
YQ
184392014-06-04 Yao Qi <yao@codesourcery.com>
18440
18441 * gdb.base/auto-connect-native-target.exp: Remove redundant
18442 space from the regexp pattern.
18443
70017e41
YQ
184442014-06-04 Yao Qi <yao@codesourcery.com>
18445
18446 * gdb.base/default.exp: Replace "child" with "native" in
18447 regexp pattern.
18448
883964a7
SC
184492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18450
18451 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18452 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18453 * gdb.python/py-xmethods.py: Python script supporting the
18454 new testcase and tests.
18455
ef370185
JB
184562014-06-03 Joel Brobecker <brobecker@adacore.com>
18457 Pedro Alves <palves@redhat.com>
18458
18459 PR breakpoints/17000
18460 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18461 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18462
1e2ccb61
BM
184632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18464
18465 * gdb.base/subst.exp: Add tests to verify partial path matching
18466 output.
18467
c6ec5ab2
PA
184682014-06-03 Pedro Alves <palves@redhat.com>
18469
18470 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18471 target that doesn't use software single-stepping.
18472
835c559f
PA
184732014-06-03 Pedro Alves <palves@redhat.com>
18474
18475 PR breakpoints/17000
18476 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18477 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18478
06eb1586
DE
184792014-06-02 Doug Evans <xdje42@gmail.com>
18480
18481 * gdb.guile/scm-parameter.exp: New file.
18482
e698b8c4
DE
184832014-06-02 Doug Evans <xdje42@gmail.com>
18484
18485 * gdb.guile/scm-cmd.c: New file.
18486 * gdb.guile/scm-cmd.exp: New file.
18487
ded03782
DE
184882014-06-02 Doug Evans <xdje42@gmail.com>
18489
18490 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18491 pretty-printer lookup.
18492 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18493 (make-pp_s-printer): Call it.
18494 (make-pretty-printer-from-dict): New function.
18495 (lookup-pretty-printer-maker-from-dict): New function.
18496 (*pretty-printer*): Simplify.
18497 (make-objfile-pp_s-printer): New function.
18498 (install-objfile-pretty-printers!): New function.
18499 (make-progspace-pp_s-printer): New function.
18500 (install-progspace-pretty-printers!): New function.
18501 * gdb.guile/scm-progspace.c: New file.
18502 * gdb.guile/scm-progspace.exp: New file.
18503
41fac0cf
PA
185042014-06-02 Pedro Alves <palves@redhat.com>
18505
18506 * gdb.base/dprintf-bp-same-addr.c: New file.
18507 * gdb.base/dprintf-bp-same-addr.exp: New file.
18508
96ae5695
EBM
185092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18510
18511 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18512 * gdb.arch/powerpc-power.s: Likewise.
18513
da02b3a8
JB
185142014-06-02 Joel Brobecker <brobecker@adacore.com>
18515
18516 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18517
c72b2e7b
YQ
185182014-06-01 Yao Qi <yao@codesourcery.com>
18519
18520 * gdb.base/watchpoint.exp (test_watch_location): Check null
18521 pointer can be dereferenced. If not, do the test, otherwise
18522 skip it.
18523
53e8a631
AB
185242014-05-30 Andrew Burgess <aburgess@broadcom.com>
18525
18526 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18527 results.
18528 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18529
938f0e2f
AB
185302014-05-30 Andrew Burgess <aburgess@broadcom.com>
18531
18532 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18533 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18534 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18535 * gdb.arch/amd64-invalid-stack-top.c: New file.
18536 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18537
9ba6657a
PA
185382014-05-30 Pedro Alves <palves@redhat.com>
18539
18540 PR breakpoints/17000
18541 * gdb.base/sss-bp-on-user-bp.c: New file.
18542 * gdb.base/sss-bp-on-user-bp.exp: New file.
18543
522c09bf
DB
185442014-05-30 David Blaikie <dblaikie@gmail.com>
18545
18546 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18547 gnu_inline semantics via attribute.
18548 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18549 source explicitly specifies the required semantics.
18550
bf4ef81e
MR
185512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18552
18553 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18554
329ea579
PA
185552014-05-29 Pedro Alves <palves@redhat.com>
18556 Tom Tromey <tromey@redhat.com>
18557
18558 * gdb.base/async-shell.exp: Don't enable target-async.
18559 * gdb.base/async.exp
18560 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18561 parameter. Adjust.
18562 (top level): Don't test with "target-async".
18563 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18564 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18565 * gdb.base/inferior-died.exp: Don't enable target-async.
18566 * gdb.base/interrupt-noterm.exp: Likewise.
18567 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18568 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18569 * gdb.mi/mi-nonstop.exp: Likewise.
18570 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18571 * gdb.mi/mi-nsintrall.exp: Likewise.
18572 * gdb.mi/mi-nsmoribund.exp: Likewise.
18573 * gdb.mi/mi-nsthrexec.exp: Likewise.
18574 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18575 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18576 * gdb.python/py-evsignal.exp: Don't enable target-async.
18577 * gdb.python/py-evthreads.exp: Likewise.
18578 * gdb.python/py-prompt.exp: Likewise.
18579 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18580 * gdb.server/solib-list.exp: Don't enable target-async.
18581 * gdb.threads/thread-specific-bp.exp: Likewise.
18582 * lib/mi-support.exp: Adjust to use mi-async.
18583
fd664c91
PA
185842014-05-29 Pedro Alves <palves@redhat.com>
18585
18586 PR gdb/13860
18587 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18588 reason, even in sync mode.
18589
251bde03
PA
185902014-05-29 Pedro Alves <palves@redhat.com>
18591 Hui Zhu <hui@codesourcery.com>
18592
18593 PR PR15693
18594 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18595 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18596 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18597 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18598
7f3c0343
JB
185992014-05-28 Joel Brobecker <brobecker@adacore.com>
18600
18601 * config/monitor.exp (gdb_target_monitor): Replace use of
18602 "set remotebaud" by "set serial baud".
18603
b2715b27
AW
186042014-05-26 Andy Wingo <wingo@igalia.com>
18605
18606 * gdb.guile/scm-breakpoint.exp:
18607 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18608 properties instead of gdb-object-properties.
18609
498a4489
YQ
186102014-05-26 Yao Qi <yao@codesourcery.com>
18611
18612 * gdb.server/no-thread-db.exp: Specify source file name
18613 explicitly when setting a breakpoint.
18614
589fdceb
MM
186152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18616
18617 * gdb.btrace/vdso.c: New.
18618 * gdb.btrace/vdso.exp: New.
18619
e9089e05
MM
186202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18621
18622 * gdb.base/gcore.exp (capture_command_output): Move ...
18623 * lib/gdb.exp (capture_command_output): ... here.
18624
67b5c0c1
MM
186252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18626
18627 * gdb.btrace/data.exp: Test memory access during btrace replay.
18628
a2199296
SM
186292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18630
18631 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18632
17b2616c
PA
186332014-05-21 Pedro Alves <palves@redhat.com>
18634
18635 PR gdb/13860
18636 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18637 (top level): Test that output related to execution commands is
18638 sent to the console with CLI commands, but not with MI commands.
18639 Test that breakpoint events are always mirrored to the console.
18640 Also expect the new source line to be output after a "next" in
18641 async mode too. Make it a pass/fail test.
18642 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18643 output.
18644 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18645
5166082f
PA
186462014-05-21 Pedro Alves <palves@redhat.com>
18647
18648 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18649 Use them to test variations of "list" after reaching a breakpoint.
18650 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18651 Test "list" with listsize 10 after reaching a breakpoint.
18652 * gdb.python/python.exp (decode_line current location line
18653 number): Adjust expected line number.
18654
2f25d70f
SM
186552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18656
18657 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18658 behavior for $args, pass it directly to "run".
18659
ff604a67
MR
186602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18661
18662 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18663 30000 to 65536.
18664
6a3cb8e8
PA
186652014-05-21 Pedro Alves <palves@redhat.com>
18666
18667 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18668 auto-connect-native-target off".
18669 * gdb.base/auto-connect-native-target.c: New file.
18670 * gdb.base/auto-connect-native-target.exp: New file.
18671
4ebfc96e
PA
186722014-05-21 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.base/default.exp: Test "target native" instead of "target
18675 child".
18676
36d46afb
MW
186772014-05-21 Mark Wielaard <mjw@redhat.com>
18678
18679 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18680
5876f503
JK
186812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18682
18683 Fix TLS access for -static -pthread.
18684 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18685 <HAVE_TLS> (thread_function, main): Initialize it.
18686 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18687 Add clean_restart.
18688 <$have_tls != "">: Check TLSVAR.
18689
0256a6ac
PA
186902014-05-21 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.base/dcache-line-read-error.c: New.
18693 * gdb.base/dcache-line-read-error.exp: New.
18694
936d2992
PA
186952014-05-20 Pedro Alves <palves@redhat.com>
18696
18697 * gdb.base/compare-sections.c: New file.
18698 * gdb.base/compare-sections.exp: New file.
18699
802e8e6d
PA
187002014-05-20 Pedro Alves <palves@redhat.com>
18701
18702 * gdb.base/break-idempotent.c: New file.
18703 * gdb.base/break-idempotent.exp: New file.
18704
e59fa00f
MM
187052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18706
18707 * gdb.btrace/nohist.exp: New.
18708
8b696e31
YQ
187092014-05-20 Yao Qi <yao@codesourcery.com>
18710
18711 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18712 gdb.reverse directory and gdb_reverse_timeout exists in board
18713 setting.
18714 * README: Document gdb_reverse_timeout.
18715
73c9764f
YQ
187162014-05-20 Yao Qi <yao@codesourcery.com>
18717
18718 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18719 'test_file_name'. Treat args as a string instead of a list.
18720 (gdb_init): Rename argument 'args' by 'test_file_name'.
18721
f1f4348a
JK
187222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18723
18724 * gdb.arch/powerpc-power.exp: New file.
18725 * gdb.arch/powerpc-power.s: New file.
18726
0dbe70ce
DE
187272014-05-16 Doug Evans <dje@google.com>
18728
18729 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18730 * gdb.base/completion.exp: Check that all expected files exist
18731 before doing file completion.
0dbe70ce 18732
8d551b02
DE
187332014-05-16 Doug Evans <dje@google.com>
18734
18735 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18736 Update.
18737 (do_syscall_tests_without_xml): Update.
18738
73eb7709
PA
187392014-05-16 Pedro Alves <palves@redhat.com>
18740
18741 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18742 instead of "unknown output after running".
18743
3fae92fc
YQ
187442014-05-16 Yao Qi <yao@codesourcery.com>
18745
18746 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18747 file1.txt from host at the end.
18748 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18749
c2b2ccc5
DE
187502014-05-15 Doug Evans <dje@google.com>
18751
18752 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18753 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18754 loading file. Add test for TU lookup.
18755
8c217a4b
SM
187562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18757
18758 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18759 calling "-exec-arguments" or "set args" before running the
18760 inferior.
18761
3deb39c6
SM
187622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18763
18764 * lib/mi-support.exp (mi_expect_stop): Expect message for
18765 inferiors that exit with non-zero exit code.
18766
71a79f8c
YQ
187672014-05-14 Yao Qi <yao@codesourcery.com>
18768
18769 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18770 match absolute path on remote host.
18771 (test_file_list_exec_source_files): Remove "/" from the
18772 pattern.
18773
f23fcd46
YQ
187742014-05-14 Yao Qi <yao@codesourcery.com>
18775
18776 * boards/local-remote-host-notty.exp (${board}_file): New
18777 proc.
18778
9404b58f
KM
187792014-05-07 Kyle McMartin <kyle@redhat.com>
18780
18781 Pushed by Joel Brobecker <brobecker@adacore.com>.
18782 * gdb.arch/aarch64-atomic-inst.c: New file.
18783 * gdb.arch/aarch64-atomic-inst.exp: New file.
18784
5e45f04c
YQ
187852014-05-07 Yao Qi <yao@codesourcery.com>
18786
18787 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18788 in current context" too.
18789
c888a17d
KS
187902014-05-05 Keith Seitz <keiths@redhat.com>
18791
18792 * gdb.linespec/ls-dollar.exp: Add test for linespec
18793 file:convenience_variable.
18794
290a839c
YQ
187952014-05-05 Yao Qi <yao@codesourcery.com>
18796
18797 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18798 traceframes into tfile and ctf trace files. Read data from
18799 trace file and test collected data.
18800 (gdb_collect_locals_test): Likewise.
18801 (gdb_unavailable_registers_test): Likewise.
18802 (gdb_unavailable_floats): Likewise.
18803 (gdb_collect_globals_test): Likewise.
18804 (top-level): Append "ctf" to trace_file_targets if GDB
18805 supports.
18806
b5262cd0
YQ
188072014-05-05 Yao Qi <yao@codesourcery.com>
18808
18809 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18810 code to ...
18811 (gdb_collect_args_test_1): ... it. New proc.
18812 (gdb_collect_locals_test): Move some code to ...
18813 (gdb_collect_locals_test_1): ... it. New proc.
18814 (gdb_unavailable_registers_test): Move some code to ...
18815 (gdb_unavailable_registers_test_1): ... it. New proc.
18816 (gdb_unavailable_floats): Move some code to ...
18817 (gdb_unavailable_floats_1): ... it. New proc.
18818
30a1e6cc
SDJ
188192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18820
18821 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18822 probes to test for bitness recognition.
18823 * gdb.arch/amd64-stap-optional-prefix.exp
18824 (test_probe_value_without_reg): New procedure.
18825 Add code to test for different kinds of bitness.
18826
f33da99a
SDJ
188272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18828
18829 PR breakpoints/16889
18830 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18831 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18832
5b80f00d
PA
188332014-05-01 Pedro Alves <palves@redhat.com>
18834
18835 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18836 gdb_file_cmd if no file is specified.
18837 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18838 last_loaded_file to set the remote exec-file.
18839
f8c2a73c
PA
188402014-05-01 Pedro Alves <palves@redhat.com>
18841
18842 * boards/local-remote-host.exp: New file.
18843
be6e8ac7
PA
188442014-05-01 Pedro Alves <palves@redhat.com>
18845
18846 * boards/local-remote-host.exp: Rename to ...
18847 * boards/local-remote-host-notty.exp: ... this.
18848
cac0dc8f
JB
188492014-04-28 Joel Brobecker <brobecker@adacore.com>
18850
18851 * gdb.ada/dyn_arrayidx: New testcase.
18852
9730e6cc
YQ
188532014-04-26 Yao Qi <yao@codesourcery.com>
18854
18855 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18856 and compute the length of function main. Save it in
18857 $main_length.
18858 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18859 (top-level): Use gdb_compile to compile objects into
18860 executable and restart GDB. Remove invocation to
18861 prepare_for_testing.
18862
7ae1a6a6
PA
188632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18864 Pedro Alves <palves@redhat.com>
18865
18866 PR server/16255
18867 * gdb.multi/multi-attach.c: New file.
18868 * gdb.multi/multi-attach.exp: New file.
18869
4082afcc
PA
188702014-04-25 Pedro Alves <palves@redhat.com>
18871
18872 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18873 user.
18874 (top level): Test that "set remote conditional-breakpoints-packet
18875 off" works as intended.
18876 * gdb.base/dprintf.exp: Test that "set remote
18877 breakpoint-commands-packet off" works as intended.
18878 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18879 New function.
18880 (top level): Call it.
18881 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18882 remote fast-tracepoints-packet off" works as intended.
18883 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18884 * lib/gdb.exp (gdb_is_target_remote): ... here.
18885
2abc3f8d
DB
188862014-04-24 David Blaikie <dblaikie@gmail.com>
18887
18888 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18889 ensure clang would not discard them.
18890 * gdb.base/gdbvars.c: Ditto.
18891 * gdb.base/memattr.c: Ditto.
18892 * gdb.base/whatis.c: Ditto.
18893 * gdb.python/py-prettyprint.c: Ditto.
18894 * gdb.trace/actions.c: Ditto.
18895 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18896 ensure clang would not discard it.
18897
bfd39632
DB
188982014-04-24 David Blaikie <dblaikie@gmail.com>
18899
18900 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18901 clang to emit the full definition of type required by the test
18902 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18903
22842ff6
DB
189042014-04-24 David Blaikie <dblaikie@gmail.com>
18905
18906 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18907 coax Clang into emitting the definition of the type.
18908 * gdb.cp/pr10728-x.h (y): Ditto.
18909 * gdb.cp/pr10728-y.cc (y): Ditto.
18910
c2e827ad
DB
189112014-04-24 David Blaikie <dblaikie@gmail.com>
18912
18913 * gdb.base/label.exp: XFAIL label related tests under Clang.
18914 * gdb.cp/cplabel.exp: Ditto.
18915 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18916 under Clang those using labels.
18917
4c2d33e7
YQ
189182014-04-25 Yao Qi <yao@codesourcery.com>
18919
18920 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18921 double_label.
18922 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18923 partial_label and double_label.
18924
56083b99
DB
189252014-04-24 David Blaikie <dblaikie@gmail.com>
18926
18927 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18928
25d4e99d
DB
189292014-04-24 David Blaikie <dblaikie@gmail.com>
18930
18931 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18932 of the function to work across GCC and Clang.
18933 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18934 pointer types (const void ** const V void **).
18935
01f9f808
MS
189362014-04-24 Michael Sturm <michael.sturm@mintel.com>
18937 Walfred Tedeschi <walfred.tedeschi@intel.com>
18938
18939 * Makefile.in (EXECUTABLES): Added i386-avx512.
18940 * gdb.arch/i386-avx512.c: New file.
18941 * gdb.arch/i386-avx512.exp: Likewise.
18942
4b48d439
KS
189432014-04-23 Keith Seitz <keiths@redhat.com>
18944
18945 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18946 (mi_make_breakpoint_table): New procedure.
18947 (mi_create_breakpoint): Use mi_make_breakpoint
18948 and return the result.
18949 (mi_make_breakpoint): New procedure.
18950 (mi_build_kv_pairs): New procedure.
18951
18952 * gdb.mi/mi-break.exp: Remove unused globals,
18953 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18954 All callers updated.
18955 * gdb.mi/mi-dprintf.exp: Use variable to track command
18956 number.
18957 Update all callers of mi_create_breakpoint and use
18958 mi_make_breakpoint_table.
18959 Remove any unused global variables.
18960 * gdb.mi/mi-nonstop.exp: Likewise.
18961 * gdb.mi/mi-nsintrall.exp: Likewise.
18962 * gdb.mi/mi-nsmoribund.exp: Likewise.
18963 * gdb.mi/mi-nsthrexec.exp: Likewise.
18964 * gdb.mi/mi-reverse.exp: Likewise.
18965 * gdb.mi/mi-simplerun.exp: Likewise.
18966 * gdb.mi/mi-stepn.exp: Likewise.
18967 * gdb.mi/mi-syn-frame.exp: Likewise.
18968 * gdb.mi/mi-until.exp: Likewise.
18969 * gdb.mi/mi-var-cp.exp: Likewise.
18970 * gdb.mi/mi-var-display.exp: Likewise.
18971 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18972 * gdb.mi/mi2-var-child.exp: Likewise.
18973 * gdb.mi/mi-vla-c99.exp: Likewise.
18974 * lib/mi-support.exp: Likewise.
18975
18976 From Ian Lance Taylor <iant@cygnus.com>:
18977 * lib/gdb.exp (parse_args): New procedure.
18978
08351840
PA
189792014-04-23 Pedro Alves <palves@redhat.com>
18980
18981 * gdb.base/break-unload-file.c: New file.
18982 * gdb.base/break-unload-file.exp: New file.
18983 * gdb.base/sym-file-lib.c (baz): New function.
18984 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18985 field.
18986 (load): Store the segment's mapped size.
18987 (unload): New function.
18988 (unload_shlib): New function.
18989 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18990 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18991 set a breakpoint at baz, and call it.
18992 * gdb.base/sym-file.exp: New tests for stale breakpoint
18993 instructions.
18994
076855f9
PA
189952014-04-23 Pedro Alves <palves@redhat.com>
18996
18997 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18998 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18999 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19000 * gdb.base/hbreak-unmapped.c: New file.
19001 * gdb.base/hbreak-unmapped.exp: New file.
19002 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19003 * lib/gdb.exp (gdb_is_target_remote): ... here.
19004
483805cf
PA
190052014-04-22 Pedro Alves <palves@redhat.com>
19006
19007 * gdb.base/consecutive-step-over.c: New file.
19008 * gdb.base/consecutive-step-over.exp: New file.
19009
06d97543
PA
190102014-04-22 Pedro Alves <palves@redhat.com>
19011
19012 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19013 instead of send_gdb/gdb_expect.
19014
b4429ea2
YQ
190152014-04-22 Yao Qi <yao@codesourcery.com>
19016
19017 * lib/trace-support.exp (generate_tracefile): New procedure.
19018 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19019 return 0.
19020 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19021 if generate_tracefile returns 1.
19022
51d48146
PA
190232014-04-18 Tom Tromey <palves@redhat.com>
19024 Pedro alves <tromey@redhat.com>
19025
19026 PR backtrace/15558
19027 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19028 with a backtrace limit.
19029 * gdb.python/py-frame-inline.exp: Test running to an inline
19030 function with a backtrace limit, and printing the newest frame.
19031 * gdb.python/py-frame-inline.c (main): Call f.
19032
bd1dce5f
MS
190332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19034
19035 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19036
40d1a503
MS
190372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19038
19039 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19040 Drop prefix from unsupported source file path.
19041
389b98f7
YQ
190422014-04-17 Yao Qi <yao@codesourcery.com>
19043
19044 * lib/gdb.exp (with_target_charset): New proc.
19045 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19046 with_target_charset.
19047 (test_print_strings): Likewise.
19048 (test_repeat_bytes): Likewise.
19049 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19050 for some tests.
19051
22869d73
KS
190522014-04-16 Keith Seitz <keiths@redhat.com>
19053
19054 PR gdb/15827
19055 * gdb.dwarf2/corrupt.c: New file.
19056 * gdb.dwarf2/corrupt.exp: New file.
19057
c4f87ca6
KS
190582014-04-16 Keith Seitz <keiths@redhat.com>
19059
19060 PR c++/16597
19061 * gdb.cp/namelessclass.cc: New file.
19062 * gdb.cp/namelessclass.exp: New file.
19063 * gdb.cp/namelessclass.S: New file.
19064
ab19de87
DE
190652014-04-16 Doug Evans <dje@google.com>
19066
19067 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19068 Add comment.
19069 (gdbserver_default_get_comm_port): New function.
19070 (gdbserver_start): Check if board file provided
19071 "gdbserver,get_comm_port" and use it if so.
19072 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19073 (gdb,socketport): Set to "stdio".
19074 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19075 (stdio_gdbserver_template): Delete.
19076 (${board}_get_remote_address): Update.
19077 (${board}_build_remote_cmd): Delete.
19078 (${board}_get_comm_port): New function.
19079 (${board}_spawn): Update.
19080 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19081 Delete.
19082 (${board}_get_remote_address): Update.
19083 (${board}_get_comm_port): New function.
19084
fc98a809
AB
190852014-04-16 Andrew Burgess <aburgess@broadcom.com>
19086
19087 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19088 appearing in any order.
19089
87fd9e6e
DE
190902014-04-15 Doug Evans <dje@google.com>
19091
19092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19093 uninitialized value of "description".
19094
099fc3ea
KS
190952014-04-15 Keith Seitz <keiths@redhat.com>
19096
19097 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19098 Remove unused globals.
19099 (test_running_the_program): Likewise.
19100 (test_controlled_execution): Likewise.
19101 (test_controlling_breakpoints): Likewise.
19102 (test_program_termination): Likewise.
19103
5da151d4
KS
191042014-04-15 Keith Seitz <keiths@redhat.com>
19105
19106 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19107 unused globals.
19108 (test_rbreak_creation_and_listing): Likewise.
19109 (test_ignore_count): Likewise.
19110 (test_error): Likewise.
19111
35e5d2f0
PA
191122014-04-15 Pedro Alves <palves@redhat.com>
19113
19114 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19115 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19116 sym-file-loader.c.
19117 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19118 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19119 to sym-file-loader.c.
19120 (struct library): Forward declare.
19121 (load_shlib, lookup_function): Change prototypes.
19122 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19123 (translate_offset): Remove declarations.
19124 (get_text_addr): New declaration.
19125 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19126 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19127 sym-file-loader.h.
19128 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19129 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19130 here from sym-file-loader.h.
19131 (struct library): New structure.
19132 (load_shlib, lookup_function): Change prototypes and adjust to
19133 work with a struct library.
19134 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19135 (translate_offset): Make static.
19136 (get_text_addr): New function.
19137 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19138
eb4c1710
PA
191392014-04-15 Pedro Alves <palves@redhat.com>
19140
19141 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19142
2d1baf52
PA
191432014-04-15 Pedro Alves <palves@redhat.com>
19144
19145 * gdb.base/sym-file-loader.c: Include <limits.h>.
19146 (SELF_LINK): New define.
19147 (get_origin): New function.
19148 (load_shlib): Use it.
19149 * gdb.base/sym-file.exp: Don't early return if the target is
19150 remote. Use runto_main, and issue fail is that fails. Use
19151 gdb_load_shlibs.
19152 (shlib_name): Delete.
19153 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19154
7dd6df01
PA
191552014-04-15 Pedro Alves <palves@redhat.com>
19156
19157 * gdb.base/sym-file.exp: Remove regex characters from test
19158 message. Don't refer to breakpoint numbers in test messages.
19159
b50c8614
KS
191602014-04-14 Keith Seitz <keiths@redhat.com>
19161
19162 PR c++/16253
19163 * gdb.cp/var-tag.cc: New file.
19164 * gdb.cp/var-tag.exp: New file.
19165 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19166 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19167 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19168 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19169
3d567982
TT
191702014-04-14 Tom Tromey <tromey@redhat.com>
19171
19172 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19173 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19174 type.
19175 * gdb.cp/enum-class.exp: New file.
19176 * gdb.cp/enum-class.cc: New file.
19177
0626fc76
TT
191782014-04-14 Tom Tromey <tromey@redhat.com>
19179
19180 * gdb.dwarf2/enum-type.exp: New file.
19181
dca325b3
SA
191822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19183
19184 * gdb.mi/mi-vla-c99.exp: New file.
19185 * gdb.mi/vla.c: New file.
19186
5854b38a
SA
191872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19188
19189 * gdb.base/vla-datatypes.c: New file.
19190 * gdb.base/vla-datatypes.exp: New file.
19191
463bb957
SA
191922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19193
19194 * gdb.base/vla-ptr.c: New file.
19195 * gdb.base/vla-ptr.exp: New file.
19196
3dd170be
SA
191972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19198
19199 * gdb.dwarf2/count.exp: New file.
19200
5ecaaa66
SA
192012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19202
19203 * gdb.base/vla-sideeffect.c: New file.
19204 * gdb.base/vla-sideeffect.exp: New file.
19205
41f1ada5
DB
192062014-04-14 David Blaikie <dblaikie@gmail.com>
19207
19208 * gdb.mi/non-stop.c: Add return value for non-void function return
19209 statement.
19210 * gdb.threads/staticthreads.c: Ditto.
19211
0be03e84
DE
192122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19213 Doug Evans <xdje42@gmail.com>
19214
19215 * gdb.guile/scm-value.c: Improve test case.
19216 * gdb.guile/scm-value.exp: Add new test.
19217
f180a1fb
DB
192182014-04-11 David Blaikie <dblaikie@gmail.com>
19219
19220 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19221 override Clang's default.
19222
6b662e19
JB
192232014-04-11 Joel Brobecker <brobecker@adacore.com>
19224
19225 Revert the following changes (regressions):
19226
19227 * gdb.base/vla-sideeffect.c: New file.
19228 * gdb.base/vla-sideeffect.exp: New file.
19229
19230 * gdb.dwarf2/count.exp: New file.
19231
19232 * gdb.base/vla-multi.c: New file.
19233 * gdb.base/vla-multi.exp: New file.
19234
19235 * gdb.base/vla-ptr.c: New file.
19236 * gdb.base/vla-ptr.exp: New file.
19237
19238 * gdb.base/vla-datatypes.c: New file.
19239 * gdb.base/vla-datatypes.exp: New file.
19240
19241 * gdb.mi/mi-vla-c99.exp: New file.
19242 * gdb.mi/vla.c: New file.
19243
245a5f0b
KS
192442014-04-11 Keith Seitz <keiths@redhat.com>
19245
19246 PR c++/16675
19247 * gdb.cp/cpsizeof.exp: New file.
19248 * gdb.cp/cpsizeof.cc: New file.
19249
58a84dcf
SA
192502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19251
191a8a90
JB
19252 * gdb.mi/mi-vla-c99.exp: New file.
19253 * gdb.mi/vla.c: New file.
58a84dcf 19254
c8655f75
SA
192552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19256
19257 * gdb.base/vla-datatypes.c: New file.
19258 * gdb.base/vla-datatypes.exp: New file.
19259
024e13b4
SA
192602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19261
19262 * gdb.base/vla-ptr.c: New file.
19263 * gdb.base/vla-ptr.exp: New file.
19264
1a237e0e
SA
192652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19266
19267 * gdb.base/vla-multi.c: New file.
19268 * gdb.base/vla-multi.exp: New file.
19269
504f3432
SA
192702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19271
19272 * gdb.dwarf2/count.exp: New file.
19273
3bce8237
SA
192742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19275
191a8a90
JB
19276 * gdb.base/vla-sideeffect.c: New file.
19277 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19278
322f9c21
YQ
192792014-04-11 Yao Qi <yao@codesourcery.com>
19280
19281 * gdb.base/completion.exp: Check file exists before running tests
19282 on file completion.
19283
d708bcd1
PA
192842014-04-10 Pedro Alves <palves@redhat.com>
19285
19286 * gdb.base/cond-eval-mode.c: New file.
19287 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19288 prepare_for_testing to build the new file. Check result of
19289 runto_main.
19290 (test_break, test_watch): New procedures.
19291 (top level): Use them.
19292
ae1d2761
PM
192932014-04-08 Pierre Muller <muller@sourceware.org>
19294
19295 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19296 Ctrl-V use for mingw hosts.
19297
7af389b8
SC
192982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19299
19300 * gdb.python/py-value.c: Improve test case.
19301 * gdb.python/py-value.exp: Add new test.
19302
5e703181
DE
193032014-04-07 David Blaikie <dblaikie@gmail.com>
19304
19305 * lib/compiler.c: Identify the clang compiler.
19306 * lib/compiler.cc: Ditto.
19307
9810b410
YQ
193082014-04-03 Yao Qi <yao@codesourcery.com>
19309
19310 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19311
98d1b8dc
AB
193122014-04-01 Anton Blanchard <anton@samba.org>
19313
19314 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19315 messages unique.
19316
3114cea1
AB
193172014-04-01 Anton Blanchard <anton@samba.org>
19318
19319 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19320 prepare_for_testing.
19321
62f7182c
AB
193222014-04-01 Anton Blanchard <anton@samba.org>
19323
19324 * gdb.arch/ppc64-atomic-inst.c: Remove.
19325 * gdb.arch/ppc64-atomic-inst.S: New file.
19326 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19327
770e7fc7
DE
193282014-03-31 Doug Evans <dje@google.com>
19329
19330 * gdb.base/print-symbol-loading-lib.c: New file.
19331 * gdb.base/print-symbol-loading-main.c: New file.
19332 * gdb.base/print-symbol-loading.exp: New file.
19333
46e2bafa
YQ
193342014-03-31 Yao Qi <yao@codesourcery.com>
19335
19336 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19337
8776cfe9
JB
193382014-03-28 Joel Brobecker <brobecker@adacore.com>
19339
19340 * gdb.ada/mi_dyn_arr: New testcase.
19341
5d1ef361
DE
193422014-03-27 Doug Evans <dje@google.com>
19343
19344 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19345
b5bee914
YQ
193462014-03-27 Yao Qi <yao@codesourcery.com>
19347
19348 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19349 if target is nios2-*-*.
19350
0d4d0e77
YQ
193512014-03-26 Yao Qi <yao@codesourcery.com>
19352
19353 * lib/gdb.exp (readline_is_used): New proc.
19354 * gdb.base/completion.exp: Move tests on command complete up.
19355 Skip the rest of tests if readline is not used.
19356 * gdb.ada/complete.exp: Skp the test if readline is not
19357 used.
19358 * gdb.base/filesym.exp: Likewise.
19359 * gdb.base/macscp.exp: Likewise.
19360 * gdb.base/readline-ask.exp: Likewise.
19361 * gdb.base/readline.exp: Likewise.
19362 * gdb.python/py-cmd.exp: Likewise.
19363 * gdb.trace/tfile.exp: Likewise.
19364
29361eee
YQ
193652014-03-26 Yao Qi <yao@codesourcery.com>
19366
19367 * gdb.base/macscp.exp: Fix code format issues.
19368
bc9a5525
UW
193692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19370
19371 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19372 * gdb.asm/powerpc64le.inc: New file.
19373
d3839ede
PA
193742014-03-25 Pedro Alves <palves@redhat.com>
19375 Doug Evans <dje@google.com>
19376
19377 * gdb.base/source-execution.c: New file.
19378 * gdb.base/source-execution.exp: New file.
19379 * gdb.base/source-execution.gdb: New file.
19380
01672a57
DE
193812014-03-24 Doug Evans <dje@google.com>
19382
19383 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19384 using fission.
19385
88bbeca9
HZ
193862014-03-24 Hui Zhu <hui@codesourcery.com>
19387 Pedro Alves <palves@redhat.com>
19388
19389 PR breakpoints/16101
19390 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19391 test pass/fail messages. Detect missing support for dprintf when
19392 breakpoints are actually inserted.
19393 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19394 breakpoints are actually inserted.
19395 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19396 fails.
19397
d2348791
JK
193982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19399
19400 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19401
feef67ab
DE
194022014-03-22 Doug Evans <xdje42@gmail.com>
19403
19404 * gdb.python/python.exp (python not supported): Verify multi-line
19405 python command issues an error.
25d743f9 19406 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19407 guile command issues an error.
feef67ab 19408
ecebef6a
MR
194092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19410
19411 * gdb.threads/thread-specific.exp: Handle the lack of usable
19412 $this_breakpoint and $this_thread.
19413
ccdd1909
HZ
194142014-03-21 Hui Zhu <hui@codesourcery.com>
19415
19416 * gdb.base/attach.exp (do_command_attach_tests): New.
19417
beb460e8
PA
194182014-03-20 Tom Tromey <tromey@redhat.com>
19419 Pedro Alves <palves@redhat.com>
19420
19421 PR cli/15718
19422 * gdb.base/condbreak-call-false.c: New file.
19423 * gdb.base/condbreak-call-false.exp: New file.
19424
40acf43a
PA
194252014-03-20 Pedro Alves <palves@redhat.com>
19426
19427 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19428 Delete.
19429 (block_signals, unblock_signals): Delete.
19430 (child_function_2, main): Remove references to deleted variable
19431 and functions.
19432
9f5e1e02
PA
194332014-03-20 Pedro Alves <palves@redhat.com>
19434
19435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19436 Use pthread_kill to signal thread 2.
19437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19438 Adjust to make the test send itself a signal rather than using the
19439 host's "kill" command.
19440
99619bea
PA
194412014-03-20 Pedro Alves <palves@redhat.com>
19442
19443 * gdb.threads/multiple-step-overs.c: New file.
19444 * gdb.threads/multiple-step-overs.exp: New file.
19445 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19446 Adjust expected infrun debug output.
19447
2adfaa28
PA
194482014-03-20 Pedro Alves <palves@redhat.com>
19449
19450 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19451 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19452
31e77af2
PA
194532014-03-20 Pedro Alves <palves@redhat.com>
19454
19455 PR breakpoints/7143
19456 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19457 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19458 of gdb_test_multiple.
19459 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19460 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19461
b9f437de
PA
194622014-03-20 Pedro Alves <palves@redhat.com>
19463
19464 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19465 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19466
05adc73e
PA
194672014-03-19 Pedro Alves <palves@redhat.com>
19468
19469 * gdb.base/async.exp: Remove early return.
19470
6048b950
PA
194712014-03-19 Pedro Alves <palves@redhat.com>
19472
19473 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19474
8bcfb00a
PA
194752014-03-19 Pedro Alves <palves@redhat.com>
19476
19477 * gdb.base/async.exp (test_background): Expect \r\n after
19478 "completed." in the fail pattern.
19479
884e37dc
PA
194802014-03-19 Pedro Alves <palves@redhat.com>
19481
19482 * gdb.base/async.exp (test_background): New procedure.
19483 Use it for all background execution command tests.
19484
148e57e2
PA
194852014-03-19 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/async.exp: Use prepare_for_testing.
19488
f48088c7
PA
194892014-03-19 Pedro Alves <palves@redhat.com>
19490
19491 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19492 the same line.
19493
e2f6c966
PA
194942014-03-19 Pedro Alves <palves@redhat.com>
19495
19496 * gdb.base/async.c (main): Add "jump here" and "until here" line
19497 marker comments.
19498 * gdb.base/async.exp (jump_here): New global.
19499 (jump& test): Use it.
19500 (until_here): New global.
19501 (until& test): Use it.
19502
c30568d4
PA
195032014-03-19 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.base/async.exp: Don't frob gdb_protocol.
19506
0172b6a7
DE
195072014-03-18 Doug Evans <xdje42@gmail.com>
19508
19509 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19510 Fix spelling of exec-done-display.
19511
06c868a8
JK
195122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19513
19514 PR gdb/15358
19515 * gdb.base/gdb-sigterm.c: New file.
19516 * gdb.base/gdb-sigterm.exp: New file.
19517
0c7e1a46
PA
195182014-03-18 Pedro Alves <palves@redhat.com>
19519
19520 PR gdb/13860
19521 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19522 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19523 solib-event.
19524
f7c77d93
JB
195252014-03-17 Joel Brobecker <brobecker@adacore.com>
19526
19527 * gdb.ada/pckd_arr_ren: New testcase.
19528
5a1e8c7a
DE
195292014-03-13 Doug Evans <xdje42@gmail.com>
19530
19531 PR guile/16612
19532 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19533 collect after discarding symbols.
19534
350e1a76
DE
195352014-03-13 Ludovic Courtès <ludo@gnu.org>
19536 Doug Evans <xdje42@gmail.com>
19537
19538 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19539 to history survives a gc.
19540
a69900ae
PA
195412014-03-13 Pedro Alves <palves@redhat.com>
19542
19543 * gdb.base/default.exp: Don't test "target procfs".
19544
5db9f0bd
PA
195452014-03-13 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.base/default.exp: Update "target child" and "target procfs"
19548 tests to not expect "Unix".
19549
b3ccfe11
TT
195502014-03-12 Tom Tromey <tromey@redhat.com>
19551
19552 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19553 New procs. Add target-async tests.
19554 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19555 Add target-async tests.
19556
646f4417
AA
195572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19558
19559 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19560 'func_start' and 'func_end' for the beginning and end of the
19561 function code, respectively.
19562 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19563 'func_end' instead of 'func' and 'main'.
19564
288c211f
AA
195652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19566
19567 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19568 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19569 generate the debug info assembler source.
19570
e0c0f156
AA
195712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19572
19573 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19574 * gdb.dwarf2/arr-subrange.exp: Likewise.
19575 * gdb.dwarf2/dwz.exp: Likewise.
19576 * gdb.dwarf2/method-ptr.exp: Likewise.
19577 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19578 * gdb.dwarf2/subrange.exp: Likewise.
19579 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19580 * gdb.dwarf2/implptrpiece.exp: Likewise.
19581 * gdb.dwarf2/nostaticblock.exp: Likewise.
19582
0e5c4555
AA
195832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19584
19585 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19586 directory to absolute path name arguments.
19587
5ec18f2b
JG
195882014-03-10 Joel Brobecker <brobecker@adacore.com>
19589
19590 * gdb.ada/tagged_access: New testcase.
19591
847fc4f2
MM
195922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19593
19594 * gdb.btrace/data.exp: Update expected output.
19595
cc3da688
YQ
195962014-03-06 Yao Qi <yao@codesourcery.com>
19597
19598 * gdb.trace/pr16508.exp: New file.
19599
0f26cec1
PA
196002014-03-05 Pedro Alves <palves@redhat.com>
19601
19602 PR gdb/16575
19603 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19604 procedure.
19605 (top level): Adjust to use it. Add tests that exercise breakpoint
19606 interaction with the code-cache.
19607
7a5a839f
LC
196082014-02-26 Ludovic Courtès <ludo@gnu.org>
19609
19610 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19611 test for 'history-append!'.
19612
31aa7e4e
JB
196132014-02-26 Joel Brobecker <brobecker@adacore.com>
19614
19615 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19616 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19617 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19618 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19619 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19620 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19621
1b588015
JB
196222014-02-26 Joel Brobecker <brobecker@adacore.com>
19623
19624 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19625 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19626 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19627
55426c9d
JB
196282014-02-26 Joel Brobecker <brobecker@adacore.com>
19629
19630 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19631
dc53a7ad
JB
196322014-02-26 Joel Brobecker <brobecker@adacore.com>
19633
19634 * gdb.dwarf2/arr-stride.c: New file.
19635 * gdb.dwarf2/arr-stride.exp: New file.
19636
12ab52e9
PA
196372014-02-26 Pedro Alves <palves@redhat.com>
19638
19639 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19640 that won't ever trigger. Make sure that GDB reports the correct
19641 breakpoint that caused the stop.
19642
849c862e
JK
196432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19644
19645 PR gdb/16626
19646 * gdb.base/auto-load-script: New file.
19647 * gdb.base/auto-load.c: New file.
19648 * gdb.base/auto-load.exp: New file.
19649
71b7d793
JK
19650 PR gdb/16626
19651 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19652
e2f0d509
JK
196532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19654
19655 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19656 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19657
50cc37c8
DE
196582014-02-24 Doug Evans <dje@google.com>
19659
19660 * lib/gdb.exp (run_on_host): Log error output if program fails.
19661
ea4758f2
PA
196622014-02-21 Pedro Alves <palves@redhat.com>
19663
19664 * gdb.threads/step-after-sr-lock.c: Rename to ...
19665 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19666 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19667 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19668 ... this.
19669
d7b30f67
SDJ
196702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19671
19672 PR tdep/16397
19673 * gdb.arch/amd64-stap-special-operands.exp: New file.
19674 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19675 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19676 * gdb.arch/amd64-stap-triplet.S: Likewise.
19677 * gdb.arch/amd64-stap-triplet.c: Likewise.
19678
83deb43f
JB
196792014-02-20 Joel Brobecker <brobecker@adacore.com>
19680
19681 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19682 in .section pseudo-op.
19683
adde2bff
DE
196842014-02-20 lin zuojian <manjian2006@gmail.com>
19685 Joel Brobecker <brobecker@adacore.com>
19686 Doug Evans <xdje42@gmail.com>
19687
19688 PR symtab/16581
19689 * gdb.dwarf2/dw2-icycle.S: New file.
19690 * gdb.dwarf2/dw2-icycle.c: New file.
19691 * gdb.dwarf2/dw2-icycle.exp: New file.
19692
f7bd0f78
SC
196932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19694
19695 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19696 operations on gdb.Value objects.
19697 * gdb.python/py-value-cc.exp: Add new test to test operations on
19698 gdb.Value objects.
19699
c17ef0d5
DE
197002014-02-18 Doug Evans <dje@google.com>
19701
19702 * Makefile.in (TESTS): New variable.
19703 (expanded_tests, expanded_tests_or_none): New variables
19704 (check-single): Pass $(expanded_tests_or_none) to runtest.
19705 (check-parallel): Only run tests in $(TESTS) if non-empty.
19706 (check/no-matching-tests-found): New rule.
19707 * README: Document TESTS makefile variable.
19708
5dd3176f
DE
197092014-02-18 Doug Evans <dje@google.com>
19710
19711 * Makefile.in (check-parallel): rm -rf outputs temp.
19712
0b10be4f
JK
197132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19714
19715 Fix "ERROR: no fileid for" in the testsuite.
19716 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19717
85f224e7
DE
197182014-02-12 Doug Evans <dje@google.com>
19719
19720 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19721 (MISCELLANEOUS): New variable.
19722 (clean): rm -rf $(MISCELLANEOUS).
19723 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19724 dwp live in the same directory as symlinks, with each symlink pointed
19725 to a differently named file in a different directory.
19726
149b30ff
DE
197272014-02-11 Doug Evans <dje@google.com>
19728
19729 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19730 of Tcl file commands.
19731
1dfdac32
MK
197322014-02-10 Mark Kettenis <kettenis@gnu.org>
19733
19734 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19735 "kill -SIGUSR1 -1".
19736
aa4fb036
JB
197372014-02-10 Joel Brobecker <brobecker@adacore.com>
19738
19739 * gdb.ada/tick_length_array_enum_idx: New testcase.
19740
ed3ef339
DE
197412014-02-10 Doug Evans <xdje42@gmail.com>
19742
19743 * configure.ac (AC_OUTPUT): Add gdb.guile.
19744 * configure: Regenerate.
19745 * lib/gdb-guile.exp: New file.
19746 * lib/gdb.exp (get_target_charset): New function.
19747 * gdb.base/help.exp: Update expected output from "apropos apropos".
19748 * gdb.guile/Makefile.in: New file.
19749 * gdb.guile/guile.exp: New file.
19750 * gdb.guile/scm-arch.c: New file.
19751 * gdb.guile/scm-arch.exp: New file.
19752 * gdb.guile/scm-block.c: New file.
19753 * gdb.guile/scm-block.exp: New file.
19754 * gdb.guile/scm-breakpoint.c: New file.
19755 * gdb.guile/scm-breakpoint.exp: New file.
19756 * gdb.guile/scm-disasm.c: New file.
19757 * gdb.guile/scm-disasm.exp: New file.
19758 * gdb.guile/scm-equal.c: New file.
19759 * gdb.guile/scm-equal.exp: New file.
19760 * gdb.guile/scm-error.exp: New file.
19761 * gdb.guile/scm-error.scm: New file.
19762 * gdb.guile/scm-frame-args.c: New file.
19763 * gdb.guile/scm-frame-args.exp: New file.
19764 * gdb.guile/scm-frame-args.scm: New file.
19765 * gdb.guile/scm-frame-inline.c: New file.
19766 * gdb.guile/scm-frame-inline.exp: New file.
19767 * gdb.guile/scm-frame.c: New file.
19768 * gdb.guile/scm-frame.exp: New file.
19769 * gdb.guile/scm-generics.exp: New file.
19770 * gdb.guile/scm-gsmob.exp: New file.
19771 * gdb.guile/scm-iterator.c: New file.
19772 * gdb.guile/scm-iterator.exp: New file.
19773 * gdb.guile/scm-math.c: New file.
19774 * gdb.guile/scm-math.exp: New file.
19775 * gdb.guile/scm-objfile-script-gdb.in: New file.
19776 * gdb.guile/scm-objfile-script.c: New file.
19777 * gdb.guile/scm-objfile-script.exp: New file.
19778 * gdb.guile/scm-objfile.c: New file.
19779 * gdb.guile/scm-objfile.exp: New file.
19780 * gdb.guile/scm-ports.exp: New file.
19781 * gdb.guile/scm-pretty-print.c: New file.
19782 * gdb.guile/scm-pretty-print.exp: New file.
19783 * gdb.guile/scm-pretty-print.scm: New file.
19784 * gdb.guile/scm-section-script.c: New file.
19785 * gdb.guile/scm-section-script.exp: New file.
19786 * gdb.guile/scm-section-script.scm: New file.
19787 * gdb.guile/scm-symbol.c: New file.
19788 * gdb.guile/scm-symbol.exp: New file.
19789 * gdb.guile/scm-symtab-2.c: New file.
19790 * gdb.guile/scm-symtab.c: New file.
19791 * gdb.guile/scm-symtab.exp: New file.
19792 * gdb.guile/scm-type.c: New file.
19793 * gdb.guile/scm-type.exp: New file.
19794 * gdb.guile/scm-value-cc.cc: New file.
19795 * gdb.guile/scm-value-cc.exp: New file.
19796 * gdb.guile/scm-value.c: New file.
19797 * gdb.guile/scm-value.exp: New file.
19798 * gdb.guile/source2.scm: New file.
19799 * gdb.guile/types-module.cc: New file.
19800 * gdb.guile/types-module.exp: New file.
19801
7026a7c1
YQ
198022014-02-10 Yao Qi <yao@codesourcery.com>
19803
19804 PR testsuite/16543
19805 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19806 * configure: Regenerated.
19807 * Makefile.in: New file.
19808
6c466447
AS
198092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19810
19811 * gdb.python/py-framefilter.exp: Fix typo.
19812
6e854735
YQ
198132014-02-08 Yao Qi <yao@codesourcery.com>
19814
19815 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19816 that no =breakpoint-modified is emitted when breakpoints are
19817 modified through MI commands.
19818
d137e6dc
PA
198192014-02-07 Pedro Alves <pedro@codesourcery.com>
19820 Pedro Alves <palves@redhat.com>
19821
19822 * gdb.threads/step-after-sr-lock.c: New file.
19823 * gdb.threads/step-after-sr-lock.exp: New file.
19824
b5ee5a50
PA
198252014-02-07 Pedro Alves <palves@redhat.com>
19826
19827 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19828
3c77faf3
JK
198292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19830
19831 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19832 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19833
6dddc817
DE
198342014-02-06 Doug Evans <xdje42@gmail.com>
19835
19836 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19837 output.
19838
19839 * gdb.gdb/python-interrupts.exp: New file.
19840
de7b2893
YQ
198412014-02-05 Yao Qi <yao@codesourcery.com>
19842
19843 * gdb.trace/report.exp (use_collected_data): Test the output
19844 of "info threads" and "info inferiors".
19845
66d032ac
YQ
198462014-02-05 Yao Qi <yao@codesourcery.com>
19847
19848 Revert this patch:
19849
19850 2013-05-24 Yao Qi <yao@codesourcery.com>
19851
19852 * gdb.trace/tfile.exp: Test inferior and thread.
19853
591a12a1
UW
198542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19855
19856 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19857 on a function.
19858 * gdb.base/step-bt.c: Call hello via function pointer to make
19859 sure its first instruction is executed on powerpc64le-linux.
19860
0ff3e01f
UW
198612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19862
19863 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19864
084ee545
UW
198652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19866
19867 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19868 of the test patterns for use on little-endian systems.
19869
6ed14ff3
UW
198702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19871
19872 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19873 (decimal_vector): Fix for little-endian.
19874
401e27fd
JM
198752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19876
19877 * gdb.arch/sparc-sysstep.exp: New file.
19878 * gdb.arch/sparc-sysstep.c: Likewise.
19879
19880 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19881
8b924729
EBM
198822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19883
19884 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19885
fb151210
JB
198862014-01-23 Tom Tromey <tromey@redhat.com>
19887
19888 * gdb.ada/array_char_idx: New testcase.
19889
0740f8d8
TT
198902014-01-23 Tom Tromey <tromey@redhat.com>
19891
19892 PR python/16487:
19893 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19894 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19895 classes.
19896
21909fa1
TT
198972014-01-23 Tom Tromey <tromey@redhat.com>
19898
19899 PR python/16491:
19900 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19901 string from an inferior frame.
19902 * gdb.python/py-framefilter-mi.exp: Update.
19903
87ce2a04
DE
199042014-01-22 Doug Evans <dje@google.com>
19905
19906 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19907
237b092b
AA
199082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19909
19910 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19911
d674a709
AA
199122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19913
19914 * gdb.trace/entry-values.exp: Remove excess space character from
19915 regex patterns. Handle s390 call instruction.
19916
20fa3390
AA
199172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19918
19919 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19920 define "*_start" label. Make "name" static.
19921 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19922 ${name} by references to ${name}_start.
19923
78466714
AA
199242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19925
19926 * gdb.base/info-macros.exp: Remove "debug" from the compile
19927 options.
19928
ec9f644a
IB
199292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19930
19931 * gdb.dlang/demangle.exp: New file.
19932
94b1b47e
IB
199332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19934
19935 * gdb.dlang/primitive-types.exp: New file.
19936
7f420862
IB
199372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19938
19939 * configure.ac: Create gdb.dlang/Makefile.
19940 * configure: Regenerate.
19941 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19942 * gdb.dlang/Makefile.in: New file.
19943 * lib/d-support.exp: New file.
19944 * lib/gdb.exp (skip_d_tests): New proc.
19945
52834460
MM
199462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19947
19948 * gdb.btrace/delta.exp: Check reverse stepi.
19949 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19950 * gdb.btrace/finish.exp: New.
19951 * gdb.btrace/next.exp: New.
19952 * gdb.btrace/nexti.exp: New.
19953 * gdb.btrace/record_goto.c: Add comments.
19954 * gdb.btrace/step.exp: New.
19955 * gdb.btrace/stepi.exp: New.
19956 * gdb.btrace/multi-thread-step.c: New.
19957 * gdb.btrace/multi-thread-step.exp: New.
19958 * gdb.btrace/rn-dl-bind.c: New.
19959 * gdb.btrace/rn-dl-bind.exp: New.
19960 * gdb.btrace/data.c: New.
19961 * gdb.btrace/data.exp: New.
19962 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19963
6e07b1d2
MM
199642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19965
19966 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19967 * gdb.btrace/exception.exp: Update.
19968 * gdb.btrace/instruction_history.exp: Update.
19969 * gdb.btrace/record_goto.exp: Update.
19970 * gdb.btrace/tailcall.exp: Update.
19971 * gdb.btrace/unknown_functions.exp: Update.
19972 * gdb.btrace/delta.exp: New.
19973
0b722aec
MM
199742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19975
19976 * gdb.btrace/record_goto.exp: Add backtrace test.
19977 * gdb.btrace/tailcall.exp: Add backtrace test.
19978
066ce621
MM
199792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19980
19981 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19982 * gdb.btrace/record_goto.c: New.
19983 * gdb.btrace/record_goto.exp: New.
19984 * gdb.btrace/x86-record_goto.S: New.
19985
0688d04e
MM
199862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19987
19988 * gdb.btrace/function_call_history.exp: Update tests.
19989 * gdb.btrace/instruction_history.exp: Update tests.
19990
8710b709
MM
199912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19992
19993 * gdb.btrace/function_call_history.exp: Fix expected field
19994 order for "record function-call-history".
19995 Add new tests for "record function-call-history /c".
19996 * gdb.btrace/exception.cc: New.
19997 * gdb.btrace/exception.exp: New.
19998 * gdb.btrace/tailcall.exp: New.
19999 * gdb.btrace/x86-tailcall.S: New.
20000 * gdb.btrace/x86-tailcall.c: New.
20001 * gdb.btrace/unknown_functions.c: New.
20002 * gdb.btrace/unknown_functions.exp: New.
20003 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20004
5de9129b
MM
200052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20006
20007 * gdb.btrace/instruction_history.exp: Update.
20008 * gdb.btrace/function_call_history.exp: Update.
20009
23a7fe75
MM
200102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20011
20012 * gdb.btrace/function_call_history.exp: Fix expected function
20013 trace.
20014 * gdb.btrace/instruction_history.exp: Initialize traced.
20015 Remove traced_functions.
20016
724c7dd8
MM
200172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20018
20019 * gdb.btrace/function_call_history.exp: Update
20020 * gdb.btrace/instruction_history.exp: Update.
20021
6d78d93b
MM
200222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20023
20024 * gdb.btrace/enable.exp: Update expected text.
20025
93a360cc
OJ
200262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20027
20028 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20029 bytes.
20030
3772b53f
MR
200312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20032
20033 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20034
596662fa
OJ
200352014-01-15 Omair Javaid <omair.javaid@linaro.org>
20036
20037 * lib/gdb.exp (supports_process_record): Return true for
20038 arm*-linux*. (supports_reverse): Likewise.
20039
b5b08fb4
SC
200402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20041
20042 PR python/15464
20043 PR python/16113
20044 * gdb.python/py-type.c: Enhance test case.
20045 * gdb.python/py-value-cc.cc: Likewise
20046 * gdb.python/py-type.exp: Add new tests.
20047 * gdb.python/py-value-cc.exp: Likewise
20048
52d7fb13
AA
200492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20050 Pedro Alves <palves@redhat.com>
20051
20052 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20053 Make "name" extern.
20054 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20055 references to ${name}_start by references to ${name}.
20056
a2cd8cfe
JB
200572014-01-10 Joel Brobecker <brobecker@adacore.com>
20058
20059 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20060
4e23fced
JB
200612014-01-10 Joel Brobecker <brobecker@adacore.com>
20062
20063 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20064
c6a9e42c
PA
200652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20066 Pedro Alves <palves@redhat.com>
20067
20068 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20069 mi_gdb_target_load.
c6a9e42c 20070
b7ea362b
PA
200712014-01-08 Pedro Alves <palves@redhat.com>
20072
20073 * gdb.threads/reconnect-signal.c: New file.
20074 * gdb.threads/reconnect-signal.exp: New file.
20075
5e3f4fab
EBM
200762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20077
20078 * gdb.base/source-dir.exp: New file.
20079
79301218
JB
200802014-01-07 Joel Brobecker <brobecker@adacore.com>
20081
20082 * gdb.ada/mi_interface: New testcase.
20083
8e355c5d
JB
200842014-01-07 Joel Brobecker <brobecker@adacore.com>
20085
20086 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20087 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20088 gdb.ada/pp-rec-component/pck.ads: New files.
20089
c0d48811
JB
200902014-01-07 Joel Brobecker <brobecker@adacore.com>
20091
20092 * gdb.python/py-pp-integral.c: New file.
20093 * gdb.python/py-pp-integral.py: New file.
20094 * gdb.python/py-pp-integral.exp: New file.
20095
17b609c3 20096For older changes see ChangeLog-1993-2013.
c906108c 20097\f
8d8cb839
EZ
20098;; Local Variables:
20099;; mode: change-log
20100;; left-margin: 8
20101;; fill-column: 74
20102;; version-control: never
20103;; End:
902f2ccb 20104
b811d2c2 20105 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20106 Copying and distribution of this file, with or without modification,
20107 are permitted provided the copyright notice and this notice are preserved.
This page took 3.806946 seconds and 4 git commands to generate.