gdb/testsuite: use clean_restart in gdb.server/server-run.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.server/server-run.exp: Use clean_restart.
4
5 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
6
7 * gdb.server/ext-run.exp: Use clean_restart.
8
9 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
10
11 * gdb.server/stop-reply-no-thread.exp: Use build_executable
12 instead of prepare_for_testing.
13
14 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
15
16 * gdb.server/solib-list.exp: Use clean_restart.
17
18 2021-01-04 Tom de Vries <tdevries@suse.de>
19
20 * gdb.base/morestack.c: Remove printf.
21 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
22
23 2020-12-31 Tom Tromey <tom@tromey.com>
24
25 * gdb.rust/simple.exp: Update output for Rust 1.49.
26
27 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
28
29 * gdb.cp/step-and-next-inline.exp: Fix test case.
30
31 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
32
33 * gdb.python/py-frame-args.exp: De-duplicate test names.
34
35 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 PR gdb/27059
38 * gdb.dwarf2/dyn-type-unallocated.c: New file.
39 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
40
41 2020-12-21 Peter Waller <p@pwaller.net>
42
43 * gdb.base/style-interp-exec-mi.exp: New.
44 * gdb.base/style-interp-exec-mi.c: New.
45
46 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
47
48 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
49 gdb_test. Use proc_with_prefix.
50
51 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
52
53 * gdb.btrace/exception.exp: Build with nopie.
54 * gdb.btrace/function_call_history.exp: Likewise.
55 * gdb.btrace/unknown_functions.exp: Likewise.
56
57 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
58
59 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
60
61 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
62
63 * gdb.python/py-record-btrace.exp: Make test names unique.
64 * gdb.python/py-record-full.exp: Likewise.
65
66 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
67
68 * gdb.btrace/data.exp: Make test names unique.
69 * gdb.btrace/delta.exp: Likewise.
70 * gdb.btrace/enable.exp: Likewise.
71 * gdb.btrace/function_call_history.exp: Likewise.
72 * gdb.btrace/nohist.exp: Likewise.
73 * gdb.btrace/non-stop.exp: Likewise.
74 * gdb.btrace/rn-dl-bind.exp: Likewise.
75 * gdb.btrace/step.exp: Likewise.
76 * gdb.btrace/stepi.exp: Likewise.
77 * gdb.btrace/tailcall.exp: Likewise.
78
79 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
80
81 * gdb.btrace/enable.exp: Update error message.
82 * gdb.btrace/multi-inferior.exp: Likewise.
83 * gdb.btrace/reconnect.exp: Likewise.
84 * gdb.python/py-record-btrace.exp: Likewise.
85 * gdb.python/py-record-full.exp: Likewise.
86
87 2020-12-20 Tom de Vries <tdevries@suse.de>
88
89 * lib/gdb.exp (save_target_board_info): New proc.
90 (gdb_compile_shlib): Use save_target_board_info.
91
92 2020-12-19 Tom de Vries <tdevries@suse.de>
93
94 * lib/gdb.exp (supports_scalar_storage_order_attribute)
95 (supports_gnuc): New proc.
96 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
97 test_compiler_info calls. Add unsupported message.
98 * gdb.base/endianity.c: Use TEST_SSO.
99
100 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
101
102 PR exp/27070
103 * gdb.python/compare-enum-type-a.c: New test.
104 * gdb.python/compare-enum-type-b.c: New test.
105 * gdb.python/compare-enum-type.exp: New file.
106 * gdb.python/compare-enum-type.h: New test.
107
108 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
109
110 * gdb.python/py-format-string.exp: Add tests for address keyword.
111
112 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
113
114 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
115
116 2020-12-18 Tom Tromey <tromey@adacore.com>
117
118 * gdb.ada/fixed_points.exp: Also run with
119 -fgnat-encodings=minimal. Update expected output.
120
121 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
122
123 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
124 * gdb.base/continue-all-already-running.exp: Likewise.
125 * gdb.base/moribund-step.exp: Likewise.
126 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
127
128 2020-12-16 Tom de Vries <tdevries@suse.de>
129
130 * gdb.base/batch-preserve-term-settings.exp:
131
132 2020-12-16 Tom de Vries <tdevries@suse.de>
133
134 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
135 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
136
137 2020-12-16 Luis Machado <luis.machado@linaro.org>
138
139 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
140 pointer-based memory accesses.
141 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
142 hw watchpoint cases.
143
144 2020-12-15 Rae Kim <rae.kim@gmail.com>
145
146 * gdb.base/document.exp: New test.
147
148 2020-12-15 Tom Tromey <tromey@adacore.com>
149
150 * gdb.base/style.exp: Add deprecation tests.
151
152 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
153
154 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
155
156 2020-12-14 Mark Wielaard <mark@klomp.org>
157
158 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
159 specially, set attr_form_comment to the actual FORM string used.
160
161 2020-12-14 Mark Wielaard <mark@klomp.org>
162
163 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
164 _constants(SPECIAL_expr) here, but set it...
165 (Dwarf::cu): ...here based on _cu_version.
166
167 2020-12-14 Tom de Vries <tdevries@suse.de>
168
169 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
170 pass -fPIC.
171 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
172 * gdb.base/break-probes.exp: Same.
173 * gdb.base/ctxobj.exp: Same.
174 * gdb.base/dso2dso.exp: Same.
175 * gdb.base/global-var-nested-by-dso.exp: Same.
176 * gdb.base/info-shared.exp: Same.
177 * gdb.base/jit-reader-simple.exp: Same.
178 * gdb.base/print-file-var.exp: Same.
179 * gdb.base/skip-solib.exp: Same.
180 * gdb.btrace/dlopen.exp: Same.
181
182 2020-12-14 Tom de Vries <tdevries@suse.de>
183
184 PR testsuite/26963
185 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
186
187 2020-12-14 Tom de Vries <tdevries@suse.de>
188
189 PR testsuite/26962
190 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
191 cast it to its declared type".
192
193 2020-12-14 Tom de Vries <tdevries@suse.de>
194
195 PR testsuite/26951
196 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
197 shell prompt.
198
199 2020-12-14 Tom Tromey <tromey@adacore.com>
200
201 * gdb.ada/nested.exp: Add new tests.
202 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
203
204 2020-12-14 Tom Tromey <tromey@adacore.com>
205
206 * gdb.dwarf2/ada-thick-pointer.exp: New file.
207
208 2020-12-14 Tom Tromey <tromey@adacore.com>
209
210 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
211
212 2020-12-13 Tom de Vries <tdevries@suse.de>
213
214 PR testsuite/26953
215 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
216 attribute support if compiler doesn't support it.
217
218 2020-12-13 Tom de Vries <tdevries@suse.de>
219
220 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
221 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
222 source to shared lib. Add ada to options.
223
224 2020-12-13 Tom de Vries <tdevries@suse.de>
225
226 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
227 calling gnatbind and gnatlink.
228
229 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/dcache-flush.c: New file.
232 * gdb.base/dcache-flush.exp: New file.
233
234 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
237 commands.
238 * gdb.base/killed-outside.exp: Likewise.
239 * gdb.opt/inline-bt.exp: Likewise.
240 * gdb.perf/gmonster-null-lookup.py: Likewise.
241 * gdb.perf/gmonster-print-cerr.py: Likewise.
242 * gdb.perf/gmonster-ptype-string.py: Likewise.
243 * gdb.python/py-unwind.exp: Likewise.
244
245 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
246
247 * gdb.base/commands.exp: Update expected results.
248
249 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 PR cli/15104
252 * gdb.base/commands.exp: Add additional tests.
253 * gdb.base/completion.exp: Add additional tests.
254
255 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.base/completion.exp: Add additional tests.
258
259 2020-12-11 Tom de Vries <tdevries@suse.de>
260
261 PR testsuite/26991
262 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
263 violations by setting bounds registers if the bounds are passed in the
264 Bounds Table.
265
266 2020-12-11 Tom de Vries <tdevries@suse.de>
267
268 PR testsuite/26954
269 * gdb.base/float128.exp: Detect and handle no mpfr support.
270
271 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
272
273 PR gdb/24694
274 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
275 calls.
276
277 2020-12-10 Tom de Vries <tdevries@suse.de>
278
279 PR testsuite/26947
280 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
281 braces for tcl 8.5 and earlier.
282
283 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
284
285 PR 26875, PR 26901
286 * gdb.base/flexible-array-member.c: New test.
287 * gdb.base/flexible-array-member.exp: New test.
288
289 2020-12-08 Tom de Vries <tdevries@suse.de>
290
291 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
292 using is_amd64_regs_target.
293
294 2020-12-08 Tom de Vries <tdevries@suse.de>
295
296 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
297 self_id.
298
299 2020-12-07 Pedro Alves <pedro@palves.net>
300
301 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
302 'additional_flags' variable.
303
304 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
305
306 * gdb.linespec/explicit.exp: Extend with a test to check completing
307 '-' after seemingly complete options.
308
309 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
310
311 * gdb.linespec/keywords.exp: Add tests to check positional
312 flexibility of "-force-condition".
313
314 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
315
316 * gdb.base/bp-cmds-run-with-ex.c: New file.
317 * gdb.base/bp-cmds-run-with-ex.exp: New file.
318 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
319 * gdb.gdb/python-interrupts.exp: Update the call to
320 'catch_command_errors' with the new argument.
321 * gdb.gdb/python-selftest.exp: Ditto.
322
323 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
324
325 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
326 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
327 * gdb.threads/non-stop-fair-events.exp: Likewise.
328
329 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
330
331 * gdb.threads/step-over-exec.exp: New.
332 * gdb.threads/step-over-exec.c: New.
333 * gdb.threads/step-over-exec-execd.c: New.
334 * lib/my-syscalls.S: New.
335 * lib/my-syscalls.h: New.
336
337 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
338
339 * lib/dwarf.exp (declare_labels): Use name as text if text is
340 not provided.
341
342 2020-12-04 Tom de Vries <tdevries@suse.de>
343
344 PR testsuite/26990
345 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
346 are unsupported.
347
348 2020-12-04 Tom de Vries <tdevries@suse.de>
349
350 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
351 clause.
352
353 2020-12-04 Tom de Vries <tdevries@suse.de>
354
355 * gdb.reverse/insn-reverse.exp: Fix count handling.
356
357 2020-12-04 Tom de Vries <tdevries@suse.de>
358
359 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
360 __x86_64__.
361
362 2020-12-04 Tom de Vries <tdevries@suse.de>
363
364 * gdb.reverse/insn-reverse.c (test_nr): New var.
365 (usage, parse_args): New function.
366 (main): Call parse_args. Only run test for test_nr.
367 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
368 and bail out. Run subtests individually, using an inferior arg
369 specifying the subtest.
370
371 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
374
375 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
378 update test to use this.
379
380 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
381
382 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
383
384 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
385
386 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
387 (do_test): Don't use with_test_prefix.
388 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
389 (do_test): Don't use with_test_prefix.
390 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
391 (do_test): Don't use with_test_prefix.
392 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
393 (do_test): Don't use with_test_prefix.
394
395 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.threads/non-ldr-exit.exp: Fix comment.
398
399 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.xml/maint-xml-dump-03.xml: New file.
402
403 2020-11-30 Tom de Vries <tdevries@suse.de>
404
405 PR symtab/26905
406 * gdb.dwarf2/count.exp: Remove kfails.
407
408 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
409
410 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
411 indices.
412
413 2020-11-24 Joel Brobecker <brobecker@adacore.com>
414
415 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
416 the "ptype pck__fp1_range_var" test for the module-2 and pascal
417 languages. Remove the associated setup_xfail.
418
419 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
420
421 * lib/gdb.exp (gdb_assert): Show error message on error.
422
423 2020-11-23 Tom de Vries <tdevries@suse.de>
424
425 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
426 * gdb.ada/mod_from_name.exp: Same.
427 * gdb.ada/pckd_arr_ren.exp: Same.
428
429 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
430
431 * gdb.base/template.exp: New.
432 * gdb.base/template.c: New.
433
434 2020-11-22 Gary Benson <gbenson@redhat.com>
435
436 PR gdb/26905
437 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
438 is defined using a DW_AT_count which references another DIE.
439
440 2020-11-21 Tom de Vries <tdevries@suse.de>
441
442 * gdb.base/vla-ptr.exp: Add XFAIL.
443
444 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.fortran/array-slices-bad.exp: New file.
447 * gdb.fortran/array-slices-bad.f90: New file.
448 * gdb.fortran/array-slices-sub-slices.exp: New file.
449 * gdb.fortran/array-slices-sub-slices.f90: New file.
450 * gdb.fortran/array-slices.exp: Rewrite tests.
451 * gdb.fortran/array-slices.f90: Rewrite tests.
452 * gdb.fortran/vla-sizeof.exp: Correct expected results.
453
454 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.base/completion.exp: Add new completion tests.
457
458 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
459
460 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
461 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
462 * gdb.mi/mi-nsintrall.exp: Likewise.
463 * gdb.mi/mi-nsmoribund.exp: Likewise.
464 * gdb.mi/mi-nsthrexec.exp: Likewise.
465 * gdb.mi/mi-watch-nonstop.exp: Likewise.
466
467 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
468
469 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
470 of perror.
471
472 2020-11-18 Joseph Myers <joseph@codesourcery.com>
473
474 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
475 $arg.exe exists but $arg does not.
476
477 2020-11-17 Gary Benson <gbenson@redhat.com>
478
479 * gdb.trace/trace-common.h (x86_trace_dummy): Add
480 __attribute__ ((used)).
481
482 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
485
486 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.base/completion.exp: Add new tests.
489
490 2020-11-16 Tom Tromey <tromey@adacore.com>
491
492 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
493 tests.
494
495 2020-11-15 Joel Brobecker <brobecker@adacore.com>
496
497 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
498 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
499 (main): Add reference to pck__fp1_var2.
500 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
501
502 2020-11-15 Joel Brobecker <brobecker@adacore.com>
503
504 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
505
506 2020-11-15 Joel Brobecker <brobecker@adacore.com>
507
508 * gdb.ada/fixed_points.exp: Add ptype tests.
509 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
510
511 2020-11-15 Joel Brobecker <brobecker@adacore.com>
512
513 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
514
515 2020-11-15 Joel Brobecker <brobecker@adacore.com>
516
517 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
518 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
519 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
520 New files.
521 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
522
523 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
524 New files.
525
526 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 PR cli/26879
529 * gdb.fortran/completion.exp: New file.
530 * gdb.fortran/completion.f90: New file.
531
532 2020-11-12 Joseph Myers <joseph@codesourcery.com>
533
534 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
535 but $arg does not.
536
537 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.fortran/types.exp: Add more tests.
540
541 2020-11-12 Tom Tromey <tom@tromey.com>
542
543 PR rust/26799:
544 * gdb.rust/traits.exp: Remove kfails.
545
546 2020-11-12 Gary Benson <gbenson@redhat.com>
547
548 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
549 statement.
550
551 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
552
553 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
554 always-inserted" axis.
555 (do_test): Add breakpoint_always_inserted parameter.
556
557 2020-11-10 Tom Tromey <tromey@adacore.com>
558
559 * gdb.ada/bias.exp: Update.
560 * gdb.ada/bias/bias.adb (X): Change value.
561
562 2020-11-10 Gary Benson <gbenson@redhat.com>
563
564 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
565 regexp fragment in parentheses to prevent false matching.
566
567 2020-11-10 Gary Benson <gbenson@redhat.com>
568
569 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
570
571 2020-11-10 Gary Benson <gbenson@redhat.com>
572
573 * gdb.cp/step-and-next-inline.exp: Only require
574 -gstatement-frontiers when building with GCC.
575 Only setup KFAIL's for GCC issues when using
576 a GCC-built executable.
577
578 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.base/debug-expr.c: Add extra function to allow for an
581 additional test.
582 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
583 to this proc with gdb_test_debug_expr. Add an extra test.
584 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
585 to this proc with gdb_test_debug_expr, give the tests names
586 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
587 calls to this proc with gdb_test_debug_expr, give the tests names
588 * gdb.fortran/debug-expr.exp: New file.
589 * gdb.fortran/debug-expr.f90: New file.
590 * lib/gdb.exp (gdb_test_debug_expr): New proc.
591
592 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
593
594 * lib/dwarf.exp (ranges): Handle "base" and "range" as
595 proceduresu.
596 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
597 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
598 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
599 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
600 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
601 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
602 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
603 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
604
605 2020-11-04 Tom Tromey <tromey@adacore.com>
606
607 * gdb.ada/funcall_ref.exp: Update.
608 * gdb.ada/var_rec_arr.exp: Update.
609
610 2020-11-04 Tom Tromey <tromey@adacore.com>
611
612 * gdb.ada/rec_ptype.exp: New file.
613 * gdb.ada/rec_ptype/main.adb: New file.
614 * gdb.ada/rec_ptype/p.ads: New file.
615
616 2020-11-04 Tom Tromey <tromey@adacore.com>
617
618 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
619 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
620 (PT_Full): New variable.
621 * gdb.ada/tick_length_array_enum_idx/pck.adb
622 (Full_PT): New type.
623
624 2020-11-04 Tom Tromey <tromey@adacore.com>
625
626 * gdb.ada/array_of_variant.exp: New file.
627 * gdb.ada/array_of_variant/p.adb: New file.
628 * gdb.ada/array_of_variant/pck.ads: New file.
629 * gdb.ada/array_of_variant/pck.adb: New file.
630
631 2020-11-04 Tom Tromey <tromey@adacore.com>
632
633 * gdb.ada/enum_idx_packed.exp: Add test.
634 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
635 New variable.
636 * gdb.ada/enum_idx_packed/pck.ads (Short)
637 (Multi_Dimension, Multi_Dimension_Access): New types.
638
639 2020-11-04 Tom Tromey <tromey@adacore.com>
640
641 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
642
643 2020-11-04 Tom Tromey <tromey@adacore.com>
644
645 * gdb.ada/set_pckd_arr_elt.exp: Also test
646 -fgnat-encodings=minimal. Add tests.
647 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
648 Call Update_Small a second time.
649 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
650 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
651 (Variant_Access): New types.
652 (New_Variant): Declare.
653
654 2020-11-04 Tom Tromey <tromey@adacore.com>
655
656 * gdb.ada/mod_from_name.exp: Test printing slice.
657
658 2020-11-04 Tom Tromey <tromey@adacore.com>
659
660 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
661 values.
662 * gdb.ada/access_to_unbounded_array.exp: Test different
663 -fgnat-encodings values.
664 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
665 values.
666 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
667 values.
668 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
669 values.
670 * gdb.ada/array_of_variable_length.exp: Test different
671 -fgnat-encodings values.
672 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
673 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
674 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
675 change.
676 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
677 values.
678 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
679 * gdb.ada/out_of_line_in_inlined.exp: Test different
680 -fgnat-encodings values.
681 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
682 values.
683 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
684 values.
685 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
686 -fgnat-encodings values.
687 * gdb.ada/variant_record_packed_array.exp: Test different
688 -fgnat-encodings values.
689
690 2020-11-04 Tom Tromey <tromey@adacore.com>
691
692 * gdb.ada/enum_idx_packed.exp: Add tests.
693 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
694 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
695 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
696 declarations.
697
698 2020-11-03 Tom de Vries <tdevries@suse.de>
699
700 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
701 terminator comments.
702 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
703 terminator.
704
705 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
706
707 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
708 integer format test with regexp.
709
710 2020-11-02 Gary Benson <gbenson@redhat.com>
711
712 * gdb.base/print-file-var.exp (test): Separate compiler and
713 linker options, and build using build_executable_from_specs
714 to accommodate this.
715
716 2020-11-02 Gary Benson <gbenson@redhat.com>
717
718 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
719 for .c files compiled as C++ with Clang if any shared
720 libraries are specified.
721
722 2020-11-02 Gary Benson <gbenson@redhat.com>
723
724 * lib/attributes.h: New header.
725 * gdb.base/backtrace.c: Include the above. Replace
726 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
727 * gdb.base/infcall-nested-structs.c: Likewise.
728 * gdb.base/vla-optimized-out.c: Likewise.
729
730 2020-11-02 Tom de Vries <tdevries@suse.de>
731
732 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
733
734 2020-11-01 Joel Brobecker <brobecker@adacore.com>
735
736 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
737 System.Min_Int and System.Max_Int with smaller hardcoded
738 constants.
739
740 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
741
742 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
743 * configure: Re-generate.
744
745 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
746
747 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
748 expected output.
749
750 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
751
752 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
753 behavior.
754 * gdb.base/paginate-bg-execution.exp: Ditto.
755 * gdb.base/paginate-inferior-exit.exp: Ditto.
756 * gdb.base/double-prompt-target-event-error.c: Remove.
757 * gdb.base/double-prompt-target-event-error.exp: Remove.
758
759 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
760
761 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
762 inferiors' and 'detach inferiors' do not change the current
763 inferior.
764
765 2020-10-29 Tom de Vries <tdevries@suse.de>
766
767 * gdb.threads/tls.exp: Fix DUPLICATEs.
768
769 2020-10-28 Tom de Vries <tdevries@suse.de>
770
771 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
772
773 2020-10-28 Tom de Vries <tdevries@suse.de>
774
775 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
776 * gdb.base/reread.exp: Same.
777
778 2020-10-28 Tom de Vries <tdevries@suse.de>
779
780 * lib/gdb.exp (readnow): Handle arg.
781 * gdb.rust/traits.exp: Add KFAILs for -readnow.
782
783 2020-10-28 Tom de Vries <tdevries@suse.de>
784
785 * gdb.base/relocate.exp: Update regexp for -readnow.
786
787 2020-10-28 Tom de Vries <tdevries@suse.de>
788
789 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
790 -readnow.
791
792 2020-10-28 Tom de Vries <tdevries@suse.de>
793
794 PR symtab/26772
795 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
796 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
797
798 2020-10-28 Tom de Vries <tdevries@suse.de>
799
800 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
801 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
802 complaint during file command for -readnow.
803
804 2020-10-28 Tom de Vries <tdevries@suse.de>
805
806 * gdb.cp/nsalias.exp: Fix typo in test name.
807
808 2020-10-28 Tom de Vries <tdevries@suse.de>
809
810 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
811
812 2020-10-28 Tom de Vries <tdevries@suse.de>
813
814 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
815 -readnow.
816
817 2020-10-27 Tom de Vries <tdevries@suse.de>
818
819 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
820
821 2020-10-27 Tom de Vries <tdevries@suse.de>
822
823 * gdb.base/maint.exp: Update for -readnow.
824
825 2020-10-27 Tom de Vries <tdevries@suse.de>
826
827 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
828 -readnow.
829
830 2020-10-14 Gary Benson <gbenson@redhat.com>
831
832 * gdb.python/py-format-string.exp (test_deref_refs): Treat
833 "_vptr$Base" as correct, in addition to "_vptr.Base".
834 (test_mixed): Likewise.
835
836 2020-10-27 Gary Benson <gbenson@redhat.com>
837
838 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
839 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
840
841 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
842
843 * gdb.base/condbreak.exp: Update the completion tests to
844 consider the '-force' flag.
845
846 2020-10-27 Tom de Vries <tdevries@suse.de>
847
848 * gdb.base/list-ambiguous-readnow.exp: New file.
849
850 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
851
852 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
853 the condition.
854 * gdb.linespec/cpcompletion.exp: Update to consider the
855 '-force-condition' keyword.
856 * gdb.linespec/explicit.exp: Ditto.
857 * lib/completion-support.exp: Ditto.
858
859 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
860
861 * gdb.base/condbreak-multi-context.cc: New file.
862 * gdb.base/condbreak-multi-context.exp: New file.
863
864 2020-10-26 Tom Tromey <tom@tromey.com>
865
866 * lib/mi-support.exp (default_mi_gdb_start): Call
867 gdb_stdin_log_init.
868 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
869 subtract one from gdb_instances.
870 (gdb_stdin_log_write): Flush in_file.
871
872 2020-10-26 Tom de Vries <tdevries@suse.de>
873
874 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
875
876 2020-10-26 Tom Tromey <tromey@adacore.com>
877
878 * gdb.ada/unsigned_range/foo.adb: New file.
879 * gdb.ada/unsigned_range/pack.adb: New file.
880 * gdb.ada/unsigned_range/pack.ads: New file.
881 * gdb.ada/unsigned_range.exp: New file.
882
883 2020-10-26 Tom de Vries <tdevries@suse.de>
884
885 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
886
887 2020-10-26 Tom de Vries <tdevries@suse.de>
888
889 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
890 for CU.
891 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
892
893 2020-10-23 Tom de Vries <tdevries@suse.de>
894
895 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
896 DW_FORM_string.
897 (Dwarf::_default_form): New proc.
898 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
899 guessed.
900
901 2020-10-23 Tom de Vries <tdevries@suse.de>
902
903 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
904 * gdb.dwarf2/atomic-type.exp: Same.
905 * gdb.dwarf2/bad-regnum.exp: Same.
906 * gdb.dwarf2/cpp-linkage-name.exp: Same.
907 * gdb.dwarf2/dw2-align.exp: Same.
908 * gdb.dwarf2/dw2-bad-elf.exp: Same.
909 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
910 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
911 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
912 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
913 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
914 * gdb.dwarf2/enum-type.exp: Same.
915 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
916 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
917 * gdb.dwarf2/main-subprogram.exp: Same.
918 * gdb.dwarf2/missing-type-name.exp: Same.
919 * gdb.dwarf2/nonvar-access.exp: Same.
920 * gdb.dwarf2/typedef-void-finish.exp: Same.
921 * gdb.dwarf2/var-access.exp: Same.
922 * gdb.dwarf2/void-type.exp: Same.
923
924 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
925
926 PR gdb/26693
927 * gdb.dwarf2/template-specification-full-name.exp: New test.
928
929 2020-10-22 Luis Machado <luis.machado@linaro.org>
930
931 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
932 expected an offset from the function.
933 * gdb.base/msym-bp.exp (test): Likewise.
934
935 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.fortran/array-slices.exp: Add a new test.
938
939 2020-10-21 Gary Benson <gbenson@redhat.com>
940
941 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
942 fullname test with Clang. Also expand comments generally.
943
944 2020-10-20 Tom de Vries <tdevries@suse.de>
945
946 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
947
948 2020-10-20 Tom de Vries <tdevries@suse.de>
949
950 * gdb.dwarf2/arr-stride.c: Remove.
951 * gdb.dwarf2/arr-stride.exp: Use main.c.
952 * gdb.dwarf2/arr-subrange.c: Remove.
953 * gdb.dwarf2/arr-subrange.exp: Use main.c.
954 * gdb.dwarf2/bad-regnum.c: Remove.
955 * gdb.dwarf2/bad-regnum.exp: Use main.c.
956 * gdb.dwarf2/corrupt.c: Remove.
957 * gdb.dwarf2/corrupt.exp: Use main.c.
958 * gdb.dwarf2/dw2-bad-elf.c: Remove.
959 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
960 * gdb.dwarf2/dw2-icycle.c: Remove.
961 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
962 * gdb.dwarf2/formdata16.c: Remove.
963 * gdb.dwarf2/formdata16.exp: Use main.c.
964 * gdb.dwarf2/implptrconst.c: Remove.
965 * gdb.dwarf2/implptrconst.exp: Use main.c.
966 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
967 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
968 * gdb.dwarf2/opaque-type-lookup.c: Remove.
969 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
970
971 2020-10-20 Tom de Vries <tdevries@suse.de>
972
973 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
974 file.
975 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
976
977 2020-10-20 Tom de Vries <tdevries@suse.de>
978
979 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
980 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
981 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
982 * gdb.dwarf2/dw2-ranges-base.exp: Same.
983 * gdb.dwarf2/dw2-ranges.exp: Same.
984 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
985 * gdb.dwarf2/var-access.exp: Same.
986
987 2020-10-19 Tom Tromey <tromey@adacore.com>
988
989 PR tui/26719
990 * gdb.tui/list.exp: Check source window contents after focus
991 change.
992
993 2020-10-17 Tom de Vries <tdevries@suse.de>
994
995 PR symtab/26317
996 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
997
998 2020-10-17 Tom de Vries <tdevries@suse.de>
999
1000 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1001 as suffix.
1002 * gdb.dwarf2/atomic.c: Rename to ...
1003 * gdb.dwarf2/atomic-type.c: ... this.
1004 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1005 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1006 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1007 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1008 * gdb.dwarf2/fission-mix2.c: Rename to ...
1009 * gdb.dwarf2/fission-mix-2.c: ... this.
1010 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1011 standard_testfile.
1012 * gdb.dwarf2/ada-valprint-error.exp: Same.
1013 * gdb.dwarf2/arr-stride.exp: Same.
1014 * gdb.dwarf2/arr-subrange.exp: Same.
1015 * gdb.dwarf2/atomic-type.exp: Same.
1016 * gdb.dwarf2/bad-regnum.exp: Same.
1017 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1018 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1019 * gdb.dwarf2/clang-debug-names.exp: Same.
1020 * gdb.dwarf2/comp-unit-lang.exp: Same.
1021 * gdb.dwarf2/corrupt.exp: Same.
1022 * gdb.dwarf2/count.exp: Same.
1023 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1024 * gdb.dwarf2/data-loc.exp: Same.
1025 * gdb.dwarf2/dw2-align.exp: Same.
1026 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1027 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1028 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1029 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1030 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1031 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1032 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1033 * gdb.dwarf2/dw2-inline-param.exp: Same.
1034 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1035 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1036 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1037 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1038 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1039 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1040 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1041 * gdb.dwarf2/dw2-param-error.exp: Same.
1042 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1043 * gdb.dwarf2/dw2-ranges.exp: Same.
1044 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1045 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1046 * gdb.dwarf2/dw4-sig-types.exp: Same.
1047 * gdb.dwarf2/dynarr-ptr.exp: Same.
1048 * gdb.dwarf2/enum-type.exp: Same.
1049 * gdb.dwarf2/fission-mix.exp: Same.
1050 * gdb.dwarf2/formdata16.exp: Same.
1051 * gdb.dwarf2/implptrconst.exp: Same.
1052 * gdb.dwarf2/implptrpiece.exp: Same.
1053 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1054 * gdb.dwarf2/main-subprogram.exp: Same.
1055 * gdb.dwarf2/method-ptr.exp: Same.
1056 * gdb.dwarf2/missing-sig-type.exp: Same.
1057 * gdb.dwarf2/nonvar-access.exp: Same.
1058 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1059 * gdb.dwarf2/shortpiece.exp: Same.
1060 * gdb.dwarf2/staticvirtual.exp: Same.
1061 * gdb.dwarf2/subrange.exp: Same.
1062 * gdb.dwarf2/symtab-producer.exp: Same.
1063 * gdb.dwarf2/typedef-void-finish.exp: Same.
1064 * gdb.dwarf2/var-access.exp: Same.
1065 * gdb.dwarf2/variant.exp: Same.
1066 * gdb.dwarf2/void-type.exp: Same.
1067 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1068 dw2-ranges-main.c.
1069 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1070
1071 2020-10-16 Tom de Vries <tdevries@suse.de>
1072
1073 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1074
1075 2020-10-16 Tom de Vries <tdevries@suse.de>
1076
1077 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1078
1079 2020-10-14 Tom de Vries <tdevries@suse.de>
1080
1081 PR testsuite/26732
1082 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1083 scenario 2.
1084 * gdb.ada/mi_catch_ex_hand.exp: Same.
1085
1086 2020-10-13 Pedro Alves <pedro@palves.net>
1087
1088 * lib/mi-support.exp (mi_clean_restart): New.
1089 (mi_run_to_main): Delete.
1090 All callers adjust to use mi_clean_restart / mi_runto_main.
1091
1092 2020-10-13 Pedro Alves <pedro@palves.net>
1093
1094 * config/monitor.exp: Use "list -q".
1095 * gdb.arch/gdb1558.exp: Use "break -q".
1096 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1097 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1098 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1099 * gdb.base/commands.exp: Use "break -q".
1100 * gdb.base/condbreak.exp: Use "break -q".
1101 * gdb.base/ctf-ptype.exp: Use "list -q".
1102 * gdb.base/define.exp: Use "break -q".
1103 * gdb.base/del.exp: Use "break -q".
1104 * gdb.base/fullname.exp: Use "break -q".
1105 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1106 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1107 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1108 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1109 "hbreak -q".
1110 * gdb.base/included.exp: Use "list -q".
1111 * gdb.base/label.exp: Use "break -q".
1112 * gdb.base/lineinc.exp: Use "break -q".
1113 * gdb.base/list.exp: Use "list -q".
1114 * gdb.base/macscp.exp: Use "list -q".
1115 * gdb.base/pending.exp: Use "break -q".
1116 * gdb.base/prologue-include.exp: Use "break -q".
1117 * gdb.base/ptype.exp: Use "list -q".
1118 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1119 * gdb.base/server-del-break.exp: Use "break -q".
1120 * gdb.base/style.exp: Use "break -q".
1121 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1122 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1123 * gdb.cp/exception.exp: Use "tbreak -q".
1124 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1125 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1126 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1127 * gdb.dwarf2/pr13961.exp: Use "break -q".
1128 * gdb.linespec/explicit.exp: Use "list -q".
1129 * gdb.linespec/linespec.exp: Use "break -q".
1130 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1131 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1132 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1133 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1134 * gdb.trace/change-loc.exp: Use "break -q".
1135 * gdb.trace/pending.exp: Use "break -q".
1136 * gdb.tui/basic.exp: Use "list -q".
1137 * gdb.tui/list-before.exp: Use "list -q".
1138 * gdb.tui/list.exp: Use "list -q".
1139 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1140
1141 2020-10-13 Pedro Alves <pedro@palves.net>
1142
1143 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1144 saved breakpoints file.
1145 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1146 inspecting breakpoint list.
1147 * lib/gdb.exp (runto_main): Add "qualified" to options.
1148 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1149 and handle it.
1150 (mi_runto_main): Pass 1 as qualified argument.
1151
1152 2020-10-13 Pedro Alves <pedro@palves.net>
1153
1154 * lib/mi-support.exp (mi_runto_main): New proc.
1155 (mi_run_to_main): Use it.
1156 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1157 * gdb.mi/mi-var-cmd.exp: Likewise.
1158 * gdb.mi/mi-var-invalidate.exp: Likewise.
1159 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1160 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1161 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1162 * gdb.mi/user-selected-context-sync.exp: Likewise.
1163 * gdb.opt/inline-cmds.exp: Likewise.
1164 * gdb.python/py-framefilter-mi.exp: Likewise.
1165 * gdb.python/py-mi.exp: Likewise.
1166
1167 2020-10-13 Pedro Alves <pedro@palves.net>
1168
1169 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1170 "runto main".
1171 * gdb.ada/small_reg_param.exp: Likewise.
1172 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1173 * gdb.base/annota1.exp: Likewise.
1174 * gdb.base/anon.exp: Likewise.
1175 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1176 * gdb.base/dprintf-non-stop.exp: Likewise.
1177 * gdb.base/dprintf.exp: Likewise.
1178 * gdb.base/gdb11530.exp: Likewise.
1179 * gdb.base/gdb11531.exp: Likewise.
1180 * gdb.base/gnu_vector.exp: Likewise.
1181 * gdb.base/interrupt-noterm.exp: Likewise.
1182 * gdb.base/memattr.exp: Likewise.
1183 * gdb.base/step-over-syscall.exp: Likewise.
1184 * gdb.base/watch-cond-infcall.exp: Likewise.
1185 * gdb.base/watch-read.exp: Likewise.
1186 * gdb.base/watch-vfork.exp: Likewise.
1187 * gdb.base/watch_thread_num.exp: Likewise.
1188 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1189 * gdb.guile/scm-frame-inline.exp: Likewise.
1190 * gdb.linespec/explicit.exp: Likewise.
1191 * gdb.opt/inline-break.exp: Likewise.
1192 * gdb.python/py-frame-inline.exp: Likewise.
1193 * gdb.reverse/break-precsave.exp: Likewise.
1194 * gdb.reverse/break-reverse.exp: Likewise.
1195 * gdb.reverse/consecutive-precsave.exp: Likewise.
1196 * gdb.reverse/consecutive-reverse.exp: Likewise.
1197 * gdb.reverse/finish-precsave.exp: Likewise.
1198 * gdb.reverse/finish-reverse.exp: Likewise.
1199 * gdb.reverse/fstatat-reverse.exp: Likewise.
1200 * gdb.reverse/getresuid-reverse.exp: Likewise.
1201 * gdb.reverse/i386-precsave.exp: Likewise.
1202 * gdb.reverse/i386-reverse.exp: Likewise.
1203 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1204 * gdb.reverse/i387-env-reverse.exp: Likewise.
1205 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1206 * gdb.reverse/insn-reverse.exp: Likewise.
1207 * gdb.reverse/machinestate-precsave.exp: Likewise.
1208 * gdb.reverse/machinestate.exp: Likewise.
1209 * gdb.reverse/pipe-reverse.exp: Likewise.
1210 * gdb.reverse/readv-reverse.exp: Likewise.
1211 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1212 * gdb.reverse/rerun-prec.exp: Likewise.
1213 * gdb.reverse/s390-mvcle.exp: Likewise.
1214 * gdb.reverse/solib-precsave.exp: Likewise.
1215 * gdb.reverse/solib-reverse.exp: Likewise.
1216 * gdb.reverse/step-precsave.exp: Likewise.
1217 * gdb.reverse/step-reverse.exp: Likewise.
1218 * gdb.reverse/time-reverse.exp: Likewise.
1219 * gdb.reverse/until-precsave.exp: Likewise.
1220 * gdb.reverse/until-reverse.exp: Likewise.
1221 * gdb.reverse/waitpid-reverse.exp: Likewise.
1222 * gdb.reverse/watch-precsave.exp: Likewise.
1223 * gdb.reverse/watch-reverse.exp: Likewise.
1224 * gdb.threads/kill.exp: Likewise.
1225 * gdb.threads/tid-reuse.exp: Likewise.
1226
1227 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1228
1229 PR gdb/26642
1230 * gdb.base/maint-target-async-off.c: New test.
1231 * gdb.base/maint-target-async-off.exp: New test.
1232
1233 2020-10-13 Alan Modra <amodra@gmail.com>
1234
1235 * gdb.arch/powerpc-altivec.s,
1236 * gdb.arch/powerpc-power7.s,
1237 * gdb.arch/powerpc-power8.s,
1238 * gdb.arch/powerpc-power9.s,
1239 * gdb.arch/powerpc-vsx.s,
1240 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1241 * gdb.arch/powerpc-altivec.exp,
1242 * gdb.arch/powerpc-power7.exp,
1243 * gdb.arch/powerpc-power8.exp,
1244 * gdb.arch/powerpc-power9.exp,
1245 * gdb.arch/powerpc-vsx.exp,
1246 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1247 disassembly of mfvsrd/mtvsrd.
1248
1249 2020-10-13 Alan Modra <amodra@gmail.com>
1250
1251 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1252 "target architecture" output.
1253 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1254 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1255 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1256 * gdb.arch/s390-disassembler-options.exp: Likewise.
1257
1258 2020-10-12 Pedro Alves <pedro@palves.net>
1259
1260 PR exp/26602
1261 PR c++/26550
1262 * gdb.cp/ambiguous.cc (marker1): Delete.
1263 (main): Initialize all the fields of the locals. Replace marker1
1264 call with a "set breakpoint here" marker.
1265 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1266 instead of running to marker1. Add tests printing all the
1267 variables and all the fields of the variables.
1268 (test_ambiguous): New proc, expecting the new GDB output when a
1269 field access is ambiguous. Change all "warning: X ambiguous"
1270 tests to use it.
1271
1272 2020-10-12 Gary Benson <gbenson@redhat.com>
1273
1274 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1275 * gdb.base/msym-bp-2.c (foo): Likewise.
1276 * gdb.base/msym-lang.c (foo): Likewise.
1277 * gdb.base/msym-lang-main.c (foo): Likewise.
1278 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1279 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1280 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1281 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1282 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1283 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1284 * gdb.python/py-objfile.c (static_var): Likewise.
1285 * gdb.python/py-symbol.c (rr): Likewise.
1286 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1287 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1288
1289 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1292 output of backtrace.
1293
1294 2020-10-09 Tom Tromey <tromey@adacore.com>
1295
1296 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1297 (Rec): Add field. Fix range.
1298 * gdb.ada/scalar_storage.exp: Update.
1299
1300 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1301
1302 PR exp/26714
1303 * gdb.base/printcmds.exp: Add tests for void results.
1304
1305 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1306
1307 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1308 is emmited for both 'set directories' and 'directory' commands.
1309
1310 2020-10-08 Tom Tromey <tom@tromey.com>
1311
1312 * gdb.base/style.exp: Check that "main"'s name is styled.
1313
1314 2020-10-07 Tom Tromey <tromey@adacore.com>
1315
1316 * gdb.base/find.exp: Rename some tests.
1317
1318 2020-10-06 Gary Benson <gbenson@redhat.com>
1319
1320 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1321 * gdb.base/list1.c (unused): Likewise.
1322
1323 2020-10-06 Gary Benson <gbenson@redhat.com>
1324
1325 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1326 __attribute__ ((used)).
1327 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1328
1329 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1332 make use of regions throughout.
1333 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1334 not {...}.
1335 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1336
1337 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1338
1339 * gdb.base/call-sc.c: Fix return struct on stack test case.
1340 * gdb.base/call-sc.exp: Likewise.
1341
1342 2020-10-02 Gary Benson <gbenson@redhat.com>
1343
1344 * README: Fix "paralell".
1345
1346 2020-09-30 Gary Benson <gbenson@redhat.com>
1347
1348 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1349 Convert directive to lowercase.
1350 (.Labbrev1_begin): Add missing label.
1351 (abbrev code 0x1): Remove DW_AT_stmt_list.
1352 (.Ldie_b): Likewise.
1353
1354 2020-09-27 Tom Tromey <tom@tromey.com>
1355
1356 * gdb.tui/new-layout.exp: Use with_test_prefix.
1357
1358 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1359
1360 PR python/26586
1361 * gdb.python/python.exp: add test cases for the from_tty
1362 argument to gdb.execute.
1363
1364 2020-09-25 Gary Benson <gbenson@redhat.com>
1365
1366 * gdb.base/infcall-nested-structs.exp.tcl: Add
1367 additional_flags=-Wno-tautological-compare for C++
1368 tests when compiling using Clang.
1369
1370 2020-09-25 Gary Benson <gbenson@redhat.com>
1371
1372 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1373 for .c files.
1374
1375 2020-09-24 Tom Tromey <tromey@adacore.com>
1376
1377 PR tui/26638:
1378 * gdb.tui/list.exp: Check output of "focus next".
1379
1380 2020-09-23 Tom Tromey <tom@tromey.com>
1381
1382 * gdb.dwarf2/intbits.exp: New file.
1383 * gdb.dwarf2/intbits.c: New file.
1384
1385 2020-09-20 Pedro Alves <pedro@palves.net>
1386
1387 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1388 spawn_id before calling remote_close. Close secondary MI channel.
1389
1390 2020-09-20 Pedro Alves <pedro@palves.net>
1391
1392 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1393 fails.
1394
1395 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.fortran/array-slices.exp: Update expected results.
1398 * gdb.fortran/class-allocatable-array.exp: Likewise.
1399 * gdb.fortran/multi-dim.exp: Likewise.
1400 * gdb.fortran/vla-type.exp: Likewise.
1401 * gdb.mi/mi-vla-fortran.exp: Likewise.
1402
1403 2020-09-18 Victor Collod <vcollod@nvidia.com>
1404
1405 PR gdb/26635
1406 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1407 compatible with i386, and move it to...
1408 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1409 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1410 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1411
1412 2020-09-18 Pedro Alves <pedro@palves.net>
1413
1414 PR gdb/26631
1415 * gdb.multi/multi-target-thread-find.exp: New file.
1416
1417 2020-09-18 Pedro Alves <pedro@palves.net>
1418
1419 * gdb.multi/multi-target-continue.exp: New file, factored out from
1420 multi-target.exp.
1421 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1422 multi-target.exp.
1423 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1424 multi-target.exp.
1425 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1426 multi-target.exp.
1427 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1428 multi-target.exp.
1429 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1430 multi-target.exp.
1431 * gdb.multi/multi-target.exp: Delete.
1432
1433 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.fortran/array-slices.exp: Add missing message data.
1436
1437 2020-09-17 Pedro Alves <pedro@palves.net>
1438
1439 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1440
1441 2020-09-17 Pedro Alves <pedro@palves.net>
1442
1443 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1444 full prototype.
1445
1446 2020-09-17 Pedro Alves <pedro@palves.net>
1447
1448 * gdb.python/py-as-string.c: Add cast.
1449
1450 2020-09-17 Pedro Alves <pedro@palves.net>
1451
1452 * gdb.base/sizeof.c (fill): Add cast.
1453
1454 2020-09-17 Pedro Alves <pedro@palves.net>
1455
1456 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1457
1458 2020-09-17 Pedro Alves <pedro@palves.net>
1459
1460 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1461 linkage name.
1462 * gdb.base/prologue.exp: Use print /d.
1463 * gdb.base/symbol-alias.exp: Handle C++ output.
1464 * gdb.base/symbol-alias2.c: Handle C++ output.
1465 [__cplusplus] (func): Explicitly specify linkage name.
1466
1467 2020-09-17 Pedro Alves <pedro@palves.net>
1468
1469 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1470 (struct my_key_t): ... this. Adjust all references.
1471 (struct value_t): Rename to ...
1472 (struct my_value_t): ... this. Adjust all references.
1473 (create_map, add_map_element, create_map_map)
1474 (add_map_map_element): Add casts.
1475
1476 2020-09-17 Pedro Alves <pedro@palves.net>
1477
1478 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1479 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1480
1481 2020-09-17 Pedro Alves <pedro@palves.net>
1482
1483 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1484
1485 2020-09-17 Pedro Alves <pedro@palves.net>
1486
1487 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1488 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1489 (charfoo, intfoo): Define full prototype.
1490 * gdb.base/ptype1.c (charfoo): Define full prototype.
1491 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1492 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1493
1494 2020-09-17 Pedro Alves <pedro@palves.net>
1495
1496 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1497 Don't define.
1498 (utf_32_string): Compile for both C and C++.
1499 * gdb.base/charset.exp: Use "print /d".
1500
1501 2020-09-17 Pedro Alves <pedro@palves.net>
1502
1503 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1504 (nullptr): Rename to ...
1505 (null_ptr): ... this.
1506 * gdb.base/watchpoint.exp: Adjust to rename.
1507
1508 2020-09-17 Pedro Alves <pedro@palves.net>
1509
1510 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1511 (three_not_flag): Add casts.
1512
1513 2020-09-17 Pedro Alves <pedro@palves.net>
1514
1515 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1516 char array.
1517 (main): Add references to Barrier, TestStrings, TestStringsH and
1518 TestStringsW.
1519 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1520 and expect a full prototype in C++.
1521
1522 2020-09-17 Pedro Alves <pedro@palves.net>
1523
1524 * gdb.base/nested-addr.c (main): Add cast.
1525 * gdb.base/nested-addr.exp: Use "print /d".
1526
1527 2020-09-17 Pedro Alves <pedro@palves.net>
1528
1529 * gdb.base/break.exp (func): New. Use it throughout when
1530 expecting a function name.
1531
1532 2020-09-17 Pedro Alves <pedro@palves.net>
1533
1534 * gdb.base/display.exp: Issue "set print asm-demangle on".
1535
1536 2020-09-17 Pedro Alves <pedro@palves.net>
1537
1538 * gdb.base/find.c: Include <string.h>.
1539 (init_bufs): Add cast.
1540 * gdb.base/find.exp: Issue "set print asm-demangle on".
1541
1542 2020-09-16 Tom Tromey <tromey@adacore.com>
1543
1544 PR gdb/26598:
1545 * gdb.base/skipcxx.exp: New file.
1546 * gdb.base/skipcxx.cc: New file.
1547
1548 2020-09-16 Tom de Vries <tdevries@suse.de>
1549
1550 PR testsuite/26617
1551 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
1552 WITH_DEBUG_SECTIONS is defined.
1553 (xstr, str): New macro.
1554 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
1555 to get start and size of _Dmain.
1556 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
1557 using additional_flags.
1558
1559 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1560
1561 * gdb.base/bp-cmds-sourced-script.c: New file.
1562 * gdb.base/bp-cmds-sourced-script.exp: New test.
1563 * gdb.base/bp-cmds-sourced-script.gdb: New file.
1564
1565 2020-09-16 Tom de Vries <tdevries@suse.de>
1566
1567 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
1568 get the gdb prompt after issuing "monitor exit".
1569
1570 2020-09-16 Tom de Vries <tdevries@suse.de>
1571
1572 PR testsuite/26624
1573 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
1574
1575 2020-09-16 Tom de Vries <tdevries@suse.de>
1576
1577 PR testsuite/26618
1578 * gdb.tui/new-layout.exp: Escape unbalanced braces.
1579
1580 2020-09-15 Tom Tromey <tromey@adacore.com>
1581
1582 PR rust/26197:
1583 * lib/rust-support.exp (rust_llvm_version): New proc.
1584 * gdb.rust/simple.exp: Check rust_llvm_version.
1585
1586 2020-09-14 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.rust/traits.exp: Fix PATH warning.
1589
1590 2020-09-13 Pedro Alves <pedro@palves.net>
1591
1592 * gdb.base/catch-follow-exec.c (main): Add explicit return
1593 statement.
1594 * gdb.base/catch-signal.c (main): Likewise.
1595 * gdb.base/condbreak-call-false.c (main): Likewise.
1596 * gdb.base/consecutive.c (main): Add explicit return
1597 statement and return type.
1598 * gdb.base/cursal.c (main): Add explicit return statement.
1599 * gdb.base/cvexpr.c (main): Likewise.
1600 * gdb.base/display.c (main): Add explicit return statement and
1601 return type.
1602 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
1603 * gdb.base/endianity.c (main): Likewise.
1604 * gdb.base/execd-prog.c (main): Likewise.
1605 * gdb.base/gdb1090.c (main): Likewise.
1606 * gdb.base/info_qt.c (main): Likewise.
1607 * gdb.base/lineinc.c (main): Likewise.
1608 * gdb.base/load-command.c (main): Likewise.
1609 * gdb.base/macscp1.c (main): Likewise.
1610 * gdb.base/pr10179-a.c (main): Likewise.
1611 * gdb.base/quit-live.c (main): Likewise.
1612 * gdb.base/scope0.c (main): Likewise.
1613 * gdb.base/settings.c (main): Likewise.
1614 * gdb.base/stack-checking.c (main): Return int.
1615 * gdb.base/varargs.c (main): Add explicit return statement.
1616 * gdb.cp/ambiguous.cc (main): Likewise.
1617 * gdb.cp/anon-struct.cc (main): Likewise.
1618 * gdb.cp/anon-union.cc (main): Likewise.
1619 * gdb.cp/bool.cc (main): Likewise.
1620 * gdb.cp/bs15503.cc (main): Likewise.
1621 * gdb.cp/cplusfuncs.cc (main): Likewise.
1622 * gdb.cp/cttiadd.cc (main): Likewise.
1623 * gdb.cp/extern-c.cc (main): Likewise.
1624 * gdb.cp/filename.cc (main): Likewise.
1625 * gdb.cp/formatted-ref.cc (main): Likewise.
1626 * gdb.cp/mb-ctor.cc (main): Likewise.
1627 * gdb.cp/member-ptr.cc (main): Likewise.
1628 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
1629 * gdb.cp/overload-const.cc (main): Likewise.
1630 * gdb.cp/paren-type.cc (main): Likewise.
1631 * gdb.cp/parse-lang.cc (main): Likewise.
1632 * gdb.cp/pr-1023.cc (main): Likewise.
1633 * gdb.cp/psmang1.cc (main): Likewise.
1634 * gdb.cp/readnow-language.cc (main): Likewise.
1635 * gdb.cp/ref-params.cc (main): Likewise.
1636 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
1637 * gdb.cp/virtbase2.cc (main): Likewise.
1638 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
1639 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
1640 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
1641 * gdb.mi/mi-console.c (main): Likewise.
1642 * gdb.mi/mi-read-memory.c (main): Likewise.
1643 * gdb.modula2/multidim.c (main): Likewise.
1644 * gdb.opt/inline-small-func.c (main): Likewise.
1645 * gdb.python/py-rbreak.c (main): Likewise.
1646 * gdb.stabs/exclfwd1.c (main): Likewise.
1647 * gdb.trace/qtro.c (main): Likewise.
1648
1649 2020-09-13 Pedro Alves <pedro@palves.net>
1650
1651 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
1652 instead of getenv.
1653
1654 2020-09-13 Pedro Alves <pedro@palves.net>
1655
1656 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
1657 instead of spawning GDB with remote_spawn.
1658 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
1659 gdb_spawn instead of spawning GDB with remote_spawn.
1660
1661 2020-09-13 Pedro Alves <pedro@palves.net>
1662
1663 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
1664 file and add calls to first and second.
1665 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
1666 add call to f.
1667
1668 2020-09-13 Pedro Alves <pedro@palves.net>
1669
1670 * gdb.mi/mi-break-qualified.cc: New file.
1671 * gdb.mi/mi-break-qualified.exp: New file.
1672 * lib/mi-support.exp (mi_create_breakpoint_multi)
1673 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
1674 procedures.
1675 (mi_create_breakpoint_1): New, factored out from
1676 mi_create_breakpoint.
1677
1678 2020-09-13 Pedro Alves <pedro@palves.net>
1679
1680 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
1681 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
1682 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
1683 (register_class): Delete.
1684 (main): Don't call register_class.
1685
1686 2020-09-13 Pedro Alves <pedro@palves.net>
1687
1688 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
1689 (do_tests): Remove "calling method for small class" test.
1690 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
1691 (register_class): Delete.
1692 (main): Don't call register_class.
1693 * gdb.cp/call-method-register.exp: New file, based on bits removed
1694 from classes.exp.
1695 * gdb.cp/call-method-register.cc: New file, based on bits removed
1696 from classes.cc.
1697
1698 2020-09-13 Pedro Alves <pedro@palves.net>
1699
1700 * gdb.base/msym-bp-2.c: New.
1701 * gdb.base/msym-bp-shl-lib.c: New file.
1702 * gdb.base/msym-bp-shl-main-2.c: New file.
1703 * gdb.base/msym-bp-shl-main.c: New file.
1704 * gdb.base/msym-bp-shl.exp: New file.
1705 * gdb.base/msym-bp.c: New file.
1706 * gdb.base/msym-bp.exp: New file.
1707
1708 2020-09-13 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdb.base/default.exp: Change $_gdb_major to 11.
1711
1712 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
1713 Felix Willgerodt <Felix.Willgerodt@intel.com>
1714
1715 * x86-avx512bf16.c: New file.
1716 * x86-avx512bf16.exp: Likewise.
1717 * lib/gdb.exp (skip_avx512bf16_tests): New function.
1718
1719 2020-09-11 Tom de Vries <tdevries@suse.de>
1720
1721 PR exp/26602
1722 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
1723
1724 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1725
1726 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
1727
1728 2020-09-10 Alan Modra <amodra@gmail.com>
1729
1730 PR 26597
1731 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
1732
1733 2020-09-08 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
1736 after gdb_starti_cmd.
1737
1738 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1739
1740 * lib/fortran.exp (fortran_complex8): New proc.
1741 (fortran_complex16): New proc.
1742 * gdb.fortran/complex.exp: Use routines from fortran.exp
1743 * gdb.fortran/pointer-to-pointer.exp: Likewise.
1744 * gdb.fortran/vla-ptr-info.exp: Likewise.
1745
1746 2020-09-03 Tom de Vries <tdevries@suse.de>
1747
1748 PR breakpoint/26546
1749 * gdb.base/label-without-address.exp: Runto main first.
1750
1751 2020-09-02 Tom Tromey <tromey@adacore.com>
1752
1753 * gdb.ada/mi_var_access.exp: Test children of access variable.
1754 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
1755 * gdb.ada/mi_var_array.exp: Update.
1756
1757 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1758
1759 * gdb.base/corefile.exp (warning-free): XFAIL test when running
1760 on docker w/ AUFS storage driver.
1761
1762 2020-08-31 Kevin Buettner <kevinb@redhat.com>
1763
1764 * gdb.base/corefile2.exp (renamed binfile): New tests.
1765
1766 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1767
1768 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
1769
1770 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1771
1772 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
1773 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
1774
1775 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
1776
1777 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
1778 output, printing a "not saved" value from history and printing a
1779 convenience variable created from a "not saved" value.
1780
1781 2020-08-31 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.base/eh_return.exp: Use nopie.
1784
1785 2020-08-28 Pedro Alves <pedro@palves.net>
1786
1787 * gdb.base/advance-until-multiple-locations.exp
1788 (advance_overload, until_overload): Adjust to match the
1789 frame/function header instead of the source line text.
1790
1791 2020-08-28 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.base/label-without-address.c: New test.
1794 * gdb.base/label-without-address.exp: New file.
1795
1796 2020-08-27 Pedro Alves <pedro@palves.net>
1797
1798 PR gdb/26523
1799 PR gdb/26524
1800 * gdb.base/advance-until-multiple-locations.cc: New.
1801 * gdb.base/advance-until-multiple-locations.exp: New.
1802
1803 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
1804
1805 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
1806
1807 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1808
1809 * gdb.arch/amd64-byte.exp: Make test names unique, use
1810 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
1811 * gdb.arch/amd64-dword.exp: Likewise.
1812 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
1813 * gdb.arch/amd64-stap-special-operands.exp: Make test names
1814 unique.
1815 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
1816 * gdb.arch/amd64-word.exp: Make test names unique, use
1817 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
1818 * gdb.arch/i386-byte.exp: Make test names unique, use
1819 gdb_breakpoint.
1820 * gdb.arch/i386-word.exp: Likewise.
1821
1822 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
1823
1824 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
1825
1826 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
1827
1828 PR gdb/26532
1829 * gdb.threads/stepi-random-signal.exp: Update pattern.
1830
1831 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
1832
1833 PR gdb/26532
1834 * gdb.base/ui-redirect.exp: Update pattern.
1835
1836 2020-08-25 Gary Benson <gbenson@redhat.com>
1837
1838 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
1839 when compiling with clang.
1840 * gdb.dwarf2/dw2-restore.exp: Likewise.
1841
1842 2020-08-25 Gary Benson <gbenson@redhat.com>
1843
1844 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
1845 Add additional_flags=-Wno-inaccessible-base when compiling
1846 with GCC >= 10.1 or clang. Add additional_flags=-w when
1847 compiling with GCC < 10.
1848
1849 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
1850
1851 PR m2/26372
1852 * gdb.modula2/multidim.c: New file.
1853 * gdb.modula2/multidim.exp: New file.
1854
1855 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
1856
1857 * lib/gdb.exp (runto): Always emit fail on internal error.
1858
1859 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
1860
1861 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
1862 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1863 Likewise.
1864 * gdb.threads/stepi-random-signal.exp: Likewise.
1865
1866 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1867
1868 * gdb.base/print-file-var.exp: Fix typo "breapoint".
1869 * gdb.trace/strace.exp: Ditto.
1870
1871 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1872
1873 * gdb.fortran/vla-type.exp: Skip commands not required for
1874 the Flang compiled binaries after prologue fix.
1875
1876 2020-08-17 Tom de Vries <tdevries@suse.de>
1877 Tom Tromey <tromey@adacore.com>
1878
1879 PR rust/26197:
1880 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
1881
1882 2020-08-17 Tom Tromey <tromey@adacore.com>
1883
1884 * gdb.ada/mi_var_access.exp: New file.
1885 * gdb.ada/mi_var_access/mi_access.adb: New file.
1886 * gdb.ada/mi_var_access/pck.adb: New file.
1887 * gdb.ada/mi_var_access/pck.ads: New file.
1888
1889 2020-08-16 Tom de Vries <tdevries@suse.de>
1890
1891 PR gdb/25350
1892 * gdb.base/eh_return.c: New test.
1893 * gdb.base/eh_return.exp: New file.
1894
1895 2020-08-15 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
1898 (mixed_func_1d_): Use fortran_charlen_t in decl.
1899
1900 2020-08-15 Tom de Vries <tdevries@suse.de>
1901
1902 PR backtrace/26390
1903 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
1904 Update expected pattern.
1905
1906 2020-08-13 Pedro Alves <pedro@palves.net>
1907
1908 * gdb.fortran/complex.exp: Check skip_fortran_tests.
1909 * gdb.fortran/library-module.exp: Likewise.
1910 * gdb.fortran/logical.exp: Likewise.
1911 * gdb.fortran/module.exp: Likewise.
1912 * gdb.fortran/print_type.exp: Likewise.
1913 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1914 * gdb.fortran/vla-datatypes.exp: Likewise.
1915 * gdb.fortran/vla-history.exp: Likewise.
1916 * gdb.fortran/vla-ptr-info.exp: Likewise.
1917 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1918 * gdb.fortran/vla-ptype.exp: Likewise.
1919 * gdb.fortran/vla-sizeof.exp: Likewise.
1920 * gdb.fortran/vla-type.exp: Likewise.
1921 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1922 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1923 * gdb.fortran/vla-value-sub.exp: Likewise.
1924 * gdb.fortran/vla-value.exp: Likewise.
1925
1926 2020-08-13 Pedro Alves <pedro@palves.net>
1927
1928 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
1929 * gdb.ada/access_to_packed_array.exp: Likewise.
1930 * gdb.ada/access_to_unbounded_array.exp: Likewise.
1931 * gdb.ada/addr_arith.exp: Likewise.
1932 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
1933 * gdb.ada/arr_arr.exp: Likewise.
1934 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
1935 * gdb.ada/array_bounds.exp: Likewise.
1936 * gdb.ada/array_of_variable_length.exp: Likewise.
1937 * gdb.ada/array_ptr_renaming.exp: Likewise.
1938 * gdb.ada/array_subscript_addr.exp: Likewise.
1939 * gdb.ada/arraydim.exp: Likewise.
1940 * gdb.ada/arrayparam.exp: Likewise.
1941 * gdb.ada/arrayptr.exp: Likewise.
1942 * gdb.ada/assign_1.exp: Likewise.
1943 * gdb.ada/assign_arr.exp: Likewise.
1944 * gdb.ada/atomic_enum.exp: Likewise.
1945 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1946 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
1947 * gdb.ada/bias.exp: Likewise.
1948 * gdb.ada/boolean_expr.exp: Likewise.
1949 * gdb.ada/bp_c_mixed_case.exp: Likewise.
1950 * gdb.ada/bp_enum_homonym.exp: Likewise.
1951 * gdb.ada/bp_inlined_func.exp: Likewise.
1952 * gdb.ada/bp_on_var.exp: Likewise.
1953 * gdb.ada/bp_range_type.exp: Likewise.
1954 * gdb.ada/bp_reset.exp: Likewise.
1955 * gdb.ada/call_pn.exp: Likewise.
1956 * gdb.ada/catch_assert_if.exp: Likewise.
1957 * gdb.ada/catch_ex.exp: Likewise.
1958 * gdb.ada/catch_ex_std.exp: Likewise.
1959 * gdb.ada/char_enum.exp: Likewise.
1960 * gdb.ada/char_param.exp: Likewise.
1961 * gdb.ada/complete.exp: Likewise.
1962 * gdb.ada/cond_lang.exp: Likewise.
1963 * gdb.ada/convvar_comp.exp: Likewise.
1964 * gdb.ada/dgopt.exp: Likewise.
1965 * gdb.ada/disc_arr_bound.exp: Likewise.
1966 * gdb.ada/display_nested.exp: Likewise.
1967 * gdb.ada/dot_all.exp: Likewise.
1968 * gdb.ada/dyn_loc.exp: Likewise.
1969 * gdb.ada/dyn_stride.exp: Likewise.
1970 * gdb.ada/excep_handle.exp: Likewise.
1971 * gdb.ada/expr_delims.exp: Likewise.
1972 * gdb.ada/expr_with_funcall.exp: Likewise.
1973 * gdb.ada/exprs.exp: Likewise.
1974 * gdb.ada/fin_fun_out.exp: Likewise.
1975 * gdb.ada/fixed_cmp.exp: Likewise.
1976 * gdb.ada/formatted_ref.exp: Likewise.
1977 * gdb.ada/frame_arg_lang.exp: Likewise.
1978 * gdb.ada/frame_args.exp: Likewise.
1979 * gdb.ada/fullname_bp.exp: Likewise.
1980 * gdb.ada/fun_addr.exp: Likewise.
1981 * gdb.ada/fun_in_declare.exp: Likewise.
1982 * gdb.ada/fun_overload_menu.exp: Likewise.
1983 * gdb.ada/fun_renaming.exp: Likewise.
1984 * gdb.ada/funcall_char.exp: Likewise.
1985 * gdb.ada/funcall_param.exp: Likewise.
1986 * gdb.ada/funcall_ptr.exp: Likewise.
1987 * gdb.ada/funcall_ref.exp: Likewise.
1988 * gdb.ada/homonym.exp: Likewise.
1989 * gdb.ada/info_addr_mixed_case.exp: Likewise.
1990 * gdb.ada/info_auto_lang.exp: Likewise.
1991 * gdb.ada/info_exc.exp: Likewise.
1992 * gdb.ada/info_types.exp: Likewise.
1993 * gdb.ada/int_deref.exp: Likewise.
1994 * gdb.ada/interface.exp: Likewise.
1995 * gdb.ada/iwide.exp: Likewise.
1996 * gdb.ada/lang_switch.exp: Likewise.
1997 * gdb.ada/length_cond.exp: Likewise.
1998 * gdb.ada/maint_with_ada.exp: Likewise.
1999 * gdb.ada/mi_catch_assert.exp: Likewise.
2000 * gdb.ada/mi_catch_ex.exp: Likewise.
2001 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2002 * gdb.ada/mi_dyn_arr.exp: Likewise.
2003 * gdb.ada/mi_ex_cond.exp: Likewise.
2004 * gdb.ada/mi_exc_info.exp: Likewise.
2005 * gdb.ada/mi_interface.exp: Likewise.
2006 * gdb.ada/mi_prot.exp: Likewise.
2007 * gdb.ada/mi_ref_changeable.exp: Likewise.
2008 * gdb.ada/mi_string_access.exp: Likewise.
2009 * gdb.ada/mi_task_arg.exp: Likewise.
2010 * gdb.ada/mi_task_info.exp: Likewise.
2011 * gdb.ada/mi_var_array.exp: Likewise.
2012 * gdb.ada/mi_var_union.exp: Likewise.
2013 * gdb.ada/mi_variant.exp: Likewise.
2014 * gdb.ada/minsyms.exp: Likewise.
2015 * gdb.ada/mod_from_name.exp: Likewise.
2016 * gdb.ada/nested.exp: Likewise.
2017 * gdb.ada/null_array.exp: Likewise.
2018 * gdb.ada/optim_drec.exp: Likewise.
2019 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2020 * gdb.ada/packed_array_assign.exp: Likewise.
2021 * gdb.ada/packed_tagged.exp: Likewise.
2022 * gdb.ada/pp-rec-component.exp: Likewise.
2023 * gdb.ada/print_chars.exp: Likewise.
2024 * gdb.ada/print_pc.exp: Likewise.
2025 * gdb.ada/ptr_typedef.exp: Likewise.
2026 * gdb.ada/ptype_arith_binop.exp: Likewise.
2027 * gdb.ada/ptype_array.exp: Likewise.
2028 * gdb.ada/ptype_field.exp: Likewise.
2029 * gdb.ada/ptype_tagged_param.exp: Likewise.
2030 * gdb.ada/ptype_union.exp: Likewise.
2031 * gdb.ada/py_range.exp: Likewise.
2032 * gdb.ada/py_taft.exp: Likewise.
2033 * gdb.ada/rdv_wait.exp: Likewise.
2034 * gdb.ada/rec_comp.exp: Likewise.
2035 * gdb.ada/rec_return.exp: Likewise.
2036 * gdb.ada/ref_param.exp: Likewise.
2037 * gdb.ada/ref_tick_size.exp: Likewise.
2038 * gdb.ada/rename_subscript_param.exp: Likewise.
2039 * gdb.ada/repeat_dyn.exp: Likewise.
2040 * gdb.ada/same_component_name.exp: Likewise.
2041 * gdb.ada/same_enum.exp: Likewise.
2042 * gdb.ada/scalar_storage.exp: Likewise.
2043 * gdb.ada/set_wstr.exp: Likewise.
2044 * gdb.ada/small_reg_param.exp: Likewise.
2045 * gdb.ada/str_binop_equal.exp: Likewise.
2046 * gdb.ada/str_ref_cmp.exp: Likewise.
2047 * gdb.ada/str_uninit.exp: Likewise.
2048 * gdb.ada/sub_variant.exp: Likewise.
2049 * gdb.ada/sym_print_name.exp: Likewise.
2050 * gdb.ada/taft_type.exp: Likewise.
2051 * gdb.ada/tagged.exp: Likewise.
2052 * gdb.ada/tagged_access.exp: Likewise.
2053 * gdb.ada/task_bp.exp: Likewise.
2054 * gdb.ada/task_switch_in_core.exp: Likewise.
2055 * gdb.ada/tasks.exp: Likewise.
2056 * gdb.ada/tick_last_segv.exp: Likewise.
2057 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2058 * gdb.ada/type_coercion.exp: Likewise.
2059 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2060 * gdb.ada/unchecked_union.exp: Likewise.
2061 * gdb.ada/uninitialized_vars.exp: Likewise.
2062 * gdb.ada/var_arr_attrs.exp: Likewise.
2063 * gdb.ada/var_arr_typedef.exp: Likewise.
2064 * gdb.ada/var_rec_arr.exp: Likewise.
2065 * gdb.ada/variant-record.exp: Likewise.
2066 * gdb.ada/variant.exp: Likewise.
2067 * gdb.ada/variant_record_packed_array.exp: Likewise.
2068 * gdb.ada/varsize_limit.exp: Likewise.
2069 * gdb.ada/whatis_array_val.exp: Likewise.
2070 * gdb.ada/widewide.exp: Likewise.
2071 * gdb.ada/win_fu_syms.exp: Likewise.
2072
2073 2020-08-12 Gary Benson <gbenson@redhat.com>
2074
2075 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2076
2077 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2080 unset the array variable.
2081
2082 2020-08-03 Tom de Vries <tdevries@suse.de>
2083
2084 PR symtab/26333
2085 * lib/dwarf.exp (DW_LNE_user): New proc.
2086 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2087 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2088
2089 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2090
2091 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2092 to 'uintptr_t'
2093 (inttypes.h): Include.
2094
2095 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2096
2097 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2098 (C5_24k): Delete.
2099 (C5_8k, C5_64k, C5_256k): New macros.
2100 (buf_ro): Allocate 256 KiB of initialized data.
2101
2102 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2103
2104 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2105 that attempt to overwrite an existing condition with a condition
2106 that fails parsing and also with a condition that parses fine
2107 but contains junk at the end.
2108
2109 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2110
2111 * gdb.base/condbreak-bad.c: New test.
2112 * gdb.base/condbreak-bad.exp: New file.
2113
2114 2020-07-30 Tom de Vries <tdevries@suse.de>
2115
2116 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2117 out of ...
2118 (GDBInfoModuleSymbols::check_entry): ... here.
2119 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2120 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2121 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2122
2123 2020-07-30 Tom de Vries <tdevries@suse.de>
2124
2125 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2126 "__class_some_module_Number_t" optional.
2127
2128 2020-07-29 Tom de Vries <tdevries@suse.de>
2129
2130 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2131 multiple locations.
2132
2133 2020-07-29 Tom de Vries <tdevries@suse.de>
2134
2135 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2136 rather than function name.
2137
2138 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2139
2140 PR symtab/26270:
2141 * gdb.cp/disasm-func-name.cc: New file.
2142 * gdb.cp/disasm-func-name.exp: New file.
2143
2144 2020-07-28 Tom Tromey <tromey@adacore.com>
2145
2146 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2147 'varval' location.
2148
2149 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.python/py-unwind.py: Update to make use of a register
2152 descriptor.
2153
2154 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2157
2158 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 PR fortran/23051
2161 PR fortran/26139
2162 * gdb.fortran/class-allocatable-array.exp: New file.
2163 * gdb.fortran/class-allocatable-array.f90: New file.
2164 * gdb.fortran/pointer-to-pointer.exp: New file.
2165 * gdb.fortran/pointer-to-pointer.f90: New file.
2166
2167 2020-07-25 Tom de Vries <tdevries@suse.de>
2168
2169 PR symtab/26243
2170 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2171 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2172
2173 2020-07-24 Tom de Vries <tdevries@suse.de>
2174
2175 PR testsuite/26293
2176 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2177
2178 2020-07-23 Pedro Alves <pedro@palves.net>
2179
2180 * gdb.server/server-kill.exp (prepare): New, factored out from the
2181 top level.
2182 (kill_server): New.
2183 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2184 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2185
2186 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2187
2188 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2189
2190 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2191
2192 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2193 Initialize to empty string at top level.
2194 (gdb_wrapper_init): Revert check for file existence on build.
2195 Build the wrapper in its default place, not a build-specific
2196 location. When host == build, make the pathname absolute.
2197 (gdb_compile): Delete leftover declaration of
2198 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2199 string instead of uninitialized.
2200
2201 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2202
2203 * gdb.base/corefile2.exp: New file.
2204 * gdb.base/coremaker2.exp: New file.
2205
2206 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2207
2208 * gdb.base/coredump-filter.exp: Add second
2209 non-Private-Shared-Anon-File test.
2210 (test_disasm): Rename binfile for test which is expected
2211 to fail.
2212
2213 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2214
2215 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2216 data in core file".
2217 * gdb.base/coremaker.c (buf2ro): New global.
2218 (mmapdata): Add a read-only mmap mapping.
2219
2220 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2221
2222 PR corefiles/25631
2223 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2224 New test.
2225 * gdb.base/coremaker.c (buf3): New global.
2226 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2227 flags.
2228
2229 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2230
2231 * gdb.base/coremaker.c (filler_ro): New global constant.
2232
2233 2020-07-22 Tom Tromey <tromey@adacore.com>
2234
2235 * gdb.ada/mi_prot.exp: New file.
2236 * gdb.ada/mi_prot/pkg.adb: New file.
2237 * gdb.ada/mi_prot/pkg.ads: New file.
2238 * gdb.ada/mi_prot/prot.adb: New file.
2239
2240 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2241
2242 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2243 loads two JITers.
2244
2245 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2248
2249 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.python/py-arch-reg-names.exp: Additional tests.
2252
2253 2020-07-21 Tom de Vries <tdevries@suse.de>
2254
2255 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2256 breakpoint locations".
2257 * gdb.reverse/solib-reverse.exp: Same.
2258
2259 2020-07-21 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.reverse/step-reverse.c (callee): Merge statements.
2262
2263 2020-07-21 Tom de Vries <tdevries@suse.de>
2264
2265 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2266 line numbers for some variables.
2267
2268 2020-07-21 Tom de Vries <tdevries@suse.de>
2269
2270 * gdb.opt/inline-locals.c (init_array): New func.
2271 (func1): Use init_array.
2272 * gdb.opt/inline-locals.exp: Update pattern.
2273
2274 2020-07-21 Tom de Vries <tdevries@suse.de>
2275
2276 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2277 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2278
2279 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2280
2281 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2282 * gdb.guile/types-module.exp: Remove "ERROR:" from
2283 regexps since Guile 3.0 no longer prints that.
2284
2285 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2286
2287 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2288 error regexp to match on Guile 2.2.
2289
2290 2020-07-20 Gary Benson <gbenson@redhat.com>
2291
2292 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2293 with clang.
2294
2295 2020-07-20 Tom de Vries <tdevries@suse.de>
2296
2297 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2298 (omp_set_lock_in_order): New function.
2299 (single_scope, multi_scope, nested_func, nested_parallel): Use
2300 omp_set_lock_in_order and omp_unset_lock.
2301 (main): Init and destroy lock and lock2.
2302
2303 2020-07-20 Tom de Vries <tdevries@suse.de>
2304
2305 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2306
2307 2020-07-20 Tom de Vries <tdevries@suse.de>
2308
2309 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2310
2311 2020-07-17 Tom de Vries <tdevries@suse.de>
2312
2313 * gdb.base/valgrind-infcall-2.c: New test.
2314 * gdb.base/valgrind-infcall-2.exp: New file.
2315 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2316
2317 2020-07-17 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.dlang/circular.c (found): Use found_label as label name.
2320 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2321 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2322 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2323 * gdb.dwarf2/ada-linkage-name.exp: Same.
2324 * gdb.dwarf2/arr-subrange.exp: Same.
2325 * gdb.dwarf2/atomic-type.exp: Same.
2326 * gdb.dwarf2/comp-unit-lang.exp: Same.
2327 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2328 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2329 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2330 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2331 * gdb.dwarf2/implptr-64bit.exp: Same.
2332 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2333 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2334 * gdb.dwarf2/imported-unit.exp: Same.
2335 * gdb.dwarf2/main-subprogram.exp: Same.
2336 * gdb.dwarf2/missing-type-name.exp: Same.
2337 * gdb.dwarf2/nonvar-access.exp: Same.
2338 * gdb.dwarf2/struct-with-sig.exp: Same.
2339 * gdb.dwarf2/typedef-void-finish.exp: Same.
2340 * gdb.dwarf2/void-type.exp: Same.
2341
2342 2020-07-17 Tom de Vries <tdevries@suse.de>
2343
2344 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2345 src parameter.
2346 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2347 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2348 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2349 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2350 * gdb.dwarf2/dwz.exp: Same.
2351 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2352 * gdb.dwarf2/implref-array.exp: Same.
2353 * gdb.dwarf2/implref-const.exp: Same.
2354 * gdb.dwarf2/implref-global.exp: Same.
2355 * gdb.dwarf2/implref-struct.exp: Same.
2356 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2357 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2358 * gdb.dwarf2/var-access.exp: Same.
2359 * gdb.dwarf2/varval.exp: Same.
2360 * gdb.trace/entry-values.exp: Same.
2361
2362 2020-07-17 Tom de Vries <tdevries@suse.de>
2363
2364 * lib/dwarf.exp (Dwarf::extern): Remove.
2365 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2366 * gdb.dlang/circular.exp: Same.
2367 * gdb.dwarf2/comp-unit-lang.exp: Same.
2368 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2369 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2370 * gdb.dwarf2/dwz.exp: Same.
2371 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2372 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2373 * gdb.dwarf2/imported-unit.exp: Same.
2374 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2375
2376 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2377
2378 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2379 Use double quotes instead of single quotes.
2380
2381 2020-07-16 Caroline Tice <cmtice@google.com>
2382
2383 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2384 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2385
2386 2020-07-16 Tom de Vries <tdevries@suse.de>
2387
2388 * lib/dwarf.exp (program): Initialize _line.
2389 (DW_LNE_end_sequence): Reinitialize _line.
2390 (DW_LNS_advance_line): Update _line.
2391 (line): New proc.
2392 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2393 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2394 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2395 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2396 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2397 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2398
2399 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2402 generic.
2403
2404 2020-07-15 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2407 is_amd64_regs_target.
2408
2409 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2412 * gdb.fortran/ptype-on-functions.f90: Likewise.
2413
2414 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2415
2416 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2417 values in documentation for addr_size to 4 and 8.
2418
2419 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.arch/amd64-osabi.exp: Update.
2422 * gdb.arch/arm-disassembler-options.exp: Update.
2423 * gdb.arch/powerpc-disassembler-options.exp: Update.
2424 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2425 * gdb.arch/s390-disassembler-options.exp: Update.
2426 * gdb.base/all-architectures.exp.tcl: Update.
2427 * gdb.base/attach-pie-noexec.exp: Update.
2428 * gdb.base/catch-syscall.exp: Update.
2429 * gdb.xml/tdesc-arch.exp: Update.
2430
2431 2020-07-14 Tom de Vries <tdevries@suse.de>
2432
2433 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2434 (local_gettid): ... this.
2435 (fn): Update.
2436
2437 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2438
2439 * gdb.base/info_sources.exp: Skip directory match tests on
2440 remote hosts.
2441
2442 2020-07-13 Gary Benson <gbenson@redhat.com>
2443
2444 * gdb.base/savedregs.exp (caller): Use parentheses to
2445 make expected expression evaluation ordering explicit.
2446
2447 2020-07-13 Gary Benson <gbenson@redhat.com>
2448
2449 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2450
2451 2020-07-13 Gary Benson <gbenson@redhat.com>
2452
2453 * gdb.base/bigcore.c (main): Use a volatile pointer when
2454 attempting to trigger a SIGSEGV.
2455 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2456 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2457 * gdb.base/savedregs.c (thrower): Likewise.
2458 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2459
2460 2020-07-13 Gary Benson <gbenson@redhat.com>
2461
2462 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2463 defining and using VLA structure fields into...
2464 * gdb.base/vla-struct-fields.c: New file.
2465 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2466 tests into...
2467 * gdb.base/vla-struct-fields.exp: New file.
2468
2469 2020-07-13 Tom de Vries <tdevries@suse.de>
2470
2471 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2472 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2473 * gdb.base/gold-gdb-index.exp: Same.
2474 * gdb.base/morestack.exp: Same.
2475
2476 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2477
2478 PR rust/26121
2479 * gdb.rust/modules.rs: Prevent linker from discarding test
2480 symbol.
2481
2482 2020-07-10 Pedro Alves <pedro@palves.net>
2483
2484 PR gdb/26199
2485 * gdb.multi/multi-target.c (exit_thread): New.
2486 (thread_start): Break loop if EXIT_THREAD.
2487 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2488 (top level) Call test_no_resumed.
2489
2490 2020-07-08 Tom Tromey <tromey@adacore.com>
2491
2492 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2493 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2494
2495 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2496
2497 PR python/22748
2498 * gdb.opt/inline-frame-tailcall.c: New file.
2499 * gdb.opt/inline-frame-tailcall.exp: New file.
2500 * gdb.python/py-unwind-inline.c: New file.
2501 * gdb.python/py-unwind-inline.exp: New file.
2502 * gdb.python/py-unwind-inline.py: New file.
2503
2504 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.python/py-arch-reg-groups.exp: New file.
2507
2508 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * gdb.python/py-arch-reg-names.exp: New file.
2511
2512 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2515 gdb.PendingFrame.architecture method.
2516
2517 2020-07-06 Tom de Vries <tdevries@suse.de>
2518
2519 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2520
2521 2020-07-03 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2524 explicitly write negative numbers.
2525 * gdb.base/structs2.exp: Adjust expected output.
2526
2527 2020-07-03 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.base/charset.c (init_string): Change all char parameters to
2530 unsigned char parameters.
2531
2532 2020-07-03 Pedro Alves <palves@redhat.com>
2533
2534 * gdb.base/call-sc.exp (start_scalars_test): Use
2535 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2536 * gdb.base/overlays.c: Remove references to PARAMS.
2537 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2538 * gdb.base/reread.exp: Don't set 'prototypes' global.
2539 * gdb.base/structs.exp (start_structs_test): Use
2540 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2541 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2542 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2543 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2544 call.
2545 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2546
2547 2020-07-03 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.base/m32rovly.c: Delete.
2550 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
2551
2552 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2553
2554 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
2555 of gdb_py_test_multiple.
2556 * gdb.python/py-cmd.exp: Likewise.
2557 * gdb.python/py-events.exp: Likewise.
2558 * gdb.python/py-function.exp: Likewise.
2559 * gdb.python/py-inferior.exp: Likewise.
2560 * gdb.python/py-infthread.exp: Likewise.
2561 * gdb.python/py-linetable.exp: Likewise.
2562 * gdb.python/py-parameter.exp: Likewise.
2563 * gdb.python/py-value.exp: Likewise.
2564
2565 2020-06-30 Tom de Vries <tdevries@suse.de>
2566
2567 PR testsuite/26175
2568 * lib/future.exp (gdb_default_target_compile): Detect and handle
2569 early_flags.
2570
2571 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
2572
2573 * boards/simavr.exp (gdb_load): Catch errors when closing
2574 previous connection. Close connection, wait for process and
2575 unset simavr_spawn_id on failure.
2576
2577 2020-06-29 Tom de Vries <tdevries@suse.de>
2578
2579 * lib/gdb.exp (unknown): Make test-case unresolved.
2580
2581 2020-06-29 Tom de Vries <tdevries@suse.de>
2582
2583 PR gdb/25475
2584 * gdb.server/solib-list.exp: Verify that the symbol reload
2585 confirmation question is asked.
2586
2587 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2588
2589 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
2590 have a input seq nr in each pass message.
2591 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
2592 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
2593 * gdb.python/python.exp: Make test names unique,
2594 use gdb_test_multiline instead of gdb_py_test_multiple,
2595 use $gdb_test_name.
2596 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
2597
2598 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
2599
2600 * configure.ac: Add --enable-libctf.
2601 * aclocal.m4: sinclude ../config/enable.m4.
2602 * Makefile.in (site.exp): Add enable_libctf to site.exp.
2603 * lib/gdb.exp (skip_ctf_tests): Use it.
2604 * gdb.base/ctf-constvars.exp: Error message tweak.
2605 * gdb.base/ctf-ptype.exp: Likewise.
2606 * configure: Regenerate.
2607
2608 2020-06-26 Gary Benson <gbenson@redhat.com>
2609
2610 * gdb.cp/try_catch.cc: Include string.h.
2611 (main): Replace comparison against string literal with
2612 strcmp, avoiding build failure with -Wstring-compare.
2613 Add "marker test-complete".
2614 * gdb.cp/try_catch.exp: Run the test to the above marker,
2615 then verify that the value of "test" is still true.
2616
2617 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
2620
2621 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2624
2625 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
2628 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
2629 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
2630 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
2631 * gdb.arch/riscv-tdesc-loading.exp: New file.
2632
2633 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
2636
2637 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
2640 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
2641 * gdb.arch/riscv-tdesc-regs.c: New file.
2642 * gdb.arch/riscv-tdesc-regs.exp: New file.
2643
2644 2020-06-24 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.arch/amd64-entry-value-paramref.exp: Use
2647 prepare_for_testing_full and don't pass "c++" for the .S file
2648 build spec.
2649 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
2650 $options, since it's an assembly file. Remove -Wno-deprecated.
2651 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
2652 compiling C++ programs.
2653
2654 2020-06-24 Pedro Alves <palves@redhat.com>
2655
2656 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
2657 Clang, add "-Wno-unknown-warning-option" to the options.
2658
2659 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 * gdb.xml/tdesc-reload.c: New file.
2662 * gdb.xml/tdesc-reload.exp: New file.
2663 * gdb.xml/maint-xml-dump-01.xml: New file.
2664 * gdb.xml/maint-xml-dump-02.xml: New file.
2665 * gdb.xml/maint-xml-dump.exp: New file.
2666
2667 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
2668
2669 * lib/completion-support.exp (test_gdb_completion_offers_commands):
2670 Adjust for omitted commands when TUI is disabled.
2671
2672 2020-06-23 Gary Benson <gbenson@redhat.com>
2673 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
2676 * gdb.cp/nsimport.cc: Likewise.
2677 * gdb.cp/nsnested.cc: Likewise.
2678 * gdb.cp/nsnoimports.cc: Likewise.
2679 * gdb.cp/nsusing.cc: Likewise.
2680 * gdb.cp/smartp.cc: Likewise.
2681 * gdb.python/py-pp-integral.c: Likewise.
2682 * gdb.python/py-pp-re-notag.c: Likewise.
2683
2684 2020-06-23 Gary Benson <gbenson@redhat.com>
2685
2686 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
2687 * gdb.cp/nsimport.cc: Likewise.
2688 * gdb.cp/nsnested.cc: Likewise.
2689 * gdb.cp/nsnoimports.cc: Likewise.
2690 * gdb.cp/nsusing.cc: Likewise.
2691 * gdb.cp/smartp.cc: Likewise.
2692 * gdb.python/py-pp-integral.c: Likewise.
2693 * gdb.python/py-pp-re-notag.c: Likewise.
2694
2695 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2696
2697 * gdb.base/default-args.exp: New test.
2698 * gdb.base/default-args.c: New file.
2699 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
2700 * gdb.base/default.exp: Update to new help text.
2701 * gdb.base/help.exp: Likewise.
2702 * gdb.base/page.exp: Likewise.
2703 * gdb.base/style.exp: Likewise.
2704 * gdb.guile/guile.exp: Likewise.
2705 * gdb.python/python.exp: Likewise.
2706
2707 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
2708
2709 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
2710 remote host. Fix search path syntax on Windows host.
2711
2712 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2713
2714 * gdb.base/attach.exp: Test priority of 'exec-file' changed
2715 over 'exec-file-mismatch'.
2716 * gdb.base/attach.c: Mark should_exit volatile.
2717 * gdb.base/attach2.c: Likewise. Add a comment explaining
2718 why the sleep cannot be big.
2719 * gdb.base/attach3.c: New file.
2720
2721 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2722
2723 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
2724 prefix optional.
2725
2726 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2727
2728 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
2729 for remote host.
2730
2731 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
2732 Hafiz Abid Qadeer <abidh@codesourcery.com>
2733
2734 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
2735 file sent to remote host.
2736 (top level): Allow int32_t as type of 32-bit register.
2737
2738 2020-06-19 Tom de Vries <tdevries@suse.de>
2739
2740 * lib/gdb.exp (gdb_note): New proc.
2741 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
2742 (gdb_default_target_compile): ... here. Only call
2743 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
2744 (use_gdb_compile): Change to array.
2745 (toplevel): Update sets of use_gdb_compile to specify language.
2746 Warn about default_target_compile override. Store dejagnu's version
2747 of default_target_compile in dejagnu_default_target_compile.
2748
2749 2020-06-18 Tom de Vries <tdevries@suse.de>
2750
2751 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
2752 (default_gdb_init): ... here.
2753
2754 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2755
2756 Fix TUI support checks in gdb.tui tests.
2757
2758 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
2759 just say UNSUPPORTED.
2760 * gdb.tui/corefile-run.exp: Likewise.
2761 * gdb.tui/empty.exp: Likewise.
2762 * gdb.tui/list-before.exp: Likewise.
2763 * gdb.tui/list.exp: Likewise.
2764 * gdb.tui/main.exp: Likewise.
2765 * gdb.tui/regs.exp: Likewise.
2766 * gdb.tui/resize.exp: Likewise.
2767 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
2768 * gdb.tui/tui-layout-asm.exp: Likewise.
2769 * gdb.tui/tui-missing-src.exp: Likewise.
2770 * gdb.tui/winheight.exp: Likewise.
2771 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
2772
2773 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2774
2775 Fix TCL error in gdb.python/py-format-string.exp.
2776
2777 * gdb.python/py-format-string.exp: Move test for python support
2778 earlier, out of function body.
2779
2780 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
2781
2782 * gdb.base/index-cache-load-twice.c: New.
2783 * gdb.base/index-cache-load-twice.exp: New.
2784
2785 2020-06-17 Keith Seitz <keiths@redhat.com>
2786
2787 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
2788 when executing "gdb --configuration".
2789
2790 2020-06-17 Tom de Vries <tdevries@suse.de>
2791
2792 * lib/gdb.exp (gdb_tcl_unknown): New proc.
2793 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
2794 conditional on presence of gdb_tcl_unknown.
2795 (gdb_finish): Make override undo conditional on presence of
2796 gdb_tcl_unknown.
2797
2798 2020-06-16 Tom Tromey <tom@tromey.com>
2799
2800 * gdb.python/tui-window.py (failwin): New function. Register it
2801 as a TUI window type.
2802 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
2803
2804 2020-06-16 Gary Benson <gbenson@redhat.com>
2805
2806 * gdb.python/py-nested-maps.c (create_map): Add missing return
2807 value.
2808 (create_map_map): Likewise.
2809
2810 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2811
2812 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
2813 variable.
2814 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
2815 and use the already-defined 'options' variable.
2816
2817 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2818 Tom de Vries <tdevries@suse.de>
2819
2820 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
2821 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
2822 (gdb_setup_known_globals): New proc.
2823 (gdb_cleanup_globals): New proc.
2824 * lib/gdb.exp (load_lib): New override proc.
2825 (gdb_stdin_log_init): Set var in_file as persistent global.
2826 * lib/pascal.exp (gdb_stdin_log_init): Set vars
2827 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
2828 fpc_compiler as persistent global.
2829
2830 2020-06-12 Tom de Vries <tdevries@suse.de>
2831
2832 * lib/tuiterm.exp (spawn): Rename to ...
2833 (tui_spawn): ... this.
2834 (toplevel): Move rename of spawn ...
2835 (gdb_init_tuiterm): ... here. New proc.
2836 (gdb_finish_tuiterm): New proc.
2837 * lib/gdb.exp (gdb_finish_hooks): New global var.
2838 (gdb_finish): Handle gdb_finish_hooks.
2839 (tuiterm_env): New proc.
2840 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
2841 tuiterm_env.
2842 * gdb.tui/basic.exp: Same.
2843 * gdb.tui/corefile-run.exp: Same.
2844 * gdb.tui/empty.exp: Same.
2845 * gdb.tui/list-before.exp: Same.
2846 * gdb.tui/list.exp: Same.
2847 * gdb.tui/main.exp: Same.
2848 * gdb.tui/new-layout.exp: Same.
2849 * gdb.tui/regs.exp: Same.
2850 * gdb.tui/resize.exp: Same.
2851 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
2852 * gdb.tui/tui-layout-asm.exp: Same.
2853 * gdb.tui/tui-missing-src.exp: Same.
2854 * gdb.tui/winheight.exp: Same.
2855
2856 2020-06-12 Tom de Vries <tdevries@suse.de>
2857
2858 PR testsuite/26110
2859 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
2860 (gdb_finish): Reinstall dejagnu's override of ::unknown.
2861
2862 2020-06-11 Tom Tromey <tom@tromey.com>
2863
2864 PR gdb/18318:
2865 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
2866 floating point tests.
2867
2868 2020-06-11 Keith Seitz <keiths@redhat.com>
2869
2870 PR gdb/21356
2871 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
2872 vla_struct.
2873 Add new struct vla_typedef and union vla_typedef_union and
2874 corresponding instantiation objects.
2875 Initialize new objects.
2876 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
2877 and vla_typedef_union_object.
2878 Fixup type for vla_struct_object.
2879
2880 2020-06-11 Tom de Vries <tdevries@suse.de>
2881
2882 * lib/gdb.exp (with_override): New proc, factored out of ...
2883 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
2884
2885 2020-06-10 Tom de Vries <tdevries@suse.de>
2886
2887 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
2888
2889 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
2890
2891 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
2892 parameter, update callers.
2893
2894 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
2895
2896 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
2897 * gdb.dwarf2/share-psymtabs-bt.c: New file.
2898 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
2899
2900 2020-06-04 Tom de Vries <tdevries@suse.de>
2901
2902 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
2903
2904 2020-06-04 Tom de Vries <tdevries@suse.de>
2905
2906 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
2907 exp_continue.
2908
2909 2020-06-04 Tom de Vries <tdevries@suse.de>
2910
2911 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
2912
2913 2020-06-03 Tom de Vries <tdevries@suse.de>
2914
2915 PR symtab/26046
2916 * gdb.cp/breakpoint-locs-2.cc: New test.
2917 * gdb.cp/breakpoint-locs.cc: New test.
2918 * gdb.cp/breakpoint-locs.exp: New file.
2919 * gdb.cp/breakpoint-locs.h: New test.
2920
2921 2020-06-03 Tom de Vries <tdevries@suse.de>
2922
2923 PR testsuite/25609
2924 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
2925 value of global verbose.
2926 * gdb.base/jit-elf.exp: Same.
2927 * gdb.base/jit-reader.exp: Same.
2928
2929 2020-06-02 Tom de Vries <tdevries@suse.de>
2930
2931 * gdb.dwarf2/multidictionary.exp: Don't use
2932 gdb_spawn_with_cmdline_opts.
2933
2934 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
2937 use_header case.
2938 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
2939 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
2940 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
2941 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
2942 * gdb.dwarf2/dw2-inline-header.c: New file.
2943 * gdb.dwarf2/dw2-inline-header.h: New file.
2944
2945 2020-05-30 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
2948 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
2949
2950 2020-05-29 Gary Benson <gbenson@redhat.com>
2951
2952 * gdb.compile/compile-cplus.exp (additional_flags): Also
2953 set when building with clang.
2954 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
2955 when building with clang.
2956
2957 2020-05-29 Gary Benson <gbenson@redhat.com>
2958
2959 * gdb.arch/i386-avx.exp (additional_flags): Also set when
2960 building with clang.
2961 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
2962
2963 2020-05-29 Gary Benson <gbenson@redhat.com>
2964
2965 * gdb.cp/koenig.exp (prepare_for_testing): Add
2966 additional_flags=-Wno-unused-comparison.
2967 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
2968
2969 2020-05-28 Gary Benson <gbenson@redhat.com>
2970
2971 * gdb.base/sigaltstack.c (catcher): Add default case to switch
2972 statement.
2973
2974 2020-05-28 Gary Benson <gbenson@redhat.com>
2975
2976 * gdb.cp/classes.exp (prepare_for_testing): Add
2977 additional_flags=-Wno-deprecated-register.
2978 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
2979 * gdb.cp/misc.exp: Likewise.
2980
2981 2020-05-28 Gary Benson <gbenson@redhat.com>
2982
2983 * gdb.linespec/cpls-ops.cc (dummy): New static global.
2984 (test_op_new::operator new): Add return statement.
2985 (test_op_new_array::operator new[]): Likewise.
2986
2987 2020-05-27 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
2990 check. Use test_gdb_complete_unique instead of
2991 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
2992 test_gdb_complete_multiple instead of
2993 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
2994
2995 2020-05-27 Luis Machado <luis.machado@linaro.org>
2996
2997 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
2998 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
2999 * gdb.arch/arm-disassembler-options.exp: Likewise.
3000 * gdb.arch/arm-disp-step.exp: Likewise.
3001 * gdb.arch/thumb-prologue.exp: Likewise.
3002 * gdb.base/async.exp: Likewise.
3003 * gdb.base/auxv.exp: Likewise.
3004 * gdb.base/complex-parts.exp: Likewise.
3005 * gdb.base/ena-dis-br.exp: Likewise.
3006 * gdb.base/foll-exec.exp: Likewise.
3007 * gdb.base/permissions.exp: Likewise.
3008 * gdb.base/relocate.exp: Likewise.
3009 * gdb.base/return2.exp: Likewise.
3010 * gdb.base/sigbpt.exp: Likewise.
3011 * gdb.base/siginfo-obj.exp: Likewise.
3012 * gdb.cp/converts.exp: Likewise.
3013 * gdb.cp/exceptprint.exp: Likewise.
3014 * gdb.cp/inherit.exp: Likewise.
3015 * gdb.cp/nsnoimports.exp: Likewise.
3016 * gdb.cp/virtbase2.exp: Likewise.
3017 * gdb.mi/mi-var-cmd.exp: Likewise.
3018 * gdb.mi/var-cmd.c: Likewise.
3019
3020 2020-05-26 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3023
3024 2020-05-26 Tom Tromey <tromey@adacore.com>
3025
3026 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3027 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3028 type.
3029 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3030 variable.
3031
3032 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3033
3034 * Makefile.in: Use = instead of == for the test command
3035 for portability.
3036
3037 2020-05-26 Tom de Vries <tdevries@suse.de>
3038
3039 * gdb.base/gold-gdb-index-2.c: New test.
3040 * gdb.base/gold-gdb-index.c: New test.
3041 * gdb.base/gold-gdb-index.exp: New file.
3042 * gdb.base/gold-gdb-index.h: New test.
3043
3044 2020-05-25 Tom de Vries <tdevries@suse.de>
3045
3046 * boards/gold-gdb-index.exp: New file.
3047
3048 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3049
3050 * boards/simavr.exp: New file.
3051
3052 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3053
3054 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3055 * gdb.base/inferior-args.exp: New file.
3056 * gdb.base/inferior-args.c: New file.
3057
3058 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3059
3060 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3061 inferior_args. Pass it to gdb_reload.
3062 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3063 inferior_args.
3064 (gdb_reload): Add inferior_args argument.
3065 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3066 pass it to gdbserver_run.
3067 * boards/native-gdbserver.exp: Do not set noargs.
3068 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3069 inferior_args argument.
3070 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3071 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3072 * gdb.base/args.exp: Likewise.
3073
3074 2020-05-25 Tom de Vries <tdevries@suse.de>
3075
3076 * lib/gdb.exp (exec_is_pie): Add comment.
3077
3078 2020-05-25 Tom de Vries <tdevries@suse.de>
3079
3080 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3081 instead of $binfile in the untested message.
3082
3083 2020-05-25 Tom de Vries <tdevries@suse.de>
3084
3085 PR testsuite/26031
3086 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3087
3088 2020-05-25 Tom de Vries <tdevries@suse.de>
3089
3090 * boards/gold.exp: New file.
3091
3092 2020-05-23 Tom Tromey <tom@tromey.com>
3093
3094 * gdb.base/style.exp: Remove completion styling test.
3095 * lib/gdb-utils.exp (style): Remove completion styles.
3096
3097 2020-05-23 Tom Tromey <tom@tromey.com>
3098
3099 * gdb.base/style.exp: Add completion styling test.
3100 * lib/gdb-utils.exp (style): Add completion styles.
3101
3102 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3103
3104 * gdb.base/annota1.exp: Update expected results.
3105 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3106 test name.
3107 * gdb.cp/annota3.exp: Update expected results.
3108
3109 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3110
3111 PR gdb/26016
3112 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3113 against MAP_FAILED.
3114 * gdb.base/coremaker.c (mmapdata): Likewise.
3115 * gdb.base/jit-reader-host.c (main): Likewise.
3116 * gdb.base/sym-file-loader.c (load): Likewise.
3117 (load_shlib): Likewise.
3118
3119 2020-05-20 Tom Tromey <tromey@adacore.com>
3120
3121 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3122
3123 2020-05-20 Tom de Vries <tdevries@suse.de>
3124
3125 PR symtab/25833
3126 * gdb.base/with-mf-inc.c: New test.
3127 * gdb.base/with-mf-main.c: New test.
3128 * gdb.base/with-mf.exp: New file.
3129
3130 2020-05-19 Tom Tromey <tromey@adacore.com>
3131
3132 * gdb.rust/simple.exp: Restore missing test result.
3133
3134 2020-05-19 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.base/gdb-caching-proc.exp: Fix typo.
3137
3138 2020-05-19 Tom Tromey <tromey@adacore.com>
3139
3140 * gdb.rust/simple.exp: Add some test descriptions.
3141 (test_one_slice): Use with_test_prefix.
3142
3143 2020-05-18 Tom de Vries <tdevries@suse.de>
3144
3145 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3146
3147 2020-05-17 Pedro Alves <palves@redhat.com>
3148
3149 PR gdb/25741
3150 * gdb.base/hw-sw-break-same-address.exp: New file.
3151
3152 2020-05-16 Pedro Alves <palves@redhat.com>
3153
3154 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3155 LAST_LOADED_FILE accordingly.
3156
3157 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3158
3159 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3160
3161 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3162
3163 * gdb.base/help.exp: Test apropos and help for commands
3164 having aliases. Fixed comments not starting with an
3165 upper-case letter or not finishing with a dot.
3166
3167 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3168
3169 * gdb.base/alias.exp: Update help output check.
3170
3171 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3172
3173 * gdb.base/default.exp: Update output following fixes.
3174
3175 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3176
3177 * gdb.base/alias.exp: Test aliases starting with a prefix of
3178 another alias.
3179
3180 2020-05-15 Gary Benson <gbenson@redhat.com>
3181
3182 * gdb.base/info-os.c (main): Add return statement.
3183 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3184 * gdb.base/large-frame-2.c (func): Likewise.
3185 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3186 * gdb.base/pr10179-b.c (foo2): Likewise.
3187 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3188 * gdb.base/watch-cond.c (func): Likewise.
3189 * gdb.multi/goodbye.c (verylongfun): Likewise.
3190 * gdb.multi/hello.c (commonfun): Likewise.
3191 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3192 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3193 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3194 Likewise.
3195 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3196 * gdb.threads/interrupt-while-step-over.c (child_function):
3197 Likewise.
3198 * gdb.trace/actions-changed.c (end): Likewise.
3199
3200 2020-05-15 Gary Benson <gbenson@redhat.com>
3201
3202 * gdb.opencl/callfuncs.exp: Report when test skipped.
3203 * gdb.opencl/convs_casts.exp: Likewise.
3204 * gdb.opencl/datatypes.exp: Likewise.
3205 * gdb.opencl/operators.exp: Likewise.
3206 * gdb.opencl/vec_comps.exp: Likewise.
3207
3208 2020-05-15 Tom de Vries <tdevries@suse.de>
3209
3210 * gdb.base/align.exp.in: Rename to ...
3211 * gdb.base/align.exp.tcl: ... this.
3212 * gdb.base/align-c++.exp: Update.
3213 * gdb.base/align-c.exp: Update.
3214 * gdb.base/all-architectures.exp.in: Rename to ...
3215 * gdb.base/all-architectures.exp: ... this.
3216 * gdb.base/all-architectures-0.exp: Update.
3217 * gdb.base/all-architectures-1.exp: Update.
3218 * gdb.base/all-architectures-2.exp: Update.
3219 * gdb.base/all-architectures-3.exp: Update.
3220 * gdb.base/all-architectures-4.exp: Update.
3221 * gdb.base/all-architectures-5.exp: Update.
3222 * gdb.base/all-architectures-6.exp: Update.
3223 * gdb.base/all-architectures-7.exp: Update.
3224 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3225 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3226 * gdb.base/infcall-nested-structs-c++.exp: Update.
3227 * gdb.base/infcall-nested-structs-c.exp: Update.
3228 * gdb.base/info-types.exp.in: Rename to ...
3229 * gdb.base/info-types.exp.tcl: ... this.
3230 * gdb.base/info-types-c++.exp: Update.
3231 * gdb.base/info-types-c.exp: Update.
3232 * gdb.base/max-depth.exp.in: Rename to ...
3233 * gdb.base/max-depth.exp.tcl: ... this.
3234 * gdb.base/max-depth-c++.exp: Update.
3235 * gdb.base/max-depth-c.exp: Update.
3236 * gdb.cp/cpexprs.exp.in: Rename to ...
3237 * gdb.cp/cpexprs.exp.tcl: ... this.
3238 * gdb.cp/cpexprs-debug-types.exp: Update.
3239 * gdb.cp/cpexprs.exp: Update.
3240 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3241 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3242 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3243 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3244 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3245 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3246 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3247 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3248 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3249 * gdb.dwarf2/clang-debug-names.exp: Update.
3250
3251 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3252
3253 * lib/check-test-names.exp: Remove code that prevents this file
3254 loading when tests are run in parallel.
3255
3256 2020-05-15 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.multi/multi-kill.exp (start_inferior): Remove
3259 'testpid' parameter. Refer to namespace variable directly.
3260 (testpid): Declare as namespace variable.
3261
3262 2020-05-15 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.multi/multi-kill.exp: Wrap in namespace.
3265 (start_inferior): Add TESTPID parameter. Use it instead of the
3266 testpid global.
3267 (top level): Define empty TESTPID array, and pass it down to
3268 start_inferior.
3269
3270 2020-05-14 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3273 output.
3274
3275 2020-05-14 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.base/align.exp: Split into ...
3278 * gdb.base/align.exp.in: ...
3279 * gdb.base/align-c++.exp: ...
3280 * gdb.base/align-c.exp: ... these.
3281 * gdb.base/infcall-nested-structs.exp: Split into ...
3282 * gdb.base/infcall-nested-structs.exp.in: ...
3283 * gdb.base/infcall-nested-structs-c++.exp: ...
3284 * gdb.base/infcall-nested-structs-c.exp: ... these.
3285 * gdb.base/info-types.exp: Split into ...
3286 * gdb.base/info-types.exp.in: ...
3287 * gdb.base/info-types-c++.exp: ...
3288 * gdb.base/info-types-c.exp: ... these.
3289 * gdb.base/max-depth.exp: Split into ...
3290 * gdb.base/max-depth.exp.in: ...
3291 * gdb.base/max-depth-c++.exp: ...
3292 * gdb.base/max-depth-c.exp: ... these.
3293 * gdb.cp/infcall-nodebug.exp: Split into ...
3294 * gdb.cp/infcall-nodebug.exp.in: ...
3295 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3296 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3297 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3298 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3299
3300 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3301 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.multi/multi-exit.c: New file.
3304 * gdb.multi/multi-exit.exp: New file.
3305 * gdb.multi/multi-kill.c: New file.
3306 * gdb.multi/multi-kill.exp: New file.
3307
3308 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3309
3310 * gdb.base/annota1.exp: Update the expected output.
3311 * gdb.cp/annota2.exp: Ditto.
3312
3313 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 * lib/check-test-names.exp: Disable when testing is being run in
3316 parallel.
3317
3318 2020-05-12 Tom de Vries <tdevries@suse.de>
3319
3320 * gdb.base/jit-elf.exp: Fix string concat.
3321
3322 2020-05-12 Tom de Vries <tdevries@suse.de>
3323
3324 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3325 messages.
3326
3327 2020-05-12 Tom de Vries <tdevries@suse.de>
3328
3329 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3330
3331 2020-05-12 Tom de Vries <tdevries@suse.de>
3332
3333 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3334 * gdb.ada/mi_catch_ex.exp: Same.
3335 * gdb.ada/mi_catch_ex_hand.exp: Same.
3336
3337 2020-05-12 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.fortran/complex.exp: Use with_test_prefix.
3340
3341 2020-05-12 Tom de Vries <tdevries@suse.de>
3342
3343 * gdb.trace/passcount.exp: Fix test-names.
3344
3345 2020-05-12 Tom de Vries <tdevries@suse.de>
3346
3347 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3348
3349 2020-05-12 Tom de Vries <tdevries@suse.de>
3350
3351 * gdb.gdb/complaints.exp: Use with_test_prefix.
3352 * gdb.xml/tdesc-regs.exp: Same.
3353 * gdb.opt/inline-locals.exp: Fix test name.
3354
3355 2020-05-12 Tom de Vries <tdevries@suse.de>
3356
3357 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3358 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3359 * gdb.dwarf2/implref-struct.exp: Same.
3360 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3361 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3362
3363 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3364
3365 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3366
3367 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * lib/check-test-names.exp (all_test_names): New module variable.
3370 (counts): Add 'duplicates' field.
3371 (_check_duplicates): New procedure.
3372 (check): Also check for duplicates.
3373 (do_log_summary): Print duplicates count.
3374 (do_reset_vars): Reset counter for duplicate test names, and
3375 discard all know test names.
3376
3377 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * lib/gdb.exp: Include check-test-names.exp library.
3380 * lib/check-test-names.exp: New file.
3381
3382 2020-05-11 Tom de Vries <tdevries@suse.de>
3383
3384 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3385
3386 2020-05-11 Keith Seitz <keiths@redhat.com>
3387
3388 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3389
3390 2020-05-11 Tom de Vries <tdevries@suse.de>
3391
3392 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3393 * gdb.cp/cpexprs.exp.in: .. here.
3394 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3395 cpexprs.exp.
3396
3397 2020-05-11 Keith Seitz <keiths@redhat.com>
3398
3399 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3400 test names.
3401 * gdb.ada/arrayptr.exp: Likewise.
3402 * gdb.ada/assign_arr.exp: Likewise.
3403 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3404 * gdb.ada/bp_on_var.exp: Likewise.
3405 * gdb.ada/call_pn.exp: Likewise.
3406 * gdb.ada/complete.exp: Likewise.
3407 * gdb.ada/fun_overload_menu.exp: Likewise.
3408 * gdb.ada/funcall_param.exp: Likewise.
3409 * gdb.ada/funcall_ref.exp: Likewise.
3410 * gdb.ada/packed_array_assign.exp: Likewise.
3411 * gdb.ada/same_component_name.exp: Likewise.
3412 * gdb.ada/type_coercion.exp: Likewise.
3413 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3414 * gdb.ada/variant_record_packed_array.exp: Likewise.
3415
3416 2020-05-11 Tom de Vries <tdevries@suse.de>
3417
3418 PR symtab/25941
3419 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3420 out of ...
3421 * gdb.dwarf2/clang-debug-names.exp: ... here.
3422 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3423 clang-debug-names.exp.in.
3424 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3425 * gdb.dwarf2/clang-debug-names-2.c: New test.
3426
3427 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3428
3429 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3430 (fortran_runto_main): New Proc, fortran version of runto_main.
3431 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3432 * gdb.fortran/array-bounds.exp: Likewise.
3433 * gdb.fortran/array-slices.exp: Likewise.
3434 * gdb.fortran/block-data.exp: Likewise.
3435 * gdb.fortran/charset.exp: Likewise.
3436 * gdb.fortran/common-block.exp: Likewise.
3437 * gdb.fortran/complex.exp: Likewise.
3438 * gdb.fortran/derived-type-function.exp: Likewise.
3439 * gdb.fortran/derived-type.exp: Likewise.
3440 * gdb.fortran/info-modules.exp: Likewise.
3441 * gdb.fortran/info-types.exp: Likewise.
3442 * gdb.fortran/intrinsics.exp: Likewise.
3443 * gdb.fortran/library-module.exp: Likewise.
3444 * gdb.fortran/logical.exp: Likewise.
3445 * gdb.fortran/max-depth.exp: Likewise.
3446 * gdb.fortran/module.exp: Likewise.
3447 * gdb.fortran/multi-dim.exp: Likewise.
3448 * gdb.fortran/nested-funcs.exp: Likewise.
3449 * gdb.fortran/print-formatted.exp: Likewise.
3450 * gdb.fortran/print_type.exp: Likewise.
3451 * gdb.fortran/printing-types.exp: Likewise.
3452 * gdb.fortran/ptr-indentation.exp: Likewise.
3453 * gdb.fortran/ptype-on-functions.exp: Likewise.
3454 * gdb.fortran/subarray.exp: Likewise.
3455 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3456 * gdb.fortran/vla-datatypes.exp: Likewise.
3457 * gdb.fortran/vla-history.exp: Likewise.
3458 * gdb.fortran/vla-ptr-info.exp: Likewise.
3459 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3460 * gdb.fortran/vla-ptype.exp: Likewise.
3461 * gdb.fortran/vla-sizeof.exp: Likewise.
3462 * gdb.fortran/vla-type.exp: Likewise.
3463 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3464 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3465 * gdb.fortran/vla-value-sub.exp: Likewise.
3466 * gdb.fortran/vla-value.exp: Likewise.
3467 * gdb.fortran/whatis_type.exp: Likewise.
3468 * gdb.mi/mi-var-child-f.exp: Likewise.
3469
3470 2020-05-09 Tom de Vries <tdevries@suse.de>
3471
3472 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3473
3474 2020-05-08 Tom de Vries <tdevries@suse.de>
3475
3476 * gdb.dwarf2/clang-debug-names.c: New test.
3477 * gdb.dwarf2/clang-debug-names.exp: New file.
3478
3479 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
3480
3481 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3482 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3483
3484 2020-05-06 Tom de Vries <tdevries@suse.de>
3485
3486 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3487 breakpoint is at a "recommended breakpoint location".
3488 * gdb.reverse/consecutive-reverse.exp: Same.
3489
3490 2020-05-06 Tom de Vries <tdevries@suse.de>
3491
3492 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3493 address.
3494
3495 2020-05-06 Tom de Vries <tdevries@suse.de>
3496
3497 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3498
3499 2020-05-06 Tom de Vries <tdevries@suse.de>
3500
3501 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3502 info for r.
3503
3504 2020-05-06 Tom de Vries <tdevries@suse.de>
3505
3506 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3507 necessary.
3508
3509 2020-05-06 Tom de Vries <tdevries@suse.de>
3510
3511 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3512 void.
3513
3514 2020-05-06 Tom de Vries <tdevries@suse.de>
3515
3516 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3517 of ...
3518 * gdb.base/async.exp: ... here.
3519 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3520 "recommended breakpoint location".
3521
3522 2020-05-06 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3525
3526 2020-05-04 Tom de Vries <tdevries@suse.de>
3527
3528 * gdb.base/async.exp: Check whether instruction addresses are a
3529 "recommended breakpoint location".
3530
3531 2020-05-03 Tom Tromey <tom@tromey.com>
3532
3533 * gdb.base/sepdebug.exp: Remove "catch" test.
3534 * gdb.base/break.exp: Remove "catch" test.
3535 * gdb.base/default.exp: Update expected output.
3536
3537 2020-05-02 Tom de Vries <tdevries@suse.de>
3538
3539 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3540 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3541 * gdb.arch/i386-mpx-map.exp: Same.
3542 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3543 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3544 * gdb.arch/i386-mpx.exp: Same.
3545
3546 2020-05-02 Tom de Vries <tdevries@suse.de>
3547
3548 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
3549
3550 2020-05-01 Tom de Vries <tdevries@suse.de>
3551
3552 * gdb.ada/operator_bp.exp: Allow more than required amount of
3553 breakpoint.
3554
3555 2020-05-01 Tom de Vries <tdevries@suse.de>
3556
3557 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
3558
3559 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3560
3561 PR gdb/18706
3562 * gdb.cp/stub-array-size.cc: New test.
3563 * gdb.cp/stub-array-size.exp: New file.
3564 * gdb.cp/stub-array-size.h: New test.
3565 * gdb.cp/stub-array-size2.cc: New test.
3566
3567 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
3568
3569 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
3570 output to the new format.
3571
3572 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
3573
3574 * gdb.base/break.exp: Use with_test_prefix.
3575
3576 2020-04-29 Tom de Vries <tdevries@suse.de>
3577
3578 * lib/gdb.exp (debug_types): New proc.
3579 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
3580 * gdb.python/py-symtab.exp: Same.
3581
3582 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
3583
3584 PR gdb/17320
3585 * gdb.base/pretty-array.c: New test.
3586 * gdb.base/pretty-array.exp: New file.
3587
3588 2020-04-29 Tom de Vries <tdevries@suse.de>
3589
3590 PR symtab/25889
3591 * gdb.cp/cpexprs.exp: Adapt for inclusion.
3592 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
3593 and include cpexprs.exp.
3594
3595 2020-04-28 Mark Williams <mark@myosotissp.com>
3596
3597 PR gdb/24480
3598 * dw4-toplevel-types.exp: Test for top level types.
3599 * dw4-toplevel-types.cc: Test for top level types.
3600
3601 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3602
3603 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3604 (theads -> threads).
3605
3606 2020-04-28 Tom de Vries <tdevries@suse.de>
3607
3608 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3609
3610 2020-04-28 Tom de Vries <tdevries@suse.de>
3611
3612 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
3613
3614 2020-04-28 Tom de Vries <tdevries@suse.de>
3615
3616 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
3617
3618 2020-04-28 Tom de Vries <tdevries@suse.de>
3619
3620 * gdb.dwarf2/main-foo.c: New test.
3621 * gdb.dwarf2/struct-with-sig.exp: New file.
3622
3623 2020-04-25 Tom de Vries <tdevries@suse.de>
3624
3625 * boards/debug-types.exp: New file.
3626
3627 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
3630
3631 2020-04-24 Tom Tromey <tom@tromey.com>
3632
3633 PR symtab/12707:
3634 * gdb.python/py-symbol.exp: Update expected results for
3635 linkage_name test.
3636 * gdb.cp/print-demangle.exp: New file.
3637 * gdb.base/c-linkage-name.exp: Fix test.
3638 * gdb.guile/scm-symbol.exp: Update expected results for
3639 linkage_name test.
3640
3641 2020-04-24 Tom Tromey <tom@tromey.com>
3642
3643 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
3644 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
3645 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
3646 assembler.
3647
3648 2020-04-24 Tom de Vries <tdevries@suse.de>
3649
3650 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
3651 C++.
3652
3653 2020-04-24 Tom Tromey <tromey@adacore.com>
3654
3655 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
3656 values.
3657 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
3658 values. Update test for minimal encodings.
3659 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
3660 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
3661 values. Update test for minimal encodings.
3662
3663 2020-04-24 Tom Tromey <tromey@adacore.com>
3664
3665 PR python/23662:
3666 * gdb.ada/variant.exp: Add Python checks.
3667 * gdb.rust/simple.exp: Add dynamic type checks.
3668
3669 2020-04-24 Tom Tromey <tromey@adacore.com>
3670
3671 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
3672 Make array type matching more lax.
3673 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
3674 * gdb.ada/mi_variant.exp: New file.
3675 * gdb.ada/mi_variant/pck.ads: New file.
3676 * gdb.ada/mi_variant/pkg.adb: New file.
3677 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
3678 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
3679
3680 2020-04-24 Tom Tromey <tromey@adacore.com>
3681
3682 * gdb.ada/variant.exp: Add dynamic field offset tests.
3683 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
3684 * gdb.ada/variant/pkg.adb: Add new variables.
3685
3686 2020-04-24 Tom Tromey <tromey@adacore.com>
3687
3688 * gdb.ada/variant.exp: New file
3689 * gdb.ada/variant/pkg.adb: New file
3690 * gdb.ada/variant/pck.adb: New file
3691
3692 2020-04-24 Tom de Vries <tdevries@suse.de>
3693
3694 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
3695
3696 2020-04-24 Tom de Vries <tdevries@suse.de>
3697
3698 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
3699 flags.
3700
3701 2020-04-24 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
3704
3705 2020-04-24 Tom de Vries <tdevries@suse.de>
3706
3707 * lib/gdb.exp (default_gdb_start): Handle eof.
3708 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
3709 failure.
3710 * gdb.base/readnever.exp: Handle clean_restart failure.
3711
3712 2020-04-23 Tom de Vries <tdevries@suse.de>
3713
3714 * gdb.base/decl-before-def.exp: Run to main and print a again.
3715
3716 2020-04-23 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.base/decl-before-def-decl.c: New test.
3719 * gdb.base/decl-before-def-def.c: New test.
3720 * gdb.base/decl-before-def.exp: New file.
3721
3722 2020-04-23 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
3725
3726 2020-04-22 Tom de Vries <tdevries@suse.de>
3727
3728 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
3729 debug_info_offset.
3730 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
3731 before $objsfile in the line line.
3732
3733 2020-04-22 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
3736
3737 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3738
3739 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
3740 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
3741 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
3742 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
3743 * gdb.base/jit-protocol.h: Update definitions to match all usage
3744 contexts.
3745
3746 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3747
3748 * gdb.base: Rename all jit related test and source files.
3749
3750 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
3751
3752 * gdb.base/jit-reader.exp: Relax register output check.
3753
3754 2020-04-22 Tom de Vries <tdevries@suse.de>
3755
3756 PR symtab/25764
3757 * gdb.base/psym-external-decl-2.c: New test.
3758 * gdb.base/psym-external-decl.c: New test.
3759 * gdb.base/psym-external-decl.exp: New file.
3760 * gdb.threads/tls.exp: Add PR25807 kfail.
3761
3762 2020-04-22 Tom de Vries <tdevries@suse.de>
3763
3764 PR symtab/25801
3765 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
3766 in "info source" output.
3767
3768 2020-04-22 Tom de Vries <tdevries@suse.de>
3769
3770 PR symtab/25700
3771 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
3772 symtab for imported_unit.c.
3773
3774 2020-04-21 Gary Benson <gbenson@redhat.com>
3775
3776 * gdb.base/advance.c (func): New argument, to match call site.
3777 (func2, func3): Add return statements.
3778
3779 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3780
3781 * gdb.multi/run-only-second-inf.c: New file.
3782 * gdb.multi/run-only-second-inf.exp: New file.
3783
3784 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3785
3786 * gdb.btrace/multi-inferior.c: New test.
3787 * gdb.btrace/multi-inferior.exp: New file.
3788
3789 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
3790
3791 * gdb.btrace/enable-new-thread.c: New test.
3792 * gdb.btrace/enable-new-thread.exp: New file.
3793
3794 2020-04-21 Tom de Vries <tdevries@suse.de>
3795
3796 PR gdb/25471
3797 * gdb.threads/killed-outside.c: New test.
3798 * gdb.threads/killed-outside.exp: New file.
3799
3800 2020-04-20 Gary Benson <gbenson@redhat.com>
3801
3802 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
3803 * gdb.base/nested-subp2.exp: Likewise.
3804 * gdb.base/nested-subp3.exp: Likewise.
3805
3806 2020-04-20 Gary Benson <gbenson@redhat.com>
3807
3808 * gdb.base/nested-subp1.exp: Disable test when using clang.
3809 * gdb.base/nested-subp2.exp: Likewise.
3810 * gdb.base/nested-subp3.exp: Likewise.
3811
3812 2020-04-20 Gary Benson <gbenson@redhat.com>
3813
3814 * gdb.cp/exception.cc: Fix compilation error with clang.
3815
3816 2020-04-20 Gary Benson <gbenson@redhat.com>
3817
3818 * gdb.trace/tspeed.c: Fix compilation error with clang.
3819
3820 2020-04-20 Gary Benson <gbenson@redhat.com>
3821
3822 * gdb.base/jit-main.c: Fix compilation error with clang.
3823
3824 2020-04-17 Kamil Rytarowski <n54@gmx.com>
3825
3826 * gdb.base/attach-twice.c: Include "sys/types.h".
3827 (PTRACE_ATTACH): Add fallback definition.
3828 (main): Pass `0' to the 4th argument of `ptrace'.
3829
3830 2020-04-17 Kamil Rytarowski <n54@gmx.com>
3831
3832 * gdb.base/fork-running-state.c: Include "signal.h".
3833
3834 2020-04-17 Tom Tromey <tromey@adacore.com>
3835
3836 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
3837 Update tests.
3838 * gdb.btrace/cpu.exp: Update tests.
3839 * gdb.base/maint.exp: Update tests.
3840 * gdb.base/default.exp: Update tests.
3841 * gdb.base/completion.exp: Update tests.
3842
3843 2020-04-16 Tom de Vries <tdevries@suse.de>
3844
3845 PR symtab/25791
3846 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
3847 (ensure_gdb_index): and factor out and move ...
3848 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
3849 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
3850
3851 2020-04-16 Tom de Vries <tdevries@suse.de>
3852
3853 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
3854 loading exec.
3855
3856 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.base/many-completions.exp: New file.
3859
3860 2020-04-14 Tom de Vries <tdevries@suse.de>
3861
3862 PR symtab/25718
3863 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
3864
3865 2020-04-14 Tom de Vries <tdevries@suse.de>
3866
3867 PR symtab/25720
3868 * gdb.base/maint-expand-symbols-header-file.c: New test.
3869 * gdb.base/maint-expand-symbols-header-file.exp: New file.
3870 * gdb.base/maint-expand-symbols-header-file.h: New test.
3871
3872 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
3875 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
3876 get_func_info.
3877 (get_func_info): Delete.
3878 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
3879 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
3880 * lib/dwarf.exp (get_func_info): New function.
3881
3882 2020-04-13 Tom de Vries <tdevries@suse.de>
3883
3884 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
3885 to what find_gnatmake does.
3886
3887 2020-04-10 Tom de Vries <tdevries@suse.de>
3888
3889 * gdb.base/style.exp: Expect "Expanding full symbols" message for
3890 -readnow.
3891
3892 2020-04-10 Tom de Vries <tdevries@suse.de>
3893
3894 PR cli/25808
3895 * gdb.base/style.c: Add leading newlines.
3896 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
3897 Check listing of main's one-line body.
3898
3899 2020-04-08 Tom de Vries <tdevries@suse.de>
3900
3901 * lib/gdb.exp (psymtabs_p): New proc.
3902 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
3903 importing unit" unsupported if there are no partial symbols.
3904
3905 2020-04-08 Tom de Vries <tdevries@suse.de>
3906
3907 PR testsuite/25760
3908 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
3909
3910 2020-04-07 Tom de Vries <tdevries@suse.de>
3911
3912 PR symtab/25796
3913 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
3914
3915 2020-04-07 Tom de Vries <tdevries@suse.de>
3916
3917 * gdb.base/check-psymtab.c: New test.
3918 * gdb.base/check-psymtab.exp: New file.
3919
3920 2020-04-06 Tom Tromey <tromey@adacore.com>
3921
3922 * gdb.ada/variant-record/proc.adb: New file.
3923 * gdb.ada/variant-record/value.adb: New file.
3924 * gdb.ada/variant-record/value.s: New file.
3925 * gdb.ada/variant-record.exp: New file.
3926
3927 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
3928
3929 PR gdb/25325
3930 * gdb.cp/typed-enum.cc: New test.
3931 * gdb.cp/typed-enum.exp: New file.
3932
3933 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
3936 * gdb.dwarf2/dw2-inline-small-func.c: New file.
3937 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
3938 * gdb.dwarf2/dw2-inline-small-func.h: New file.
3939 * gdb.opt/inline-small-func.c: New file.
3940 * gdb.opt/inline-small-func.exp: New file.
3941 * gdb.opt/inline-small-func.h: New file.
3942
3943 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3944
3945 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
3946 function.
3947
3948 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3949
3950 * lib/dwarf.exp (function_range): Allow compiler options to be
3951 specified.
3952
3953 2020-04-02 Tom de Vries <tdevries@suse.de>
3954
3955 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
3956 __attribute__((always_inline)).
3957 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
3958
3959 2020-04-02 Tom de Vries <tdevries@suse.de>
3960
3961 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
3962 (gdbserver_gdb_exit): ... here. Add timeout warning.
3963 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
3964 (connect_target_extended_remote): Append new server_spawn_id to
3965 server_spawn_ids.
3966 (cleanup): New proc.
3967 (setup, <toplevel>): Call cleanup.
3968
3969 2020-04-02 Tom de Vries <tdevries@suse.de>
3970
3971 * gdb.base/main-psymtab.exp: New file.
3972
3973 2020-04-02 Tom de Vries <tdevries@suse.de>
3974
3975 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
3976
3977 2020-04-01 Tom Tromey <tom@tromey.com>
3978
3979 * gdb.base/complex-parts.exp: Add type tests.
3980
3981 2020-04-01 Tom Tromey <tom@tromey.com>
3982
3983 * gdb.base/complex-parts.exp: Add arithmetic tests.
3984
3985 2020-04-01 Tom Tromey <tom@tromey.com>
3986
3987 * gdb.compile/compile.exp: Update.
3988 * gdb.compile/compile-cplus.exp: Update.
3989 * gdb.base/varargs.exp: Update.
3990 * gdb.base/floatn.exp: Update.
3991 * gdb.base/endianity.exp: Update.
3992 * gdb.base/callfuncs.exp (do_function_calls): Update.
3993 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
3994 (complex_float_integral_args): Update.
3995 * gdb.base/complex.exp: Update.
3996 * gdb.base/complex-parts.exp: Update.
3997
3998 2020-04-01 Tom Tromey <tromey@adacore.com>
3999
4000 * gdb.rust/union.rs: New file.
4001 * gdb.rust/union.exp: New file.
4002 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4003 (main): Update.
4004 * gdb.rust/simple.exp: Move union tests to union.exp.
4005
4006 2020-04-01 Tom Tromey <tromey@adacore.com>
4007
4008 * gdb.rust/simple.rs (main): Remove "y0".
4009
4010 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4011
4012 * gdb.multi/stop-all-on-exit.c: New test.
4013 * gdb.multi/stop-all-on-exit.exp: New file.
4014
4015 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4016
4017 PR gdb/24789
4018 * gdb.cp/misc.cc: Add integer reference variable.
4019 * gdb.cp/misc.exp: Add test.
4020
4021 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4022
4023 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4024 scenario to cover execution until the end and also the case
4025
4026 2020-03-31 Tom de Vries <tdevries@suse.de>
4027
4028 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4029 c. Use "maint info symtabs" to check symtab expansion.
4030
4031 2020-03-30 Tom de Vries <tdevries@suse.de>
4032
4033 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4034 unsupported.
4035 (verify_psymtab_expanded): Move ...
4036 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4037 test.
4038 (readnow): New proc.
4039
4040 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4043 with $hex.
4044
4045 2020-03-20 Tom Tromey <tromey@adacore.com>
4046
4047 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4048
4049 2020-03-20 Tom Tromey <tromey@adacore.com>
4050
4051 * gdb.ada/sub_variant/subv.adb: New file.
4052 * gdb.ada/sub_variant.exp: New file.
4053
4054 2020-03-20 Tom de Vries <tdevries@suse.de>
4055
4056 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4057 first break fails.
4058 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4059
4060 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4061
4062 * gdb.server/exit-multiple-threads.c: New file.
4063 * gdb.server/exit-multiple-threads.exp: New file.
4064
4065 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4066
4067 * gdb.fortran/mixed-lang-stack.c: New file.
4068 * gdb.fortran/mixed-lang-stack.cpp: New file.
4069 * gdb.fortran/mixed-lang-stack.exp: New file.
4070 * gdb.fortran/mixed-lang-stack.f90: New file.
4071
4072 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4073
4074 * gdb.linespec/cp-completion-aliases.cc: New file.
4075 * gdb.linespec/cp-completion-aliases.exp: New file.
4076
4077 2020-03-19 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4080 more precise.
4081
4082 2020-03-18 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4085 * gdb.dwarf2/break-inline-psymtab.c: New test.
4086 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4087
4088 2020-03-16 Tom de Vries <tdevries@suse.de>
4089
4090 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4091 cache_verify and cache_verify_proc.
4092
4093 2020-03-15 Tom de Vries <tdevries@suse.de>
4094
4095 * gdb.server/solib-list.exp: Handle
4096 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4097
4098 2020-03-15 Tom de Vries <tdevries@suse.de>
4099
4100 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4101 objfiles".
4102
4103 2020-03-14 Tom Tromey <tom@tromey.com>
4104
4105 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4106
4107 2020-03-14 Tom de Vries <tdevries@suse.de>
4108
4109 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4110
4111 2020-03-14 Tom de Vries <tdevries@suse.de>
4112
4113 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4114 result in line-by-line fashion.
4115
4116 2020-03-14 Tom de Vries <tdevries@suse.de>
4117
4118 * lib/gdb.exp (supports_statement_frontiers): New proc.
4119 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4120
4121 2020-03-14 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.base/printcmds.exp: Add missing quoting for "print
4124 teststring2".
4125
4126 2020-03-13 Tom Tromey <tom@tromey.com>
4127
4128 * gdb.base/printcmds.exp (test_print_strings): Add regression
4129 test.
4130 * gdb.base/printcmds.c (charptr): New typedef.
4131 (teststring2): New global.
4132
4133 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4136 full path in the test name.
4137 (test_ld): Add some with_test_prefix blocks to make test names
4138 unique.
4139
4140 2020-03-13 Tom de Vries <tdevries@suse.de>
4141
4142 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4143
4144 2020-03-13 Tom de Vries <tdevries@suse.de>
4145
4146 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4147
4148 2020-03-13 Tom de Vries <tdevries@suse.de>
4149
4150 PR symtab/25646
4151 * gdb.dwarf2/imported-unit.exp: Add test.
4152
4153 2020-03-13 Tom de Vries <tdevries@suse.de>
4154
4155 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4156 (var1, var2): New variable.
4157 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4158 matching symbols.
4159
4160 2020-03-13 Tom de Vries <tdevries@suse.de>
4161
4162 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4163 (Term::command): Use prompt prefix.
4164 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4165 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4166 command_no_prompt_prefix instead of prefix.
4167 * gdb.tui/tui-layout-asm.exp: Same.
4168
4169 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4170
4171 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4172
4173 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4174
4175 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4176 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4177 on" while stepping over the test instruction, match printed
4178 message.
4179
4180 2020-03-12 Tom de Vries <tdevries@suse.de>
4181
4182 * gdb.base/info-types.exp: Use exp_continue during matching of output
4183 of "info types".
4184
4185 2020-03-12 Tom de Vries <tdevries@suse.de>
4186
4187 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4188
4189 2020-03-12 Tom de Vries <tdevries@suse.de>
4190
4191 * gdb.fortran/module.exp: Use exp_continue during matching of output
4192 of "info variable -n".
4193
4194 2020-03-12 Tom de Vries <tdevries@suse.de>
4195
4196 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4197 gdb.dwarf2/dw2-ranges-base.c.
4198
4199 2020-03-12 Tom de Vries <tdevries@suse.de>
4200
4201 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4202 in presence of GLIBC debuginfo.
4203
4204 2020-03-12 Tom de Vries <tdevries@suse.de>
4205
4206 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4207 $core.
4208
4209 2020-03-12 Tom de Vries <tdevries@suse.de>
4210
4211 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4212 more precise.
4213
4214 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4215
4216 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4217 from Unix to Windows path.
4218
4219 2020-03-11 Tom de Vries <tdevries@suse.de>
4220
4221 * gdb.ada/minsyms.exp: Set language to ada.
4222
4223 2020-03-11 Tom de Vries <tdevries@suse.de>
4224
4225 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4226
4227 2020-03-11 Tom de Vries <tdevries@suse.de>
4228
4229 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4230
4231 2020-03-11 Tom Tromey <tromey@adacore.com>
4232
4233 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4234
4235 2020-03-11 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4238
4239 2020-03-11 Tom de Vries <tdevries@suse.de>
4240
4241 * gdb.base/break-interp.exp: Limit verbose scope.
4242
4243 2020-03-11 Tom de Vries <tdevries@suse.de>
4244
4245 * gdb.fortran/logical.f90: Define variable with character type.
4246 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4247
4248 2020-03-11 Tom de Vries <tdevries@suse.de>
4249
4250 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4251
4252 2020-03-11 Tom de Vries <tdevries@suse.de>
4253
4254 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4255 symtabs.
4256
4257 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4258 Bernd Edlinger <bernd.edlinger@hotmail.de>
4259
4260 * gdb.cp/step-and-next-inline.cc: New file.
4261 * gdb.cp/step-and-next-inline.exp: New file.
4262 * gdb.cp/step-and-next-inline.h: New file.
4263 * gdb.dwarf2/dw2-is-stmt.c: New file.
4264 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4265 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4266 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4267 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4268
4269 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4272 is-stmt flag in the line table.
4273
4274 2020-03-09 Tom de Vries <tdevries@suse.de>
4275
4276 * lib/gdb.exp (cached_file): Create cache dir.
4277
4278 2020-03-07 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4281 * gdb.cp/rvalue-ref-params.exp: Same.
4282
4283 2020-03-06 Tom de Vries <tdevries@suse.de>
4284
4285 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4286 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4287
4288 2020-03-06 Tom de Vries <tdevries@suse.de>
4289
4290 * README: Fix "the the".
4291 * gdb.base/dprintf.exp: Same.
4292
4293 2020-03-05 Tom de Vries <tdevries@suse.de>
4294
4295 * gdb.base/maint.exp: Update "main print statistics" expected output.
4296
4297 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4298
4299 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4300 (fortran_int8): Likewise.
4301 (fortran_real4): Likewise.
4302 (fortran_real8): Likewise.
4303 (fortran_complex4): Likewise.
4304 (fortran_logical4): Likewise.
4305 (fortran_character1): Likewise.
4306
4307 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4310 printed as true.
4311
4312 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4313
4314 * gdb.base/printcmds.exp: Add test to verify printf of a
4315 variable holding an address.
4316
4317 2020-03-03 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4320
4321 2020-03-03 Tom de Vries <tdevries@suse.de>
4322
4323 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4324 gdb_test_multiple call.
4325
4326 2020-03-03 Tom de Vries <tdevries@suse.de>
4327
4328 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4329 gdb_test_multiple calls.
4330
4331 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4332
4333 * gdb.base/default.exp: Remove test of 'set history filename'.
4334 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4335 filename to the empty string.
4336 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4337 and GDBHISTSIZE.
4338
4339 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4342 disabled.
4343
4344 2020-03-02 Pedro Alves <palves@redhat.com>
4345 Tom de Vries <tdevries@suse.de>
4346
4347 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4348 -prompt prefix, before user_code argument. Add -lbl option likewise.
4349 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4350 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4351 argument.
4352 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4353 have "\r\n" at start-of-line, instead of at end-of-line.
4354
4355 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4356
4357 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4358 libinproctrace.so.
4359
4360 2020-02-28 Luis Machado <luis.machado@linaro.org>
4361
4362 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4363 to "p/x".
4364
4365 2020-02-28 Luis Machado <luis.machado@linaro.org>
4366
4367 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4368 asm/ptrace.h and error.h.
4369
4370 2020-02-28 Tom de Vries <tdevries@suse.de>
4371
4372 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4373 (struct wrapper, do_something, mundane/symada__cS): Move ...
4374 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4375 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4376 Update "print symada__cS before partial symtab expansion" regexp.
4377 Update breakpoint location. Flush symbol cache after expansion.
4378
4379 2020-02-28 Luis Machado <luis.machado@linaro.org>
4380
4381 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4382
4383 2020-02-27 Tom de Vries <tdevries@suse.de>
4384
4385 * config/sid.exp: Remove unused globals.
4386 * gdb.base/attach.exp: Same.
4387 * gdb.base/catch-load.exp: Same.
4388 * gdb.base/dbx.exp: Same.
4389 * lib/gdb.exp: Same.
4390 * lib/mi-support.exp: Same.
4391 * lib/prompt.exp: Same.
4392
4393 2020-02-27 Tom de Vries <tdevries@suse.de>
4394
4395 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4396 not set.
4397
4398 2020-02-26 Aaron Merey <amerey@redhat.com>
4399
4400 * gdb.debuginfod: New directory for debuginfod tests.
4401 * gdb.debuginfod/main.c: New test file.
4402 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4403
4404 2020-02-26 Tom de Vries <tdevries@suse.de>
4405
4406 PR gdb/25603
4407 * gdb.base/persistent-lang.cc: New test.
4408 * gdb.base/persistent-lang.exp: New file.
4409
4410 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4411
4412 * gdb.fortran/derived-type-striding.exp: Add a new test.
4413 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4414 new test.
4415
4416 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4417
4418 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4419 names.
4420
4421 2020-02-25 Tom de Vries <tdevries@suse.de>
4422
4423 PR go/18926
4424 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4425
4426 2020-02-24 Tom de Vries <tdevries@suse.de>
4427
4428 PR gdb/25592
4429 * gdb.base/info-locals-unused-static-var.c: New test.
4430 * gdb.base/info-locals-unused-static-var.exp: New file.
4431
4432 2020-02-22 Tom Tromey <tom@tromey.com>
4433
4434 * gdb.python/tui-window.exp: New file.
4435 * gdb.python/tui-window.py: New file.
4436
4437 2020-02-22 Tom Tromey <tom@tromey.com>
4438
4439 PR tui/17850:
4440 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4441 tests.
4442
4443 2020-02-22 Tom Tromey <tom@tromey.com>
4444
4445 * gdb.tui/new-layout.exp: Add sub-layout tests.
4446
4447 2020-02-22 Tom Tromey <tom@tromey.com>
4448
4449 * gdb.tui/new-layout.exp: New file.
4450
4451 2020-02-22 Tom Tromey <tom@tromey.com>
4452
4453 * gdb.rust/rust-style.rs: New file.
4454 * gdb.rust/rust-style.exp: New file.
4455 * gdb.base/style.exp: Test structure printing.
4456 * gdb.base/style.c (struct some_struct): New type.
4457 (enum etype): New type.
4458 (struct_value): New global.
4459
4460 2020-02-21 Tom de Vries <tdevries@suse.de>
4461
4462 PR go/18926
4463 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4464 Remove blanket xfails. Use message argument for gdb_breakpoint.
4465 Make continuing to breakpoint test conditional on setting breakpoint.
4466 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4467 DW_AT_name attribute. Add xfail for GCC PR93866.
4468
4469 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.dwarf2/cpp-linkage-name.c: New file.
4472 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4473
4474 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
4475
4476 * lib/gdb.exp (gdb_wrapper_init): Reset
4477 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4478 not exist.
4479
4480 2020-02-20 Tom de Vries <tdevries@suse.de>
4481
4482 PR go/17018
4483 * gdb.go/hello.exp: Copy ...
4484 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4485 print of st to print value of global definition. Add xfail for GCC
4486 PR93844.
4487 * gdb.go/hello.exp: Remove printing of st before definition.
4488 * gdb.go/hello.go: Copy ...
4489 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4490 to st.
4491 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4492
4493 2020-02-20 Tom de Vries <tdevries@suse.de>
4494
4495 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4496 (gdb_simple_compile): Handle compile_flags go by using .go extension
4497 for source file.
4498 * gdb.go/chan.exp: Use support_go_compile.
4499 * gdb.go/handcall.exp: Same.
4500 * gdb.go/hello.exp: Same.
4501 * gdb.go/integers.exp: Same.
4502 * gdb.go/max-depth.exp: Same.
4503 * gdb.go/methods.exp: Same.
4504 * gdb.go/package.exp: Same.
4505 * gdb.go/strings.exp: Same.
4506 * gdb.go/types.exp: Same.
4507 * gdb.go/unsafe.exp: Same.
4508
4509 2020-02-19 Tom de Vries <tdevries@suse.de>
4510
4511 * gdb.python/lib-types.exp: Make xfail more strict.
4512
4513 2020-02-19 Tom de Vries <tdevries@suse.de>
4514
4515 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4516
4517 2020-02-19 Doug Evans <dje@google.com>
4518
4519 PR rust/25535
4520 * gdb.rust/simple.exp: Add test.
4521 * gdb.rust/simple.rs: Add test.
4522
4523 2020-02-19 Tom de Vries <tdevries@suse.de>
4524
4525 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4526 output line-by-line.
4527
4528 2020-02-19 Tom de Vries <tdevries@suse.de>
4529
4530 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4531
4532 2020-02-19 Tom de Vries <tdevries@suse.de>
4533
4534 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4535 prelink.
4536
4537 2020-02-19 Tom de Vries <tdevries@suse.de>
4538
4539 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4540 (gdb_do_cache): Use gdb_do_cache_wrap.
4541 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4542
4543 2020-02-19 Tom de Vries <tdevries@suse.de>
4544
4545 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4546 gdb_compile option.
4547
4548 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4549
4550 * gdb.base/printcmds.exp (test_print_enums): Update expected
4551 output.
4552
4553 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4554
4555 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
4556 for "unknown".
4557
4558 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4559
4560 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
4561 enumerator.
4562
4563 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
4564
4565 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
4566 FE_, add FE_NONE.
4567 (three): Update.
4568 (enum flag_enum_without_zero): New enum.
4569 (flag_enum_without_zero): New variable.
4570 (enum not_flag_enum): New enum.
4571 (three_not_flag): New variable.
4572 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
4573 (test_print_enums): Add more tests for printing flag enums.
4574
4575 2020-02-18 Tom de Vries <tdevries@suse.de>
4576
4577 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4578 (gdb_compile_ada): ... here.
4579 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
4580 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
4581
4582 2020-02-14 Tom Tromey <tom@tromey.com>
4583
4584 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
4585 build directory.
4586 * boards/gdbserver-base.exp: Update path to gdbserver.
4587
4588 2020-02-13 Tom de Vries <tdevries@suse.de>
4589
4590 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
4591
4592 2020-02-13 Tom de Vries <tdevries@suse.de>
4593
4594 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4595 are missing.
4596
4597 2020-02-13 Tom de Vries <tdevries@suse.de>
4598
4599 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4600 call.
4601
4602 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4603
4604 PR tui/25126
4605 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4606 * gdb.base/cached-source-file.c: New file.
4607 * gdb.base/cached-source-file.exp: New file.
4608
4609 2020-02-11 Tom de Vries <tdevries@suse.de>
4610
4611 PR testsuite/25488
4612 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
4613
4614 2020-02-10 Tom de Vries <tdevries@suse.de>
4615
4616 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
4617
4618 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
4619
4620 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
4621 and $after_addr are both integers before making a comparison.
4622
4623 2020-02-09 Tom de Vries <tdevries@suse.de>
4624
4625 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
4626 command output and paste it into gdb.log. If any, paste catch message
4627 to gdb.log.
4628
4629 2020-02-07 Tom Tromey <tromey@adacore.com>
4630
4631 PR breakpoints/24915:
4632 * gdb.base/annotate-symlink.exp: Use setup_xfail.
4633
4634 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
4635
4636 * gdb.tui/tui-missing-src.exp: Add the "missing source
4637 file" test for the TUI.
4638
4639 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
4640
4641 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
4642 including a port number in the output.
4643
4644 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4645
4646 * lib/fortran.exp (fortran_int4): Handle clang.
4647 (fortran_int8): Likewise.
4648 (fortran_real4): Likewise.
4649 (fortran_real8): Likewise.
4650 (fortran_complex4): Likewise.
4651 (fortran_logical4): Likewise.
4652 (fortran_character1): Likewise.
4653
4654 2020-02-04 Tom de Vries <tdevries@suse.de>
4655
4656 * README (Race detection): Add note.
4657
4658 2020-02-04 Tom de Vries <tdevries@suse.de>
4659
4660 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
4661
4662 2020-02-04 Tom de Vries <tdevries@suse.de>
4663
4664 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
4665
4666 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
4667
4668 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
4669 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
4670 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
4671 blttar, bnetarl.
4672 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
4673 binary for blttar, bnetarl.
4674 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
4675 wait instruction. Delete ldmx test.
4676 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
4677
4678 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4679
4680 * gdb.fortran/array-bounds-high.exp: New file.
4681 * gdb.fortran/array-bounds-high.f90: New file.
4682
4683 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
4684
4685 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
4686 Replace #include of <sys/fcntl.h> by <fcntl.h>.
4687
4688 2020-02-01 Tom de Vries <tdevries@suse.de>
4689
4690 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
4691
4692 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
4693
4694 PR tui/9765
4695 * gdb.tui/tui-layout-asm-short-prog.S: New file.
4696 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
4697
4698 2020-01-29 Luis Machado <luis.machado@linaro.org>
4699
4700 * gdb.arch/aarch64-brk-patterns.c: New source file.
4701 * gdb.arch/aarch64-brk-patterns.exp: New test.
4702
4703 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4704
4705 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
4706 GCC/Clang version.
4707 * gdb.cp/pass-by-ref.exp: Ditto.
4708
4709 2020-01-29 Tom de Vries <tdevries@suse.de>
4710
4711 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
4712 * gdb.threads/watchpoint-fork-mt.c: Same.
4713 * gdb.threads/watchpoint-fork-parent.c: Same.
4714 * gdb.threads/watchpoint-fork-st.c: Same.
4715 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
4716
4717 2020-01-27 Luis Machado <luis.machado@linaro.org>
4718
4719 * gdb.base/step-over-syscall.exp (setup): Check if we're already
4720 sitting at a syscall instruction when we hit the syscall function's
4721 breakpoint.
4722 Check PC against one obtained with the x command.
4723 Validate syscall number.
4724 (step_over_syscall): Don't continue to the syscall instruction if
4725 we're already there.
4726
4727 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4728
4729 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
4730
4731 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4732
4733 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
4734 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
4735
4736 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.dwarf2/dw2-inline-stepping.c: New file.
4739 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
4740
4741 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4742
4743 * gdb.base/maint.exp: Update line table parsing test.
4744 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
4745
4746 2020-01-24 Pedro Alves <palves@redhat.com>
4747
4748 PR gdb/25410
4749 * gdb.multi/multi-re-run-1.c: New.
4750 * gdb.multi/multi-re-run-2.c: New.
4751 * gdb.multi/multi-re-run.exp: New.
4752
4753 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 PR gdb/23718
4756 * gdb.server/server-kill-python.exp: New file.
4757
4758 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4759
4760 * gdb.server/multi-ui-errors.c: New file.
4761 * gdb.server/multi-ui-errors.exp: New file.
4762
4763 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 PR tui/9765
4766 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
4767
4768 2020-01-19 Tom Tromey <tom@tromey.com>
4769
4770 * gdb.tui/main.exp: Add check for plain "file".
4771
4772 2020-01-16 Christian Biesinger <cbiesinger@google.com>
4773
4774 * lib/gdb.exp: Fix spelling error (seperatelly).
4775
4776 2020-01-14 Tom Tromey <tom@tromey.com>
4777
4778 PR symtab/12535:
4779 * gdb.python/python.exp: Test decode_line with empty string
4780 argument.
4781
4782 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
4783
4784 * gdb.base/skip-inline.exp: Extend test.
4785
4786 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
4789 * gdb.dwarf2/dw2-bad-elf.c: New file.
4790 * gdb.dwarf2/dw2-bad-elf.exp: New file.
4791
4792 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4793
4794 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
4795 _line_saw_file.
4796
4797 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
4798
4799 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
4800 border.
4801
4802 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4803
4804 * gdb.multi/multi-target.exp (setup): Factor out "info
4805 connections" and "info inferiors" tests to ...
4806 (test_info_inferiors): ... this new procedure.
4807 (top level): Run new "info-inferiors" tests.
4808
4809 2020-01-10 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.server/bkpt-other-inferior.exp: New file.
4812
4813 2020-01-10 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
4816 of "add-inferior".
4817 * gdb.base/quit-live.exp: Likewise.
4818 * gdb.base/remote-exec-file.exp: Likewise.
4819 * gdb.guile/scm-progspace.exp: Likewise.
4820 * gdb.linespec/linespec.exp: Likewise.
4821 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4822 * gdb.mi/user-selected-context-sync.exp: Likewise.
4823 * gdb.multi/multi-target.exp (setup): Add "info connection" and
4824 "info inferiors" tests.
4825 * gdb.multi/remove-inferiors.exp: Adjust expected output of
4826 "add-inferior".
4827 * gdb.multi/watchpoint-multi.exp: Likewise.
4828 * gdb.python/py-inferior.exp: Likewise.
4829 * gdb.server/extended-remote-restart.exp: Likewise.
4830 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
4831 "info inferiors".
4832 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
4833 * gdb.trace/report.exp: Likewise.
4834
4835 2020-01-10 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.multi/multi-target.c: New file.
4838 * gdb.multi/multi-target.exp: New file.
4839 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
4840 mode requested, but remote does not support non-stop".
4841
4842 2020-01-10 Pedro Alves <palves@redhat.com>
4843
4844 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
4845 disconnect before reconnecting.
4846
4847 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4848 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.server/connect-without-multi-process.exp: Also test
4851 continuing to end.
4852
4853 2020-01-10 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.base/remote-exec-file.exp: New file.
4856
4857 2020-01-10 Pedro Alves <palves@redhat.com>
4858
4859 * gdb.base/fork-running-state.exp (do_test): Adjust expected
4860 output.
4861 * gdb.threads/async.c: New.
4862 * gdb.threads/async.exp: New.
4863 * gdb.multi/tids-gid-reset.c: New.
4864 * gdb.multi/tids-gid-reset.exp: New.
4865
4866 2020-01-10 George Barrett <bob@bob131.so>
4867
4868 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
4869 to help in finding the image relocation offset.
4870 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
4871 options in arguments.
4872 (stap_test_no_debuginfo): Likewise.
4873 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
4874 test variants.
4875 (stap_test): Add null semaphore relocation test.
4876
4877 2020-01-10 George Barrett <bob@bob131.so>
4878
4879 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
4880 * gdb.base/stap-probe.exp: Likewise.
4881 (stap_test): Pass argument as an additional flag.
4882 (stap_test_no_debuginfo): Likewise.
4883 (stap_test): Check `info probes stap' output for semaphore
4884 addresses if the test binary is supposed to have them.
4885
4886 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4887
4888 * gdb.tui/basic.exp: Add more scrolling tests.
4889
4890 2020-01-09 Tom Tromey <tom@tromey.com>
4891
4892 PR tui/18932:
4893 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
4894 meangingful value.
4895 (Term::command, Term::resize): Update.
4896 * gdb.tui/basic.exp: Add scrolling test.
4897
4898 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4899
4900 * gdb.tui/tui-layout-asm.exp: New file.
4901
4902 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4903
4904 * lib/tuiterm.exp (Term::check_box_contents): New proc.
4905
4906 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4907
4908 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
4909 (Term::enter_tui): Use Term::prepare_for_tui.
4910
4911 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
4914 called.
4915
4916 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4917
4918 * gdb.base/skip.exp: Fix race condition in test.
4919
4920 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
4921
4922 * gdb.base/backtrace.c: New file.
4923 * gdb.base/backtrace.exp: New file.
4924
4925 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
4926
4927 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
4928
4929 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4930
4931 * gdb.base/style.exp: Test that warnings are styled.
4932
4933 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
4934
4935 * gdb.base/line65535.exp: New file.
4936 * gdb.base/line65535.c: New file.
4937
4938 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
4939
4940 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
4941 * lib/gnat_debug_info_test.adb: New file.
4942 * gdb.ada/ptype_tagged_param.exp: Use
4943 gnat_runtime_has_debug_info, expect a different output if
4944 runtime does not have debug info.
4945
4946 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
4947
4948 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
4949 (another) quote in test name.
4950
4951 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
4952
4953 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
4954 Add quote in test name.
4955
4956 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4957
4958 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
4959 directory instead.
4960 * gdb.cp/pass-by-ref.exp: Extend with more cases.
4961 * gdb.cp/pass-by-ref-2.cc: New file.
4962 * gdb.cp/pass-by-ref-2.exp: New file.
4963
4964 2019-12-20 Tom Tromey <tom@tromey.com>
4965
4966 * gdb.tui/list-before.exp: New file.
4967
4968 2019-12-20 Tom Tromey <tom@tromey.com>
4969
4970 * gdb.tui/list.exp: Check for source on initial listing.
4971
4972 2019-12-11 Tom Tromey <tromey@adacore.com>
4973
4974 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
4975 Add crlf test.
4976
4977 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
4978
4979 * gdb.base/default.exp: Update value of $_gdb_major.
4980
4981 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
4982
4983 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
4984
4985 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
4986
4987 * gdb.base/skip.exp: Whitespace fix.
4988
4989 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
4990
4991 * gdb.base/skip-inline.c: New file.
4992 * gdb.base/skip-inline.exp: New file.
4993
4994 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
4995
4996 * gdb.base/jit-reader.exp (jit_reader_test): Rename
4997 jit_function_00 to jit_function_stack_mangle.
4998 * gdb.base/jithost.c (jit_function_t): Rename to...
4999 (jit_function_stack_mangle_t): ... this.
5000 (jit_function_add_t): New typedef.
5001 (jit_function_00_code): Rename to...
5002 (jit_function_stack_mangle_code): ... this, make static.
5003 (jit_function_add_code): New.
5004 (main): Generate "add" function and call it. Adjust to changes
5005 in jithost_abi.
5006 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5007 (struct jithost_abi) <begin, end>: Remove fields.
5008 <object, function_stack_mangle, function_add>: New fields.
5009 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5010 code_end>: Remove fields.
5011 <func_stack_mangle>: New field.
5012 (read_debug_info): Adjust to renaming, create block for "add"
5013 function.
5014 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5015
5016 2019-12-11 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.tui/resize.exp: Fix regexp.
5019 * gdb.tui/regs.exp: Fix regexps.
5020 * gdb.tui/main.exp: Fix regexp.
5021
5022 2019-12-11 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.tui/resize.exp: Update.
5025 * gdb.tui/empty.exp (layouts): Update.
5026
5027 2019-12-11 Tom Tromey <tom@tromey.com>
5028
5029 * gdb.tui/regs.exp: Update.
5030 * gdb.tui/empty.exp (layouts): Update.
5031 * gdb.tui/basic.exp: Update.
5032 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5033
5034 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5035
5036 * gdb.base/options.exp: Add -raw-values in the print completion list.
5037 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5038
5039 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5040
5041 * gdb.threads/omp-par-scope.c: New file.
5042 * gdb/threads/omp-par-scope.exp: New file.
5043
5044 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5045
5046 * lib/gdb.exp (support_nested_function_tests): New proc.
5047
5048 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5049
5050 * lib/gdb.exp (gdb_compile_openmp): New proc.
5051 (build_executable_from_specs): Add an "openmp" option.
5052 (gdb_compile_pthreads): Add non-executable case.
5053
5054 2019-12-10 Tom Tromey <tromey@adacore.com>
5055
5056 * gdb.ada/unchecked_union.exp: New file.
5057 * gdb.ada/unchecked_union/pck.adb: New file.
5058 * gdb.ada/unchecked_union/pck.ads: New file.
5059 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5060 * gdb-utils.exp (string_to_regexp): Also quote "?".
5061
5062 2019-12-10 George Barrett <bob@bob131.so>
5063
5064 Test scripted probe breakpoints.
5065 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5066 * gdb.python/py-breakpoint.c (main): Likewise.
5067 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5068 specifier test.
5069 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5070
5071 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5072
5073 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5074 an rvalue parameter.
5075 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5076 parameter.
5077
5078 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5079
5080 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5081 modules.
5082
5083 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5086 broken version of GCC.
5087
5088 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5089
5090 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5091 sym-info-cmds library.
5092 * gdb.fortran/info-types.exp: Likewise.
5093 * lib/sym-info-cmds.exp: New file.
5094
5095 2019-12-08 Tom de Vries <tdevries@suse.de>
5096
5097 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5098
5099 2019-12-07 Keith Seitz <keiths@redhat.com>
5100
5101 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5102 * gdb.base/corefile-buildid-shlib.c: New file.
5103 * gdb.base/corefile-buildid.c: New file.
5104 * gdb.base/corefile-buildid.exp: New file.
5105
5106 2019-12-06 Tom de Vries <tdevries@suse.de>
5107
5108 * gdb.dwarf2/varval.exp: Add decl before def test.
5109
5110 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5111
5112 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5113
5114 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5115
5116 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5117 CV and reference conversion for overload resolution.
5118 * gdb.cp/rvalue-ref-overload.exp: Test it.
5119
5120 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5121
5122 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5123 * gdb.base/frameapply.exp: Test faas without command.
5124
5125 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5126
5127 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5128 Fortran tests.
5129 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5130 order.
5131
5132 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5135 casting to type with no kind specified.
5136 (test_basic_parsing_of_type_kinds): Additional tests for types
5137 with no kind specified, and add tests for single/double
5138 precision/complex types.
5139
5140 2019-12-04 Tom Tromey <tromey@adacore.com>
5141
5142 * gdb.base/endianity.c (struct other) <x>: New field.
5143 (main): Initialize it.
5144 * gdb.base/endianity.exp: Update.
5145
5146 2019-12-04 Tom Tromey <tromey@adacore.com>
5147
5148 * gdb.ada/scalar_storage/storage.adb: New file.
5149 * gdb.ada/scalar_storage/pck.adb: New file.
5150 * gdb.ada/scalar_storage/pck.ads: New file.
5151 * gdb.ada/scalar_storage.exp: New file.
5152
5153 2019-12-04 Tom Tromey <tromey@adacore.com>
5154
5155 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5156 (main): Initialize it.
5157 * gdb.base/endianity.exp: Update.
5158
5159 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5160
5161 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5162
5163 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5164
5165 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5166 -symbol-info-module-functions and -symbol-info-module-variables.
5167
5168 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5169
5170 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5171
5172 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5173 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * gdb.fortran/derived-type-striding.exp: New file.
5176 * gdb.fortran/derived-type-striding.f90: New file.
5177 * gdb.fortran/array-slices.exp: New file.
5178 * gdb.fortran/array-slices.f90: New file.
5179
5180 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5181
5182 * gdb.base/define.exp: Test . in command names.
5183 * gdb.base/setshow.exp: Update test, as . is now part of
5184 command name.
5185
5186 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5187
5188 * gdb.base/define-prefix.exp: New file.
5189
5190 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5191
5192 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5193 compile.
5194 (skip_btrace_pt_tests): Likewise.
5195
5196 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5197
5198 * gdb.fortran/info-modules.exp: Compile source files in correct
5199 order.
5200
5201 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5202
5203 * gdb.dwarf2/imported-unit.exp: New file.
5204 * gdb.dwarf2/imported-unit.c: New file.
5205
5206 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5207
5208 * gdb.mi/mi-fortran-modules-2.f90: New file.
5209 * gdb.mi/mi-fortran-modules.exp: New file.
5210 * gdb.mi/mi-fortran-modules.f90: New file.
5211
5212 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5213
5214 * gdb.mi/mi-sym-info-1.c: New file.
5215 * gdb.mi/mi-sym-info-2.c: New file.
5216 * gdb.mi/mi-sym-info.exp: New file.
5217
5218 2019-11-22 Tom Tromey <tromey@adacore.com>
5219
5220 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5221 * gdb.ada/tasks/foo.adb: Add another stopping location.
5222
5223 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5224
5225 * gdb.base/endianity.c: New test.
5226 * gdb.base/endianity.exp: New file.
5227
5228 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5229
5230 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5231
5232 2019-11-21 Tom de Vries <tdevries@suse.de>
5233
5234 PR gdb/24956
5235 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5236
5237 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5238
5239 * gdb.python/py-progspace.exp: Add missing parentheses on some
5240 'print' commands.
5241
5242 2019-11-19 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.tui/winheight.exp: New file.
5245
5246 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * gdb.base/ctf-whatis.c: Delete.
5249 * gdb.base/ctf-whatis.exp: Delete.
5250 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5251
5252 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5253
5254 * gdb.base/ctf-cvexpr.exp: Delete.
5255 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5256
5257 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5258
5259 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5260 the compiler. Clean up header comment a little.
5261 * gdb.base/ctf-ptype.exp: Likewise.
5262 * gdb.base/ctf-whatis.exp: Likewise.
5263 * lib/gdb.exp (skip_ctf_tests): New proc.
5264
5265 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5266
5267 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5268 * gdb.tui/corefile-run.exp: New file.
5269
5270 2019-11-14 Tom Tromey <tromey@adacore.com>
5271
5272 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5273 regression tests.
5274
5275 2019-11-12 Tom Tromey <tom@tromey.com>
5276
5277 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5278 after any command. Expect prompt after WAIT_FOR is seen.
5279 (enter_tui): Enable resize messages.
5280 (command): Expect command in output.
5281 (get_line): Avoid error when cursor appears to be off-screen.
5282 (dump_screen): Include screen size in title.
5283 (_do_resize): New proc, from "resize".
5284 (resize): Rewrite. Do resize in two steps.
5285 * gdb.tui/empty.exp (layouts): Fix entries.
5286 (check_boxes): Remove xfail.
5287 (check_text): Dump screen on failure.
5288
5289 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.python/py-symbol.exp: Add test for
5292 gdb.lookup_static_symbols.
5293
5294 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.python/py-symbol.c: Declare and call function from new
5297 py-symbol-2.c file.
5298 * gdb.python/py-symbol.exp: Compile both source files, and add new
5299 tests for gdb.lookup_static_symbol.
5300 * gdb.python/py-symbol-2.c: New file.
5301
5302 2019-11-02 Tom de Vries <tdevries@suse.de>
5303
5304 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5305 * gdb.base/anon.exp: Same.
5306 * gdb.base/auto-connect-native-target.exp: Same.
5307 * gdb.base/call-ar-st.exp: Same.
5308 * gdb.base/catch-syscall.exp: Same.
5309 * gdb.base/commands.exp: Same.
5310 * gdb.base/default.exp: Same.
5311 * gdb.base/display.exp: Same.
5312 * gdb.base/float.exp: Same.
5313 * gdb.base/foll-fork.exp: Same.
5314 * gdb.base/help.exp: Same.
5315 * gdb.base/info-macros.exp: Same.
5316 * gdb.base/info-proc.exp: Same.
5317 * gdb.base/info-target.exp: Same.
5318 * gdb.base/long_long.exp: Same.
5319 * gdb.base/macscp.exp: Same.
5320 * gdb.base/memattr.exp: Same.
5321 * gdb.base/nofield.exp: Same.
5322 * gdb.base/pointers.exp: Same.
5323 * gdb.base/printcmds.exp: Same.
5324 * gdb.base/ptype.exp: Same.
5325 * gdb.base/restore.exp: Same.
5326 * gdb.base/return.exp: Same.
5327 * gdb.base/scope.exp: Same.
5328 * gdb.base/set-noassign.exp: Same.
5329 * gdb.base/setshow.exp: Same.
5330 * gdb.base/shlib-call.exp: Same.
5331 * gdb.base/signals.exp: Same.
5332 * gdb.base/sigstep.exp: Same.
5333 * gdb.base/skip.exp: Same.
5334 * gdb.base/solib-symbol.exp: Same.
5335 * gdb.base/stap-probe.exp: Same.
5336 * gdb.base/step-line.exp: Same.
5337 * gdb.base/step-test.exp: Same.
5338 * gdb.base/style.exp: Same.
5339 * gdb.base/varargs.exp: Same.
5340 * gdb.base/vla-datatypes.exp: Same.
5341 * gdb.base/vla-ptr.exp: Same.
5342 * gdb.base/vla-sideeffect.exp: Same.
5343 * gdb.base/volatile.exp: Same.
5344 * gdb.base/watch-cond-infcall.exp: Same.
5345 * gdb.base/watchpoint.exp: Same.
5346
5347 2019-11-02 Tom de Vries <tdevries@suse.de>
5348
5349 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5350 * gdb.cp/cpexprs.exp: Same.
5351 * gdb.cp/except-multi-location.exp: Same.
5352 * gdb.cp/exceptprint.exp: Same.
5353 * gdb.cp/gdb2384.exp: Same.
5354 * gdb.cp/inherit.exp: Same.
5355 * gdb.cp/m-static.exp: Same.
5356 * gdb.cp/meth-typedefs.exp: Same.
5357 * gdb.cp/misc.exp: Same.
5358 * gdb.cp/namespace.exp: Same.
5359 * gdb.cp/non-trivial-retval.exp: Same.
5360 * gdb.cp/overload.exp: Same.
5361 * gdb.cp/pr17132.exp: Same.
5362 * gdb.cp/re-set-overloaded.exp: Same.
5363 * gdb.cp/rvalue-ref-types.exp: Same.
5364 * gdb.cp/templates.exp: Same.
5365
5366 2019-11-01 Luis Machado <luis.machado@linaro.org>
5367
5368 PR gdb/25124
5369
5370 * gdb.arch/pr25124.S: New file.
5371 * gdb.arch/pr25124.exp: New file.
5372
5373 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 * gdb.fortran/info-modules.exp: Update expected results, and add
5376 additional tests for 'info module functinos', and 'info module
5377 variables'.
5378 * gdb.fortran/info-types.exp: Update expected results.
5379 * gdb.fortran/info-types.f90: Extend testcase with additional
5380 module variables and functions.
5381
5382 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * gdb.fortran/info-modules.exp: New file.
5385 * gdb.fortran/info-types.exp: Build with new file.
5386 * gdb.fortran/info-types.f90: Include and use new module.
5387 * gdb.fortran/info-types-2.f90: New file.
5388
5389 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5390
5391 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5392 * gdb.base/settings.exp: Test all settings types using
5393 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5394 that now verifies that the value of "maint show" is the same as
5395 returned by the settings functions. Test the type of the
5396 maintenance settings.
5397 * gdb.base/default.exp: Update show_conv_list.
5398
5399 2019-10-31 Tom de Vries <tdevries@suse.de>
5400
5401 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5402 gdb_test.
5403 * gdb.arch/amd64-disp-step.exp: Same.
5404 * gdb.asm/asm-source.exp: Same.
5405 * gdb.btrace/buffer-size.exp: Same.
5406 * gdb.btrace/cpu.exp: Same.
5407 * gdb.btrace/enable.exp: Same.
5408 * gdb.dwarf2/count.exp: Same.
5409 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5410 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5411 * gdb.fortran/vla-datatypes.exp: Same.
5412 * gdb.fortran/vla-history.exp: Same.
5413 * gdb.fortran/vla-ptype.exp: Same.
5414 * gdb.fortran/vla-value.exp: Same.
5415 * gdb.fortran/whatis_type.exp: Same.
5416 * gdb.guile/guile.exp: Same.
5417 * gdb.multi/tids.exp: Same.
5418 * gdb.python/py-finish-breakpoint.exp: Same.
5419 * gdb.python/py-framefilter.exp: Same.
5420 * gdb.python/py-pp-registration.exp: Same.
5421 * gdb.python/py-xmethods.exp: Same.
5422 * gdb.python/python.exp: Same.
5423 * gdb.server/connect-with-no-symbol-file.exp: Same.
5424 * gdb.server/no-thread-db.exp: Same.
5425 * gdb.server/run-without-local-binary.exp: Same.
5426 * gdb.stabs/weird.exp: Same.
5427 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5428 * gdb.threads/thread-find.exp: Same.
5429 * gdb.threads/tls-shared.exp: Same.
5430 * gdb.threads/tls.exp: Same.
5431 * gdb.threads/wp-replication.exp: Same.
5432 * gdb.trace/ax.exp: Same.
5433 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5434
5435 2019-10-31 Tom de Vries <tdevries@suse.de>
5436
5437 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5438 * gdb.ada/array_subscript_addr.exp: Same.
5439 * gdb.ada/arrayidx.exp: Same.
5440 * gdb.ada/arrayparam.exp: Same.
5441 * gdb.ada/arrayptr.exp: Same.
5442 * gdb.ada/boolean_expr.exp: Same.
5443 * gdb.ada/call_pn.exp: Same.
5444 * gdb.ada/complete.exp: Same.
5445 * gdb.ada/fixed_cmp.exp: Same.
5446 * gdb.ada/fun_addr.exp: Same.
5447 * gdb.ada/funcall_param.exp: Same.
5448 * gdb.ada/interface.exp: Same.
5449 * gdb.ada/mod_from_name.exp: Same.
5450 * gdb.ada/null_array.exp: Same.
5451 * gdb.ada/packed_array.exp: Same.
5452 * gdb.ada/packed_tagged.exp: Same.
5453 * gdb.ada/print_chars.exp: Same.
5454 * gdb.ada/print_pc.exp: Same.
5455 * gdb.ada/ptype_arith_binop.exp: Same.
5456 * gdb.ada/ptype_field.exp: Same.
5457 * gdb.ada/ptype_tagged_param.exp: Same.
5458 * gdb.ada/rec_return.exp: Same.
5459 * gdb.ada/ref_tick_size.exp: Same.
5460 * gdb.ada/str_ref_cmp.exp: Same.
5461 * gdb.ada/taft_type.exp: Same.
5462 * gdb.ada/tagged.exp: Same.
5463 * gdb.ada/type_coercion.exp: Same.
5464 * gdb.ada/uninitialized_vars.exp: Same.
5465
5466 2019-10-30 Tom de Vries <tdevries@suse.de>
5467
5468 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5469
5470 2019-10-26 Tom de Vries <tdevries@suse.de>
5471
5472 * gdb.base/bigcore.c: Fix typos in comments.
5473 * gdb.base/ctf-ptype.c: Same.
5474 * gdb.base/long_long.c: Same.
5475 * gdb.dwarf2/dw2-op-out-param.S: Same.
5476 * gdb.python/py-evthreads.c: Same.
5477 * gdb.reverse/i387-stack-reverse.c: Same.
5478 * gdb.trace/tfile.c: Same.
5479 * lib/compiler.c: Same.
5480 * lib/compiler.cc: Same.
5481
5482 2019-10-25 Tom de Vries <tdevries@suse.de>
5483
5484 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5485 gdb_test_multiple calls.
5486 * gdb.reverse/sigall-reverse.exp: Same.
5487 * gdb.reverse/solib-precsave.exp: Same.
5488 * gdb.reverse/solib-reverse.exp: Same.
5489 * gdb.reverse/until-precsave.exp: Same.
5490 * gdb.reverse/until-reverse.exp: Same.
5491
5492 2019-10-24 Tom de Vries <tdevries@suse.de>
5493
5494 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5495 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5496 kfail using -wrap pattern flag and convenience variable
5497 gdb_test_name.
5498
5499 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5500
5501 * gdb.python/py-progspace.exp: Add tests for the
5502 Progspace.block_for_pc method.
5503
5504 2019-10-23 Tom Tromey <tom@tromey.com>
5505
5506 * configure: Rebuild.
5507 * aclocal.m4: Use m4_include, not sinclude.
5508
5509 2019-10-21 Tom de Vries <tdevries@suse.de>
5510
5511 * gdb.base/infcall-nested-structs.c: Add
5512 __attribute__((noinline,noclone)) to all functions.
5513 (call_all): Add missing variable initialization. Simplify return value.
5514 (breakpt): Increment volatile variable, to prevent call from being
5515 optimized out.
5516 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5517
5518 2019-10-17 Tom de Vries <tdevries@suse.de>
5519
5520 * gdb.fortran/module.exp: Allow info variables to print info for files
5521 other than module.f90.
5522
5523 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5524
5525 * gdb.fortran/module.exp: Extend with 'info variables' test.
5526
5527 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5528
5529 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5530 F77_FOR_TARGET.
5531
5532 2019-10-16 Tom de Vries <tdevries@suse.de>
5533
5534 PR tdep/25096
5535 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5536
5537 2019-10-16 Tom de Vries <tdevries@suse.de>
5538
5539 PR tdep/24104
5540 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5541 Add KFAIL for PR tdep/25096.
5542
5543 2019-10-16 Tom de Vries <tdevries@suse.de>
5544
5545 PR testsuite/25059
5546 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5547
5548 2019-10-16 Tom de Vries <tdevries@suse.de>
5549
5550 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
5551 as signed.
5552
5553 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5554
5555 * gdb.mi/list-thread-groups-available.exp: Read entries one by
5556 one instead of increasing timeout.
5557
5558 2019-10-13 Tom de Vries <tdevries@suse.de>
5559
5560 PR record/25038
5561 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
5562 * gdb.reverse/sigall-reverse.exp: Same.
5563 * gdb.reverse/solib-precsave.exp: Same.
5564 * gdb.reverse/solib-reverse.exp: Same.
5565 * gdb.reverse/step-precsave.exp: Same.
5566 * gdb.reverse/until-precsave.exp: Same.
5567 * gdb.reverse/until-reverse.exp: Same.
5568 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
5569
5570 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
5571
5572 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
5573 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5574 (cmp_struct_05_01, cmp_struct_static_02_01)
5575 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
5576 comparisons.
5577
5578 2019-10-10 Tom de Vries <tdevries@suse.de>
5579
5580 PR testsuite/24888
5581 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
5582 gnatlink.
5583
5584 2019-10-09 Tom de Vries <tdevries@suse.de>
5585
5586 PR testsuite/25048
5587 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5588
5589 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5590
5591 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
5592 exceptions due to missing debug information.
5593
5594 2019-10-07 Tom de Vries <tdevries@suse.de>
5595
5596 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
5597
5598 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5599
5600 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
5601 * gdb.base/annota1.exp: Update to use gdb_test_name.
5602
5603 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
5604
5605 * gdb.base/ctf-whatis.exp: New file.
5606 * gdb.base/ctf-whatis.c: New file.
5607 * gdb.base/ctf-ptype.exp: New file.
5608 * gdb.base/ctf-ptype.c: New file.
5609 * gdb.base/ctf-constvars.exp: New file.
5610 * gdb.base/ctf-constvars.c: New file.
5611 * gdb.base/ctf-cvexpr.exp: New file.
5612
5613 2019-10-04 Tom de Vries <tdevries@suse.de>
5614
5615 * gdb.cp/local-static.c (main): Move declaration of int i out of the
5616 for loop.
5617
5618 2019-10-03 Tom Tromey <tom@tromey.com>
5619
5620 PR rust/24976:
5621 * gdb.rust/simple.rs (Union2): New type.
5622 (main): Use Union2.
5623 * gdb.rust/simple.exp: Add test.
5624
5625 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5626
5627 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
5628 nested function prefix.
5629
5630 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
5631 Richard Bunt <richard.bunt@arm.com>
5632 Andrew Burgess <andrew.burgess@embecosm.com>
5633
5634 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
5635 nested functions.
5636 * gdb.fortran/nested-funcs.f90: Update expected results.
5637 * gdb.fortran/nested-funcs-2.exp: New file.
5638 * gdb.fortran/nested-funcs-2.f90: New file.
5639
5640 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5641
5642 * gdb.python/py-parameter.exp: Make test names unique.
5643 * gdb.python/py-template.exp: Likewise.
5644 * gdb.python/py-value.exp: Likewise.
5645
5646 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5647
5648 * gdb.base/break-interp.exp: Reduce test name duplication.
5649 * gdb.base/call-sc.exp: Likewise.
5650 * gdb.base/callfuncs.exp: Likewise.
5651 * gdb.base/charset.exp: Likewise.
5652 * gdb.base/dump.exp: Likewise.
5653 * gdb.base/ena-dis-br.exp: Likewise.
5654 * gdb.base/relational.exp: Likewise.
5655 * gdb.base/step-over-syscall.exp: Likewise.
5656 * gdb.base/structs.exp: Likewise.
5657
5658 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * gdb.linespec/explicit.exp: Make test names unique.
5661 * gdb.linespec/ls-errs.exp: Likewise.
5662
5663 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.reverse/break-precsave.exp: Make test names unique.
5666 * gdb.reverse/break-reverse.exp: Likewise.
5667 * gdb.reverse/finish-precsave.exp: Likewise.
5668 * gdb.reverse/finish-reverse.exp: Likewise.
5669 * gdb.reverse/machinestate-precsave.exp: Likewise.
5670 * gdb.reverse/machinestate.exp: Likewise.
5671 * gdb.reverse/readv-reverse.exp: Likewise.
5672 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5673 * gdb.reverse/sigall-precsave.exp: Likewise.
5674 * gdb.reverse/sigall-reverse.exp: Likewise.
5675 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
5676 * gdb.reverse/watch-precsave.exp: Likewise.
5677 * gdb.reverse/watch-reverse.exp: Likewise.
5678
5679 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
5680
5681 * gdb.threads/stop-with-handle.c: New file.
5682 * gdb.threads/stop-with-handle.exp: New file.
5683
5684 2019-10-03 Tom de Vries <tdevries@suse.de>
5685
5686 PR testsuite/25059
5687 * gdb.base/list-missing-source.exp: Allowing the "Compilation
5688 directory" line to be missing.
5689
5690 2019-10-03 Tom de Vries <tdevries@suse.de>
5691
5692 PR testsuite/25059
5693 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5694 type optional.
5695
5696 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
5697
5698 * gdb.python/py-format-string.c (string.h): New include.
5699 (main): Fill a_struct_with_union.the_union.an_int with bytes of
5700 the same value, for endianness-independence.
5701 * gdb.python/py-format-string.exp (default_regexp_dict)
5702 (test_pretty_structs, test_format): Adjust expected output to the
5703 changed initialization.
5704
5705 2019-10-02 Tom Tromey <tromey@adacore.com>
5706
5707 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
5708
5709 2019-10-02 Pedro Alves <palves@redhat.com>
5710 Andrew Burgess <andrew.burgess@embecosm.com>
5711
5712 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
5713 "print-file-var.h".
5714 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5715 (get_version_1): Print this_version_id and its address.
5716 Add extern "C" wrappers around interface functions.
5717 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
5718 "print-file-var.h".
5719 (this_version_id) Use ATTRIBUTE_VISIBILITY.
5720 (get_version_2): Print this_version_id and its address.
5721 Add extern "C" wrappers around interface functions.
5722 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
5723 <stddef.h> and "print-file-var.h".
5724 Add extern "C" wrappers around interface functions.
5725 [VERSION_ID_MAIN] (this_version_id): Define.
5726 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
5727 * gdb.base/print-file-var.h: Add some #defines to simplify setting
5728 up extern "C" blocks.
5729 * gdb.base/print-file-var.exp (test): New, factored out from top
5730 level.
5731 (top level): Test all combinations of attribute hidden or not,
5732 dlopen or not, and this_version_id symbol in main file or not.
5733 Compile tests as both C++ and C, make test names unique.
5734
5735 2019-10-01 Tom Tromey <tom@tromey.com>
5736
5737 * gdb.base/style.exp: Test "show logging filename".
5738
5739 2019-10-01 Tom Tromey <tom@tromey.com>
5740
5741 * lib/gdb-utils.exp (style): Handle "metadata" argument.
5742 * gdb.base/style.exp: Add metadata style test.
5743
5744 2019-10-01 Tom Tromey <tom@tromey.com>
5745
5746 * gdb.base/style.exp: Test "pwd".
5747
5748 2019-10-01 Tom Tromey <tom@tromey.com>
5749
5750 * gdb.base/style.exp: Update tests.
5751
5752 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
5753
5754 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
5755 'six' to unsigned.
5756 (s1): Initialize fields 'four' and 'six' instead of 'three' and
5757 'five'. Use an all-ones bit pattern for each.
5758 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
5759 to its changed values.
5760
5761 2019-09-30 Tom Tromey <tromey@adacore.com>
5762
5763 * gdb.rust/traits.rs: Disable all warnings.
5764
5765 2019-09-29 Tom de Vries <tdevries@suse.de>
5766
5767 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
5768
5769 2019-09-29 Tom de Vries <tdevries@suse.de>
5770
5771 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
5772
5773 2019-09-27 Tom de Vries <tdevries@suse.de>
5774
5775 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
5776
5777 2019-09-27 Tom de Vries <tdevries@suse.de>
5778
5779 PR record/23188
5780 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
5781
5782 2019-09-26 Tom Tromey <tromey@adacore.com>
5783
5784 * gdb.ada/py_taft.exp: New file.
5785 * gdb.ada/py_taft/main.adb: New file.
5786 * gdb.ada/py_taft/pkg.adb: New file.
5787 * gdb.ada/py_taft/pkg.ads: New file.
5788
5789 2019-09-24 Tom de Vries <tdevries@suse.de>
5790
5791 PR gdb/24598
5792 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
5793
5794 2019-09-22 Tom de Vries <tdevries@suse.de>
5795
5796 * gdb.base/restore.exp: Allow register variables to be optimized out at
5797 -O0.
5798
5799 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
5800
5801 * gdb.arch/spu-info.exp: Remove file.
5802 * gdb.arch/spu-info.c: Remove file.
5803 * gdb.arch/spu-ls.exp: Remove file.
5804 * gdb.arch/spu-ls.c: Remove file.
5805
5806 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
5807 * gdb.asm/spu.inc: Remove file.
5808
5809 * gdb.base/dump.exp: Remove support for spu*-*-*.
5810 * gdb.base/stack-checking.exp: Likewise.
5811 * gdb.base/overlays.exp: Likewise.
5812 * gdb.base/ovlymgr.c: Likewise.
5813 * gdb.base/spu.ld: Remove file.
5814
5815 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
5816 * gdb.cp/cpexprs.exp: Likewise.
5817 * gdb.cp/exception.exp: Likewise.
5818 * gdb.cp/gdb2495.exp: Likewise.
5819 * gdb.cp/mb-templates.exp: Likewise.
5820 * gdb.cp/pr9167.exp: Likewise.
5821 * gdb.cp/userdef.exp: Likewise.
5822
5823 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
5824
5825 * gdb.cell: Remove directory.
5826 * lib/cell.exp: Remove file.
5827
5828 2019-09-19 Tom de Vries <tdevries@suse.de>
5829
5830 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
5831
5832 2019-09-19 Tom de Vries <tdevries@suse.de>
5833
5834 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
5835
5836 2019-09-19 Tom de Vries <tdevries@suse.de>
5837
5838 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
5839 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
5840 (gdb_target_cmd): ... here.
5841 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
5842 value 2.
5843
5844 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
5845
5846 * gdb.base/source-dir.exp: Avoid having directory names in test
5847 names.
5848
5849 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
5850
5851 * gdb.base/source-dir.exp: Add extra test for mapped compilation
5852 directory.
5853
5854 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
5855
5856 * gdb.base/list-missing-source.exp: New file.
5857
5858 2019-09-14 Tom de Vries <tdevries@suse.de>
5859
5860 PR teststuite/24599
5861 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
5862 * lib/ada.exp (gnatmake_version_at_least): New proc.
5863
5864 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.base/maint.exp: Use exec_has_index_section.
5867
5868 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
5869
5870 * gdb.base/maint.exp: Add test for 'maint info sections'.
5871
5872 2019-09-12 Tom de Vries <tdevries@suse.de>
5873
5874 * gdb.base/store.exp: Allow register variables to be optimized out at
5875 -O0.
5876
5877 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5878
5879 * gdb.ada/rdv_wait.exp: Update to new task names.
5880 * gdb.base/task_switch_in_core.exp: Likewise.
5881 * gdb.base/info_sources_base.c: Likewise.
5882
5883 2019-09-10 Tom Tromey <tromey@adacore.com>
5884
5885 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
5886
5887 2019-09-10 Tom Tromey <tromey@adacore.com>
5888
5889 * gdb.ada/dgopt.exp: New file.
5890 * gdb.ada/dgopt/x.adb: New file.
5891
5892 2019-09-08 Tom Tromey <tom@tromey.com>
5893
5894 * gdb.tui/resize.exp: Remove setup_xfail.
5895 * gdb.tui/regs.exp: Remove setup_xfail.
5896 * gdb.tui/basic.exp: Remove setup_xfail.
5897
5898 2019-09-06 David Blaikie <dblaikie@gmail.com>
5899
5900 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
5901 * gdb.cp/cplabel.exp: Ditto.
5902 * gdb.linespec/ls-errs.exp: Ditto.
5903
5904 2019-09-05 Tom de Vries <tdevries@suse.de>
5905
5906 * lib/gdb.exp (cmp_file_string): New proc.
5907 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
5908 runto_main. Verify save breakpoints output.
5909
5910 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5911
5912 * gdb.base/info-var.exp: Test info variables without running
5913 to main, to avoid expect's buffer overflow.
5914
5915 2019-09-03 Tom Tromey <tromey@adacore.com>
5916
5917 * gdb.ada/bias.exp: New file.
5918 * gdb.ada/bias/bias.adb: New file.
5919 * gdb.ada/print_chars.exp: Add regression test.
5920 * gdb.ada/print_chars/foo.adb (My_Character): New type.
5921 (MC): New variable.
5922
5923 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
5924
5925 * gdb.base/argv0-symlink.exp: Run only on native target
5926 and local host.
5927
5928 2019-08-29 Tom de Vries <tdevries@suse.de>
5929
5930 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
5931 diverse debug info.
5932 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
5933
5934 2019-08-28 Tom de Vries <tdevries@suse.de>
5935
5936 * gdb.base/info-var.exp: Allow info variables to print info for files
5937 other than info-var-f1.c and info-var-f2.c.
5938
5939 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.fortran/info-types.exp: Add module.
5942 * gdb.fortran/info-types.f90: Update expected results.
5943
5944 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
5945
5946 * gdb.fortran/info-types.exp: New file.
5947 * gdb.fortran/info-types.f90: New file.
5948 * lib/fortran.exp (fortran_character1): New proc.
5949
5950 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
5951
5952 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
5953 functions'. Reindent as needed.
5954 * gdb.base/info-var-f1.c: New file.
5955 * gdb.base/info-var-f2.c: New file.
5956 * gdb.base/info-var.exp: New file.
5957 * gdb.base/info-var.h: New file.
5958
5959 2019-08-26 Tom de Vries <tdevries@suse.de>
5960
5961 PR c++/24852
5962 * gdb.cp/no-libstdcxx-probe.exp: New test.
5963
5964 2019-08-26 Tom de Vries <tdevries@suse.de>
5965
5966 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
5967 * tests need to be skipped.
5968 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
5969 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
5970 mi_skip_libstdcxx_probe_tests.
5971
5972 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
5973
5974 * gdb.python/py-xmethods.exp: Use raw strings when passing
5975 arguments to SimpleXMethodMatcher.
5976
5977 2019-08-22 Tom de Vries <tdevries@suse.de>
5978
5979 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
5980 more informative.
5981
5982 2019-08-21 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.base/with.exp: Test "with" with no arguments.
5985
5986 2019-08-21 Tom de Vries <tdevries@suse.de>
5987
5988 * gdb.base/gdb-caching-proc.exp: Sort files.
5989
5990 2019-08-20 Tom de Vries <tdevries@suse.de>
5991
5992 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
5993 compilation.
5994
5995 2019-08-16 Tom de Vries <tdevries@suse.de>
5996
5997 * gdb.base/compare-sections.exp ("after run to main"): Allow
5998 mismatched read-only sections for PIE executables.
5999
6000 2019-08-16 Tom Tromey <tom@tromey.com>
6001
6002 * lib/tuiterm.exp (_csi_Z): New proc.
6003 * gdb.tui/basic.exp: Update window positions.
6004 * gdb.tui/empty.exp: Update window positions.
6005
6006 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6007
6008 * gdb.base/examine-backward.exp: Correct regexp for
6009 "examine 3 bytes backward from ${address_zero}".
6010
6011 2019-08-15 Tom Tromey <tom@tromey.com>
6012
6013 * gdb.tui/empty.exp: Enable resizing tests.
6014
6015 2019-08-15 Tom Tromey <tromey@adacore.com>
6016
6017 * gdb.ada/char_enum.exp: Add regression tests.
6018 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6019 and '0'.
6020 (Char, Gchar): Update.
6021 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6022
6023 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6024
6025 * gdb.python/python.exp: Expect a leading underscore on
6026 GdbOutput{,Error}File.
6027
6028 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6029
6030 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6031 Windows host.
6032
6033 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6034
6035 * gdb.base/batch-preserve-term-settings.exp
6036 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6037
6038 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6039
6040 * lib/gdb.exp: When running on a mingw target, replace
6041 /x/ with x:/.
6042
6043 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6044
6045 * gdb.arch/aarch64-prologue.c: New test.
6046 * gdb.arch/aarch64-prologue.exp: New file.
6047
6048 2019-08-13 Tom de Vries <tdevries@suse.de>
6049
6050 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6051 Thread.
6052
6053 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6054
6055 * gdb.python/py-completion.exp: Download the .py file to the host
6056 and use its host pathname. Conditionalize tests that use
6057 tab completion and manipulate files on the build machine.
6058 * gdb.python/py-events.exp: Download the .py file to the host
6059 and use its host pathname.
6060 * gdb.python/py-evsignal.exp: Likewise.
6061 * gdb.python/py-evthreads.exp: Likewise.
6062 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6063 pathname syntax.
6064 * gdb.python/py-framefilter.exp: Download the .py file to the right
6065 place on the host. Match Windows pathname syntax.
6066 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6067 .py file to the host and use its host pathname.
6068 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6069 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6070 build pathname. Skip symlink test on Windows host. Add missing
6071 newline at end of file.
6072 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6073 and use its host pathname.
6074 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6075 * gdb.python/py-section-script.exp: Use host location of binfile
6076 on safe-path. Use correct path separator on Windows host.
6077 Reorder alternatives in gdb_test_multiple to prevent matching
6078 the wrong alternative on success.
6079 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6080
6081 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6082
6083 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6084 expect the GDB inferior to no longer immediately stop after
6085 being resumed with "signal SIGINT".
6086
6087 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6088
6089 * gdb.linespec/break-ask.exp: Generalize regexps to match
6090 Windows pathnames too.
6091
6092 2019-08-08 Tom de Vries <tdevries@suse.de>
6093
6094 PR testsuite/24862
6095 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6096
6097 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6098
6099 * gdb.base/style.exp: Update tests for help doc new invariants.
6100 * gdb.base/help.exp: Likewise.
6101
6102 2019-08-06 Tom Tromey <tom@tromey.com>
6103
6104 * gdb.base/style.exp: Add disassemble test.
6105 * gdb.base/style.c (some_called_function): New function.
6106 (main): Use it.
6107
6108 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6109
6110 * gdb.python/py-block.exp: Test dictionary access on blocks.
6111
6112 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6113
6114 PR gdb/24863
6115 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6116 -list-thread-groups --available test when running under
6117 check-read1.
6118
6119 2019-08-05 Tom de Vries <tdevries@suse.de>
6120
6121 PR testsuite/24863
6122 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6123 * gdb.base/help.exp: Use with_read1_timeout_factor.
6124 * gdb.base/info-macros.exp: Same.
6125 * gdb.cp/nested-types.exp: Same.
6126
6127 2019-08-05 Tom de Vries <tdevries@suse.de>
6128
6129 * lib/gdb.exp (version_at_least): Factor out of ...
6130 (tcl_version_at_least): ... here.
6131 (gdb_compile): Fail if pie results in non-PIE executable.
6132 (readelf_version, readelf_prints_pie): New proc.
6133 (exec_is_pie): Return -1 if unknown.
6134
6135 2019-08-05 Tom de Vries <tdevries@suse.de>
6136
6137 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6138
6139 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6140
6141 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6142
6143 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6144
6145 * lib/completion-support.exp (test_gdb_complete_none): Skip
6146 tab completion tests if no readline support.
6147 (test_gdb_complete_unique_re): Likewise.
6148 (test_gdb_complete_multiple): Likewise.
6149
6150 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6151
6152 * gdb.base/info_sources.exp: New file.
6153 * gdb.base/info_sources.c: New file.
6154 * gdb.base/info_sources_base.c: New file.
6155
6156 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6157
6158 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6159 prefix argument.
6160 (test_exit_status): Add prefix argument.
6161
6162 2019-08-01 Tom de Vries <tdevries@suse.de>
6163
6164 PR testsuite/24863
6165 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6166 calling exp_continue for new thread and thread exited messages.
6167
6168 2019-08-01 Tom de Vries <tdevries@suse.de>
6169
6170 PR testsuite/24863
6171 * gdb.base/structs.exp: Fix check-read1 timeout using
6172 gdb_test_sequence.
6173 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6174
6175 2019-08-01 Tom de Vries <tdevries@suse.de>
6176
6177 PR testsuite/24863
6178 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6179 line.
6180
6181 2019-08-01 Tom de Vries <tdevries@suse.de>
6182
6183 PR testsuite/24863
6184 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6185
6186 2019-07-30 Tom Tromey <tromey@adacore.com>
6187
6188 * gdb.ada/display_nested.exp: New file.
6189 * gdb.ada/display_nested/foo.adb: New file.
6190 * gdb.ada/display_nested/pack.adb: New file.
6191 * gdb.ada/display_nested/pack.ads: New file.
6192
6193 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6194
6195 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6196 namespace.
6197 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6198
6199 2019-07-30 Tom de Vries <tdevries@suse.de>
6200
6201 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6202 instead.
6203
6204 2019-07-30 Tom de Vries <tdevries@suse.de>
6205
6206 PR testsuite/24834
6207 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6208 (exec_is_pie): New proc.
6209
6210 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6211
6212 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6213
6214 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6215
6216 * gdb.python/py-objfile.c: Add global and static vars.
6217 * gdb.python/py-objfile.exp: Test new functions Objfile.
6218 lookup_global_symbol and lookup_static_symbol.
6219
6220 2019-07-29 Tom Tromey <tom@tromey.com>
6221
6222 * lib/tuiterm.exp (Term::_csi_@): New proc.
6223 (Term::_csi_X): Don't move cursor.
6224
6225 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * gdb.base/options.exp: Update backtrace - completion to
6228 new option -frame-info.
6229 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6230 Test new 'set print frame-info'. Test backtrace -frame-info
6231 overriding 'set print frame-info'.
6232 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6233 Test new 'set print frame-info'.
6234 Verify consistency of backtrace with and without filters, with and
6235 without -no-filters.
6236 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6237 default.
6238
6239 2019-07-29 Tom de Vries <tdevries@suse.de>
6240
6241 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6242 no arguments".
6243
6244 2019-07-29 Tom de Vries <tdevries@suse.de>
6245
6246 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6247 is a substring of the first for "complete non-unique file name".
6248
6249 2019-07-29 Tom de Vries <tdevries@suse.de>
6250
6251 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6252 with ".*".
6253
6254 2019-07-29 Tom de Vries <tdevries@suse.de>
6255
6256 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6257 Pass prompt_regexp parameter to gdb_test_multiple calls.
6258
6259 2019-07-29 Tom de Vries <tdevries@suse.de>
6260
6261 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6262 print registers" regexps.
6263
6264 2019-07-29 Tom de Vries <tdevries@suse.de>
6265
6266 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6267
6268 2019-07-29 Tom de Vries <tdevries@suse.de>
6269
6270 PR gdb/24855
6271 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6272 (skip_python_tests_prompt): Add prompt_regexp argument to
6273 gdb_test_multiple calls.
6274
6275 2019-07-27 Tom Tromey <tom@tromey.com>
6276
6277 * gdb.tui/main.exp: New file.
6278
6279 2019-07-27 Tom Tromey <tom@tromey.com>
6280
6281 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6282 optional.
6283 * gdb.tui/empty.exp: New file.
6284
6285 2019-07-27 Tom Tromey <tom@tromey.com>
6286
6287 * lib/tuiterm.exp (spawn): New proc.
6288 (Term::resize): New proc.
6289 * gdb.tui/resize.exp: New file.
6290
6291 2019-07-27 Tom Tromey <tom@tromey.com>
6292
6293 * gdb.tui/list.exp: New file.
6294
6295 2019-07-27 Tom Tromey <tom@tromey.com>
6296
6297 * gdb.tui/regs.exp: New file.
6298
6299 2019-07-27 Tom Tromey <tom@tromey.com>
6300
6301 * gdb.tui/basic.exp: Add "layout split" test.
6302
6303 2019-07-27 Tom Tromey <tom@tromey.com>
6304
6305 * gdb.tui/basic.exp: Add "layout asm" test.
6306
6307 2019-07-27 Tom Tromey <tom@tromey.com>
6308
6309 * lib/tuiterm.exp: New file.
6310 * gdb.tui/basic.exp: New file.
6311
6312 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6313
6314 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6315 Enable tests associated with this flag. Adjust regex
6316 referencing "foo_low" to now refer to "foo_cold" instead.
6317
6318 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6319
6320 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6321 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6322 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6323 foo_cold. Revise comments to match.
6324 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6325 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6326 were wrapped into this proc; Call do_test in loop from outermost
6327 level.
6328 (foo_low): Rename all occurrences to "foo_cold".
6329 (backtrace from baz): New test.
6330 (x2/i foo_cold): New test.
6331 (info line *foo_cold): New test.
6332
6333 2019-07-26 Tom de Vries <tdevries@suse.de>
6334
6335 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6336
6337 2019-07-25 Tom de Vries <tdevries@suse.de>
6338
6339 PR testsuite/24830
6340 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6341 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6342 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6343 (skip_libstdcxx_probe_tests): ... here.
6344 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6345
6346 2019-07-24 Tom de Vries <tdevries@suse.de>
6347
6348 PR testsuite/24807
6349 * gdb.objc/basicclass.m: Include stdio.h.
6350 * gdb.objc/nondebug.m: Same.
6351 * gdb.objc/objcdecode.m: Same.
6352
6353 2019-07-24 Tom de Vries <tdevries@suse.de>
6354
6355 PR testsuite/24612
6356 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6357 additional_flags.
6358
6359 2019-07-24 Tom de Vries <tdevries@suse.de>
6360
6361 PR testsuite/24831
6362 * gdb.multi/tids.exp: Update error messages for info threads.
6363
6364 2019-07-24 Tom de Vries <tdevries@suse.de>
6365
6366 * gdb.base/info-types.exp: Allow info types to print info for more than
6367 one file.
6368
6369 2019-07-23 Tom de Vries <tdevries@suse.de>
6370
6371 PR testsuite/24842
6372 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6373 gdb_spawn_with_cmdline_opts.
6374
6375 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6376
6377 * gdb.arch/arm-cmse-sgstubs.c: New test.
6378 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6379
6380 2019-07-23 Tom de Vries <tdevries@suse.de>
6381
6382 PR testsuite/24711
6383 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6384 issuing next command.
6385
6386 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6387
6388 * gdb.ada/info_auto_lang.exp: Update expected results.
6389 * gdb.base/info-types.c: Add additional types to check.
6390 * gdb.base/info-types.exp: Update expected results.
6391
6392 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6393
6394 * gdb.base/info-types.c: New file.
6395 * gdb.base/info-types.exp: New file.
6396
6397 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6398
6399 * gdb.arch/riscv-bp-infcall.c: New file.
6400 * gdb.arch/riscv-bp-infcall.exp: New file.
6401
6402 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6403
6404 PR breakpoints/24541
6405 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6406
6407 2019-07-14 Tom de Vries <tdevries@suse.de>
6408
6409 PR testsuite/24760
6410 * gdb.objc/basicclass.exp: Fix unterminated string.
6411
6412 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6413 Andrew Burgess <andrew.burgess@embecosm.com>
6414
6415 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6416 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6417 negative bounds.
6418 * gdb.fortran/vla-value.exp: Print elements of an array with
6419 negative bounds.
6420 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6421 testing.
6422
6423 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 * gdb.base/options.exp (expect_string): Dequote strings in
6426 results.
6427 (test-string): Test strings with different quoting and reindent.
6428
6429 2019-07-10 Tom Tromey <tromey@adacore.com>
6430
6431 * gdb.ada/mi_ex_cond.exp: Update expected results.
6432 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6433 * gdb.ada/mi_catch_ex.exp: Update expected results.
6434 * gdb.ada/mi_catch_assert.exp: Update expected results.
6435 * gdb.ada/catch_ex.exp (catch_exception_info)
6436 (catch_exception_entry, catch_assert_entry)
6437 (catch_unhandled_entry): Update.
6438 * gdb.ada/catch_assert_if.exp: Update expected results.
6439
6440 2019-07-10 Richard Bunt <richard.bunt@arm.com>
6441 Stephen Roberts <stephen.roberts@arm.com>
6442
6443 * gdb.base/define.exp: Restore original prompt.
6444
6445 2019-07-09 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6448 breakpoints" output.
6449 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6450 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6451 throw" creates breakpoint.
6452 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6453 'type="catchpoint"'.
6454
6455 2019-07-09 Pedro Alves <palves@redhat.com>
6456
6457 PR c++/15468
6458 * gdb.cp/except-multi-location-lib.cc: New.
6459 * gdb.cp/except-multi-location-main.cc: New.
6460 * gdb.cp/except-multi-location.exp: New.
6461
6462 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6463
6464 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6465 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6466 argument and update callers.
6467
6468 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6469
6470 * gdb.arch/amd64-break-on-asm-line.S: New file.
6471 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6472
6473 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6474
6475 * gdb.base/printcmds.exp: Test printing C string and
6476 C wide string convenience vars without transiting via the inferior.
6477 Also make test names unique.
6478
6479 2019-07-08 Alan Hayward <alan.hayward@arm.com>
6480
6481 PR breakpoints/25011
6482 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6483
6484 2019-07-04 Pedro Alves <palves@redhat.com>
6485
6486 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6487 body returned ok(0), break(3) or continue(4).
6488 * gdb.testsuite/foreach_with_prefix.exp: New file.
6489
6490 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6491
6492 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6493
6494 2019-07-03 Pedro Alves <palves@redhat.com>
6495
6496 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6497 "return -code".
6498
6499 2019-07-03 Pedro Alves <palves@redhat.com>
6500
6501 PR cli/24732
6502 * gdb.base/shell.exp: Load completion-support.exp.
6503 Adjust expected error output. Add completion tests.
6504
6505 2019-07-03 Pedro Alves <palves@redhat.com>
6506
6507 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6508 string_to_regexp.
6509
6510 2019-07-03 Pedro Alves <palves@redhat.com>
6511
6512 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6513 (expect_integer): Adjust to expect "-string".
6514 (expect_string): New.
6515 (all_options): Expect "-string".
6516 (test-flag, test-boolean): Adjust to expect "-string".
6517 (test-string): New proc.
6518 (top level): Call it.
6519
6520 2019-07-03 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6523 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6524 the expected output in the success.
6525
6526 2019-07-03 Pedro Alves <palves@redhat.com>
6527
6528 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6529 Split one gdb_test_multiple call in two to avoid a race.
6530
6531 2019-07-03 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/with.c: New file.
6534 * gdb.base/with.exp: New file.
6535
6536 2019-07-03 Pedro Alves <palves@redhat.com>
6537
6538 * gdb.base/settings.exp: Replace all references to "maint
6539 test-settings set" with references to "maint set test-settings",
6540 and all references to "maint test-settings show" with references
6541 to "maint show test-settings".
6542
6543 2019-07-03 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/settings.exp (test-string): Adjust expected out when
6546 testing "maint test-settings show filename"
6547
6548 2019-07-02 Pedro Alves <palves@redhat.com>
6549
6550 * gdb.base/options.exp (test-info-threads): New procedure.
6551 (top level): Call it.
6552
6553 2019-06-28 Tom Tromey <tromey@adacore.com>
6554
6555 * gdb.dwarf2/ada-linkage-name.c: New file.
6556 * gdb.dwarf2/ada-linkage-name.exp: New file.
6557
6558 2019-06-27 Tom Tromey <tromey@adacore.com>
6559
6560 PR c++/20020:
6561 * gdb.cp/constexpr-field.exp: Use setup_xfail.
6562
6563 2019-06-26 Tom de Vries <tdevries@suse.de>
6564
6565 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
6566
6567 2019-06-26 Tom de Vries <tdevries@suse.de>
6568
6569 * gdb.base/index-cache.exp: Add back missing debug option.
6570
6571 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6572
6573 * gdb.base/alias.exp: Test non matching/non existing prefixes.
6574
6575 2019-06-25 Tom de Vries <tdevries@suse.de>
6576
6577 PR testsuite/24727
6578 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
6579
6580 2019-06-24 Tom de Vries <tdevries@suse.de>
6581
6582 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
6583
6584 2019-06-24 Tom de Vries <tdevries@suse.de>
6585
6586 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
6587 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
6588 * gdb.trace/unavailable-dwarf-piece.exp: Same.
6589
6590 2019-06-24 Tom de Vries <tdevries@suse.de>
6591
6592 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
6593
6594 2019-06-21 Tom de Vries <tdevries@suse.de>
6595
6596 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
6597
6598 2019-06-21 Tom de Vries <tdevries@suse.de>
6599
6600 PR testsuite/24518
6601 PR ada/24713
6602 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
6603 index.
6604
6605 2019-06-19 Tom Tromey <tromey@adacore.com>
6606
6607 * gdb.ada/length_cond.exp: Add intro comment.
6608
6609 2019-06-19 Tom Tromey <tromey@adacore.com>
6610
6611 * gdb.ada/length_cond.exp: New file.
6612 * gdb.ada/length_cond/length_cond.adb: New file.
6613 * gdb.ada/length_cond/pck.adb: New file.
6614 * gdb.ada/length_cond/pck.ads: New file.
6615
6616 2019-06-18 Tom de Vries <tdevries@suse.de>
6617
6618 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
6619
6620 2019-06-18 Tom Tromey <tromey@adacore.com>
6621
6622 * gdb.base/list0.h: Add comment explaining control character.
6623
6624 2019-06-18 Tom de Vries <tdevries@suse.de>
6625
6626 * boards/fission.exp: Break up long debug_flags line.
6627
6628 2019-06-16 Tom de Vries <tdevries@suse.de>
6629
6630 PR gdb/24445
6631 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
6632 generated index.
6633
6634 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6635
6636 PR gdb/24686
6637 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
6638 improve detection of bug gdb/24541.
6639
6640 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6641
6642 PR gdb/24669
6643 * gdb.base/index-cache.exp (uses_readnow,
6644 expecting_index_cache_use): Define global variable.
6645 (test_cache_enabled_miss, test_cache_enabled_hit): Use
6646 expecting_index_cache_use.
6647
6648 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6649 Andrew Burgess <andrew.burgess@embecosm.com>
6650
6651 * gdb.fortran/pointers.f90: New file.
6652 * gdb.fortran/print_type.exp: New file.
6653 * gdb.fortran/vla-ptype.exp: Adapt expected results.
6654 * gdb.fortran/vla-type.exp: Likewise.
6655 * gdb.fortran/vla-value.exp: Likewise.
6656 * gdb.mi/mi-vla-fortran.exp: Likewise.
6657
6658 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6659
6660 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
6661 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
6662 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
6663 as a stop reason.
6664
6665 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6666
6667 * gdb.base/annota1.exp: Update expected results.
6668 * gdb.cp/annota2.exp: Likewise.
6669 * gdb.cp/annota3.exp: Likewise.
6670
6671 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6672
6673 * gdb.base/style-logging.exp: Remove path from test name.
6674
6675 2019-06-14 Tom Tromey <tromey@adacore.com>
6676
6677 PR gdb/24502:
6678 * gdb.base/style-logging.exp: New file.
6679
6680 2019-06-14 Tom Tromey <tromey@adacore.com>
6681
6682 * gdb.base/symfile-warn.exp: New file.
6683 * gdb.base/symfile-warn.c: New file.
6684
6685 2019-06-14 Tom Tromey <tromey@adacore.com>
6686
6687 * gdb.base/annotate-symlink.exp: New file.
6688
6689 2019-06-14 Tom Tromey <tromey@adacore.com>
6690
6691 * gdb.ada/set_wstr.exp: Add reassignment test.
6692
6693 2019-06-14 Tom Tromey <tromey@adacore.com>
6694
6695 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
6696 'unchecked_access and 'unrestricted_access as well.
6697
6698 2019-06-14 Tom Tromey <tromey@adacore.com>
6699
6700 PR ada/24539:
6701 * gdb.ada/vla.exp: Update tests.
6702 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
6703 pragma.
6704
6705 2019-06-13 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/settings.exp (test-integer): Test junk after
6708 "unlimited".
6709
6710 2019-06-13 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/options.exp (test-thread-apply): New.
6713 (top level): Call it.
6714
6715 2019-06-13 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.base/options.exp (test-frame-apply): New.
6718 (top level): Test print commands with different "frame apply"
6719 prefixes.
6720
6721 2019-06-13 Pedro Alves <palves@redhat.com>
6722
6723 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
6724 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
6725 'max_completions' parameter and handle it.
6726 (test_gdb_completion_offers_commands): New.
6727
6728 2019-06-13 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
6731
6732 2019-06-13 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/options.exp (test-backtrace): New.
6735 (top level): Call it.
6736
6737 2019-06-13 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.guile/scm-frame-args.exp: Use "set print
6740 raw-frame-arguments" instead of "set print raw frame-arguments".
6741 * gdb.python/py-frame-args.exp: Likewise.
6742
6743 2019-06-13 Pedro Alves <palves@redhat.com>
6744
6745 * gdb.compile/compile.exp: Adjust expected output to option
6746 processing changes.
6747
6748 2019-06-13 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/options.exp: Build executable.
6751 (test-print): New procedure.
6752 (top level): Call it, once for "print" and another for "compile
6753 print".
6754
6755 2019-06-13 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.base/options.c: New file.
6758 * gdb.base/options.exp: New file.
6759
6760 2019-06-13 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
6763 that "o" is ambiguous.
6764
6765 2019-06-13 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.base/settings.c: New file.
6768 * gdb.base/settings.exp: New file.
6769
6770 2019-06-13 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.base/completion.exp: Fix comment typo.
6773
6774 2019-06-13 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
6777 foo --1" test.
6778
6779 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6780
6781 * gdb.fortran/block-data.f: New.
6782 * gdb.fortran/block-data.exp: New.
6783
6784 2019-06-11 Tom de Vries <tdevries@suse.de>
6785
6786 PR testsuite/24521
6787 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
6788 message.
6789
6790 2019-06-11 Tom de Vries <tdevries@suse.de>
6791
6792 PR testsuite/24521
6793 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
6794
6795 2019-06-11 Tom de Vries <tdevries@suse.de>
6796
6797 * boards/readnow.exp: New file.
6798
6799 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.fortran/vla-sizeof.exp: Update expected results.
6802
6803 2019-06-06 Amos Bird <amosbird@gmail.com>
6804
6805 * gdb.base/annota1.exp (thread_switch): Add test for
6806 thread-exited annotation.
6807
6808 2019-06-06 Tom Tromey <tromey@adacore.com>
6809
6810 * gdb.base/maint.exp: Expect command started/finished output.
6811
6812 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6813
6814 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
6815 comment.
6816 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
6817
6818 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6819
6820 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
6821 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
6822 * gdb.arch/riscv-unwind-long-insn.c: New file.
6823 * gdb.arch/riscv-unwind-long-insn.exp: New file.
6824
6825 2019-06-04 Christian Biesinger <cbiesinger@google.com>
6826
6827 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
6828
6829 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6830
6831 * lib/gdb.exp (help_list_trailer): New regexp variable
6832 factorizing the help trailer message.
6833 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
6834 arg to allow to better factorize various tests.
6835 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
6836 (test_prefix_command_help): Use help_list_trailer.
6837 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
6838 * gdb.guile/scm-cmd.exp: Likewise.
6839 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
6840 * gdb.base/help.exp: Use test_user_defined_class_help.
6841 * gdb.base/style.exp: Add tests for styling of help and apropos.
6842 * lib/gdb-utils.exp (style): Add title and highlight styles.
6843
6844 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6845
6846 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
6847 $_shell_exitsignal.
6848 * gdb.base/default.exp: Update for new convenience variables.
6849
6850 2019-05-29 Tom Tromey <tromey@adacore.com>
6851
6852 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
6853 to "break complete ada" test case's regexp.
6854
6855 2019-05-29 Tom Tromey <tromey@adacore.com>
6856
6857 PR c++/20020:
6858 * gdb.cp/constexpr-field.exp: New file.
6859 * gdb.cp/constexpr-field.cc: New file.
6860
6861 2019-05-29 Tom Tromey <tromey@adacore.com>
6862
6863 * gdb.base/finish.exp (finish_no_print): New proc.
6864 (finish_tests): Call it.
6865
6866 2019-05-24 Tom de Vries <tdevries@suse.de>
6867
6868 * gdb.dwarf2/gdb-add-index.exp: New file.
6869
6870 2019-05-22 Tom Tromey <tromey@adacore.com>
6871
6872 * gdb.base/info-shared.exp (check_info_shared): Use "style".
6873 * gdb.base/style.exp: Use "style".
6874 * lib/gdb-utils.exp (style): New proc.
6875
6876 2019-05-22 Tom de Vries <tdevries@suse.de>
6877
6878 * gdb.base/align.exp: Require c++11.
6879
6880 2019-05-22 Tom de Vries <tdevries@suse.de>
6881
6882 PR testsuite/24586
6883 * gdb.python/py-mi-var-info-path-expression.exp: Call
6884 mi_skip_python_tests to check if python is supported.
6885
6886 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6887
6888 * gdb.arch/aarch64-pauth.c: New test.
6889 * gdb.arch/aarch64-pauth.exp: New file.
6890
6891 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6892
6893 * README (Re-running Tests Outside The Testsuite): New section.
6894
6895 2019-05-21 Tom de Vries <tdevries@suse.de>
6896
6897 * gdb.arch/amd64-eval.exp: Require c++11.
6898 * gdb.base/max-depth.exp: Same.
6899 * gdb.compile/compile-cplus-array-decay.exp: Same.
6900 * gdb.cp/meth-typedefs.exp: Same.
6901 * gdb.cp/subtypes.exp: Same.
6902 * gdb.cp/temargs.exp: Same.
6903
6904 2019-05-21 Alan Hayward <alan.hayward@arm.com>
6905
6906 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
6907
6908 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6909
6910 PR gdb/18644
6911 * gdb.fortran/complex.exp: Remove setup_kfail calls.
6912 * gdb.fortran/printing-types.exp: Add new test.
6913 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
6914 testing.
6915 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
6916 setup_kfail call.
6917
6918 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6919
6920 * README (Running the Testsuite): Change example.
6921 (Testsuite Parameters): Remove TRANSCRIPT.
6922 * lib/gdb.exp: Remove TRANSCRIPT check.
6923
6924 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6925
6926 * README (Testsuite Parameters): Add replay logging to
6927 GDBSERVER_DEBUG.
6928 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
6929 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
6930 as a comma separated list.
6931 (gdb_debug_init): Override procedure.
6932
6933 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6934
6935 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
6936 (gdb_write_cmd_file): New procedure.
6937 * lib/gdbserver-support.exp (gdbserver_start): Call
6938 gdbserver_write_cmd_file.
6939 (gdbserver_write_cmd_file): New procedure.
6940
6941 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6942
6943 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
6944 (delete_breakpoints): Likewise.
6945 (gdb_run_cmd): Likewise.
6946 (gdb_start_cmd): Likewise.
6947 (gdb_starti_cmd): Likewise.
6948 (gdb_internal_error_resync): Likewise.
6949 (gdb_test_multiple): Likewise.
6950 (gdb_reinitialize_dir): Likewise.
6951 (default_gdb_exit): Likewise.
6952 (gdb_file_cmd): Mark kill as optional.
6953 (default_gdb_start): Call gdb_stdin_log_init.
6954 (send_gdb): Call gdb_stdin_log_write.
6955 (rerun_to_main): Mark Y as an answer.
6956 (gdb_stdin_log_init): New function.
6957 (gdb_stdin_log_write): Likewise.
6958
6959 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6960
6961 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
6962 * gdb.base/debug-expr.exp: Likewise.
6963 * gdb.base/foll-fork.exp: Likewise.
6964 * gdb.base/foll-vfork.exp: Likewise.
6965 * gdb.base/fork-print-inferior-events.exp: Likewise.
6966 * gdb.base/gdb-sigterm.exp: Likewise.
6967 * gdb.base/gdbinit-history.exp: Likewise.
6968 * gdb.base/osabi.exp: Likewise.
6969 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6970 * gdb.base/ui-redirect.exp: Likewise.
6971 * gdb.gdb/unittest.exp: Likewise.
6972 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
6973 * gdb.mi/mi-watch.exp: Likewise.
6974 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6975 * gdb.mi/user-selected-context-sync.exp: Likewise.
6976 * gdb.python/python.exp: Disable debug test when debugging.
6977 * gdb.threads/check-libthread-db.exp: Disable when debugging.
6978 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6979 Likewise.
6980 * gdb.threads/stepi-random-signal.exp: Likewise.
6981
6982 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6983
6984 * Makefile.in: Pass through GDB_DEBUG.
6985 * README (Testsuite Parameters): Add GDB_DEBUG.
6986 (gdb,debug): Add board setting.
6987 * lib/gdb.exp (default_gdb_start): Start debugging.
6988 (gdb_debug_enabled): New procedure.
6989 (gdb_debug_init): Likewise.
6990
6991 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6992
6993 * Makefile.in: Pass through GDB_DEBUG.
6994 * README (Testsuite Parameters): Add GDB_DEBUG.
6995 (gdb,debug): Add board setting.
6996 * lib/gdb.exp (default_gdb_start): Start debugging.
6997 (gdb_debug_enabled): New procedure.
6998 (gdb_debug_init): Likewise.
6999
7000 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7001
7002 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7003
7004 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7005
7006 * gdb.base/ui-redirect.exp: Test redirection.
7007
7008 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7009
7010 * gdb.mi/mi-complete.exp: New file.
7011 * gdb.mi/mi-complete.cc: Likewise.
7012
7013 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7014
7015 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7016 indexed and sliced arrays, and pointers to arrays.
7017
7018 2019-05-14 Tom Tromey <tromey@adacore.com>
7019
7020 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7021 styling test.
7022
7023 2019-05-14 Tom de Vries <tdevries@suse.de>
7024
7025 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7026 selection entry encoding.
7027
7028 2019-05-10 Tom Tromey <tromey@adacore.com>
7029
7030 * gdb.ada/info_exc.exp: Add "complete" test.
7031
7032 2019-05-09 Tom de Vries <tdevries@suse.de>
7033
7034 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7035 CU-relative.
7036
7037 2019-05-09 Tom de Vries <tdevries@suse.de>
7038
7039 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7040 CU-relative.
7041
7042 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7043
7044 * gdb.ada/frame_arg_lang.exp: New testcase.
7045 * gdb.ada/frame_arg_lang/bla.adb: New file.
7046 * gdb.ada/frame_arg_lang/pck.ads: New file.
7047 * gdb.ada/frame_arg_lang/pck.adb: New file.
7048 * gdb.ada/frame_arg_lang/foo.c: New file.
7049
7050 2019-05-08 Tom Tromey <tromey@adacore.com>
7051
7052 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7053
7054 2019-05-08 Tom Tromey <tromey@adacore.com>
7055
7056 * gdb.base/ptype-offsets.exp: Update tests.
7057
7058 2019-05-08 Tom Tromey <tromey@adacore.com>
7059
7060 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7061 cases.
7062 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7063 "short".
7064
7065 2019-05-08 Tom Tromey <tromey@adacore.com>
7066
7067 * gdb.ada/vla.exp: New file.
7068 * gdb.ada/vla/vla.adb: New file.
7069
7070 2019-05-07 Tom de Vries <tdevries@suse.de>
7071
7072 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7073
7074 2019-05-07 Tom de Vries <tdevries@suse.de>
7075
7076 PR testsuite/24522
7077 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7078 section.
7079
7080 2019-05-07 Tom de Vries <tdevries@suse.de>
7081
7082 PR testsuite/24522
7083 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7084 .debug_aranges section.
7085
7086 2019-05-07 Tom de Vries <tdevries@suse.de>
7087
7088 PR testsuite/24159
7089 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7090
7091 2019-05-06 Tom de Vries <tdevries@suse.de>
7092
7093 * lib/gdb.exp (exec_has_index_section): New proc.
7094 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7095 section.
7096
7097 2019-05-04 Tom de Vries <tdevries@suse.de>
7098
7099 * boards/cc-with-debug-names.exp: New file.
7100
7101 2019-05-03 Tom Tromey <tromey@adacore.com>
7102
7103 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7104 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7105 * gdb.ada/char_enum.exp: Add test.
7106
7107 2019-05-03 Tom de Vries <tdevries@suse.de>
7108
7109 * boards/cc-with-gdb-index.exp: New file.
7110
7111 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7112
7113 * gdb.rust/simple.exp: Add new test case.
7114 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7115 (main): Initialise an instance of the new struct.
7116
7117 2019-05-01 Tom Tromey <tromey@adacore.com>
7118
7119 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7120 record.
7121 (NPR): New variable.
7122 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7123 test.
7124
7125 2019-05-01 Tom Tromey <tromey@adacore.com>
7126
7127 * gdb.ada/packed_array_assign.exp: Add packed assignment
7128 regression test.
7129
7130 2019-05-01 Tom de Vries <tdevries@suse.de>
7131
7132 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7133
7134 2019-05-01 Tom de Vries <tdevries@suse.de>
7135
7136 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7137
7138 2019-04-30 Ali Tamur <tamur@google.com>
7139
7140 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7141
7142 2019-04-30 Tom Tromey <tromey@adacore.com>
7143
7144 * lib/ada.exp (find_ada_tool): New proc.
7145 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7146 * gdb.ada/catch_ex_std.exp: New file.
7147 * gdb.ada/catch_ex_std/foo.adb: New file.
7148 * gdb.ada/catch_ex_std/some_package.adb: New file.
7149 * gdb.ada/catch_ex_std/some_package.ads: New file.
7150
7151 2019-04-30 Tom Tromey <tromey@adacore.com>
7152
7153 PR c++/24470:
7154 * gdb.cp/temargs.cc: Add test code from PR.
7155
7156 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * gdb.fortran/vla-datatypes.exp: Update expected results.
7159 * gdb.fortran/vla-ptype.exp: Likewise.
7160 * gdb.fortran/vla-type.exp: Likewise.
7161 * gdb.fortran/vla-value.exp: Likewise.
7162
7163 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7164
7165 * gdb.fortran/ptr-indentation.exp: Update expected results.
7166 * gdb.fortran/ptype-on-functions.exp: Likewise.
7167 * gdb.fortran/vla-ptr-info.exp: Likewise.
7168 * gdb.fortran/vla-value.exp: Likewise.
7169
7170 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7171
7172 * gdb.fortran/ptype-on-functions.exp: New file.
7173 * gdb.fortran/ptype-on-functions.f90: New file.
7174
7175 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7176
7177 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7178 case void string.
7179
7180 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7181
7182 * gdb.fortran/complex.exp: Expand.
7183 * gdb.fortran/complex.f: Renamed to...
7184 * gdb.fortran/complex.f90: ...this, and extended to add more
7185 complex values.
7186
7187 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7188
7189 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7190 MODULO, CMPLX.
7191
7192 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7193 Richard Bunt <richard.bunt@arm.com>
7194
7195 * gdb.base/max-depth.c: New file.
7196 * gdb.base/max-depth.exp: New file.
7197 * gdb.python/py-nested-maps.c: New file.
7198 * gdb.python/py-nested-maps.exp: New file.
7199 * gdb.python/py-nested-maps.py: New file.
7200 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7201 (test_all_common): Call test_max_depth.
7202 * gdb.fortran/max-depth.exp: New file.
7203 * gdb.fortran/max-depth.f90: New file.
7204 * gdb.go/max-depth.exp: New file.
7205 * gdb.go/max-depth.go: New file.
7206 * gdb.modula2/max-depth.exp: New file.
7207 * gdb.modula2/max-depth.c: New file.
7208 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7209
7210 2019-04-29 Tom de Vries <tdevries@suse.de>
7211
7212 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7213
7214 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7215
7216 * gdb.base/callexit.exp: Test may-call-functions off.
7217
7218 2019-04-25 Keith Seitz <keiths@redhat.com>
7219
7220 PR c++/24367
7221 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7222 (another_incomplete_struct, test_incomplete): New definitions.
7223 (main): Use new definitions.
7224 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7225 functions.
7226
7227 2019-04-25 Ali Tamur <tamur@google.com>
7228
7229 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7230
7231 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7232
7233 PR corefiles/11608
7234 PR corefiles/18187
7235 * gdb.base/coredump-filter-build-id.exp: New file.
7236
7237 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7238
7239 * Makefile.in: Pass through GDBSERVER_DEBUG.
7240 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7241 (gdbserver,debug): Add board setting.
7242 * gdb.trace/tspeed.exp: Skip when debugging.
7243 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7244 * lib/gdbserver-support.exp: Likewise
7245
7246 2019-04-24 Tom Tromey <tromey@adacore.com>
7247
7248 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7249 Rust.
7250
7251 2019-04-24 Tom Tromey <tromey@adacore.com>
7252
7253 * gdb.arch/amd64-eval.exp: Test bitfield return.
7254 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7255 (class Foo) <return_bitfields>: New method.
7256 (main): Call it.
7257
7258 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7259
7260 * gdb.cp/many-args.cc: New file.
7261 * gdb.cp/many-args.exp: New file.
7262
7263 2019-04-23 Tom de Vries <tdevries@suse.de>
7264
7265 PR gdb/24433
7266 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7267
7268 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7269
7270 * gdb.trace/backtrace.exp: Use nopie flag.
7271 * gdb.trace/circ.exp: Likewise.
7272 * gdb.trace/collection.exp: Likewise.
7273 * gdb.trace/ftrace.exp: Likewise.
7274 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7275 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7276 * gdb.trace/qtro.exp: Likewise.
7277 * gdb.trace/read-memory.exp: Likewise.
7278 * gdb.trace/report.exp: Likewise.
7279 * gdb.trace/tfile.exp: Likewise.
7280 * gdb.trace/tfind.exp: Likewise.
7281 * gdb.trace/unavailable.exp: Likewise.
7282
7283 2019-04-22 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.base/solib-probes-nosharedlibrary.c,
7286 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7287
7288 2019-04-19 Tom Tromey <tromey@adacore.com>
7289
7290 * gdb.ada/ptype_union.c: New file.
7291 * gdb.ada/ptype_union.exp: New file.
7292
7293 2019-04-19 Tom Tromey <tromey@adacore.com>
7294
7295 PR symtab/24423:
7296 * gdb.base/list0.h (foo): Add a control-l character.
7297
7298 2019-04-18 Tom de Vries <tdevries@suse.de>
7299
7300 PR gdb/24433
7301 * boards/local-board.exp: Set sysroot to "".
7302
7303 2019-04-18 Tom de Vries <tdevries@suse.de>
7304 Pedro Alves <palves@redhat.com>
7305
7306 PR gdb/24454
7307 * gdb.threads/vfork-follow-child-exec.c: New file.
7308 * gdb.threads/vfork-follow-child-exec.exp: New file.
7309 * gdb.threads/vfork-follow-child-exit.c: New file.
7310 * gdb.threads/vfork-follow-child-exit.exp: New file.
7311
7312 2019-04-15 Leszek Swirski <leszeks@google.com>
7313
7314 * gdb.arch/amd64-eval.cc: New file.
7315 * gdb.arch/amd64-eval.exp: New file.
7316
7317 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7318
7319 * gdb.server/sysroot.c: New test.
7320 * gdb.server/sysroot.exp: New file.
7321 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7322 matching param.
7323
7324 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7325
7326 * gdb.base/align.exp: Extend test to cover structures containing
7327 only static fields.
7328
7329 2019-04-11 Tom de Vries <tdevries@suse.de>
7330
7331 * boards/cc-with-dwz-m.exp: New file.
7332 * boards/cc-with-dwz.exp: New file.
7333 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7334
7335 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7336
7337 * gdb.base/start-cpp.exp: New file.
7338 * gdb.base/start-cpp.cc: New file.
7339
7340 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7341
7342 * gdb.python/py-thrhandle.exp: Adjust tests to call
7343 thread_from_handle instead of thread_from_thread_handle.
7344
7345 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7346
7347 * gdb.python/py-thrhandle.exp: Add tests for
7348 gdb.InferiorThread.handle.
7349
7350 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7351
7352 * gdb.python/py-function.exp: Check calling helper function from
7353 all languages.
7354 * lib/gdb.exp (gdb_supported_languages): New proc.
7355
7356 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7357
7358 * gdb.base/complex-parts.c: New file.
7359 * gdb.base/complex-parts.exp: New file.
7360
7361 2019-04-01 Tom Tromey <tromey@adacore.com>
7362
7363 PR symtab/23331:
7364 * gdb.dwarf2/dw2-ranges-main.c: New file.
7365 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7366 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7367
7368 2019-03-30 Simon Marchi <simark@simark.ca>
7369
7370 * gdb.base/default.exp: Add values for $_gdb_major and
7371 $_gdb_minor.
7372
7373 2019-03-29 Tom Tromey <tromey@adacore.com>
7374
7375 * gdb.base/help.exp: Tighten apropos regexp.
7376
7377 2019-03-29 Keith Seitz <keiths@redhat.com>
7378
7379 * gdb.fortran/array-bounds.exp: New file.
7380 * gdb.fortran/array-bounds.f90: New file.
7381
7382 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7383
7384 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7385
7386 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7387
7388 * gdb.multi/hello.c (main): Increase alarm timer.
7389
7390 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7391
7392 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7393 factor when no hardware watchpoint support.
7394
7395 2019-03-28 Alan Hayward <alan.hayward@arm.com>
7396 Pedro Alves <palves@redhat.com>
7397
7398 * boards/local-board.exp: set sysroot to /.
7399
7400 2019-03-27 Alan Hayward <alan.hayward@arm.com>
7401
7402 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7403 in child.
7404
7405 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7406
7407 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7408 field.
7409 (make_container): Initialise new field.
7410 * gdb.python/py-prettyprint.exp: Add new tests.
7411 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7412 <display_hint>: New method.
7413
7414 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7415
7416 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7417 gdb_continue_to_breakpoint more throughout this test.
7418 (run_lang_tests) Supply unique test names, and use
7419 gdb_test_no_output.
7420
7421 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7422
7423 * gdb.base/finish-pretty.exp: Update expected results.
7424 * gdb.base/pretty-print.c: New file.
7425 * gdb.base/pretty-print.exp: New file.
7426
7427 2019-03-25 Pedro Alves <palves@redhat.com>
7428
7429 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7430 move comments outside list. Append '-i "" eof' section.
7431
7432 2019-03-22 Alan Hayward <alan.hayward@arm.com>
7433
7434 PR testsuite/25016
7435 * README: Add pie options.
7436 * gdb.base/break-interp.exp: Ensure pie is disabled.
7437 * gdb.base/dump.exp: Likewise.
7438 * lib/gdb.exp (gdb_compile): Add pie option.
7439
7440 2019-03-19 Tom Tromey <tromey@adacore.com>
7441
7442 * gdb.mi/mi2-cli-display.c: New file.
7443 * gdb.mi/mi2-cli-display.exp: New file.
7444
7445 2019-03-18 Joel Brobecker <brobecker@adacore.com>
7446 Tom Tromey <tromey@adacore.com>
7447
7448 * gdb.ada/ptype_array/pck.adb: New file.
7449 * gdb.ada/ptype_array/pck.ads: New file.
7450 * gdb.ada/ptype_array/foo.adb: New file.
7451 * gdb.ada/ptype_array.exp: New file.
7452
7453 2019-03-14 Tom Tromey <tromey@adacore.com>
7454
7455 * gdb.base/style.exp: Add "set style sources" test.
7456
7457 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7458
7459 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7460 * mi-breakpoint-multiple-locations.exp: ... this.
7461 (make_breakpoints_pattern): New proc.
7462 (do_test): Add mi_version parameter, test -break-insert,
7463 -break-info and =breakpoint-created.
7464
7465 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * config/default.exp: Remove 'load_lib gdb.exp'.
7468 * config/monitor.exp: Likewise.
7469 * config/sid.exp: Likewise.
7470 * config/sim.exp: Likewise.
7471 * config/slite.exp: Likewise.
7472 * config/unix.exp: Likewise.
7473 * gdb.base/default.exp: Remove unhelpful comment.
7474
7475 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7476
7477 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7478
7479 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7480
7481 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7482
7483 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7484
7485 * gdb.fortran/type-kinds.exp: Update expected results.
7486
7487 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7490
7491 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7492
7493 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7494 function.
7495 (test_basic_parsing_of_type_kinds): Expand types tested.
7496 (test_parsing_invalid_type_kinds): New function.
7497
7498 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7499
7500 * gdb.fortran/intrinsics.exp: New file.
7501 * gdb.fortran/intrinsics.f90: New file.
7502 * gdb.fortran/type-kinds.exp: New file.
7503
7504 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7505
7506 * gdb.fortran/dot-ops.exp: New file.
7507
7508 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7509
7510 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7511 Check upper and lower case logical literals.
7512
7513 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7514
7515 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7516 Remove duplicate tests.
7517
7518 2019-03-06 Alan Hayward <alan.hayward@arm.com>
7519
7520 * lib/gdb.exp (builtin_cd): rename of cd.
7521 (cd): Override builtin.
7522
7523 2019-03-06 Richard Bunt <richard.bunt@arm.com>
7524
7525 * gdb.fortran/function-calls.exp: New file.
7526 * gdb.fortran/function-calls.f90: New test.
7527
7528 2019-03-04 Richard Bunt <richard.bunt@arm.com>
7529
7530 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7531 on user program standard output.
7532 * gdb.fortran/short-circuit-argument-list.f90: Record function
7533 calls.
7534
7535 2019-02-28 Alan Hayward <alan.hayward@arm.com>
7536
7537 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7538 failure.
7539
7540 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7541
7542 PR gdb/8527
7543 * gdb.base/interrupt-daemon-attach.c,
7544 gdb.base/interrupt-daemon-attach.exp: New test.
7545
7546 2019-02-27 Pedro Alves <palves@redhat.com>
7547
7548 * gdb.base/page.exp: Add tests for "set width/height -1".
7549
7550 2019-02-27 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.base/page.exp: Add tests for "set/show width/height" with
7553 "infinite" values.
7554
7555 2019-02-27 Tom Tromey <tromey@adacore.com>
7556
7557 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
7558 2.4.
7559 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
7560 workaround.
7561
7562 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
7563
7564 * gdb.base/align.exp: Extend to compile in both C and C++, and add
7565 tests for structs with static members.
7566
7567 2019-02-26 Tom Tromey <tromey@adacore.com>
7568
7569 * gdb.python/py-value.exp (test_value_from_buffer): Check for
7570 ValueError, not TypeError.
7571
7572 2019-02-26 Kevin Buettner <kevinb@redhat.com>
7573
7574 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
7575 call from main program.
7576
7577 2019-02-23 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
7580 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
7581 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
7582 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
7583 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
7584
7585 2019-02-22 Keith Seitz <keiths@redhat.com>
7586
7587 PR symtab/23853
7588 * gdb.base/symlink-sourcefile.c: New file.
7589 * gdb.base/symlink-sourcefile.exp: New file.
7590
7591 2019-02-20 Tom Tromey <tom@tromey.com>
7592
7593 * gdb.base/info_qt.exp: Update.
7594
7595 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
7596
7597 * gdb.base/source.exp: Move "error in sourced script" code to
7598 the end.
7599 * gdb.base/source-error.gdb: Move contents to
7600 source-error-1.gdb. Add new code to source source-error-1.gdb.
7601 * gdb.base/source-error-1.gdb: New file, from previous
7602 source-error.gdb.
7603
7604 2019-02-17 Tom Tromey <tom@tromey.com>
7605
7606 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7607 for macro styling.
7608 * gdb.base/style.c (SOME_MACRO): New macro.
7609
7610 2019-02-17 Tom Tromey <tom@tromey.com>
7611
7612 * gdb.base/style.exp: Add line-wrapping tests.
7613 * gdb.base/page.exp: Add test for quitting during pagination.
7614
7615 2019-02-17 Joel Brobecker <brobecker@adacore.com>
7616
7617 * gdb.ada/big_packed_array: New testcase.
7618 * gdb.ada/homonym.exp: Fix incorrect expected output for
7619 "break <homonym__get_value>" test.
7620
7621 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
7622
7623 PR breakpoints/21870
7624 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
7625 and prepare_for_testing. Add comment.
7626 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
7627 redundant cleanup call. Clean up comment.
7628
7629 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
7630
7631 PR breakpoints/21870
7632 * gdb.arch/aarch64-dbreg-contents.exp: New file.
7633 * gdb.arch/aarch64-dbreg-contents.c: New file.
7634
7635 2019-02-10 Joel Brobecker <brobecker@adacore.com>
7636
7637 * gdb.ada/mi_ref_changeable: New testcase.
7638
7639 2019-02-07 Alan Hayward <alan.hayward@arm.com>
7640
7641 * gdb.base/attach.exp: Add double attach test.
7642
7643 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
7644
7645 * lib/gdb.exp (default_gdb_start): Don't match pagination
7646 prompt.
7647 (gdb_init): Set stty_init.
7648
7649 2019-01-27 Tom Tromey <tom@tromey.com>
7650
7651 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
7652 skip_python_tests.
7653
7654 2019-01-24 Alan Hayward <alan.hayward@arm.com>
7655
7656 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
7657 New structure.
7658 (struct struct_static_02_02): Likewise.
7659 (struct struct_static_02_03): Likewise.
7660 (struct struct_static_02_04): Likewise.
7661 (struct struct_static_04_01): Likewise.
7662 (struct struct_static_04_02): Likewise.
7663 (struct struct_static_04_03): Likewise.
7664 (struct struct_static_04_04): Likewise.
7665 (struct struct_static_06_01): Likewise.
7666 (struct struct_static_06_02): Likewise.
7667 (struct struct_static_06_03): Likewise.
7668 (struct struct_static_06_04): Likewise.
7669 (cmp_struct_static_02_01): Likewise.
7670 (cmp_struct_static_02_02): Likewise.
7671 (cmp_struct_static_02_03): Likewise.
7672 (cmp_struct_static_02_04): Likewise.
7673 (cmp_struct_static_04_01): Likewise.
7674 (cmp_struct_static_04_02): Likewise.
7675 (cmp_struct_static_04_03): Likewise.
7676 (cmp_struct_static_04_04): Likewise.
7677 (cmp_struct_static_06_01): Likewise.
7678 (cmp_struct_static_06_02): Likewise.
7679 (cmp_struct_static_06_03): Likewise.
7680 (cmp_struct_static_06_04): Likewise.
7681 (call_all): Test new structs.
7682 * gdb.base/infcall-nested-structs.exp: Likewise.
7683
7684 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7685 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
7686
7687 2019-01-21 Alan Hayward <alan.hayward@arm.com>
7688 * gdb.base/stack-protector.c: New test.
7689 * gdb.base/stack-protector.exp: New file.
7690 * gdb.cp/ovldbreak.exp: Only allow a single break line.
7691 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
7692 option.
7693 (gdb_compile): Remove stack protector for GCC and prevent
7694 recursion.
7695
7696 2019-01-16 Keith Seitz <keiths@redhat.com>
7697
7698 PR gdb/23773
7699 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
7700
7701 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7702
7703 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
7704 aliases.
7705 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
7706 tests.
7707 * gdb.arch/powerpc-vector-regs.c: New file.
7708 * gdb.arch/powerpc-vector-regs.exp: New file.
7709
7710 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7711
7712 * gdb.arch/altivec-regs.exp: Fix the list passed to
7713 gdb_expect_list when testing "info vector".
7714
7715 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7716
7717 * gdb.base/style.exp: Don't include path in testname.
7718
7719 2019-01-10 Keith Seitz <keiths@redhat.com>
7720
7721 PR gdb/23712
7722 PR symtab/23010
7723 * gdb.dwarf2/multidictionary.exp: New file.
7724
7725 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
7726
7727 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
7728 (test_gnuv3_style_demangling): ... this.
7729 (test_lucid_style_demangling): Remove.
7730 (test_arm_style_demangling): Remove.
7731 (test_hp_style_demangling): Remove.
7732 (do_tests): Remove calls to the above.
7733
7734 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7735
7736 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
7737 case.
7738
7739 2019-01-06 Tom Tromey <tom@tromey.com>
7740
7741 PR gdb/28155:
7742 * gdb.dwarf2/typedef-void-finish.exp: New file.
7743
7744 2018-12-28 Tom Tromey <tom@tromey.com>
7745 Simon Marchi <simark@simark.ca>
7746
7747 * gdb.base/jit-exec.exp: New file.
7748 * gdb.base/jit-exec.c: New file.
7749 * gdb.base/jit-execd.c: New file.
7750
7751 2018-12-28 Tom Tromey <tom@tromey.com>
7752
7753 * gdb.base/style.exp: Update test to check for address styling.
7754
7755 2018-12-28 Tom Tromey <tom@tromey.com>
7756
7757 * gdb.base/style.exp: Add test for styling of "Reading symbols"
7758 message.
7759
7760 2018-12-28 Tom Tromey <tom@tromey.com>
7761
7762 * gdb.base/style.exp: Add test for version number styling.
7763
7764 2018-12-28 Tom Tromey <tom@tromey.com>
7765
7766 * gdb.base/style.exp: Add test for print_address_symbolic.
7767
7768 2018-12-28 Tom Tromey <tom@tromey.com>
7769
7770 * gdb.base/style.exp: Add test for breakpoint setting.
7771
7772 2018-12-28 Tom Tromey <tom@tromey.com>
7773
7774 * gdb.base/style.exp: Add test for variable names.
7775
7776 2018-12-28 Tom Tromey <tom@tromey.com>
7777
7778 * gdb.base/style.exp: New file.
7779 * gdb.base/style.c: New file.
7780
7781 2018-12-28 Tom Tromey <tom@tromey.com>
7782
7783 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
7784 "dumb".
7785 * gdb.base/readline.exp (operate_and_get_next): Save and restore
7786 the TERM environment variable.
7787
7788 2018-12-27 Tom Tromey <tom@tromey.com>
7789
7790 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
7791 pagination test.
7792
7793 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
7796 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
7797
7798 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7799
7800 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
7801 Filename a.adb changed to bp_fun_addr.adb.
7802 gdb.ada/bp_fun_addr.exp: Update test accordingly.
7803
7804 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
7805
7806 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
7807 non-PIE executables.
7808 * README: Mention the gdb,nopie_flag board setting.
7809 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
7810 non-PIE executable.
7811 * gdb.arch/amd64-entry-value.exp: Likewise.
7812 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
7813 * gdb.arch/i386-float.exp: Likewise.
7814 * gdb.arch/i386-signal.exp: Likewise.
7815 * gdb.mi/mi-reg-undefined.exp: Likewise.
7816
7817 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
7818
7819 PR gdb/23974
7820 * gdb.base/info-os.exp: Check return for unknown "info os" type.
7821
7822 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7823
7824 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
7825 Update order of results accordingly.
7826
7827 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
7828
7829 * gdb.base/annota1.exp: Update a test regexp.
7830
7831 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7832
7833 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
7834
7835 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7836
7837 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
7838 (reuse_time): Initialize to REUSE_TIME_CAP.
7839 (check_rc): New function.
7840 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
7841 Check pthread_create rc.
7842 (spawner_thread_func): Check pthread_create and pthread_join rc.
7843
7844 2018-12-08 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.base/list.exp (test_forward_search): Rename to ...
7847 (test_forward_reverse_search): ... this. Also test reverse-search
7848 and the forward-search alias.
7849
7850 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
7851
7852 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
7853 local timeout variable before return, and remove all local timeout
7854 variable entirely.
7855 (gdb_load): Likewise.
7856
7857 2018-12-01 Tom de Vries <tdevries@suse.de>
7858
7859 * gdb.base/gdb-caching-proc.exp: New file.
7860
7861 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
7862
7863 * Makefile.in (TIMESTAMP): New variable.
7864 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
7865 command.
7866 (check-single-racy): Likewise.
7867 (check/%.exp): Likewise.
7868 (check-racy/%.exp): Likewise.
7869 (workers/%.worker): Likewise.
7870 (build-perf): Likewise.
7871 (check-perf): Likewise.
7872 * README: Describe new "TS" and "TS_FORMAT" variables.
7873 * print-ts.py: New file.
7874
7875 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
7876
7877 PR python/23714
7878 * gdb.python/python.exp: Test command repetition after
7879 gdb.execute.
7880
7881 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
7882
7883 * gdb.opt/inline-break.exp: Add test that info breakpoint output
7884 is correctly aligned.
7885
7886 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7887
7888 * gdb.ada/info_auto_lang.exp: New testcase.
7889 * gdb.ada/info_auto_lang/global_pack.ads: New file.
7890 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
7891 * gdb.ada/info_auto_lang/some_c.c: New file.
7892
7893 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7894
7895 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
7896 FUNC_lang language syntax.
7897
7898 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7899
7900 * gdb.base/info_minsym.c: New file.
7901 * gdb.base/info_minsym.exp: New file.
7902
7903 2018-11-19 Tom Tromey <tom@tromey.com>
7904
7905 PR rust/23625:
7906 * gdb.rust/simple.exp: Add ptype test. Update expected output.
7907 * gdb.rust/expr.exp: Update expected output. Change one test.
7908
7909 2018-11-19 Tom Tromey <tom@tromey.com>
7910
7911 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
7912
7913 2018-11-19 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
7916 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
7917 see the expected warning.
7918
7919 2018-11-16 Alan Hayward <alan.hayward@arm.com>
7920
7921 PR gdb/22736:
7922 * gdb.cp/infcall-nodebug-lib.c: New test.
7923 * gdb.cp/infcall-nodebug-main.c: New test.
7924 * gdb.cp/infcall-nodebug.exp: New file.
7925
7926 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
7927
7928 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
7929 completer tests.
7930
7931 2018-11-09 Tom de Vries <tdevries@suse.de>
7932
7933 * gdb.base/msym-lang.c: New test.
7934 * gdb.base/msym-lang.exp: New file.
7935 * gdb.base/msym-lang-main.c: New test.
7936
7937 2018-11-08 Tom Tromey <tom@tromey.com>
7938
7939 PR gdb/23555:
7940 PR gdb/23838:
7941 * gdb.base/warning.exp: New file.
7942
7943 2018-11-08 Jan Beulich <jbeulich@suse.com>
7944
7945 * testsuite/gdb.arch/i386-avx512.c,
7946 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
7947
7948 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
7949
7950 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
7951 point hardware.
7952
7953 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
7954
7955 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
7956 * gdb.dwarf2/missing-type-name.exp: New file.
7957
7958 2018-11-06 Tom de Vries <tdevries@suse.de>
7959
7960 * gdb.base/many-headers.c: New test.
7961 * gdb.base/many-headers.exp: New file.
7962
7963 2018-11-06 Jim Wilson <jimw@sifive.com>
7964
7965 * gdb.base/code_elim.exp: For riscv, set additional_flags
7966 to include -msmall-data-limit=0.
7967
7968 2018-11-01 Joel Brobecker <brobecker@adacore.com>
7969
7970 * gdb.ada/watch_minus_l: New testcase.
7971
7972 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
7973
7974 * gdb.arch/aix-sighandle.c: New file.
7975 * gdb.arch/aix-sighandle.exp: New file.
7976
7977 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7978
7979 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
7980 registers being unions.
7981
7982 2018-10-31 Tom de Vries <tdevries@suse.de>
7983
7984 * lib/valgrind.exp: New file.
7985 (vgdb_start, vgdb_stop): New procs, factored out of ...
7986 * gdb.base/valgrind-bt.exp: ... here, ...
7987 * gdb.base/valgrind-disp-step.exp: ... here and ...
7988 * gdb.base/valgrind-infcall.exp: ... here.
7989
7990 2018-10-31 Tom de Vries <tdevries@suse.de>
7991
7992 * lib/gdb.exp (get_valueof): Don't output read value in test name.
7993
7994 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7995
7996 * gdb.dwarf2/void-type.c: New file.
7997 * gdb.dwarf2/void-type.exp: New file.
7998
7999 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8000
8001 * gdb.base/info_qt.c: New file.
8002 * gdb.base/info_qt.exp: New file.
8003
8004 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8005
8006 * gdb.arch/powerpc-htm-regs.c: New file.
8007 * gdb.arch/powerpc-htm-regs.exp: New file.
8008
8009 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8010
8011 * gdb.arch/powerpc-tar.c: New file.
8012 * gdb.arch/powerpc-tar.exp: New file.
8013
8014 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8015
8016 * gdb.arch/powerpc-ppr-dscr.c: New file.
8017 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8018
8019 2018-10-25 Tom de Vries <tdevries@suse.de>
8020
8021 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8022
8023 2018-10-24 Tom de Vries <tdevries@suse.de>
8024
8025 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8026 longer exists error.
8027
8028 2018-10-24 Tom de Vries <tdevries@suse.de>
8029
8030 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8031
8032 2018-10-24 Tom de Vries <tdevries@suse.de>
8033
8034 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8035 --db-attach in valgrind.
8036
8037 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8038
8039 * gdb.arch/riscv-reg-aliases.c: New file.
8040 * gdb.arch/riscv-reg-aliases.exp: New file.
8041
8042 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8043
8044 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8045
8046 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8047
8048 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8049
8050 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8051
8052 * gdb.cp/ovldbreak.exp: Fix regexps.
8053
8054 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8055
8056 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8057
8058 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8059
8060 PR cli/23785
8061 * gdb.base/restore.exp: New test to check if "restore" with an
8062 invalid file doesn't segfault.
8063
8064 2018-10-18 Tom de Vries <tdevries@suse.de>
8065
8066 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8067 * gdb.ada/excep_handle.exp: Same.
8068 * gdb.ada/mi_string_access.exp: Same.
8069 * gdb.ada/mi_var_union.exp: Same.
8070 * gdb.arch/arc-analyze-prologue.exp: Same.
8071 * gdb.arch/arc-decode-insn.exp: Same.
8072 * gdb.base/readnever.exp: Same.
8073 * gdb.fortran/printing-types.exp: Same.
8074 * gdb.guile/scm-lazy-string.exp: Same.
8075
8076 2018-10-16 Tom de Vries <tdevries@suse.de>
8077
8078 PR gdb/23730
8079 * gdb.base/catch-follow-exec.c: Add copyright notice.
8080 * gdb.base/catch-follow-exec.exp: Rewrite to use
8081 gdb_spawn_with_cmdline_opts. Require gdb-native.
8082
8083 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8084
8085 * gdb.trace/actions-changed.exp: Check for arch support.
8086 * gdb.trace/actions.exp: Likewise.
8087 * gdb.trace/ax.exp: Likewise.
8088 * gdb.trace/backtrace.exp: Likewise.
8089 * gdb.trace/change-loc.exp: Likewise.
8090 * gdb.trace/deltrace.exp: Likewise.
8091 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8092 * gdb.trace/ftrace.exp: Likewise.
8093 * gdb.trace/infotrace.exp: Check for arch support.
8094 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8095 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8096 * gdb.trace/mi-tsv-changed.exp: Likewise.
8097 * gdb.trace/packetlen.exp: Likewise.
8098 * gdb.trace/passc-dyn.exp: Likewise.
8099 * gdb.trace/passcount.exp: Likewise.
8100 * gdb.trace/pending.exp: Likewise.
8101 * gdb.trace/range-stepping.exp: Check for shlib support.
8102 * gdb.trace/report.exp: Check for arch support.
8103 * gdb.trace/save-trace.exp: Likewise.
8104 * gdb.trace/signal.exp: Check for signal support.
8105 * gdb.trace/tfind.exp: Check for arch support.
8106 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8107 * gdb.trace/trace-common.h: Add comment.
8108 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8109 * gdb.trace/trace-enable-disable.exp: Likewise.
8110 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8111 * gdb.trace/tracecmd.exp: Check for arch support.
8112 * gdb.trace/tspeed.exp: Check for shlib and target support.
8113 * gdb.trace/tstatus.exp: Check for arch support.
8114 * gdb.trace/tsv.exp: Likewise.
8115 * gdb.trace/while-dyn.exp: Likewise.
8116 * gdb.trace/while-stepping.exp: Likewise.
8117 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8118
8119 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 * gdb.trace/tspeed.exp: Remove nowarnings.
8122 (prepare_for_trace_test): Declare "global ipalib".
8123 * gdb.trace/tspeed.c: Include unistd.h.
8124 (main): Remove superfluous printf argument.
8125
8126 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8127
8128 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8129 directory prefix on the filename.
8130
8131 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8132
8133 * gdb.gdb/unittest.exp: Update expected message informing that
8134 selftests have been disabled.
8135 * gdb.server/unittest.exp: Likewise.
8136
8137 2018-10-09 Tom de Vries <tdevries@suse.de>
8138
8139 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8140 with runto_main.
8141
8142 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8143
8144 PR c++/16841
8145 * gdb.cp/virtbase2.cc: New file.
8146 * gdb.cp/virtbase2.exp: New file.
8147
8148 2018-10-06 Tom Tromey <tom@tromey.com>
8149
8150 PR python/19399:
8151 * gdb.python/py-inferior.exp: Add architecture test.
8152
8153 2018-10-06 Tom Tromey <tom@tromey.com>
8154
8155 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8156 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8157
8158 2018-10-06 Tom Tromey <tom@tromey.com>
8159
8160 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8161 of a "throw" catchpoint.
8162
8163 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8164
8165 * gdb.base/info-proc.exp: Update string expected from "help info
8166 proc".
8167
8168 2018-10-04 Tom Tromey <tom@tromey.com>
8169
8170 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8171 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8172 (test_initial_complaints, test_empty_complaints): Update.
8173 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8174
8175 2018-10-04 Tom Tromey <tom@tromey.com>
8176
8177 PR cli/19551:
8178 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8179 * lib/gdb.exp (gdb_file_cmd): Update.
8180 * gdb.stabs/weird.exp (print_weird_var): Update.
8181 * gdb.server/solib-list.exp: Update.
8182 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8183 * gdb.mi/mi-cli.exp: Update.
8184 * gdb.linespec/linespec.exp: Update.
8185 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8186 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8187 * gdb.cp/cp-relocate.exp: Update.
8188 * gdb.base/sym-file.exp: Update.
8189 * gdb.base/relocate.exp: Update.
8190 * gdb.base/readnever.exp: Update.
8191 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8192 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8193 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8194 * gdb.base/code_elim.exp: Update.
8195 * gdb.base/break-unload-file.exp (test_break): Update.
8196 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8197 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8198 Update.
8199 * gdb.base/attach.exp (do_attach_tests): Update.
8200 * gdb.base/sepdebug.exp: Update.
8201 * gdb.python/py-section-script.exp: Update.
8202
8203 2018-10-04 Tom Tromey <tom@tromey.com>
8204
8205 PR cli/22234:
8206 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8207 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8208 output.
8209
8210 2018-10-04 Tom Tromey <tom@tromey.com>
8211
8212 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8213 set width and height to 0.
8214 (test_command_line_attach_run): Use -quiet.
8215
8216 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8217
8218 * lib/gdb.exp (skip_ifunc_tests): New.
8219 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8220 other compile failures.
8221 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8222
8223 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8226 is_amd64_regs_target.
8227
8228 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8229
8230 * gdb.arch/aarch64-sighandler-regs.c: New test.
8231 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8232 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8233
8234 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8235
8236 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8237 assembly.
8238
8239 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8240
8241 * gdb.base/frame-selection.exp: New file.
8242 * gdb.base/frame-selection.c: New file.
8243
8244 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8245
8246 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8247 pthread barrier.
8248 (main): Likewise.
8249
8250 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8251
8252 * gdb.base/large-frame-1.c: New file.
8253 * gdb.base/large-frame-2.c: New file.
8254 * gdb.base/large-frame.exp: New file.
8255 * gdb.base/large-frame.h: New file.
8256
8257 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8258
8259 PR gdb/20948
8260 * gdb.base/write_mem.exp: New test.
8261 * gdb.base/write_mem.c: Likewise.
8262
8263 2018-09-23 Tom Tromey <tom@tromey.com>
8264
8265 PR python/18852:
8266 * gdb.python/py-parameter.exp: Add test for parameter that throws
8267 on "set".
8268
8269 2018-09-23 Tom Tromey <tom@tromey.com>
8270
8271 PR python/17284:
8272 * gdb.python/py-template.exp (test_template_arg): Add test for
8273 negative template argument number.
8274
8275 2018-09-23 Tom Tromey <tom@tromey.com>
8276
8277 PR python/14062:
8278 * gdb.python/python.exp: Add test for post_event error.
8279
8280 2018-09-23 Tom Tromey <tom@tromey.com>
8281
8282 PR python/18170:
8283 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8284 convert pointers to int and long.
8285
8286 2018-09-23 Tom Tromey <tom@tromey.com>
8287
8288 PR python/20126:
8289 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8290 signed-ness conversion tests.
8291
8292 2018-09-23 Tom Tromey <tom@tromey.com>
8293
8294 PR python/18352;
8295 * gdb.python/py-value.exp (test_float_conversion): New proc.
8296 Use it.
8297
8298 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8299
8300 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8301
8302 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8303
8304 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8305 no readline.
8306 * gdb.base/utf8-identifiers.exp: Likewise.
8307 * gdb.cp/cpcompletion.exp: Likewise.
8308 * gdb.linespec/cpcompletion.exp: Likewise.
8309 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8310 * gdb.linespec/cpls-ops.exp: Likewise.
8311
8312 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8313 Chris January <chris.january@arm.com>
8314
8315 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8316 * gdb.fortran/short-circuit-argument-list.exp: New file.
8317 * gdb.fortran/short-circuit-argument-list.f90: New test.
8318
8319 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8320
8321 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8322 "arch=" keyword when executing "-stack-list-frames".
8323
8324 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8325
8326 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8327 "arch=" keyword when executing "-stack-list-frames".
8328
8329 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8330
8331 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8332 break ada".
8333
8334 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8335
8336 PR python/23669
8337 * gdb.python/python.exp: Test gdb.execute("show commands").
8338
8339 2018-09-16 Tom Tromey <tom@tromey.com>
8340
8341 * gdb.base/new-ui.exp (do_execution_tests): Update.
8342 * gdb.base/dbx.exp (test_breakpoints): Update.
8343
8344 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8345
8346 * lib/gdb.exp (gdb_simple_compile): Add proc.
8347 (is_elf_target): Use gdb_simple_compile.
8348 (skip_altivec_tests): Likewise.
8349 (skip_vsx_tests): Likewise.
8350 (skip_tsx_tests): Likewise.
8351 (skip_btrace_tests): Likewise.
8352 (skip_btrace_pt_tests): Likewise.
8353 (gdb_can_simple_compile): Likewise.
8354 (gdb_has_argv0): Likewise.
8355 (gdb_target_symbol_prefix): Likewise.
8356 (target_supports_scheduler_locking): Likewise.
8357
8358 2018-09-13 Tom Tromey <tom@tromey.com>
8359
8360 * Makefile.in (TAGS): Recognize proc_with_prefix and
8361 gdb_caching_proc.
8362
8363 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8364
8365 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8366 method.
8367
8368 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8369
8370 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8371 and a few other Inferior properties when the Inferior is no
8372 longer valid.
8373
8374 2018-09-13 Tom Tromey <tom@tromey.com>
8375
8376 PR rust/23650:
8377 * gdb.rust/simple.exp: Add test for enum field access error.
8378
8379 2018-09-13 Tom Tromey <tom@tromey.com>
8380
8381 PR rust/23626:
8382 * gdb.rust/simple.rs (EmptyEnum): New type.
8383 (main): Use it.
8384 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8385
8386 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8387
8388 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8389 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8390 * gdb.python/py-symtab.exp: Update test printing an objfile.
8391
8392 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8393
8394 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8395 object.
8396
8397 2018-09-12 Alan Hayward <alan.hayward@arm.com>
8398
8399 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8400 (support_complex_tests): Use gdb_can_simple_compile.
8401 (is_ilp32_target): Likewise.
8402 (is_lp64_target): Likewise.
8403 (is_64_target): Likewise.
8404 (is_amd64_regs_target): Likewise.
8405 (is_aarch32_target): Likewise.
8406 (gdb_int128_helper): Likewise.
8407
8408 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8411
8412 2018-09-10 Jerome Guitton <guitton@adacore.com>
8413
8414 * gdb.ada/same_component_name: Add test for case of tagged record
8415 with variable-length fields.
8416
8417 2018-09-10 Xavier Roirand <roirand@adacore.com>
8418
8419 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8420 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8421 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8422 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8423
8424 2018-09-10 Xavier Roirand <roirand@adacore.com>
8425
8426 * gdb.ada/mi_string_access.exp: New testcase.
8427 * gdb.ada/mi_string_access/bar.adb: New file.
8428 * gdb.ada/mi_string_access/pck.adb: New file.
8429 * gdb.ada/mi_string_access/pck.asd: New file.
8430
8431 2018-09-10 Xavier Roirand <roirand@adacore.com>
8432
8433 * gdb.ada/mi_var_union.exp: New testcase.
8434 * gdb.ada/mi_var_union/bar.adb: New file.
8435 * gdb.ada/mi_var_union/pck.adb: New file.
8436 * gdb.ada/mi_var_union/pck.asd: New file.
8437
8438 2018-09-08 Tom Tromey <tom@tromey.com>
8439
8440 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8441
8442 2018-09-08 Tom Tromey <tom@tromey.com>
8443
8444 PR python/16047:
8445 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8446 (register_pretty_printers): Register new printer.
8447 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8448 test.
8449 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8450 (an_int_type3): New global.
8451
8452 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8453
8454 * gdb.ada/expr_with_funcall: New testcase.
8455
8456 2018-09-08 Joel Brobecker <brobecker@adacore.com>
8457
8458 * gdb.ada/packed_array_assign: New testcase.
8459
8460 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8461
8462 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8463 names, and add test prefixes to make test names unique.
8464
8465 2018-09-05 Tom de Vries <tdevries@suse.de>
8466
8467 * gdb.dwarf2/varval.exp: Add test.
8468
8469 2018-09-04 Gary Benson <gbenson@redhat.com>
8470
8471 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8472 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8473
8474 2018-08-31 Tom Tromey <tom@tromey.com>
8475
8476 * gdb.rust/simple.rs: Rename second variable "v".
8477
8478 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8479
8480 * gdb.base/funcargs.c (use_a): New function.
8481 (recurse): Call use_a.
8482
8483 2018-08-29 Keith Seitz <keiths@redhat.com>
8484
8485 * gdb.compile/compile-cplus-anonymous.cc: New file.
8486 * gdb.compile/compile-cplus-anonymous.exp: New file.
8487 * gdb.compile/compile-cplus-array-decay.cc: New file.
8488 * gdb.compile/compile-cplus-array-decay.exp: New file.
8489 * gdb.compile/compile-cplus-inherit.cc: New file.
8490 * gdb.compile/compile-cplus-inherit.exp: New file.
8491 * gdb.compile/compile-cplus-member.cc: New file.
8492 * gdb.compile/compile-cplus-member.exp: New file.
8493 * gdb.compile/compile-cplus-method.cc: New file.
8494 * gdb.compile/compile-cplus-method.exp: New file.
8495 * gdb.compile/compile-cplus-mod.c: "New" file.
8496 * gdb.compile/compile-cplus-namespace.cc: New file.
8497 * gdb.compile/compile-cplus-namespace.exp: New file.
8498 * gdb.compile/compile-cplus-nested.cc: New file.
8499 * gdb.compile/compile-cplus-nested.exp: New file.
8500 * gdb.compile/compile-cplus-print.c: "New" file.
8501 * gdb.compile/compile-cplus-print.exp: "New" file.
8502 * gdb.compile/compile-cplus-virtual.cc: New file.
8503 * gdb.compile/compile-cplus-virtual.exp: New file.
8504 * gdb.compile/compile-cplus.c: "New" file.
8505 * gdb.compile/compile-cplus.exp: "New" file.
8506 * lib/compile-support.exp: New file.
8507
8508 2018-08-16 Gary Benson <gbenson@redhat.com>
8509
8510 PR gdb/13000:
8511 * gdb.base/batch-exit-status.exp: New file.
8512 * gdb.base/batch-exit-status.good-commands: Likewise.
8513 * gdb.base/batch-exit-status.bad-commands: Likewise.
8514
8515 2018-08-29 Alan Hayward <alan.hayward@arm.com>
8516
8517 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8518 (struct struct02): Likewise.
8519 (struct struct03): Likewise.
8520 (struct struct04): Likewise.
8521 (struct struct_01_01): New struct.
8522 (struct struct_01_02): Likewise.
8523 (struct struct_01_03): Likewise.
8524 (struct struct_01_04): Likewise.
8525 (struct struct_02_01): Likewise.
8526 (struct struct_02_02): Likewise.
8527 (struct struct_02_03): Likewise.
8528 (struct struct_02_04): Likewise.
8529 (struct struct_04_01): Likewise.
8530 (struct struct_04_02): Likewise.
8531 (struct struct_04_03): Likewise.
8532 (struct struct_04_04): Likewise.
8533 (struct struct_05_01): Likewise.
8534 (struct struct_05_02): Likewise.
8535 (struct struct_05_03): Likewise.
8536 (struct struct_05_04): Likewise.
8537 (cmp_struct01): Remove function.
8538 (cmp_struct02): Likewise.
8539 (cmp_struct03): Likewise.
8540 (cmp_struct04): Likewise.
8541 (cmp_struct_01_01): Add Function.
8542 (cmp_struct_01_02): Likewise.
8543 (cmp_struct_01_03): Likewise.
8544 (cmp_struct_01_04): Likewise.
8545 (cmp_struct_02_01): Likewise.
8546 (cmp_struct_02_02): Likewise.
8547 (cmp_struct_02_03): Likewise.
8548 (cmp_struct_02_04): Likewise.
8549 (cmp_struct_04_01): Likewise.
8550 (cmp_struct_04_02): Likewise.
8551 (cmp_struct_04_03): Likewise.
8552 (cmp_struct_04_04): Likewise.
8553 (cmp_struct_05_01): Likewise.
8554 (cmp_struct_05_02): Likewise.
8555 (cmp_struct_05_03): Likewise.
8556 (cmp_struct_05_04): Likewise.
8557 (call_all): Add new structs.
8558 * gdb.base/infcall-nested-structs.exp: Likewise.
8559
8560 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
8561
8562 * gdb.python/py-framefilter-mi.exp: Update regexp to
8563 check for "arch" field in frame output.
8564
8565 2018-08-23 Kevin Buettner <kevinb@redhat.com>
8566
8567 * gdb.dwarf2/dw2-ranges-func.c: New file.
8568 * gdb.dwarf2/dw2-ranges-func.exp: New file.
8569
8570 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
8571
8572 * gdb.base/term.exp: Compare terminal settings with values from
8573 the inferior.
8574 * gdb.base/term.c: Get and set terminal settings.
8575
8576 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
8577
8578 * lib/mi-support.exp (mi_expect_stop): Update regexp to
8579 accommodate new "arch" field in frame output.
8580 * gdb.mi/mi-return.exp: Likewise.
8581 * gdb.mi/mi-stack.exp: Likewise.
8582 * gdb.mi/mi-syn-frame.exp: Likewise.
8583 * gdb.mi/user-selected-context-sync.exp: Likewise.
8584
8585 2018-08-19 Michael Spang <spang@google.com>
8586
8587 PR gdb/11786
8588 * gdb.base/gcore-tls-pie.c: New file.
8589 * gdb.base/gcore-tls-pie.exp: New file.
8590
8591 2018-08-18 Kevin Buettner <kevinb@redhat.com>
8592
8593 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
8594 * gdb.dwarf2/varval.c: New file.
8595 * gdb.dwarf2/varval.exp: New file.
8596
8597 2018-08-17 Alan Hayward <alan.hayward@arm.com>
8598
8599 PR gdb/18931
8600 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
8601
8602 2018-08-16 Keith Seitz <keiths@redhat.com>
8603
8604 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8605 tests expected to pass.
8606
8607 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8608
8609 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8610 -data-disassemble -a.
8611 (test_disassembly_bogus_args): Likewise.
8612
8613 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
8614
8615 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
8616
8617 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8618
8619 * gdb.base/vla-optimized-out.exp: Add new test.
8620
8621 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8622
8623 * gdb.base/vla-optimized-out-o3.exp: Delete.
8624 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
8625 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
8626 deleted tests.
8627
8628 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
8629
8630 PR gdb/18050:
8631 * gdb.server/extended-remote-restart.c: New file.
8632 * gdb.server/extended-remote-restart.exp: New file.
8633
8634 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
8635
8636 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
8637 "set variable index = 42".
8638
8639 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * boards/index-cache-gdb.exp: New file.
8642 * gdb.dwarf2/index-cache.exp: New file.
8643 * gdb.dwarf2/index-cache.c: New file.
8644 * gdb.base/maint.exp: Check if we are using the index cache.
8645
8646 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8647
8648 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
8649 MAKEFLAGS.
8650
8651 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8652
8653 * dg-extract-results.sh: Move to toplevel contrib.
8654 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
8655 * Makefile.in (check-parallel-racy): Likewise.
8656
8657 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
8658
8659 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
8660 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
8661 tests if the target supports scheduler locking.
8662
8663 2018-08-04 Tom de Vries <tdevries@suse.de>
8664
8665 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
8666
8667 2018-08-02 Tom Tromey <tom@tromey.com>
8668
8669 PR symtab/16842.
8670 * gdb.cp/temargs.exp: Test "info address" of a template
8671 parameter.
8672
8673 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
8674
8675 * gdb.python/py-mi-var-info-path-expression.c: New file.
8676 * gdb.python/py-mi-var-info-path-expression.py: New file.
8677 * gdb.python/py-mi-var-info-path-expression.exp: New file.
8678
8679 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
8680
8681 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
8682 error after "cannot resolve name" string.
8683
8684 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
8685
8686 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
8687 started.
8688 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
8689
8690 2018-07-28 Tom de Vries <tdevries@suse.de>
8691
8692 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
8693
8694 2018-07-26 Tom de Vries <tdevries@suse.de>
8695
8696 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
8697
8698 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
8699
8700 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
8701 is visible.
8702
8703 2018-07-26 Tom de Vries <tdevries@suse.de>
8704
8705 PR breakpoints/23366
8706 * gdb.base/catch-follow-exec.c: New test.
8707 * gdb.base/catch-follow-exec.exp: New file.
8708
8709 2018-07-25 Tom de Vries <tdevries@suse.de>
8710
8711 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
8712 vla-optimized-out.c.
8713
8714 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
8715
8716 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
8717 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
8718
8719 2018-07-20 Tom de Vries <tdevries@suse.de>
8720
8721 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
8722 NOCLONE macro.
8723 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
8724
8725 2018-07-19 Tom de Vries <tdevries@suse.de>
8726
8727 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
8728 regular expression.
8729
8730 2018-07-18 Tom de Vries <tdevries@suse.de>
8731
8732 * gdb.base/vla-optimized-out.c: New test.
8733 * gdb.base/vla-optimized-out.exp: New file.
8734
8735 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
8736
8737 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
8738 message "No address associated with hostname" when gdbserver
8739 cannot resolve the hostname.
8740
8741 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8742
8743 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
8744 Add some test prefixes to make tests unique.
8745
8746 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8747
8748 * gdb.base/frameapply.c: New file.
8749 * gdb.base/frameapply.exp: New file.
8750
8751 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8752
8753 * gdb.base/skip.exp: Update expected error message.
8754
8755 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8756 Jan Kratochvil <jan.kratochvil@redhat.com>
8757 Paul Fertser <fercerpav@gmail.com>
8758 Tsutomu Seki <sekiriki@gmail.com>
8759
8760 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
8761 parameter.
8762 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
8763 by default.
8764 * boards/native-gdbserver.exp: Likewise.
8765 * gdb.server/run-without-local-binary.exp: Improve regexp used
8766 for detecting when a remote debugging connection succeeds.
8767 * gdb.server/server-connect.exp: New file.
8768 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
8769 Do not prefix the port number with ":".
8770 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
8771 support for detecting and using it. Add '$debughost_gdbserver'
8772 to the list of arguments used to start gdbserver. Handle case
8773 when gdbserver cannot resolve a network name.
8774
8775 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
8776
8777 PR c++/23373
8778 * gdb.base/ptype-offsets.cc (struct static_member): New
8779 struct.
8780 (main) <stmember>: New variable.
8781 * gdb.base/ptype-offsets.exp: Add test for printing a struct
8782 with a static member in it.
8783
8784 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
8785
8786 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
8787 watchpoints enabled and disabled.
8788
8789 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8790
8791 * gdb.base/examine-backward.exp: Still run tests around address
8792 0x0, even if address 0x0 is not readable. Update the pattern for
8793 matching address 0x0 in expected output.
8794
8795 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8796
8797 * gdb.base/share-env-with-gdbserver.c (main): Add call to
8798 malloc/free.
8799
8800 2018-07-04 Tom de Vries <tdevries@suse.de>
8801
8802 * gdb.dwarf2/dw2-error.exp: Update expected error message.
8803
8804 2018-07-02 Maciej W. Rozycki <macro@mips.com>
8805
8806 PR tdep/8282
8807 * gdb.arch/mips-disassembler-options.exp: New test.
8808 * gdb.arch/mips-disassembler-options.s: New test source.
8809
8810 2018-06-29 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.threads/names.exp: Adjust expected "info threads" output.
8813
8814 2018-06-29 Pedro Alves <palves@redhat.com>
8815
8816 * gdb.opt/inline-break.exp (line number, address): Add "info
8817 break" tests.
8818
8819 2018-06-29 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.opt/inline-break.c (func1): Add "break here" marker.
8822 * gdb.opt/inline-break.exp: Test setting breakpoints by line
8823 number and address and running to them.
8824
8825 2018-06-29 Richard Bunt <richard.bunt@arm.com>
8826
8827 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
8828
8829 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 * lib/compiler.c: Remove executable permission flag.
8832
8833 2018-06-28 Richard Bunt <richard.bunt@arm.com>
8834
8835 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
8836 code.
8837 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
8838
8839 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
8840
8841 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
8842
8843 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
8844
8845 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
8846 address argument is omitted.
8847
8848 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
8849
8850 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
8851
8852 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
8853
8854 PR gdb/21695
8855 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
8856 * gdb.base/infoline-reloc-main-from-zero.c: New file.
8857
8858 2018-06-26 Tom Tromey <tom@tromey.com>
8859
8860 PR rust/22574:
8861 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
8862 * gdb.rust/simple.rs (struct SimpleLayout): New.
8863
8864 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
8865
8866 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
8867 "info registers" output.
8868
8869 2018-06-21 Richard Bunt <richard.bunt@arm.com>
8870
8871 * gdb.base/watchpoint-hw-attach.c: New test.
8872 * gdb.base/watchpoint-hw-attach.exp: New file.
8873
8874 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
8875
8876 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
8877 through /bin/sh.
8878 * boards/dwarf4-gdb-index.exp: Likewise.
8879 * boards/fission-dwp.exp: Likewise.
8880
8881 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
8882
8883 * gdb.base/float128.exp: Add comment and improved fail message
8884 to the failure case of "print large128" test.
8885
8886 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8887
8888 * configure.ac: Remove AC_PREREQ.
8889 * configure: Re-generate.
8890
8891 2018-06-19 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
8894 (func_extern_caller): New.
8895 (main): Call func_extern_caller.
8896 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
8897 logic change.
8898
8899 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
8900
8901 PR gdb/16841
8902 * gdb.cp/typedef-base.cc: New file.
8903 * gdb.cp/typedef-base.exp: New file.
8904
8905 2018-06-18 Tom de Vries <tdevries@suse.de>
8906
8907 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
8908
8909 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8910 Richard Bunt <Richard.Bunt@arm.com>
8911
8912 * gdb.threads/attach-slow-waitpid.c: New file.
8913 * gdb.threads/attach-slow-waitpid.exp: New file.
8914 * gdb.threads/slow-waitpid.c: New file.
8915
8916 2018-06-14 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.base/fork-running-state.c: Include <errno.h>.
8919 (exit_if_relative_exits): New.
8920 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
8921 exits.
8922 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
8923 child exits.
8924
8925 2018-06-14 Tom de Vries <tdevries@suse.de>
8926
8927 PR cli/22573
8928 * gdb.base/finish-pretty.c: New test.
8929 * gdb.base/finish-pretty.exp: New file.
8930
8931 2018-06-14 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
8934 gdb's expected startup output.
8935
8936 2018-06-14 Pedro Alves <palves@redhat.com>
8937
8938 * lib/selftest-support.exp (selftest_setup): Remove inlined
8939 function handling.
8940
8941 2018-06-14 Tom de Vries <tdevries@suse.de>
8942
8943 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
8944 matching of breakpoint printing.
8945
8946 2018-06-13 Tom de Vries <tdevries@suse.de>
8947
8948 PR testsuite/23269
8949 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
8950 (fork_child): ... here, and ...
8951 (fork_parent): ... here.
8952
8953 2018-06-12 Tom de Vries <tdevries@suse.de>
8954
8955 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
8956
8957 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8958 Stephen Roberts <stephen.roberts@arm.com>
8959
8960 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
8961 rewrite test to describe action performed, rather than possible
8962 failure.
8963
8964 2018-06-08 Gary Benson <gbenson@redhat.com>
8965
8966 * gdb.threads/check-libthread-db.exp: New file.
8967 * gdb.threads/check-libthread-db.c: Likewise.
8968
8969 2018-06-05 Tom Tromey <tom@tromey.com>
8970
8971 * gdb.base/default.exp: Update expected "show version" output.
8972
8973 2018-06-05 Tom Tromey <tom@tromey.com>
8974
8975 PR cli/12326:
8976 * gdb.cp/static-print-quit.exp: Update.
8977 * lib/gdb.exp (pagination_prompt): Update.
8978 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
8979 * gdb.python/python.exp: Update.
8980
8981 2018-06-04 Joel Brobecker <brobecker@adacore.com>
8982
8983 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
8984
8985 2018-06-01 Joel Brobecker <brobecker@adacore.com>
8986
8987 * gdb.ada/bp_fun_addr: New testcase.
8988
8989 2018-06-01 Tom Tromey <tom@tromey.com>
8990
8991 * gdb.xml/tdesc-regs.exp (load_description): Update expected
8992 results.
8993 * gdb.dwarf2/method-ptr.exp: Set language to C++.
8994 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
8995 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
8996 * gdb.base/maint.exp (maint_pass_if): Update.
8997
8998 2018-05-31 Maciej W. Rozycki <macro@mips.com>
8999
9000 * gdb.base/endian.exp: New test.
9001 * gdb.base/endian.c: New test source.
9002
9003 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9004
9005 PR gdb/23203
9006 * gdb.base/bt-selected-frame.c: New file.
9007 * gdb.base/bt-selected-frame.exp: New file.
9008 * lib/gdb.exp (get_current_frame_number): New function.
9009
9010 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9011 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.threads/tls-core.c: Include <stdlib.h>
9014 (thread_proc): Call `abort'.
9015 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9016 (tls_core_test): New procedure, bits factored out from ...
9017 (top level): ... here. Test both native cores and gcore cores.
9018
9019 2018-05-23 Tom Tromey <tom@tromey.com>
9020
9021 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9022
9023 2018-05-23 Tom Tromey <tom@tromey.com>
9024
9025 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9026 symfile_complaints.
9027 (test_short_complaints): Likewise.
9028 (test_empty_complaints): Likewise.
9029 (test_initial_complaints): Update.
9030
9031 2018-05-23 Tom Tromey <tom@tromey.com>
9032
9033 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9034
9035 2018-05-23 Tom Tromey <tom@tromey.com>
9036
9037 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9038 (test_short_complaints): Update.
9039
9040 2018-05-22 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.base/remote.exp: Only gdb_start after compiling the
9043 testcase. Issue "disconnect" before testing "set remote" command
9044 defaults. Issue clean_restart before running to main.
9045
9046 2018-05-22 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/remote.exp: Adjust expected output of "show remote
9049 memory-write-packet-size". Add tests for "set remote
9050 memory-write-packet-size 0" and "set remote
9051 memory-write-packet-size fixed/limit".
9052
9053 2018-05-22 Pedro Alves <palves@redhat.com>
9054
9055 PR gdb/22973
9056 * gdb.base/utf8-identifiers.c: New file.
9057 * gdb.base/utf8-identifiers.exp: New file.
9058
9059 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9060
9061 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9062
9063 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9064
9065 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9066
9067 2018-05-18 Tom Tromey <tom@tromey.com>
9068
9069 * gdb.base/ptype-offsets.exp: Update.
9070
9071 2018-05-17 Keith Seitz <keiths@redhat.com>
9072
9073 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9074 in expected breakpoint stop locations.
9075 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9076 move to proper scope to test variable values.
9077 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9078 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9079 New functions.
9080 (main): Call not_inline_func3.
9081 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9082 inline_func1, inline_func2, and inline_func3. Test that when each
9083 breakpoint is hit, GDB properly reports both the stop location
9084 and the backtrace. Repeat tests for temporary breakpoints.
9085
9086 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9087
9088 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9089 rather then trying to access it in determining whether the PID
9090 of `gdbserver' could have been retrieved.
9091
9092 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9093
9094 * gdb.arch/amd64-init-x87-values.S: New file.
9095 * gdb.arch/amd64-init-x87-values.exp: New file.
9096
9097 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9100
9101 2018-05-04 Tom Tromey <tom@tromey.com>
9102
9103 PR python/22730:
9104 * gdb.python/python.exp: Test multi-line execute.
9105
9106 2018-05-04 Tom Tromey <tom@tromey.com>
9107
9108 PR python/22731:
9109 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9110
9111 2018-05-04 Tom Tromey <tom@tromey.com>
9112
9113 PR gdb/11750:
9114 * gdb.base/define.exp: Test defining a user command inside a user
9115 command.
9116 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9117
9118 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9119 Pedro Alves <palves@redhat.com>
9120
9121 PR breakpoints/19806 and support for PR external/20207.
9122 * gdb.base/watchpoint-unaligned.c: New file.
9123 * gdb.base/watchpoint-unaligned.exp: New file.
9124
9125 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9126
9127 * gdb.base/maint.exp: Make test names unique, use
9128 test_prefix_command_help to test 'help maint info', and remove
9129 repeated test of 'help maint'.
9130
9131 2018-05-04 Tom Tromey <tom@tromey.com>
9132
9133 PR gdb/22619:
9134 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9135 behavior.
9136
9137 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9138
9139 * gdb.base/maint.exp: Process output from 'maint print registers'
9140 line at a time.
9141
9142 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9143
9144 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9145 timeout.
9146
9147 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9148
9149 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9150 filter pattern.
9151
9152 2018-05-02 Pedro Alves <palves@redhat.com>
9153
9154 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9155 to_log_command renames.
9156 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9157
9158 2018-05-02 Tom Tromey <tom@tromey.com>
9159
9160 * gdb.python/py-parameter.exp: Set test message.
9161
9162 2018-05-02 Tom Tromey <tom@tromey.com>
9163
9164 PR python/20084:
9165 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9166 PARAM_ZUINTEGER_UNLIMITED tests.
9167
9168 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9169
9170 PR rust/23124
9171 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9172 when casting.
9173
9174 2018-04-30 Tom Tromey <tom@tromey.com>
9175
9176 * gdb.python/py-type.exp: Check align attribute.
9177 * gdb.python/py-type.c: New "aligncheck" global.
9178
9179 2018-04-30 Tom Tromey <tom@tromey.com>
9180
9181 PR exp/17095:
9182 * gdb.dwarf2/dw2-align.exp: New file.
9183 * gdb.cp/align.exp: New file.
9184 * gdb.base/align.exp: New file.
9185 * lib/gdb.exp (gdb_int128_helper): New proc.
9186 (has_int128_c, has_int128_cxx): New caching procs.
9187
9188 2018-04-27 Tom Tromey <tom@tromey.com>
9189
9190 PR rust/22545:
9191 * gdb.rust/simple.exp: Add inclusive range tests.
9192
9193 2018-04-26 Pedro Alves <palves@redhat.com>
9194
9195 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9196 ifunc breakpoint locations correctly of ifunc breakpoints set
9197 while the program resolves the ifunc.
9198
9199 2018-04-26 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.base/gnu-ifunc-final.c: New file.
9202 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9203 * gdb.base/gnu-ifunc.exp (executable): Delete.
9204 (staticexecutable): Adjust.
9205 (lib_opts, exec_opts): Delete.
9206 (make_binsuffix, build, set-break): New procedures.
9207 (misc_tests): New, with tests factored out from the top level.
9208 (top level): Test different combinations of ifunc resolver name,
9209 resolver with and with debug info, and ifunc target with and
9210 without debug info. Wrap static tests with with_target_prefix.
9211
9212 2018-04-26 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9215 return type" warnings.
9216
9217 2018-04-25 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9220 killed".
9221 * gdb.base/kill-after-signal.exp: Likewise.
9222 * gdb.threads/kill.exp: Likewise.
9223
9224 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9225 Sergio Durigan Junior <sergiodj@redhat.com>
9226 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9229 regexps to expect for '[Inferior ... detached]' as well.
9230 * gdb.base/attach.exp: Likewise.
9231 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9232 "gdb_continue_to_end".
9233 (test_catch_syscall_with_wrong_args): Likewise.
9234 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9235 ']'. Don't set 'verbose' on.
9236 * gdb.base/foll-vfork.exp: Likewise.
9237 * gdb.base/fork-print-inferior-events.c: New file.
9238 * gdb.base/fork-print-inferior-events.exp: New file.
9239 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9240 '[Inferior ... has been killed]' message.
9241 * gdb.base/kill-after-signal.exp: Likewise.
9242 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9243 detach message.
9244 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9245 message.
9246 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9247 regexps to expect for '[Inferior ... detached]' as well.
9248 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9249
9250 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9251
9252 PR gdb/23104
9253 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9254
9255 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9256
9257 PR gdb/23095
9258 * gdb.base/break-probes.exp: Pass shlib_load to
9259 prepare_for_testing. Set normal_bp to r_debug_state if target is
9260 bsd.
9261
9262 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9263
9264 * gdb.threads/multiple-successive-infcall.c: New test.
9265 * gdb.threads/multiple-successive-infcall.exp: New file.
9266
9267 2018-04-17 Tom Tromey <tom@tromey.com>
9268
9269 * gdb.rust/simple.rs (Union): New type.
9270 (main): New local "u".
9271 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9272
9273 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9274
9275 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9276 number information in output of "whereis" command.
9277 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9278
9279 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9280
9281 * gdb.ada/info_types.exp: Adjust expected output to the line
9282 numbers now printed by "info var/func/type".
9283 * gdb.base/completion.exp: Likewise.
9284 * gdb.base/included.exp: Likewise.
9285 * gdb.cp/cp-relocate.exp: Likewise.
9286 * gdb.cp/cplusfuncs.exp: Likewise.
9287 * gdb.cp/namespace.exp: Likewise.
9288 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9289
9290 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9291
9292 * gdb.btrace/cpu.exp: New.
9293
9294 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9295
9296 * gdb.base/step-indirect-call-thunk.exp: New.
9297 * gdb.base/step-indirect-call-thunk.c: New.
9298 * gdb.reverse/step-indirect-call-thunk.exp: New.
9299 * gdb.reverse/step-indirect-call-thunk.c: New.
9300
9301 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 * gdb.base/pie-fork.c: New file.
9304 * gdb.base/pie-fork.exp: New file.
9305
9306 2018-04-11 Tom Tromey <tom@tromey.com>
9307
9308 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9309
9310 2018-04-10 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9313 exits. Instead loop running forever.
9314 (fork_parent): Run forever too.
9315
9316 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9317
9318 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9319 mi_continue_to_line.
9320 * gdb.mi/mi-stack.c (callee4): Add comment.
9321
9322 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9323
9324 * gdb.mi/mi-stack.exp: Fix indentation.
9325
9326 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9327
9328 PR gdb/22979
9329 * gdb.arch/amd64-osabi.exp: New file.
9330
9331 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9332
9333 PR gdb/22980
9334 * gdb.base/osabi.exp: New file.
9335
9336 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9337
9338 * gdb.cp/static-typedef-print.exp: New file.
9339 * gdb.cp/static-typedef-print.cc: New file.
9340
9341 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9342
9343 * gdb.ada/varsize_limit: New testcase.
9344
9345 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9346
9347 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9348
9349 * gdb.ada/notcplusplus: New testcase.
9350
9351 * gdb.base/c-linkage-name.c: New file.
9352 * gdb.base/c-linkage-name.exp: New testcase.
9353
9354 2018-03-26 Tom Tromey <tom@tromey.com>
9355
9356 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9357 * gdb.python/py-framefilter.py (name_error): New global.
9358 (ErrorInName.function): Use name_error.
9359
9360 2018-03-26 Tom Tromey <tom@tromey.com>
9361
9362 PR backtrace/15582:
9363 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9364
9365 2018-03-23 Keith Seitz <keiths@redhat.com>
9366
9367 PR c++/22968
9368 * gdb.cp/subtypes.exp: New file.
9369 * gdb.cp/subtypes.h: New file.
9370 * gdb.cp/subtypes.cc: New file.
9371 * gdb.cp/subtypes-2.cc: New file.
9372
9373 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9374
9375 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9376 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9377 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9378 -nostartfiles when compiling the test. Confirm that all registers
9379 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9380
9381 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9382
9383 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9384 option, syntax was wrong anyway.
9385 * gdb.arch/arm-disp-step.exp: Likewise.
9386 * gdb.arch/sparc64-regs.exp: Likewise.
9387 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9388 option, syntax was wrong anyway, switch to use
9389 prepare_for_testing.
9390 * gdb.arch/i386-disp-step.exp: Likewise.
9391
9392 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9393
9394 * gdb.ada/exec_changed.exp: Replace "target_info exists
9395 use_gdb_stub" by "use_gdb_stub".
9396 * gdb.ada/start.exp: Likewise.
9397 * gdb.base/async-shell.exp: Likewise.
9398 * gdb.base/attach-pie-misread.exp: Likewise.
9399 * gdb.base/attach-wait-input.exp: Likewise.
9400 * gdb.base/break-entry.exp: Likewise.
9401 * gdb.base/break-interp.exp: Likewise.
9402 * gdb.base/dprintf-detach.exp: Likewise.
9403 * gdb.base/nostdlib.exp: Likewise.
9404 * gdb.base/solib-nodir.exp: Likewise.
9405 * gdb.base/statistics.exp: Likewise.
9406 * gdb.base/testenv.exp: Likewise.
9407 * gdb.mi/mi-exec-run.exp: Likewise.
9408 * gdb.mi/mi-start.exp: Likewise.
9409 * gdb.multi/dummy-frame-restore.exp: Likewise.
9410 * gdb.multi/multi-arch-exec.exp: Likewise.
9411 * gdb.multi/multi-arch.exp: Likewise.
9412 * gdb.multi/tids.exp: Likewise.
9413 * gdb.multi/watchpoint-multi.exp: Likewise.
9414 * gdb.python/py-events.exp: Likewise.
9415 * gdb.threads/attach-into-signal.exp: Likewise.
9416 * gdb.threads/attach-stopped.exp: Likewise.
9417 * gdb.threads/threadapply.exp: Likewise.
9418 * lib/selftest-support.exp: Likewise.
9419
9420 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9421
9422 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9423
9424 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9425
9426 * gdb.perf/template-breakpoints.cc: New file.
9427 * gdb.perf/template-breakpoints.exp: New file.
9428 * gdb.perf/template-breakpoints.py: New file.
9429
9430 2018-03-19 Tom Tromey <tom@tromey.com>
9431
9432 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9433 y0.
9434 * gdb.rust/simple.exp: Test bare identifier form of struct
9435 initializer.
9436
9437 2018-03-19 Tom Tromey <tom@tromey.com>
9438
9439 * gdb.gdb/observer.exp: Remove.
9440
9441 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9442
9443 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9444 "qualified" option when setting breakpoints.
9445 * gdb.trace/backtrace.exp: Likewise.
9446 * gdb.trace/circ.exp: Likewise.
9447 * gdb.trace/collection.exp: Likewise.
9448 * gdb.trace/disconnected-tracing.exp: Likewise.
9449 * gdb.trace/ftrace-lock.exp: Likewise.
9450 * gdb.trace/ftrace.exp: Likewise.
9451 * gdb.trace/infotrace.exp: Likewise.
9452 * gdb.trace/packetlen.exp: Likewise.
9453 * gdb.trace/passc-dyn.exp: Likewise.
9454 * gdb.trace/qtro.exp: Likewise.
9455 * gdb.trace/read-memory.exp: Likewise.
9456 * gdb.trace/report.exp: Likewise.
9457 * gdb.trace/signal.exp: Likewise.
9458 * gdb.trace/status-stop.exp: Likewise.
9459 * gdb.trace/strace.exp: Likewise.
9460 * gdb.trace/tfind.exp: Likewise.
9461 * gdb.trace/trace-break.exp: Likewise.
9462 * gdb.trace/trace-condition.exp: Likewise.
9463 * gdb.trace/trace-mt.exp: Likewise.
9464 * gdb.trace/tstatus.exp: Likewise.
9465 * gdb.trace/tsv.exp: Likewise.
9466 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9467 * gdb.trace/unavailable.exp: Likewise.
9468 * gdb.trace/while-dyn.exp: Likewise.
9469
9470 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9471
9472 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9473 that libinproctrace is copied to the target.
9474
9475 2018-03-14 Tom Tromey <tom@tromey.com>
9476
9477 PR cli/14977:
9478 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9479 a null pointer.
9480 * gdb.base/wchar.exp: Likewise.
9481
9482 2018-03-14 Tom Tromey <tom@tromey.com>
9483
9484 PR cli/19918:
9485 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9486 flag.
9487
9488 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 PR gdb/22841
9491 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9492 "target" to remote_exec.
9493
9494 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9495
9496 PR gdb/22841
9497 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9498 ${board}_upload): Remove.
9499
9500 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9501
9502 * gdb.cp/watch-cp.cc: New test.
9503 * gdb.cp/watch-cp.exp: New file.
9504
9505 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9506
9507 * gdb.base/infcall-nested-structs.exp: New file.
9508 * gdb.base/infcall-nested-structs.c: New file.
9509 * gdb.base/float.exp: Add riscv support.
9510
9511 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9512
9513 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9514 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9515
9516 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9517
9518 * gdb.server/abspath.exp: New file.
9519 * lib/gdb.exp (with_cwd): New procedure.
9520
9521 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9522
9523 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9524 use it.
9525 (gdb_is_target_remote_prompt): New proc.
9526 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9527 (gdb_is_target_native): Pass prompt parameter to
9528 gdb_is_target_1.
9529
9530 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9531
9532 * gdb.base/load-command.c: New file.
9533 * gdb.base/load-command.exp: New file.
9534 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9535 (gdb_is_target_1): ...this, and generalize for other targets
9536 than just remote.
9537 (gdb_is_target_remote): Use gdb_is_target_1.
9538 (gdb_is_target_native): use gdb_is_target_1.
9539
9540 2018-02-26 Tom Tromey <tom@tromey.com>
9541
9542 PR python/16497:
9543 * gdb.python/py-framefilter.exp: Update test.
9544
9545 2018-02-26 Tom Tromey <tom@tromey.com>
9546
9547 * gdb.dwarf2/variant.c: New file.
9548 * gdb.dwarf2/variant.exp: New file.
9549
9550 2018-02-26 Tom Tromey <tom@tromey.com>
9551
9552 * gdb.rust/simple.exp: Accept more possible results in enum test.
9553
9554 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
9555
9556 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
9557 parentheses.
9558
9559 2018-02-23 Maciej W. Rozycki <macro@mips.com>
9560
9561 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
9562 name of a variable: $actual_linejj -> $actual_line.
9563
9564 2018-02-21 John Baldwin <jhb@FreeBSD.org>
9565
9566 * gdb.arch/amd64-i386-address.exp: Fix a typo.
9567
9568 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9569
9570 * gdb.btrace/buffer-size.exp: Do not force BTS.
9571
9572 2018-02-14 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
9575 getting a "Quit".
9576
9577 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9578
9579 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
9580 Fix test name.
9581
9582 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9583
9584 * gdb.cp/m-static.exp: Check type of optimized out static
9585 member.
9586
9587 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
9588
9589 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9590 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
9591
9592 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
9593 Leszek Swirski <leszeks@google.com>
9594
9595 * gdb.python/py-prettyprint.c
9596 (struct to_string_returns_value_inner,
9597 struct to_string_returns_value_wrapper): New.
9598 (main): Add tsrvw variable.
9599 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
9600 ToStringReturnsValueWrapper): New classes.
9601 (register_pretty_printers): Register new pretty-printers.
9602 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
9603 recursive pretty printer.
9604 * gdb.python/py-mi.exp: Likewise.
9605
9606 2018-02-01 Leszek Swirski <leszeks@google.com>
9607
9608 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9609 functions with the same name as an include file are parsed
9610 correctly.
9611
9612 2018-02-01 Yao Qi <yao.qi@linaro.org>
9613
9614 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
9615 "\[^\r\n\]*".
9616
9617 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9618
9619 * gdb.arch/powerpc-prologue-frame.s: New file.
9620 * gdb.arch/powerpc-prologue-frame.c: Likewise.
9621 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
9622
9623 2018-01-31 Joel Brobecker <brobecker@adacore.com>
9624
9625 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
9626
9627 2018-01-30 Pedro Alves <palves@redhat.com>
9628
9629 PR gdb/13211
9630 * gdb.base/interrupt-daemon.c: New.
9631 * gdb.base/interrupt-daemon.exp: New.
9632 * gdb.multi/multi-term-settings.c: New.
9633 * gdb.multi/multi-term-settings.exp: New.
9634
9635 2018-01-30 Joel Brobecker <brobecker@adacore.com>
9636
9637 * gdb.base/break.exp: Save the location where the breakpoint
9638 on break.c:47 was actually inserted when debugging the version
9639 compiled at -O2 and use it in the expected output of the "info
9640 break" test performed soon after.
9641
9642 2018-01-22 Pedro Alves <palves@redhat.com>
9643 Sergio Durigan Junior <sergiodj@redhat.com>
9644
9645 * gdb.base/whatis.exp: Add tests for 'set print object on' +
9646 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
9647
9648 2018-01-22 Joel Brobecker <brobecker@adacore.com>
9649
9650 * gdb.base/break-include.c, gdb.base/break-include.inc,
9651 gdb.base/break-include.exp: New files.
9652 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
9653 line number now being the actual line number where the breakpoint
9654 was inserted.
9655 * gdb.mi/mi-break.exp: Likewise.
9656 * gdb.mi/mi-reverse.exp: Likewise.
9657 * gdb.mi/mi-simplerun.exp: Ditto.
9658
9659 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9660
9661 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
9662 varobj.
9663 * gdb.mi/mi-var-create-rtti.exp: Likewise.
9664
9665 2018-01-21 Don Breazeal <donb@codesourcery.com>
9666 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * gdb.mi/basics.c: Add new global.
9669 * gdb.mi/mi-frame-regs.exp: New file.
9670 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
9671 case.
9672
9673 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
9674
9675 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
9676 non-parameter, and on an unknown symbol.
9677
9678 2018-01-19 Tom Tromey <tom@tromey.com>
9679
9680 * gdb.rust/modules.rs (TWENTY_THREE): New global.
9681 * gdb.rust/modules.exp: Add ::-qualified lookup test.
9682
9683 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9684
9685 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
9686 setrlimit and chdir to int.
9687
9688 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9689
9690 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
9691 function.
9692 (my_tend): Likewise.
9693 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
9694 rationale of avoiding FP- and vector instructions.
9695
9696 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
9697
9698 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
9699 "info reg" with "\[ \t\]*".
9700 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
9701 "\[ \t\]+".
9702 * gdb.arch/s390-multiarch.exp: Ditto.
9703 * gdb.base/pc-fp.exp: Ditto.
9704 * gdb.reverse/i386-precsave.exp: Ditto.
9705 * gdb.reverse/i386-reverse.exp: Ditto.
9706 * gdb.reverse/i387-env-reverse.exp: Ditto.
9707 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9708
9709 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9710
9711 * lib/gdb.exp (gdb_compile): Re-enable use of
9712 universal_compile_options for languages other than Rust.
9713
9714 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
9715
9716 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
9717
9718 2018-01-17 Mike Gulick <mgulick@mathworks.com>
9719
9720 PR gdb/16577
9721 * gdb.base/solib-vanish.exp: New.
9722 * gdb.base/solib-vanish-main.c: New.
9723 * gdb.base/solib-vanish-lib1.c: New.
9724 * gdb.base/solib-vanish-lib2.c: New.
9725
9726 2018-01-17 Yao Qi <yao.qi@linaro.org>
9727
9728 * gdb.compile/compile.exp: Match the address printed for
9729 frame in the output of command "bt".
9730
9731 2018-01-15 Tom Tromey <tom@tromey.com>
9732
9733 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
9734 compute sp_reg.
9735
9736 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9737
9738 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
9739 to prepare.
9740 (prepare): Return 0 on error, 1 on success.
9741
9742 2018-01-12 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.base/continue-after-aborted-step-over.c: New.
9745 * gdb.base/continue-after-aborted-step-over.exp: New.
9746
9747 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
9750 options when not creating an executable.
9751
9752 2018-01-11 Pedro Alves <palves@redhat.com>
9753
9754 PR remote/22597
9755 * gdb.server/stop-reply-no-thread.c: New file.
9756 * gdb.server/stop-reply-no-thread.exp: New file.
9757
9758 2018-01-10 Pedro Alves <palves@redhat.com>
9759
9760 PR gdb/22670
9761 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
9762 functions too. Test setting breakpoints and printing C functions
9763 with no debug info too.
9764 * gdb.ada/bp_c_mixed_case/qux.c: New file.
9765
9766 2018-01-10 Pedro Alves <palves@redhat.com>
9767
9768 PR gdb/22670
9769 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
9770 a fail.
9771
9772 2018-01-10 Pedro Alves <palves@redhat.com>
9773
9774 PR gdb/22670
9775 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
9776
9777 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9778
9779 * gdb.server/unittest.exp: Match the output in non-development
9780 mode.
9781
9782 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
9783
9784 * gdb.gdb/unittest.exp: Match output in non-development mode.
9785
9786 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9787
9788 * gdb.ada/access_tagged_param.exp: Relax expected output
9789 for value of "ObjL" in "continue" to pck.inspect breakpoint
9790 test.
9791
9792 2018-01-08 Joel Brobecker <brobecker@adacore.com>
9793
9794 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
9795 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
9796
9797 2018-01-05 Pedro Alves <palves@redhat.com>
9798
9799 PR gdb/18653
9800 * gdb.base/libsegfault.exp: New.
9801
9802 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9803
9804 PR gdb/22670
9805 * gdb.ada/access_tagged_param.exp: New file.
9806 * gdb.ada/access_tagged_param/foo.adb: New file.
9807
9808 2018-01-05 Pedro Alves <palves@redhat.com>
9809
9810 PR gdb/22670
9811 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
9812 exercise lower case too, and to exercise both full matching and
9813 wild matching.
9814
9815 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9816
9817 * gdb.ada/rename_subscript_param: New testcase.
9818
9819 2018-01-05 Jerome Guitton <guitton@adacore.com>
9820
9821 * gdb.ada/arr_acc_idx_w_gap: New testcase.
9822
9823 2018-01-05 Joel Brobecker <brobecker@adacore.com>
9824
9825 * gdb.ada/convvar_comp: New testcase.
9826
9827 2018-01-05 Xavier Roirand <roirand@adacore.com>
9828
9829 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
9830 (My_Table): New global variable.
9831 * testsuite/gdb.ada/array_char_idx.exp: Add test.
9832
9833 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9834
9835 PR gdb/22670
9836 * gdb.ada/maint_with_ada: New testcase.
9837
9838 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9839
9840 PR gdb/22670
9841 * gdb.ada/bp_c_mixed_case: New testcase.
9842
9843 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9844
9845 PR gdb/22670
9846 * gdb.ada/complete.exp: Add "complete break ada" test.
9847
9848 2018-01-04 Joel Brobecker <brobecker@adacore.com>
9849
9850 PR gdb/22670
9851 * gdb.ada/info_addr_mixed_case: New testcase.
9852
9853 2018-01-03 Xavier Roirand <roirand@adacore.com>
9854
9855 * gdb.ada/excep_handle.exp: New testcase.
9856 * gdb.ada/excep_handle/foo.adb: New file.
9857 * gdb.ada/excep_handle/pck.ads: New file.
9858
9859 2018-01-03 Joel Brobecker <brobecker@adacore.com>
9860
9861 * gdb.base/step-line.c: Add extra empty line in copyright header.
9862 * gdb.base/step-line.inp: Likewise.
9863
9864 2018-01-02 Joel Brobecker <brobecker@adacore.com>
9865
9866 * gdb.ada/dyn_stride.exp: Add slice test.
9867
9868 2018-01-02 Joel Brobecker <brobecker@adacore.com>
9869
9870 * gdb.ada/dyn_stride: New testcase.
9871
9872 2017-12-27 Stafford Horne <shorne@gmail.com>
9873
9874 * gdb.xml/extra-regs.xml: Add example foo reggroup.
9875 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
9876
9877 2017-12-27 Stafford Horne <shorne@gmail.com>
9878
9879 * gdb.base/reggroups.c: New file.
9880 * gdb.base/reggroups.exp: New file.
9881
9882 2017-12-18 Joel Brobecker <brobecker@adacore.com>
9883
9884 * gdb.dwarf2/ada-valprint-error.c: New file.
9885 * gdb.dwarf2/ada-valprint-error.exp: New file.
9886
9887 2017-12-18 Joel Brobecker <brobecker@adacore.com>
9888
9889 * gdb.ada/assign_arr: New testcase.
9890
9891 2017-12-18 Xavier Roirand <roirand@adacore.com>
9892
9893 * gdb.ada/funcall_ptr: New testcase.
9894
9895 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9896
9897 PR cli/16224
9898 * gdb.base/ptype-offsets.cc: New file.
9899 * gdb.base/ptype-offsets.exp: New file.
9900
9901 2017-12-15 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
9904 if XML is disabled.
9905
9906 2017-12-15 Xavier Roirand <roirand@adacore.com>
9907
9908 * gdb.ada/same_component_name: New testcase.
9909
9910 2017-12-14 Joel Brobecker <brobecker@adacore.com>
9911
9912 * gdb.ada/str_binop_equal: New testcase.
9913
9914 2017-12-14 Joel Brobecker <brobecker@adacore.com>
9915
9916 * gdb.ada/task_switch_in_core: New testcase.
9917
9918 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
9921 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
9922 call test_bkpt_qualified.
9923 (test_bkpt_qualified): New proc.
9924
9925 2017-12-13 Pedro Alves <palves@redhat.com>
9926
9927 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
9928 Tighten regexp by matching with an anchor.
9929
9930 2017-12-13 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
9933 ("expression with namespace"): New set of tests.
9934 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
9935 (Nested::Test_NS::qux): New.
9936 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
9937 defaults to 'start_quote_char' and 'end_quote_char' parameters.
9938
9939 2017-12-13 Joel Brobecker <brobecker@adacore.com>
9940
9941 * gdb.base/server-del-break.c: New file.
9942 * gdb.base/server-del-break.exp: New file.
9943
9944 2017-12-12 Stafford Horne <shorne@gmail.com>
9945
9946 * gdb.xml/tdesc-regs.exp: Add or1k support.
9947
9948 2017-12-12 Stafford Horne <shorne@gmail.com>
9949
9950 * gdb.base/bp-permanent.c: Define nop of or1k.
9951
9952 2017-12-11 Joel Brobecker <brobecker@adacore.com>
9953
9954 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
9955 output with components being reordered.
9956
9957 2017-12-11 Joel Brobecker <brobecker@adacore.com>
9958
9959 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
9960 output with components being reordered.
9961
9962 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9963 Pedro Alves <palves@redhat.com>
9964
9965 * gdb.base/maint.exp (check for .gdb_index): Check also for
9966 .debug_names.
9967 * gdb.dlang/watch-loc.c (.debug_aranges): New.
9968 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
9969 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
9970 (.gdb_index used after symbol reloading): Support also .debug_names.
9971 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
9972
9973 2017-12-08 Yao Qi <yao.qi@linaro.org>
9974
9975 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
9976 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
9977
9978 2017-12-08 Yao Qi <yao.qi@linaro.org>
9979
9980 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
9981 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
9982
9983 2017-12-08 Yao Qi <yao.qi@linaro.org>
9984
9985 * gdb.arch/aarch64-tagged-pointer.c: New file.
9986 * gdb.arch/aarch64-tagged-pointer.exp: New file.
9987
9988 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
9989
9990 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
9991 "int".
9992
9993 2017-12-07 Keith Seitz <keiths@redhat.com>
9994
9995 PR breakpoints/22569
9996 * gdb.linespec/ls-errs.exp: Change expected result of "break
9997 -source this file has spaces.c -line 3".
9998 Check that an explicit source file followed by whitespace is
9999 identified as an invalid explicit location.
10000
10001 2017-12-07 Keith Seitz <keiths@redhat.com>
10002
10003 * gdb.cp/nested-types.cc: New file.
10004 * gdb.cp/nested-types.exp: New file.
10005 * lib/cp-support.exp: Load data-structures.exp library.
10006 (debug_cp_test_ptype_class): New global.
10007 (cp_ptype_class_verbose, next_line): New procedures.
10008 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10009 Add and document new return value.
10010 Switch the list of lines to a queue.
10011 Add support for new `type' key for nested type definitions.
10012 Add debugging/troubleshooting messages.
10013 * lib/data-structures.exp: New file.
10014
10015 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10016
10017 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10018 with proc_with_prefix, don't use with_test_prefix.
10019
10020 2017-12-07 Tom Tromey <tom@tromey.com>
10021
10022 * gdb.base/break.exp: Add test for empty "commands".
10023
10024 2017-12-07 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10027 malloc and catch syscall.
10028
10029 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10030
10031 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10032 tests for explicit locations.
10033
10034 2017-12-06 Pedro Alves <palves@redhat.com>
10035
10036 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10037 force-disabling XML descriptions.
10038
10039 2017-12-04 Pedro Alves <palves@redhat.com>
10040
10041 PR gdb/22499
10042 * gdb.arch/amd64-disp-step-avx.S: New file.
10043 * gdb.arch/amd64-disp-step-avx.exp: New file.
10044
10045 2017-12-03 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10048 and <string.h>.
10049 (parent_function): Print distinct messages when waitpid fails, or
10050 the child exits with a signal, or the child exits for an unhandled
10051 reason.
10052 * gdb.threads/process-dies-while-detaching.exp
10053 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10054 it. Wait for both inferior output and GDB's prompt. Use an
10055 indirect spawn id list.
10056 (do_detach): New parameter 'child_exit'. Use it to compute
10057 expected inferior output.
10058 (test_detach, test_detach_watch, test_detach_killed_outside):
10059 Adjust to pass down the expected child exit kind.
10060
10061 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10062 Sergio Durigan Junior <sergiodj@redhat.com>
10063 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10066
10067 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10068
10069 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10070 to 'symbol-file' and 'add-symbol-file' can be
10071 position-independent.
10072
10073 2017-12-01 Yao Qi <yao.qi@linaro.org>
10074
10075 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10076 the URL in copyright header.
10077 * gdb.arch/aarch64-fp.exp: Likewise.
10078 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10079 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10080 * gdb.base/expand-psymtabs.exp: Likewise.
10081 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10082 * gdb.fortran/common-block.exp: Likewise.
10083 * gdb.fortran/common-block.f90: Likewise.
10084 * gdb.fortran/logical.exp: Likewise.
10085 * gdb.fortran/vla-datatypes.f90: Likewise.
10086 * gdb.fortran/vla-sub.f90: Likewise.
10087
10088 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10089
10090 * gdb.ada/repeat_dyn: New testcase.
10091
10092 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10093
10094 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10095 Update for changed thread numbering.
10096 * gdb.cell/bt.exp: Update for changed GDB output.
10097
10098 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10099
10100 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10101 setting isremote by hand.
10102 * boards/dwarf4-gdb-index.exp: Likewise.
10103 * boards/fission.exp: Likewise.
10104 * boards/stabs.exp: Likewise.
10105
10106 2017-11-30 Pedro Alves <palves@redhat.com>
10107
10108 * gdb.linespec/cpls-ops.exp
10109 (check_explicit_skips_function_argument): Extract the underlying
10110 type of size_t instead of hardcoding it.
10111
10112 2017-11-29 Pedro Alves <palves@redhat.com>
10113
10114 PR c++/19436
10115 * gdb.linespec/cpls-abi-tag.cc: New file.
10116 * gdb.linespec/cpls-abi-tag.exp: New file.
10117
10118 2017-11-29 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/langs.exp: Use -qualified.
10121 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10122 it.
10123 * gdb.cp/namespace.exp: Use -qualified.
10124 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10125 (overload-3, template-overload, template-ret-type, const-overload)
10126 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10127 procedures.
10128 (test_driver): Call them.
10129 * gdb.cp/save-bp-qualified.cc: New.
10130 * gdb.cp/save-bp-qualified.exp: New.
10131 * gdb.linespec/explicit.exp: Test -qualified.
10132 * lib/completion-support.exp (completion::explicit_opts_list): Add
10133 "-qualified".
10134 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10135
10136 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10137
10138 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10139
10140 2017-11-29 Tom Tromey <tom@tromey.com>
10141
10142 * gdb.base/relocate.exp: Update invalid argument test.
10143 Add new tests for invalid arguments.
10144
10145 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10146
10147 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10148 Return 0 as a long.
10149 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10150
10151 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10152
10153 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10154 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10155 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10156 func ().
10157 * gdb.cp/shadow.cc (B.func): Return 0.
10158
10159 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10160
10161 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10162 expected output in gdb_expect call to allow the exception
10163 message to be present as well. Fix syntax confusion to avoid
10164 TCL thinking that exception_name is an array.
10165
10166 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10167
10168 * gdb.arch/spu-info.c: Include <unistd.h>.
10169 (do_signal_test): Fix broken calls to write.
10170 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10171 Fix checks for empty mailboxes. Update signal tests for corrected
10172 do_signal_test routine. Allow nonzero event status.
10173 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10174 * gdb.cell/arch.exp: Use standard_output_file.
10175 * gdb.cell/break.exp: Likewise.
10176 * gdb.cell/bt.exp: Likewise.
10177 * gdb.cell/core.exp: Likewise.
10178 * gdb.cell/dwarfaddr.exp: Likewise.
10179 * gdb.cell/ea-cache.exp: Likewise.
10180 * gdb.cell/ea-standalone.exp: Likewise.
10181 * gdb.cell/f-regs.exp: Likewise.
10182 * gdb.cell/fork.exp: Likewise.
10183 * gdb.cell/gcore.exp: Likewise.
10184 * gdb.cell/mem-access.exp: Likewise.
10185 * gdb.cell/ptype.exp: Likewise.
10186 * gdb.cell/registers.exp: Likewise.
10187 * gdb.cell/sizeof.exp: Likewise.
10188 * gdb.cell/solib-symbol.exp: Likewise.
10189 * gdb.cell/solib.exp: Likewise.
10190
10191 2017-11-25 Pedro Alves <palves@redhat.com>
10192
10193 * gdb.base/complete-empty.exp: New file.
10194 * gdb.base/completion.exp: Adjust.
10195
10196 2017-11-25 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.linespec/cpls-ops.cc: New file.
10199 * gdb.linespec/cpls-ops.exp: New file.
10200 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10201 factored out from ...
10202 (test_complete_prefix_range): ... this.
10203
10204 2017-11-24 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.linespec/cpcompletion.exp: New file.
10207 * gdb.linespec/cpls-hyphen.cc: New file.
10208 * gdb.linespec/cpls.cc: New file.
10209 * gdb.linespec/cpls2.cc: New file.
10210 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10211 test to use test_gdb_complete_unique. Add label completion,
10212 keyword completion and explicit location completion tests.
10213 * lib/completion-support.exp: New file.
10214
10215 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10216
10217 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10218 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10219 when hitting an exception catchpoint.
10220
10221 2017-11-22 Yao Qi <yao.qi@linaro.org>
10222
10223 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10224
10225 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10226
10227 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10228 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10229 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10230
10231 2017-11-22 Yao Qi <yao.qi@linaro.org>
10232
10233 * gdb.base/info-os.exp: Pass pthreads.
10234 * gdb.multi/multi-attach.exp: Likewise.
10235
10236 2017-11-22 Yao Qi <yao.qi@linaro.org>
10237
10238 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10239 compiler.
10240
10241 2017-11-22 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10244 * gdb.base/break-interp.exp: Likewise.
10245 * gdb.base/jit-attach-pie.exp: Likewise.
10246
10247 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10248
10249 * gdb.base/float128.c (large128): New variable.
10250 * gdb.base/float128.exp: Add test to print largest __float128 value.
10251
10252 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10253
10254 * gdb.arch/vsx-regs.exp: Update register content checks.
10255
10256 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10257
10258 * gdb.arch/ppc-longdouble.exp: New file.
10259 * gdb.arch/ppc-longdouble.c: Likewise.
10260
10261 2017-11-21 Pedro Alves <palves@redhat.com>
10262
10263 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10264
10265 2017-11-20 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10268 (long_double_typedef): New typedefs.
10269 Use DEF on double and long double.
10270 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10271 cases.
10272 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10273 and 'long_double_ptr_same_size' locals. Use them to decide
10274 whether cast from array/function to float is valid/invalid.
10275
10276 2017-11-17 Tom Tromey <tom@tromey.com>
10277
10278 * gdb.rust/traits.rs: New file.
10279 * gdb.rust/traits.exp: New file.
10280
10281 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10282
10283 * gdb.ada/minsyms: New testcase.
10284
10285 2017-11-16 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10288 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10289
10290 2017-11-16 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10293 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10294
10295 2017-11-16 Pedro Alves <palves@redhat.com>
10296
10297 * gdb.server/reconnect-ctrl-c.c: New file.
10298 * gdb.server/reconnect-ctrl-c.exp: New file.
10299
10300 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10301
10302 * gdb.python/py-rbreak.exp: New file.
10303 * gdb.python/py-rbreak.c: New file.
10304 * gdb.python/py-rbreak-func2.c: New file.
10305
10306 2017-11-16 Pedro Alves <palves@redhat.com>
10307
10308 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10309 pattern.
10310 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10311 GDB.
10312
10313 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10316 regex.
10317
10318 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10319
10320 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10321 test names.
10322
10323 2017-11-09 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10326 factored out from ...
10327 (top level): ... here, and adjusted to avoid expecting beyond the
10328 prompt in a single gdb_test_multiple.
10329
10330 2017-11-09 Pedro Alves <palves@redhat.com>
10331
10332 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10333 output.
10334 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10335 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10336 * gdb.server/ext-run.exp ("kill" test): Likewise.
10337 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10338
10339 2017-11-09 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10342 match till end of line.
10343
10344 2017-11-09 Pedro Alves <palves@redhat.com>
10345
10346 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10347
10348 2017-11-09 Pedro Alves <palves@redhat.com>
10349
10350 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10351 New procedures, factored out from ...
10352 (top level): ... here, and adjusted to avoid expecting beyond the
10353 prompt in one go.
10354
10355 2017-11-09 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10358 output. Fix '?' match.
10359
10360 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10361
10362 * gdb.ada/scoped_watch: New testcase.
10363 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10364 which is actually correct.
10365 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10366 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10367
10368 2017-11-08 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.gdb/complaints.exp (test_initial_complaints)
10371 (test_serial_complaints, test_short_complaints): Call
10372 complaint_internal instead of complaint.
10373
10374 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10375
10376 * gdb.threads/tls-core.c: New file.
10377 * gdb.threads/tls-core.exp: Likewise.
10378
10379 2017-11-08 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10382 (p Exported_Capitalized): New test.
10383 (p exported_capitalized): New test.
10384
10385 2017-11-07 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10388
10389 2017-11-07 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10392 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10393 (disable_invalid, disable_inverted, disable_negative): New
10394 procedures.
10395 ("bad numbers"): New set of tests.
10396
10397 2017-11-07 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.cp/ena-dis-br-range.exp: Add tests.
10400
10401 2017-11-07 Pedro Alves <palves@redhat.com>
10402
10403 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10404
10405 2017-11-07 Xavier Roirand <roirand@adacore.com>
10406 Pedro Alves <palves@redhat.com>
10407
10408 * gdb.base/ena-dis-br.exp: Add reference to
10409 gdb.cp/ena-dis-br-range.exp.
10410 * gdb.cp/ena-dis-br-range.exp: New file.
10411 * gdb.cp/ena-dis-br-range.cc: New file.
10412
10413 2017-11-06 Pedro Alves <palves@redhat.com>
10414
10415 * gdb.base/attach-non-pgrp-leader.c: New.
10416 * gdb.base/attach-non-pgrp-leader.exp: New.
10417
10418 2017-11-06 Pedro Alves <palves@redhat.com>
10419
10420 * configure.ac: No longer check for termio.h and sgtty.h.
10421 * configure: Regenerate.
10422 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10423 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10424 Remove termio and sgtty code.
10425
10426 2017-11-03 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10429 in GDB is disabled.
10430
10431 2017-11-03 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.python/py-thrhandle.exp: Skip it if python is not
10434 enabled.
10435
10436 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10437
10438 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10439 as a breakpoint command.
10440
10441 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10442
10443 PR python/21213
10444 * gdb.python/py-infthread.exp: Test calling
10445 InferiorThread.inferior () multiple times in a row.
10446
10447 2017-10-27 Keith Seitz <keiths@redhat.com>
10448
10449 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10450 Test "info break" for every inlined function breakpoint.
10451
10452 2017-10-27 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10455
10456 2017-10-26 Patrick Frants <osscontribute@gmail.com>
10457
10458 * gdb.cp/classes.exp (test_static_members): Test printing
10459 Outer::instance.
10460 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10461 (Inner::instance, Outer::instance): New.
10462
10463 2017-10-24 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10466 extra console" test in two stages.
10467
10468 2017-10-24 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10471
10472 2017-10-24 Pedro Alves <palves@redhat.com>
10473
10474 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10475 loop.
10476
10477 2017-10-24 Pedro Alves <palves@redhat.com>
10478
10479 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10480 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10481
10482 2017-10-24 Pedro Alves <palves@redhat.com>
10483
10484 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10485 parameter and handle it. Don't output read value in test name.
10486
10487 2017-10-24 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10490 custom test name.
10491
10492 2017-10-24 Pedro Alves <palves@redhat.com>
10493
10494 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10495 include the unstable output directory name in the test's name.
10496 (initial_setup_simple) <'set args'>: Use custom test name.
10497
10498 2017-10-24 Pedro Alves <palves@redhat.com>
10499
10500 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10501 with explicit test name.
10502
10503 2017-10-20 Pedro Alves <palves@redhat.com>
10504
10505 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10506 'wait -i'. Use gdb_assert and remote_close.
10507
10508 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10509
10510 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10511 number from variable rather than hard-coded.
10512
10513 2017-10-19 Pedro Alves <palves@redhat.com>
10514
10515 * gdb.base/long-inferior-output.c: New file.
10516 * gdb.base/long-inferior-output.exp: New file.
10517
10518 2017-11-18 Keith Seitz <keiths@redhat.com>
10519
10520 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10521 method.
10522 (main): Call it.
10523 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10524 Add additional user-defined conversion operator tests.
10525
10526 2017-10-17 Pedro Alves <palves@redhat.com>
10527
10528 * boards/native-stdio-gdbserver.exp: Load "local-board".
10529
10530 2017-10-17 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.base/quit-live.c: New file.
10533 * gdb.base/quit-live.exp: New file.
10534
10535 2017-10-16 Keith Seitz <keiths@redhat.com>
10536
10537 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10538 (class_with_protected_typedef, class_with_private_typedef)
10539 (struct_with_public_typedef, struct_with_protected_typedef)
10540 (struct_with_private_typedef): New classes/structs.
10541 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10542 typedefs and access specifiers.
10543
10544 2017-10-16 Pedro Alves <palves@redhat.com>
10545 Simon Marchi <simon.marchi@polymtl.ca>
10546
10547 * README (Local vs Remote vs Native): New section.
10548 * boards/local-board.exp: New file, with bits factored out from
10549 ...
10550 * boards/native-extended-gdbserver.exp: ... here. Load
10551 "local-board".
10552 * boards/native-gdbserver.exp: Load "local-board".
10553 (${board}_spawn, ${board}_exec): Delete.
10554 * boards/native-stdio-gdbserver.exp: Most contents factored out to
10555 ...
10556 * boards/stdio-gdbserver-base.exp: ... this new file.
10557 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
10558 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
10559 procedure.
10560 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
10561 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
10562 stdio_gdbserver_command.
10563 (${board}_get_remote_address, ${board}_get_comm_port)
10564 (${board}_download, ${board}_upload): Delete.
10565 (get_target_remote_pipe_cmd): New.
10566
10567 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
10568
10569 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
10570 test_bkpt_deletion, test_bkpt_cond_and_cmds,
10571 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
10572 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
10573 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
10574 remove with_test_prefix.
10575
10576 2017-10-13 Pedro Alves <palves@redhat.com>
10577
10578 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
10579 * gdb.base/annota1.exp: Use it instead of is_remote.
10580 * gdb.base/annota3.exp: Use it instead of is_remote.
10581 * gdb.cp/annota2.exp: Use it instead of is_remote.
10582 * gdb.cp/annota3.exp: Use it instead of is_remote.
10583 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
10584
10585 2017-10-13 Pedro Alves <palves@redhat.com>
10586
10587 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
10588 (test_num_test_vars, run_and_count_vars, find_env)
10589 (test_set_unset_env, test_inherit_env_var): New procedures.
10590 (top level): Use them.
10591
10592 2017-10-13 Pedro Alves <palves@redhat.com>
10593
10594 * lib/selftest-support.exp (selftest_setup): Extend comments, and
10595 also skip on stub-like targets.
10596
10597 2017-10-13 Pedro Alves <palves@redhat.com>
10598
10599 PR gdb/22293
10600 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
10601 (top level): Move some tests to ...
10602 (test_not_found): ... this new procedure.
10603 (top level): Call it.
10604
10605 2017-10-13 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10608 expect different "info terminal" output if testing with a
10609 non-native target.
10610
10611 2017-10-13 Pedro Alves <palves@redhat.com>
10612 Simon Marchi <simon.marchi@polymtl.ca>
10613
10614 PR python/12966
10615 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
10616
10617 2017-10-13 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
10620 already.
10621
10622 2017-10-13 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
10625 is_remote.
10626
10627 2017-10-13 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
10630 is_remote.
10631
10632 2017-10-13 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
10635 is set.
10636 (corefile_test_attach): Likewise. Check can_spawn_for_attach
10637 instead of is_remote.
10638
10639 2017-10-13 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
10642 (top level): Add comment.
10643
10644 2017-10-13 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.base/remote.exp (top level): Fix comment typo and add
10647 missing return.
10648
10649 2017-10-13 Pedro Alves <palves@redhat.com>
10650 Simon Marchi <simon.marchi@polymtl.ca>
10651
10652 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
10653 calls and add comments. Skip test if use_gdb_stub is set.
10654 (top level): Use "set cwd" command instead of "cd" command.
10655
10656 2017-10-13 Pedro Alves <palves@redhat.com>
10657
10658 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
10659 is_remote target check.
10660
10661 2017-10-13 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.base/scope.exp: Use build_executable + clean_restart +
10664 gdb_file_cmd instead of prepare_for_testing and no longer skip
10665 "before run" tests on is_remote target boards. Update comments.
10666 * boards/native-extended-gdbserver.exp
10667 (extended_gdbserver_load_last_file): New, factored out from ...
10668 (gdb_load): ... this. Move further below and add comment.
10669 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
10670
10671 2017-10-12 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.base/attach.exp: Remove references to gdb64.
10674 * gdb.base/dbx.exp: Remove references to gdb64.
10675
10676 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10677 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.base/label.exp: Remove is_remote target check.
10680
10681 2017-10-12 Pedro Alves <palves@redhat.com>
10682
10683 * gdb.base/auvx.exp (coredir): Update comment.
10684 (top level) <core_works>: Use "set cwd" command instead of "cd"
10685 command.
10686
10687 2017-10-12 Pedro Alves <palves@redhat.com>
10688 Simon Marchi <simon.marchi@polymtl.ca>
10689
10690 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
10691 target boards.
10692
10693 2017-10-12 Pedro Alves <palves@redhat.com>
10694 Simon Marchi <simon.marchi@polymtl.ca>
10695
10696 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
10697 Instead skip if there's any gdb_protocol set.
10698
10699 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
10700 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
10703
10704 2017-10-12 Pedro Alves <palves@redhat.com>
10705 Simon Marchi <simon.marchi@polymtl.ca>
10706
10707 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
10708 instead of on dejagnu remote boards.
10709
10710 2017-10-12 Pedro Alves <palves@redhat.com>
10711 Simon Marchi <simon.marchi@polymtl.ca>
10712
10713 * gdb.base/inferior-died.exp: Remove is_remote and isnative
10714 checks. Use build_executable + clean_restart instead of
10715 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
10716 of enabling non-stop after starting gdb.
10717
10718 2017-10-12 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
10721 * gdb.threads/non-ldr-exc-2.exp: Ditto.
10722 * gdb.threads/non-ldr-exc-3.exp: Ditto.
10723 * gdb.threads/non-ldr-exc-4.exp: Ditto.
10724
10725 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
10726
10727 * gdb.arch/arc-tdesc-cpu.exp: New file.
10728 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
10729
10730 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
10731
10732 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
10733
10734 2017-10-10 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
10737 expect CLI output.
10738
10739 2017-10-10 Pedro Alves <palves@redhat.com>
10740
10741 * lib/selftest-support.exp (selftest_setup): Update for
10742 captured_command_loop's prototype change.
10743
10744 2017-10-09 Pedro Alves <palves@redhat.com>
10745
10746 Test both arch1=>arch2 and arch2=>arch1.
10747
10748 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
10749 (srcfile2, binfile2, march1, march2): Remove globals. Largely
10750 factored out to...
10751 (append_arch1_options, append_arch2_options, append_arch_options)
10752 (build_executables): New procedures.
10753 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
10754 local.
10755 (top level): Add new 'first_arch' testing axis.
10756
10757 2017-10-09 Pedro Alves <palves@redhat.com>
10758
10759 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
10760 (barrier): New.
10761 (thread_start, all_started): New functions.
10762 (main): Spawn new thread and wait until it is scheduled.
10763 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
10764 option.
10765 (do_test): Add 'selected_thread' parameter. Run to all_started
10766 instead of main. Explicitly set the breakpoint at main. Switch
10767 to the SELECTED_THREAD thread.
10768 (top level): Test handling the exec event with either the main
10769 thread or the second thread selected.
10770
10771 2017-10-09 Pedro Alves <palves@redhat.com>
10772
10773 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
10774 logic. Move STOP marker after the value checks.
10775 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
10776 regexp.
10777
10778 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
10779
10780 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
10781
10782 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
10783
10784 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
10785 integer-to-dfp conversion.
10786 * gdb.base/dfp-test.exp: Likewise.
10787
10788 2017-10-04 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.multi/hangout.c: Include <unistd.h>.
10791 (hangout_loop): New function.
10792 (main): Call alarm. Call hangout_loop in a loop.
10793 * gdb.multi/hello.c: Include <unistd.h>.
10794 (hello_loop): New function.
10795 (main): Call alarm. Call hangout_loop in a loop.
10796 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
10797 inferior with the other selected.
10798
10799 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
10800
10801 * gdb.mi/list-thread-groups-available.exp: New file.
10802 * gdb.mi/list-thread-groups-available.c: New file.
10803
10804 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10805
10806 * gdb.base/set-cwd.exp: Make it available on
10807 native-extended-gdbserver.
10808
10809 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
10810
10811 * gdb.base/set-cwd.c: New file.
10812 * gdb.base/set-cwd.exp: Likewise.
10813
10814 2017-10-02 Tom Tromey <tom@tromey.com>
10815
10816 PR rust/22236:
10817 * gdb.rust/simple.rs (main): New variable "fslice".
10818 * gdb.rust/simple.exp: Add slice tests. Update string tests.
10819
10820 2017-10-02 Tom Tromey <tom@tromey.com>
10821
10822 * gdb.rust/simple.exp: Test ptype of a slice.
10823
10824 2017-10-02 Tom Tromey <tom@tromey.com>
10825
10826 * gdb.rust/simple.exp: Test index of slice.
10827
10828 2017-09-27 Tom Tromey <tom@tromey.com>
10829
10830 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
10831
10832 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
10833 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/compare-sections.exp (get value of read-only section): Read
10836 as unsigned value.
10837 (corrupt read-only section): Likewise and don't set written if patching
10838 failed.
10839
10840 2017-09-21 Kevin Buettner <kevinb@redhat.com>
10841
10842 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
10843 files.
10844
10845 2017-09-20 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
10848 symbol names in gdb's output.
10849 * gdb.cp/overload.exp ("list all overloads"): Likewise.
10850
10851 2017-09-20 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
10854 Rename to ...
10855 (test_list_ambiguous_symbol): ... this and add a symbol name
10856 parameter. Adjust.
10857 (test_list_ambiguous_function): Reimplement on top of
10858 test_list_ambiguous_symbol and also test listing ambiguous
10859 variables.
10860 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
10861 (ambiguous_fun): ... this.
10862 (ambiguous_var): New.
10863 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
10864 (ambiguous_fun): ... this.
10865 (ambiguous_var): New.
10866
10867 2017-09-19 John Baldwin <jhb@FreeBSD.org>
10868
10869 * gdb.base/starti.c: New file.
10870 * gdb.base/starti.exp: New file.
10871 * lib/gdb.exp (gdb_starti_cmd): New procedure.
10872
10873 2017-09-14 Pedro Alves <palves@redhat.com>
10874
10875 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
10876 (top level): Use it instead of runto.
10877
10878 2017-09-11 Tom Tromey <tom@tromey.com>
10879
10880 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
10881
10882 2017-09-11 Tom Tromey <tom@tromey.com>
10883
10884 * gdb.python/py-infthread.exp: Add tests for new_thread event.
10885 * gdb.python/py-inferior.exp: Add tests for new inferior events.
10886
10887 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
10888
10889 * gdb.fortran/printing-types.exp: New file.
10890 * gdb.fortran/printing-types.exp: New file.
10891
10892 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
10893
10894 * gdb.fortran/vla-ptype.exp: Fix typos.
10895 * gdb.fortran/vla-value.exp: Same.
10896
10897 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
10898
10899 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
10900 * gdb.mi/mi-var-child-f.exp: Likewise.
10901 * gdb.mi/mi-vla-fortran.exp: Likewise.
10902
10903 2017-09-08 Frank Penczek <frank.penczek@intel.com>
10904 Christoph Weinmann <christoph.t.weinmann@intel.com>
10905 Bernhard Heckel <bernhard.heckel@intel.com>
10906
10907 * gdb.fortran/ptr-indentation.f90: New file.
10908 * gdb.fortran/ptr-indentation.exp: New file.
10909
10910 2017-09-05 Tom Tromey <tom@tromey.com>
10911
10912 PR gdb/22010:
10913 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
10914
10915 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
10916
10917 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
10918
10919 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * gdb.threads/tls-nodebug-pie.c: New file.
10922 * gdb.threads/tls-nodebug-pie.exp: New file.
10923
10924 2017-09-05 Tom Tromey <tom@tromey.com>
10925
10926 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
10927 for rust.
10928
10929 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
10930
10931 * gdb.multi/multi-arch-exec.exp: Test with different
10932 "follow-exec-mode" settings.
10933 (do_test): New procedure.
10934
10935 2017-09-04 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.base/func-static.c (S::method const, S::method volatile)
10938 (S::method volatile const): New methods.
10939 (c_s, v_s, cv_s): New instances.
10940 (main): Call method() on them.
10941 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
10942 (cannot_resolve): New procedure.
10943 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
10944 print-quote-unquoted columns.
10945 (do_test): Test printing each scope too.
10946
10947 2017-09-04 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.base/local-static.exp: Also test with
10950 class::method::variable wholly quoted.
10951 * gdb.cp/m-static.exp (class::method::variable): Remove test.
10952
10953 2017-09-04 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.base/local-static.c: New.
10956 * gdb.base/local-static.cc: New.
10957 * gdb.base/local-static.exp: New.
10958
10959 2017-09-04 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.asm/asm-source.exp: Add casts to int.
10962 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
10963 (dataglobal64_1, dataglobal64_2): New globals.
10964 * gdb.base/nodebug.exp: Test different expressions involving the
10965 new globals, with print, whatis and ptype. Add casts to int.
10966 * gdb.base/solib-display.exp: Add casts to int.
10967 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
10968 * gdb.cp/m-static.exp: Add cast to int.
10969 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
10970 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
10971 tls variable with no debug info without a cast. Test with a cast
10972 to int too.
10973 * gdb.trace/entry-values.exp: Add casts.
10974
10975 2017-09-04 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/nodebug.exp: Test that ptype's error about functions
10978 with unknown return type includes the function name too.
10979
10980 2017-09-04 Pedro Alves <palves@redhat.com>
10981
10982 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
10983 return type of munmap in infcall.
10984 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
10985 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
10986 type of ftell in infcall.
10987 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
10988 type of getpid in infcall.
10989 * gdb.base/infcall-exec.exp: Cast return type of execlp in
10990 infcall.
10991 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
10992 Bail on failure to extract the pid.
10993 * gdb.base/nodebug.c: #include <stdint.h>.
10994 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
10995 New functions.
10996 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
10997 Change expected output of print/whatis/ptype with functions with
10998 no debug info. Test all supported languages. Call
10999 test_call_promotion.
11000 * gdb.compile/compile.exp: Adjust expected output to expect
11001 warning.
11002 * gdb.threads/siginfo-threads.exp: Likewise.
11003
11004 2017-09-04 Pedro Alves <palves@redhat.com>
11005
11006 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11007 "prototypes". Test calling float functions via prototyped and
11008 unprototyped function pointers.
11009 (perform_all_tests): New parameter "prototypes". Pass it down.
11010 (top level): Pass down "prototypes" parameter to
11011 perform_all_tests.
11012
11013 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11014
11015 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11016 Test with nested loops.
11017
11018 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11019
11020 * gdb.base/commands.exp: Call the new procedures.
11021 (loop_break_test, loop_continue_test): New procedures.
11022
11023 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11024
11025 * gdb.base/commands.exp: Call new procedure.
11026 (define_if_without_arg_test): New procedure.
11027
11028 2017-09-04 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/list-ambiguous.exp: New file.
11031 * gdb.base/list-ambiguous0.c: New file.
11032 * gdb.base/list-ambiguous1.c: New file.
11033 * gdb.base/list.exp (test_list_range): Adjust expected output.
11034
11035 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11036
11037 * gdb.base/share-env-with-gdbserver.c: New file.
11038 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11039
11040 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11041
11042 * gdb.base/commands.exp (gdbvar_simple_if_test,
11043 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11044 progvar_simple_if_test, progvar_simple_while_test,
11045 progvar_complex_if_while_test, user_defined_command_test,
11046 user_defined_command_args_eval,
11047 user_defined_command_args_stack_test,
11048 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11049 temporary_breakpoint_commands,
11050 gdb_test_no_prompt, redefine_hook_test,
11051 redefine_backtrace_test): Remove "global gdb_prompt".
11052
11053 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11054
11055 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11056 New proc, call it from toplevel.
11057
11058 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11059
11060 PR remote/21852
11061 * gdb.server/normal.c: New file, copied from gdb.base.
11062 * gdb.server/run-without-local-binary.exp: New file.
11063
11064 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11065
11066 * gdb.arch/sparc64-adi.exp: New file.
11067 * gdb.arch/sparc64-adi.c: New file.
11068
11069 2017-08-22 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11072 (top level): Add "list all overloads" tests.
11073
11074 2017-08-22 Tom Tromey <tom@tromey.com>
11075
11076 * gdb.gdb/xfullpath.exp: Remove.
11077
11078 2017-08-21 Pedro Alves <palves@redhat.com>
11079
11080 PR gdb/19487
11081 * gdb.base/symbol-alias.c: New.
11082 * gdb.base/symbol-alias2.c: New.
11083 * gdb.base/symbol-alias.exp: New.
11084
11085 2017-08-21 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/dfp-test.c
11088 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11089 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11090 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11091 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11092 * gdb.base/whatis-ptype-typedefs.c: New.
11093 * gdb.base/whatis-ptype-typedefs.exp: New.
11094 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11095 (an_int, an_int_type, an_int_type2): New globals.
11096 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11097 involving typedefs and cast expressions.
11098 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11099 (lookup_typedefs_function): New.
11100 (typedefs_pretty_printers_dict): New.
11101 (top level): Register lookup_typedefs_function in
11102 gdb.pretty_printers.
11103
11104 2017-08-18 Yao Qi <yao.qi@linaro.org>
11105
11106 * gdb.server/unittest.exp: New.
11107
11108 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11109
11110 PR gdb/21954
11111 * gdb.base/environ.exp: Add test to check if 'unset environment'
11112 works.
11113
11114 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11115
11116 * lib/gdb.exp (universal_compile_options): New caching proc.
11117 (gdb_compile): Suppress GCC's coloring of messages.
11118
11119 2017-08-14 Tom Tromey <tom@tromey.com>
11120
11121 PR gdb/21675:
11122 * gdb.base/printcmds.exp (test_radices): New function.
11123 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11124 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11125 * lib/gdb.exp (get_integer_valueof): Use p/d.
11126
11127 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11128
11129 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11130 characters.
11131
11132 2017-08-05 Tom Tromey <tom@tromey.com>
11133
11134 * gdb.rust/simple.exp: Allow String to appear in a different
11135 namespace.
11136
11137 2017-07-26 Yao Qi <yao.qi@linaro.org>
11138
11139 * gdb.gdb/unittest.exp: Invoke command
11140 "maintenance check xml-descriptions".
11141
11142 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11143
11144 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11145 calling context.
11146 (hex128): Drop erroneous calculation of parameters.
11147
11148 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11149
11150 * gdb.python/py-unwind.exp: Disable stack protection when
11151 building test file.
11152
11153 2017-07-20 Pedro Alves <palves@redhat.com>
11154
11155 * gdb.base/default.exp (set language): Adjust expected output.
11156
11157 2017-07-20 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11160 (test_minsym): ... this, and make static.
11161 (get_pck__foo__bar__minsym): Rename to ...
11162 (get_test_minsym): ... this.
11163 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11164 symbol names and comments.
11165 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11166 (get_test_minsym): ... this.
11167 (pck__foo__bar__minsym__2): Rename to ...
11168 (test_minsym): ... this.
11169 (main): Adjust.
11170
11171 2017-07-17 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/completion.exp: Adjust expected output.
11174 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11175 the completer works.
11176
11177 2017-07-17 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11180
11181 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11182
11183 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11184
11185 2017-07-14 Tom Tromey <tom@tromey.com>
11186
11187 PR rust/21764:
11188 * gdb.rust/simple.exp: Add tests.
11189
11190 2017-07-14 Tom Tromey <tom@tromey.com>
11191
11192 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11193
11194 2017-07-14 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.linespec/base/one/thefile.cc (z1): New function.
11197 * gdb.linespec/base/two/thefile.cc (z2): New function.
11198 * gdb.linespec/linespec.exp: Add tests.
11199
11200 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11201
11202 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11203 to mi_create_breakpoint.
11204
11205 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11206
11207 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11208 mi_create_breakpoint.
11209
11210 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11211
11212 * gdb.dlang/demangle.exp: Update for demangling changes.
11213
11214 2017-07-09 Tom Tromey <tom@tromey.com>
11215
11216 * gdb.dwarf2/shortpiece.exp: New file.
11217
11218 2017-07-06 David Blaikie <dblaikie@gmail.com>
11219
11220 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11221 built from fissiont-multi-cu{1,2}.c.
11222 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11223 except putting 'main' and 'func' in separate CUs in the same DWO file.
11224 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11225 test.
11226 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11227 test.
11228
11229 2017-07-06 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.python/py-unwind.exp: Test flushregs.
11232
11233 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11234
11235 PR cli/21688
11236 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11237 tests for alias commands and trailing whitespace.
11238
11239 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11240
11241 PR cli/21688
11242 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11243 procedure. Call it.
11244
11245 2017-06-29 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.base/printcmds.exp: Add tests.
11248
11249 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11250
11251 PR gdb/21337
11252 * gdb.base/reread-readsym.exp: New file.
11253 * gdb.base/reread-readsym.c: New file.
11254
11255 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11256
11257 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11258 subpattern.
11259
11260 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11261
11262 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11263 extended mnemonic.
11264 * gdb.arch/powerpc-power9.s: Likewise.
11265
11266 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11267
11268 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11269 on 32-bit x86 targets. Exploit is_*_target macros where
11270 appropriate.
11271
11272 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11273
11274 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11275 register pieces.
11276
11277 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11278
11279 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11280 located in one or more DWARF pieces.
11281
11282 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11283
11284 * lib/gdb.exp (get_endianness): New proc.
11285 * gdb.arch/aarch64-fp.exp: Use it.
11286 * gdb.arch/altivec-regs.exp: Likewise.
11287 * gdb.arch/e500-regs.exp: Likewise.
11288 * gdb.arch/vsx-regs.exp: Likewise.
11289 * gdb.base/dump.exp: Likewise.
11290 * gdb.base/funcargs.exp: Likewise.
11291 * gdb.base/gnu_vector.exp: Likewise.
11292 * gdb.dwarf2/formdata16.exp: Likewise.
11293 * gdb.dwarf2/implptrpiece.exp: Likewise.
11294 * gdb.dwarf2/nonvar-access.exp: Likewise.
11295 * gdb.python/py-inferior.exp: Likewise.
11296 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11297
11298 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11299
11300 PR gdb/21226
11301 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11302 stack value pieces are taken from the LSB end.
11303
11304 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11305
11306 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11307 variable at nonzero offset.
11308
11309 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11310
11311 * gdb.dwarf2/var-access.c: New file.
11312 * gdb.dwarf2/var-access.exp: New test.
11313 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11314
11315 2017-06-12 Tom Tromey <tom@tromey.com>
11316
11317 * gdb.dwarf2/formdata16.exp: Add tests.
11318
11319 2017-06-12 Tom Tromey <tom@tromey.com>
11320
11321 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11322
11323 2017-06-12 Tom Tromey <tom@tromey.com>
11324
11325 PR exp/16225:
11326 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11327 * gdb.arch/vsx-regs.exp: Update tests.
11328 * gdb.arch/s390-vregs.exp (hex128): New proc.
11329 Update test.
11330 * gdb.arch/altivec-regs.exp: Update tests.
11331
11332 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11333
11334 * gdb.base/startup-with-shell.c: New file.
11335 * gdb.base/startup-with-shell.exp: Likewise.
11336
11337 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11338
11339 * gdb.server/non-existing-program.exp: Update regex in order to
11340 reflect the fact that gdbserver is now using fork_inferior (with a
11341 shell) to startup the inferior.
11342
11343 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11344
11345 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11346 support function calls from GDB.
11347
11348 2017-05-21 Tom Tromey <tom@tromey.com>
11349
11350 PR rust/21466:
11351 * gdb.rust/unsized.exp: New file.
11352 * gdb.rust/unsized.rs: New file.
11353
11354 2017-05-19 Tom Tromey <tom@tromey.com>
11355
11356 PR rust/21484:
11357 * gdb.rust/watch.exp: New file.
11358 * gdb.rust/watch.rs: New file.
11359
11360 2017-05-18 Tom Tromey <tom@tromey.com>
11361
11362 * gdb.rust/simple.exp: Allow Box to be qualified.
11363
11364 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11365
11366 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11367
11368 2017-05-18 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.base/fileio.c (test_write, test_read, test_close)
11371 (test_fstat): Don't print 'ret' in the fail path.
11372
11373 2017-05-18 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11376 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11377 (test_system, test_rename, test_unlink, test_time): Change
11378 prototypes.
11379 * gdb.base/fileio.exp (stop_msg): Adjust.
11380
11381 2017-05-18 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.base/fileio.c (null_str): New global.
11384 (test_stat): Use it.
11385 * gdb.base/fileio.exp: Remove nowarnings.
11386
11387 2017-05-17 Yao Qi <yao.qi@linaro.org>
11388
11389 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11390
11391 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11392
11393 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11394 argument command.
11395 (top-level): Invoke test_set_inferior_tty.
11396
11397 2017-05-04 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11400 Add parens to print call for Python 3.
11401
11402 2017-05-03 Keith Seitz <keiths@redhat.com>
11403
11404 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11405 (main): Call it.
11406
11407 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11408
11409 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11410 to prev and next.
11411
11412 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11413
11414 * gdb.python/py-record-btrace.exp: Remove test for
11415 gdb.BtraceInstruction.error.
11416
11417 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11418
11419 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11420
11421 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11422
11423 * gdb.python/py-record-btrace-threads.c: New file.
11424 * gdb.python/py-record-btrace-threads.exp: New file.
11425
11426 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11427
11428 PR testsuite/8595
11429 * gdb.base/environ.exp: Make test available in all architectures.
11430 Move bits related to "info program" testing to
11431 gdb.base/info-program.exp. Rewrite tests to use the two new
11432 procedures mentione below.
11433 (test_set_show_env_var) New procedure.
11434 (test_set_show_env_var_equal): Likewise.
11435 * gdb.base/info-program.exp: New file.
11436
11437 2017-04-27 Keith Seitz <keiths@redhat.com>
11438
11439 * gdb.cp/oranking.cc (test15): New function.
11440 (main): Call test15 and declare additional variables for testing.
11441 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11442 "p foo101('abc')" tests.
11443 Add tests for cv qualifier overloads.
11444 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11445 "lvalue reference overload" test.
11446 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11447 "print value of f1 on Child&& in f2" test.
11448
11449 2017-04-19 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11452 procedure.
11453 (top level): Call it.
11454 * lib/gdb.exp (gdb_define_cmd): New procedure.
11455
11456 2017-04-12 Pedro Alves <palves@redhat.com>
11457
11458 PR gdb/21323
11459 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11460 (wchar): New global.
11461 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11462 (do_test_wide_char, wide_char_types_no_program, top level): Add
11463 wchar_t testing.
11464
11465 2017-04-12 Pedro Alves <palves@redhat.com>
11466
11467 PR c++/21323
11468 * gdb.cp/wide_char_types.c: New file.
11469 * gdb.cp/wide_char_types.exp: New file.
11470
11471 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11472
11473 PR gdb/21352
11474 * gdb.trace/tsv.exp: Add test for "tsave -r".
11475
11476 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11477
11478 * gdb.dlang/watch-loc.c: New file.
11479 * gdb.dlang/watch-loc.exp: New file.
11480
11481 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11482
11483 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11484
11485 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11486
11487 * gdb.arch/arc-analyze-prologue.S: New file.
11488 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11489
11490 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11491
11492 * gdb.arch/arc-decode-insn.S: New file.
11493 * gdb.arch/arc-decode-insn.exp: Likewise.
11494
11495 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11496
11497 PR tdep/20928
11498 * gdb.arch/sparc64-regs.exp: New file.
11499 * gdb.arch/sparc64-regs.S: Likewise.
11500
11501 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11502
11503 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11504 and memory view on Python 3.
11505
11506 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
11507 Keith Seitz <keiths@redhat.com>
11508
11509 PR gdb/14441
11510 * gdb.cp/demangle.exp: Add rvalue reference tests.
11511 * gdb.cp/rvalue-ref-casts.cc: New file.
11512 * gdb.cp/rvalue-ref-casts.exp: New file.
11513 * gdb.cp/rvalue-ref-overload.cc: New file.
11514 * gdb.cp/rvalue-ref-overload.exp: New file.
11515 * gdb.cp/rvalue-ref-params.cc: New file.
11516 * gdb.cp/rvalue-ref-params.exp: New file.
11517 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11518 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11519 * gdb.cp/rvalue-ref-types.cc: New file.
11520 * gdb.cp/rvalue-ref-types.exp: New file.
11521 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11522 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11523
11524 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11525
11526 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11527 New procedure.
11528
11529 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11530
11531 * lib/mi-support.exp (mi_gdb_test): Add additional message
11532 for unexpected output.
11533
11534 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11535
11536 * gdb.base/examine-backward.c (Barrier): New character array
11537 constant, to ensure that TestStrings is preceded by a string
11538 terminator.
11539
11540 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11541
11542 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11543 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11544 and implicit pointer into such a location.
11545
11546 2017-03-16 Doug Evans <dje@google.com>
11547
11548 * gdb.python/py-lazy-string (pointer): Really add new typedef.
11549
11550 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
11551
11552 * gdb.cp/m-static.exp: Fix expectation for prototype of
11553 test5.single_constructor and single_constructor::single_constructor.
11554
11555 2017-03-16 Doug Evans <dje@google.com>
11556
11557 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
11558 * gdb.guile/scm-lazy-string.c: New file.
11559 * gdb.guile/scm-value.exp: Move lazy string tests to ...
11560 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
11561 for pointer, array, typedef lazy strings.
11562
11563 2017-03-16 Doug Evans <dje@google.com>
11564
11565 PR python/17728, python/18439, python/18779
11566 * gdb.python/py-value.c (main) Delete locals sptr, sn.
11567 * gdb.python/py-lazy-string.c (pointer): New typedef.
11568 (main): New locals ptr, array, typedef_ptr.
11569 * gdb.python/py-value.exp: Move lazy string tests to ...
11570 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
11571 array, typedef lazy strings.
11572
11573 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
11574
11575 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
11576 Add optional 'test' parameter.
11577
11578 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11579
11580 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11581 Skip for versions of DejaGnu < 1.5.
11582
11583 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 * lib/gdb.exp (dejagnu_version): New proc.
11586 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11587 Use dejagnu_version.
11588
11589 2017-03-10 Keith Seitz <keiths@redhat.com>
11590
11591 PR c++/8128
11592 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
11593 type from destructor regexps.
11594 Add a branch which actually passes the test.
11595 Adjust "ptype t5i" test names.
11596
11597 2017-03-08 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.base/step-over-exit.exp: Add explicit test message.
11600
11601 2017-03-08 Pedro Alves <palves@redhat.com>
11602
11603 PR gdb/18360
11604 * gdb.threads/interrupt-while-step-over.c: New file.
11605 * gdb.threads/interrupt-while-step-over.exp: New file.
11606
11607 2017-03-08 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11610 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11611
11612 2017-03-08 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
11615 PKRU as not supported as a PASS.
11616
11617 2017-03-08 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
11620 prefix instead of $binfile1/$binfile2.
11621 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
11622 in test message.
11623 * gdb.python/py-completion.exp: Use "load python file" as test
11624 messages instead of unstable path names.
11625
11626 2017-03-08 Pedro Alves <palves@redhat.com>
11627 Jan Kratochvil <jan.kratochvil@redhat.com>
11628
11629 PR cli/21218
11630 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11631 New proc.
11632 (top level): Call it.
11633
11634 2017-03-08 Pedro Alves <palves@redhat.com>
11635
11636 PR tui/21216
11637 * gdb.tui/tui-nl-filtered-output.exp: New file.
11638
11639 2017-03-08 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/completion.exp: Move TUI completion tests to ...
11642 * gdb.tui/completion.exp: ... this new file.
11643
11644 2017-03-08 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.base/tui-disasm-long-lines.c,
11647 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
11648 gdb.base/tui-layout.exp: Move to ...
11649 * gdb.tui/: ... this new directory.
11650
11651 2017-03-07 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/tui-layout.c: New file.
11654 * gdb.base/tui-layout.exp: New file.
11655
11656 2017-03-07 Pedro Alves <palves@redhat.com>
11657
11658 * gdb.base/tui-layout.c: Rename to ...
11659 * gdb.base/tui-disasm-long-lines.c: ... this.
11660 * gdb.base/tui-layout.exp: Rename to ...
11661 * gdb.base/tui-disasm-long-lines.exp: ... this.
11662
11663 2017-03-07 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
11666
11667 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11668
11669 * i386-mpx-call.c: New file.
11670 * i386-mpx-call.exp: New file.
11671
11672 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
11673
11674 * gdb.arch/powerpc-power.exp: Delete test.
11675 * gdb.arch/powerpc-power.s: Likewise.
11676 * gdb.disasm/disassembler-options.exp: New test.
11677 * gdb.arch/powerpc-altivec.exp: Likewise.
11678 * gdb.arch/powerpc-altivec.s: Likewise.
11679 * gdb.arch/powerpc-altivec2.exp: Likewise.
11680 * gdb.arch/powerpc-altivec2.s: Likewise.
11681 * gdb.arch/powerpc-altivec3.exp: Likewise.
11682 * gdb.arch/powerpc-altivec3.s: Likewise.
11683 * gdb.arch/powerpc-power7.exp: Likewise.
11684 * gdb.arch/powerpc-power7.s: Likewise.
11685 * gdb.arch/powerpc-power8.exp: Likewise.
11686 * gdb.arch/powerpc-power8.s: Likewise.
11687 * gdb.arch/powerpc-power9.exp: Likewise.
11688 * gdb.arch/powerpc-power9.s: Likewise.
11689 * gdb.arch/powerpc-vsx.exp: Likewise.
11690 * gdb.arch/powerpc-vsx.s: Likewise.
11691 * gdb.arch/powerpc-vsx2.exp: Likewise.
11692 * gdb.arch/powerpc-vsx2.s: Likewise.
11693 * gdb.arch/powerpc-vsx3.exp: Likewise.
11694 * gdb.arch/powerpc-vsx3.s: Likewise.
11695 * gdb.arch/arm-disassembler-options.exp: Likewise.
11696 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
11697 * gdb.arch/s390-disassembler-options.exp: Likewise.
11698
11699 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
11700
11701 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
11702 (check_supported_features): ... this. Changed return type to void.
11703 (supports_rdseed): New static global.
11704 (rdseed): Check supports_rdseed.
11705 (initialize): Call check_supported_features.
11706
11707 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11708
11709 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
11710 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
11711 and lqarx/stqcx.
11712 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
11713 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
11714
11715 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11716
11717 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
11718 uppercase.
11719
11720 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11721
11722 * gdb.dwarf2/formdata16.c: New file.
11723 * gdb.dwarf2/formdata16.exp: New file.
11724 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
11725
11726 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11727
11728 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
11729 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
11730 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
11731 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
11732 DW_AT_GNU_*.
11733
11734 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11735
11736 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
11737
11738 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
11739
11740 PR gdb/21164
11741 * gdb.base/maint.exp: Add testcases for when the commands do
11742 not have arguments.
11743
11744 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
11745
11746 * gdb.cp/chained-calls.exp: Use p instead of P.
11747
11748 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11749
11750 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
11751 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
11752
11753 2017-02-14 Tom Tromey <tom@tromey.com>
11754
11755 PR python/13598:
11756 * gdb.python/py-events.exp: Add before_prompt event tests.
11757
11758 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
11761
11762 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11763
11764 * gdb.linespec/explicit.c (my_unique_function_name): New function.
11765 (main): Call my_unique_function_name.
11766 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
11767 completion of patterns with a single match.
11768 Add missing -re switches to gdb_test_multiple calls.
11769
11770 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
11771
11772 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
11773 return if core file is not recognized.
11774
11775 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
11778 and extra UIs.
11779
11780 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11781
11782 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
11783 proc_with_prefix.
11784
11785 2017-02-10 Tom Tromey <tom@tromey.com>
11786
11787 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
11788
11789 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
11790
11791 PR gdb/21122
11792 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
11793
11794 2017-02-08 Jerome Guitton <guitton@adacore.com>
11795
11796 * gdb.base/define.exp: Add test for command abbreviations
11797 in define.
11798
11799 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
11800
11801 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
11802 * gdb.reverse/insn-reverse-x86.c: New file.
11803
11804 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
11805
11806 PR tdep/20936
11807 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
11808
11809 2017-02-03 Tom Tromey <tom@tromey.com>
11810
11811 PR rust/21097:
11812 * gdb.rust/simple.exp: Add new tests.
11813
11814 2017-02-02 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
11817 tests.
11818
11819 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11820
11821 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
11822 taking a 2-byte value out of a 4-byte DWARF implicit value on
11823 big-endian targets.
11824 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
11825 logic. Add test cases for DW_OP_implicit.
11826
11827 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11828
11829 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
11830
11831 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11832
11833 * gdb.btrace/enable.exp: Call gdb_exit before
11834 skip_gdbserver_tests.
11835
11836 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11837
11838 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
11839 GDBFLAGS.
11840
11841 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11842
11843 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
11844 the test is skipped.
11845 * gdb.btrace/data.exp: Likewise.
11846 * gdb.btrace/delta.exp: Likewise.
11847 * gdb.btrace/dlopen.exp: Likewise.
11848 * gdb.btrace/enable-running.exp: Likewise.
11849 * gdb.btrace/enable.exp: Likewise.
11850 * gdb.btrace/exception.exp: Likewise.
11851 * gdb.btrace/function_call_history.exp: Likewise.
11852 * gdb.btrace/gcore.exp: Likewise.
11853 * gdb.btrace/instruction_history.exp: Likewise.
11854 * gdb.btrace/multi-thread-step.exp: Likewise.
11855 * gdb.btrace/nohist.exp: Likewise.
11856 * gdb.btrace/non-stop.exp: Likewise.
11857 * gdb.btrace/reconnect.exp: Likewise.
11858 * gdb.btrace/record_goto-step.exp: Likewise.
11859 * gdb.btrace/record_goto.exp: Likewise.
11860 * gdb.btrace/rn-dl-bind.exp: Likewise.
11861 * gdb.btrace/segv.exp: Likewise.
11862 * gdb.btrace/step.exp: Likewise.
11863 * gdb.btrace/stepi.exp: Likewise.
11864 * gdb.btrace/tailcall-only.exp: Likewise.
11865 * gdb.btrace/tailcall.exp: Likewise.
11866 * gdb.btrace/tsx.exp: Likewise.
11867 * gdb.btrace/unknown_functions.exp: Likewise.
11868 * gdb.btrace/vdso.exp: Likewise.
11869
11870 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
11871
11872 * gdb.btrace/enable-running.c: New.
11873 * gdb.btrace/enable-running.exp: New.
11874
11875 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
11876
11877 * gdb.arch/amd64-gs_base.c: New file.
11878 * gdb.arch/amd64-gs_base.exp: New file.
11879
11880 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11881
11882 * lib/memory.exp: Remove spurious empty newlines.
11883
11884 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
11885
11886 * gdb.python/py-bad-printers.exp: Load python file using "source".
11887 * gdb.python/py-events.exp: Likewise.
11888 * gdb.python/py-evsignal.exp: Likewise.
11889 * gdb.python/py-evthreads.exp: Likewise.
11890 * gdb.python/py-frame-args.exp: Likewise.
11891 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
11892 * gdb.python/py-framefilter-mi.exp: Likewise.
11893 * gdb.python/py-framefilter.exp: Likewise.
11894 * gdb.python/py-mi.exp: Likewise.
11895 * gdb.python/py-pp-maint.exp: Likewise.
11896 * gdb.python/py-pp-registration.exp: Likewise.
11897 * gdb.python/py-prettyprint.exp: Likewise.
11898 (run_lang_tests): Likewise.
11899 * gdb.python/py-typeprint.exp: Likewise.
11900
11901 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11902
11903 * lib/memory.exp: New file.
11904 * lib/gdb.exp: Load memory.exp.
11905 * gdb.base/memattr.exp (delete_memory): Move proc to
11906 lib/memory.exp and rename to delete_memory_regions.
11907 Replace delete_memory with delete_memory_regions.
11908 Cleanup memory regions before tests.
11909 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
11910 before tests.
11911
11912 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11913
11914 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
11915 files.
11916 (initialize): New function conditionally defined.
11917 (testcases): Move within conditional block.
11918 (main): Call initialize.
11919 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
11920 of gdb.reverse/insn-reverse.c.
11921 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
11922 gdb.reverse/insn-reverse.c.
11923
11924 2017-01-26 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
11927 disassemble on address 0.
11928
11929 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
11930 Yao Qi <yao.qi@linaro.org>
11931
11932 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
11933 * gdb.dwarf2/implptr-64bit.S: Remove.
11934 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
11935 variables in caller's context. Add DW_OP_implicit_value.
11936
11937 2017-01-25 Yao Qi <yao.qi@linaro.org>
11938
11939 * lib/dwarf.exp (Dwarf::_location): Handle
11940 DW_OP_GNU_implicit_pointer with proper size.
11941
11942 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
11943
11944 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
11945 and add untested calls.
11946
11947 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
11948
11949 * gdb.python/python.exp: Check line number against what GDB thinks
11950 the line number is for func1.
11951
11952 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
11953
11954 * gdb.dlang/debug-expr.exp: New file.
11955
11956 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
11957
11958 Fix test names for the following files:
11959
11960 * gdb.ada/exec_changed.exp
11961 * gdb.ada/info_types.exp
11962 * gdb.arch/aarch64-atomic-inst.exp
11963 * gdb.arch/aarch64-fp.exp
11964 * gdb.arch/altivec-abi.exp
11965 * gdb.arch/altivec-regs.exp
11966 * gdb.arch/amd64-byte.exp
11967 * gdb.arch/amd64-disp-step.exp
11968 * gdb.arch/amd64-dword.exp
11969 * gdb.arch/amd64-entry-value-inline.exp
11970 * gdb.arch/amd64-entry-value-param.exp
11971 * gdb.arch/amd64-entry-value-paramref.exp
11972 * gdb.arch/amd64-entry-value.exp
11973 * gdb.arch/amd64-i386-address.exp
11974 * gdb.arch/amd64-invalid-stack-middle.exp
11975 * gdb.arch/amd64-invalid-stack-top.exp
11976 * gdb.arch/amd64-optimout-repeat.exp
11977 * gdb.arch/amd64-prologue-skip.exp
11978 * gdb.arch/amd64-prologue-xmm.exp
11979 * gdb.arch/amd64-stap-special-operands.exp
11980 * gdb.arch/amd64-stap-wrong-subexp.exp
11981 * gdb.arch/amd64-tailcall-cxx.exp
11982 * gdb.arch/amd64-tailcall-noret.exp
11983 * gdb.arch/amd64-tailcall-ret.exp
11984 * gdb.arch/amd64-tailcall-self.exp
11985 * gdb.arch/amd64-word.exp
11986 * gdb.arch/arm-bl-branch-dest.exp
11987 * gdb.arch/arm-disp-step.exp
11988 * gdb.arch/arm-neon.exp
11989 * gdb.arch/arm-single-step-kernel-helper.exp
11990 * gdb.arch/avr-flash-qualifier.exp
11991 * gdb.arch/disp-step-insn-reloc.exp
11992 * gdb.arch/e500-abi.exp
11993 * gdb.arch/e500-regs.exp
11994 * gdb.arch/ftrace-insn-reloc.exp
11995 * gdb.arch/i386-avx512.exp
11996 * gdb.arch/i386-bp_permanent.exp
11997 * gdb.arch/i386-byte.exp
11998 * gdb.arch/i386-cfi-notcurrent.exp
11999 * gdb.arch/i386-disp-step.exp
12000 * gdb.arch/i386-dr3-watch.exp
12001 * gdb.arch/i386-float.exp
12002 * gdb.arch/i386-gnu-cfi.exp
12003 * gdb.arch/i386-mpx-map.exp
12004 * gdb.arch/i386-mpx-sigsegv.exp
12005 * gdb.arch/i386-mpx-simple_segv.exp
12006 * gdb.arch/i386-mpx.exp
12007 * gdb.arch/i386-permbkpt.exp
12008 * gdb.arch/i386-prologue.exp
12009 * gdb.arch/i386-signal.exp
12010 * gdb.arch/i386-size-overlap.exp
12011 * gdb.arch/i386-unwind.exp
12012 * gdb.arch/i386-word.exp
12013 * gdb.arch/mips-fcr.exp
12014 * gdb.arch/powerpc-d128-regs.exp
12015 * gdb.arch/powerpc-stackless.exp
12016 * gdb.arch/ppc64-atomic-inst.exp
12017 * gdb.arch/s390-stackless.exp
12018 * gdb.arch/s390-tdbregs.exp
12019 * gdb.arch/s390-vregs.exp
12020 * gdb.arch/sparc-sysstep.exp
12021 * gdb.arch/thumb-bx-pc.exp
12022 * gdb.arch/thumb-singlestep.exp
12023 * gdb.arch/thumb2-it.exp
12024 * gdb.arch/vsx-regs.exp
12025 * gdb.asm/asm-source.exp
12026 * gdb.base/a2-run.exp
12027 * gdb.base/advance.exp
12028 * gdb.base/all-bin.exp
12029 * gdb.base/anon.exp
12030 * gdb.base/args.exp
12031 * gdb.base/arithmet.exp
12032 * gdb.base/async-shell.exp
12033 * gdb.base/async.exp
12034 * gdb.base/attach-pie-noexec.exp
12035 * gdb.base/attach-twice.exp
12036 * gdb.base/auto-load.exp
12037 * gdb.base/bang.exp
12038 * gdb.base/bitfields.exp
12039 * gdb.base/break-always.exp
12040 * gdb.base/break-caller-line.exp
12041 * gdb.base/break-entry.exp
12042 * gdb.base/break-inline.exp
12043 * gdb.base/break-on-linker-gcd-function.exp
12044 * gdb.base/break-probes.exp
12045 * gdb.base/break.exp
12046 * gdb.base/breakpoint-shadow.exp
12047 * gdb.base/call-ar-st.exp
12048 * gdb.base/call-sc.exp
12049 * gdb.base/call-signal-resume.exp
12050 * gdb.base/call-strs.exp
12051 * gdb.base/callfuncs.exp
12052 * gdb.base/catch-fork-static.exp
12053 * gdb.base/catch-gdb-caused-signals.exp
12054 * gdb.base/catch-load.exp
12055 * gdb.base/catch-signal-fork.exp
12056 * gdb.base/catch-signal.exp
12057 * gdb.base/catch-syscall.exp
12058 * gdb.base/charset.exp
12059 * gdb.base/checkpoint.exp
12060 * gdb.base/chng-syms.exp
12061 * gdb.base/code-expr.exp
12062 * gdb.base/code_elim.exp
12063 * gdb.base/commands.exp
12064 * gdb.base/completion.exp
12065 * gdb.base/complex.exp
12066 * gdb.base/cond-expr.exp
12067 * gdb.base/condbreak.exp
12068 * gdb.base/consecutive.exp
12069 * gdb.base/continue-all-already-running.exp
12070 * gdb.base/coredump-filter.exp
12071 * gdb.base/corefile.exp
12072 * gdb.base/dbx.exp
12073 * gdb.base/debug-expr.exp
12074 * gdb.base/define.exp
12075 * gdb.base/del.exp
12076 * gdb.base/disabled-location.exp
12077 * gdb.base/disasm-end-cu.exp
12078 * gdb.base/disasm-optim.exp
12079 * gdb.base/display.exp
12080 * gdb.base/duplicate-bp.exp
12081 * gdb.base/ena-dis-br.exp
12082 * gdb.base/ending-run.exp
12083 * gdb.base/enumval.exp
12084 * gdb.base/environ.exp
12085 * gdb.base/eu-strip-infcall.exp
12086 * gdb.base/eval-avoid-side-effects.exp
12087 * gdb.base/eval-skip.exp
12088 * gdb.base/exitsignal.exp
12089 * gdb.base/expand-psymtabs.exp
12090 * gdb.base/filesym.exp
12091 * gdb.base/find-unmapped.exp
12092 * gdb.base/finish.exp
12093 * gdb.base/float.exp
12094 * gdb.base/foll-exec-mode.exp
12095 * gdb.base/foll-exec.exp
12096 * gdb.base/foll-fork.exp
12097 * gdb.base/fortran-sym-case.exp
12098 * gdb.base/freebpcmd.exp
12099 * gdb.base/func-ptr.exp
12100 * gdb.base/func-ptrs.exp
12101 * gdb.base/funcargs.exp
12102 * gdb.base/gcore-buffer-overflow.exp
12103 * gdb.base/gcore-relro-pie.exp
12104 * gdb.base/gcore-relro.exp
12105 * gdb.base/gcore.exp
12106 * gdb.base/gdb1090.exp
12107 * gdb.base/gdb11530.exp
12108 * gdb.base/gdb11531.exp
12109 * gdb.base/gdb1821.exp
12110 * gdb.base/gdbindex-stabs.exp
12111 * gdb.base/gdbvars.exp
12112 * gdb.base/hbreak.exp
12113 * gdb.base/hbreak2.exp
12114 * gdb.base/included.exp
12115 * gdb.base/infcall-input.exp
12116 * gdb.base/inferior-died.exp
12117 * gdb.base/infnan.exp
12118 * gdb.base/info-macros.exp
12119 * gdb.base/info-os.exp
12120 * gdb.base/info-proc.exp
12121 * gdb.base/info-shared.exp
12122 * gdb.base/info-target.exp
12123 * gdb.base/infoline.exp
12124 * gdb.base/interp.exp
12125 * gdb.base/interrupt.exp
12126 * gdb.base/jit-reader.exp
12127 * gdb.base/jit-simple.exp
12128 * gdb.base/kill-after-signal.exp
12129 * gdb.base/kill-detach-inferiors-cmd.exp
12130 * gdb.base/label.exp
12131 * gdb.base/langs.exp
12132 * gdb.base/ldbl_e308.exp
12133 * gdb.base/line-symtabs.exp
12134 * gdb.base/linespecs.exp
12135 * gdb.base/list.exp
12136 * gdb.base/long_long.exp
12137 * gdb.base/longest-types.exp
12138 * gdb.base/maint.exp
12139 * gdb.base/max-value-size.exp
12140 * gdb.base/memattr.exp
12141 * gdb.base/mips_pro.exp
12142 * gdb.base/morestack.exp
12143 * gdb.base/moribund-step.exp
12144 * gdb.base/multi-forks.exp
12145 * gdb.base/nested-addr.exp
12146 * gdb.base/nextoverexit.exp
12147 * gdb.base/noreturn-finish.exp
12148 * gdb.base/noreturn-return.exp
12149 * gdb.base/nostdlib.exp
12150 * gdb.base/offsets.exp
12151 * gdb.base/opaque.exp
12152 * gdb.base/pc-fp.exp
12153 * gdb.base/permissions.exp
12154 * gdb.base/print-symbol-loading.exp
12155 * gdb.base/prologue-include.exp
12156 * gdb.base/psymtab.exp
12157 * gdb.base/ptype.exp
12158 * gdb.base/random-signal.exp
12159 * gdb.base/randomize.exp
12160 * gdb.base/range-stepping.exp
12161 * gdb.base/readline-ask.exp
12162 * gdb.base/recpar.exp
12163 * gdb.base/recurse.exp
12164 * gdb.base/relational.exp
12165 * gdb.base/restore.exp
12166 * gdb.base/return-nodebug.exp
12167 * gdb.base/return.exp
12168 * gdb.base/run-after-attach.exp
12169 * gdb.base/save-bp.exp
12170 * gdb.base/scope.exp
12171 * gdb.base/sect-cmd.exp
12172 * gdb.base/set-lang-auto.exp
12173 * gdb.base/set-noassign.exp
12174 * gdb.base/setvar.exp
12175 * gdb.base/sigall.exp
12176 * gdb.base/sigbpt.exp
12177 * gdb.base/siginfo-addr.exp
12178 * gdb.base/siginfo-infcall.exp
12179 * gdb.base/siginfo-obj.exp
12180 * gdb.base/siginfo.exp
12181 * gdb.base/signals-state-child.exp
12182 * gdb.base/signest.exp
12183 * gdb.base/sigstep.exp
12184 * gdb.base/sizeof.exp
12185 * gdb.base/skip.exp
12186 * gdb.base/solib-corrupted.exp
12187 * gdb.base/solib-nodir.exp
12188 * gdb.base/solib-search.exp
12189 * gdb.base/stack-checking.exp
12190 * gdb.base/stale-infcall.exp
12191 * gdb.base/stap-probe.exp
12192 * gdb.base/start.exp
12193 * gdb.base/step-break.exp
12194 * gdb.base/step-bt.exp
12195 * gdb.base/step-line.exp
12196 * gdb.base/step-over-exit.exp
12197 * gdb.base/step-over-syscall.exp
12198 * gdb.base/step-resume-infcall.exp
12199 * gdb.base/step-test.exp
12200 * gdb.base/store.exp
12201 * gdb.base/structs3.exp
12202 * gdb.base/sym-file.exp
12203 * gdb.base/symbol-without-target_section.exp
12204 * gdb.base/term.exp
12205 * gdb.base/testenv.exp
12206 * gdb.base/ui-redirect.exp
12207 * gdb.base/until.exp
12208 * gdb.base/unwindonsignal.exp
12209 * gdb.base/value-double-free.exp
12210 * gdb.base/vla-datatypes.exp
12211 * gdb.base/vla-ptr.exp
12212 * gdb.base/vla-sideeffect.exp
12213 * gdb.base/volatile.exp
12214 * gdb.base/watch-cond-infcall.exp
12215 * gdb.base/watch-cond.exp
12216 * gdb.base/watch-non-mem.exp
12217 * gdb.base/watch-read.exp
12218 * gdb.base/watch-vfork.exp
12219 * gdb.base/watchpoint-cond-gone.exp
12220 * gdb.base/watchpoint-delete.exp
12221 * gdb.base/watchpoint-hw-hit-once.exp
12222 * gdb.base/watchpoint-hw.exp
12223 * gdb.base/watchpoint-stops-at-right-insn.exp
12224 * gdb.base/watchpoints.exp
12225 * gdb.base/wchar.exp
12226 * gdb.base/whatis-exp.exp
12227 * gdb.btrace/buffer-size.exp
12228 * gdb.btrace/data.exp
12229 * gdb.btrace/delta.exp
12230 * gdb.btrace/dlopen.exp
12231 * gdb.btrace/enable.exp
12232 * gdb.btrace/exception.exp
12233 * gdb.btrace/function_call_history.exp
12234 * gdb.btrace/gcore.exp
12235 * gdb.btrace/instruction_history.exp
12236 * gdb.btrace/nohist.exp
12237 * gdb.btrace/reconnect.exp
12238 * gdb.btrace/record_goto-step.exp
12239 * gdb.btrace/record_goto.exp
12240 * gdb.btrace/rn-dl-bind.exp
12241 * gdb.btrace/segv.exp
12242 * gdb.btrace/step.exp
12243 * gdb.btrace/stepi.exp
12244 * gdb.btrace/tailcall-only.exp
12245 * gdb.btrace/tailcall.exp
12246 * gdb.btrace/tsx.exp
12247 * gdb.btrace/unknown_functions.exp
12248 * gdb.btrace/vdso.exp
12249 * gdb.compile/compile-ifunc.exp
12250 * gdb.compile/compile-ops.exp
12251 * gdb.compile/compile-print.exp
12252 * gdb.compile/compile-setjmp.exp
12253 * gdb.cp/abstract-origin.exp
12254 * gdb.cp/ambiguous.exp
12255 * gdb.cp/annota2.exp
12256 * gdb.cp/annota3.exp
12257 * gdb.cp/anon-ns.exp
12258 * gdb.cp/anon-struct.exp
12259 * gdb.cp/anon-union.exp
12260 * gdb.cp/arg-reference.exp
12261 * gdb.cp/baseenum.exp
12262 * gdb.cp/bool.exp
12263 * gdb.cp/breakpoint.exp
12264 * gdb.cp/bs15503.exp
12265 * gdb.cp/call-c.exp
12266 * gdb.cp/casts.exp
12267 * gdb.cp/chained-calls.exp
12268 * gdb.cp/class2.exp
12269 * gdb.cp/classes.exp
12270 * gdb.cp/cmpd-minsyms.exp
12271 * gdb.cp/converts.exp
12272 * gdb.cp/cp-relocate.exp
12273 * gdb.cp/cpcompletion.exp
12274 * gdb.cp/cpexprs.exp
12275 * gdb.cp/cplabel.exp
12276 * gdb.cp/cplusfuncs.exp
12277 * gdb.cp/cpsizeof.exp
12278 * gdb.cp/ctti.exp
12279 * gdb.cp/derivation.exp
12280 * gdb.cp/destrprint.exp
12281 * gdb.cp/dispcxx.exp
12282 * gdb.cp/enum-class.exp
12283 * gdb.cp/exception.exp
12284 * gdb.cp/exceptprint.exp
12285 * gdb.cp/expand-psymtabs-cxx.exp
12286 * gdb.cp/expand-sals.exp
12287 * gdb.cp/extern-c.exp
12288 * gdb.cp/filename.exp
12289 * gdb.cp/formatted-ref.exp
12290 * gdb.cp/fpointer.exp
12291 * gdb.cp/gdb1355.exp
12292 * gdb.cp/gdb2495.exp
12293 * gdb.cp/hang.exp
12294 * gdb.cp/impl-this.exp
12295 * gdb.cp/infcall-dlopen.exp
12296 * gdb.cp/inherit.exp
12297 * gdb.cp/iostream.exp
12298 * gdb.cp/koenig.exp
12299 * gdb.cp/local.exp
12300 * gdb.cp/m-data.exp
12301 * gdb.cp/m-static.exp
12302 * gdb.cp/mb-ctor.exp
12303 * gdb.cp/mb-inline.exp
12304 * gdb.cp/mb-templates.exp
12305 * gdb.cp/member-name.exp
12306 * gdb.cp/member-ptr.exp
12307 * gdb.cp/meth-typedefs.exp
12308 * gdb.cp/method.exp
12309 * gdb.cp/method2.exp
12310 * gdb.cp/minsym-fallback.exp
12311 * gdb.cp/misc.exp
12312 * gdb.cp/namelessclass.exp
12313 * gdb.cp/namespace-enum.exp
12314 * gdb.cp/namespace-nested-import.exp
12315 * gdb.cp/namespace.exp
12316 * gdb.cp/nextoverthrow.exp
12317 * gdb.cp/no-dmgl-verbose.exp
12318 * gdb.cp/non-trivial-retval.exp
12319 * gdb.cp/noparam.exp
12320 * gdb.cp/nsdecl.exp
12321 * gdb.cp/nsimport.exp
12322 * gdb.cp/nsnested.exp
12323 * gdb.cp/nsnoimports.exp
12324 * gdb.cp/nsrecurs.exp
12325 * gdb.cp/nsstress.exp
12326 * gdb.cp/nsusing.exp
12327 * gdb.cp/operator.exp
12328 * gdb.cp/oranking.exp
12329 * gdb.cp/overload-const.exp
12330 * gdb.cp/overload.exp
12331 * gdb.cp/ovldbreak.exp
12332 * gdb.cp/ovsrch.exp
12333 * gdb.cp/paren-type.exp
12334 * gdb.cp/parse-lang.exp
12335 * gdb.cp/pass-by-ref.exp
12336 * gdb.cp/pr-1023.exp
12337 * gdb.cp/pr-1210.exp
12338 * gdb.cp/pr-574.exp
12339 * gdb.cp/pr10687.exp
12340 * gdb.cp/pr12028.exp
12341 * gdb.cp/pr17132.exp
12342 * gdb.cp/pr17494.exp
12343 * gdb.cp/pr9067.exp
12344 * gdb.cp/pr9167.exp
12345 * gdb.cp/pr9631.exp
12346 * gdb.cp/printmethod.exp
12347 * gdb.cp/psmang.exp
12348 * gdb.cp/psymtab-parameter.exp
12349 * gdb.cp/ptype-cv-cp.exp
12350 * gdb.cp/ptype-flags.exp
12351 * gdb.cp/re-set-overloaded.exp
12352 * gdb.cp/ref-types.exp
12353 * gdb.cp/rtti.exp
12354 * gdb.cp/scope-err.exp
12355 * gdb.cp/shadow.exp
12356 * gdb.cp/smartp.exp
12357 * gdb.cp/static-method.exp
12358 * gdb.cp/static-print-quit.exp
12359 * gdb.cp/temargs.exp
12360 * gdb.cp/templates.exp
12361 * gdb.cp/try_catch.exp
12362 * gdb.cp/typedef-operator.exp
12363 * gdb.cp/typeid.exp
12364 * gdb.cp/userdef.exp
12365 * gdb.cp/using-crash.exp
12366 * gdb.cp/var-tag.exp
12367 * gdb.cp/virtbase.exp
12368 * gdb.cp/virtfunc.exp
12369 * gdb.cp/virtfunc2.exp
12370 * gdb.cp/vla-cxx.exp
12371 * gdb.disasm/t01_mov.exp
12372 * gdb.disasm/t02_mova.exp
12373 * gdb.disasm/t03_add.exp
12374 * gdb.disasm/t04_sub.exp
12375 * gdb.disasm/t05_cmp.exp
12376 * gdb.disasm/t06_ari2.exp
12377 * gdb.disasm/t07_ari3.exp
12378 * gdb.disasm/t08_or.exp
12379 * gdb.disasm/t09_xor.exp
12380 * gdb.disasm/t10_and.exp
12381 * gdb.disasm/t11_logs.exp
12382 * gdb.disasm/t12_bit.exp
12383 * gdb.disasm/t13_otr.exp
12384 * gdb.dlang/circular.exp
12385 * gdb.dwarf2/arr-stride.exp
12386 * gdb.dwarf2/arr-subrange.exp
12387 * gdb.dwarf2/atomic-type.exp
12388 * gdb.dwarf2/bad-regnum.exp
12389 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12390 * gdb.dwarf2/callframecfa.exp
12391 * gdb.dwarf2/clztest.exp
12392 * gdb.dwarf2/corrupt.exp
12393 * gdb.dwarf2/data-loc.exp
12394 * gdb.dwarf2/dup-psym.exp
12395 * gdb.dwarf2/dw2-anon-mptr.exp
12396 * gdb.dwarf2/dw2-anonymous-func.exp
12397 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12398 * gdb.dwarf2/dw2-bad-unresolved.exp
12399 * gdb.dwarf2/dw2-basic.exp
12400 * gdb.dwarf2/dw2-canonicalize-type.exp
12401 * gdb.dwarf2/dw2-case-insensitive.exp
12402 * gdb.dwarf2/dw2-common-block.exp
12403 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12404 * gdb.dwarf2/dw2-compressed.exp
12405 * gdb.dwarf2/dw2-const.exp
12406 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12407 * gdb.dwarf2/dw2-cu-size.exp
12408 * gdb.dwarf2/dw2-dup-frame.exp
12409 * gdb.dwarf2/dw2-entry-value.exp
12410 * gdb.dwarf2/dw2-icycle.exp
12411 * gdb.dwarf2/dw2-ifort-parameter.exp
12412 * gdb.dwarf2/dw2-inline-break.exp
12413 * gdb.dwarf2/dw2-inline-param.exp
12414 * gdb.dwarf2/dw2-intercu.exp
12415 * gdb.dwarf2/dw2-intermix.exp
12416 * gdb.dwarf2/dw2-lexical-block-bare.exp
12417 * gdb.dwarf2/dw2-linkage-name-trust.exp
12418 * gdb.dwarf2/dw2-minsym-in-cu.exp
12419 * gdb.dwarf2/dw2-noloc.exp
12420 * gdb.dwarf2/dw2-op-call.exp
12421 * gdb.dwarf2/dw2-op-out-param.exp
12422 * gdb.dwarf2/dw2-opt-structptr.exp
12423 * gdb.dwarf2/dw2-param-error.exp
12424 * gdb.dwarf2/dw2-producer.exp
12425 * gdb.dwarf2/dw2-ranges-base.exp
12426 * gdb.dwarf2/dw2-ref-missing-frame.exp
12427 * gdb.dwarf2/dw2-reg-undefined.exp
12428 * gdb.dwarf2/dw2-regno-invalid.exp
12429 * gdb.dwarf2/dw2-restore.exp
12430 * gdb.dwarf2/dw2-restrict.exp
12431 * gdb.dwarf2/dw2-single-line-discriminators.exp
12432 * gdb.dwarf2/dw2-strp.exp
12433 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12434 * gdb.dwarf2/dw2-unresolved.exp
12435 * gdb.dwarf2/dw2-var-zero-addr.exp
12436 * gdb.dwarf2/dw4-sig-types.exp
12437 * gdb.dwarf2/dwz.exp
12438 * gdb.dwarf2/dynarr-ptr.exp
12439 * gdb.dwarf2/enum-type.exp
12440 * gdb.dwarf2/gdb-index.exp
12441 * gdb.dwarf2/implptr-64bit.exp
12442 * gdb.dwarf2/implptr-optimized-out.exp
12443 * gdb.dwarf2/implptr.exp
12444 * gdb.dwarf2/implref-array.exp
12445 * gdb.dwarf2/implref-const.exp
12446 * gdb.dwarf2/implref-global.exp
12447 * gdb.dwarf2/implref-struct.exp
12448 * gdb.dwarf2/mac-fileno.exp
12449 * gdb.dwarf2/main-subprogram.exp
12450 * gdb.dwarf2/member-ptr-forwardref.exp
12451 * gdb.dwarf2/method-ptr.exp
12452 * gdb.dwarf2/missing-sig-type.exp
12453 * gdb.dwarf2/nonvar-access.exp
12454 * gdb.dwarf2/opaque-type-lookup.exp
12455 * gdb.dwarf2/pieces-optimized-out.exp
12456 * gdb.dwarf2/pieces.exp
12457 * gdb.dwarf2/pr10770.exp
12458 * gdb.dwarf2/pr13961.exp
12459 * gdb.dwarf2/staticvirtual.exp
12460 * gdb.dwarf2/subrange.exp
12461 * gdb.dwarf2/symtab-producer.exp
12462 * gdb.dwarf2/trace-crash.exp
12463 * gdb.dwarf2/typeddwarf.exp
12464 * gdb.dwarf2/valop.exp
12465 * gdb.dwarf2/watch-notconst.exp
12466 * gdb.fortran/array-element.exp
12467 * gdb.fortran/charset.exp
12468 * gdb.fortran/common-block.exp
12469 * gdb.fortran/complex.exp
12470 * gdb.fortran/derived-type-function.exp
12471 * gdb.fortran/derived-type.exp
12472 * gdb.fortran/logical.exp
12473 * gdb.fortran/module.exp
12474 * gdb.fortran/multi-dim.exp
12475 * gdb.fortran/nested-funcs.exp
12476 * gdb.fortran/print-formatted.exp
12477 * gdb.fortran/subarray.exp
12478 * gdb.fortran/vla-alloc-assoc.exp
12479 * gdb.fortran/vla-datatypes.exp
12480 * gdb.fortran/vla-history.exp
12481 * gdb.fortran/vla-ptr-info.exp
12482 * gdb.fortran/vla-ptype-sub.exp
12483 * gdb.fortran/vla-ptype.exp
12484 * gdb.fortran/vla-sizeof.exp
12485 * gdb.fortran/vla-type.exp
12486 * gdb.fortran/vla-value-sub-arbitrary.exp
12487 * gdb.fortran/vla-value-sub-finish.exp
12488 * gdb.fortran/vla-value-sub.exp
12489 * gdb.fortran/vla-value.exp
12490 * gdb.fortran/whatis_type.exp
12491 * gdb.go/chan.exp
12492 * gdb.go/handcall.exp
12493 * gdb.go/hello.exp
12494 * gdb.go/integers.exp
12495 * gdb.go/methods.exp
12496 * gdb.go/package.exp
12497 * gdb.go/strings.exp
12498 * gdb.go/types.exp
12499 * gdb.go/unsafe.exp
12500 * gdb.guile/scm-arch.exp
12501 * gdb.guile/scm-block.exp
12502 * gdb.guile/scm-breakpoint.exp
12503 * gdb.guile/scm-cmd.exp
12504 * gdb.guile/scm-disasm.exp
12505 * gdb.guile/scm-equal.exp
12506 * gdb.guile/scm-frame-args.exp
12507 * gdb.guile/scm-frame-inline.exp
12508 * gdb.guile/scm-frame.exp
12509 * gdb.guile/scm-iterator.exp
12510 * gdb.guile/scm-math.exp
12511 * gdb.guile/scm-objfile.exp
12512 * gdb.guile/scm-ports.exp
12513 * gdb.guile/scm-symbol.exp
12514 * gdb.guile/scm-symtab.exp
12515 * gdb.guile/scm-value-cc.exp
12516 * gdb.guile/types-module.exp
12517 * gdb.linespec/break-ask.exp
12518 * gdb.linespec/cpexplicit.exp
12519 * gdb.linespec/explicit.exp
12520 * gdb.linespec/keywords.exp
12521 * gdb.linespec/linespec.exp
12522 * gdb.linespec/ls-dollar.exp
12523 * gdb.linespec/ls-errs.exp
12524 * gdb.linespec/skip-two.exp
12525 * gdb.linespec/thread.exp
12526 * gdb.mi/mi-async.exp
12527 * gdb.mi/mi-basics.exp
12528 * gdb.mi/mi-break.exp
12529 * gdb.mi/mi-catch-load.exp
12530 * gdb.mi/mi-cli.exp
12531 * gdb.mi/mi-cmd-param-changed.exp
12532 * gdb.mi/mi-console.exp
12533 * gdb.mi/mi-detach.exp
12534 * gdb.mi/mi-disassemble.exp
12535 * gdb.mi/mi-eval.exp
12536 * gdb.mi/mi-file-transfer.exp
12537 * gdb.mi/mi-file.exp
12538 * gdb.mi/mi-fill-memory.exp
12539 * gdb.mi/mi-inheritance-syntax-error.exp
12540 * gdb.mi/mi-linespec-err-cp.exp
12541 * gdb.mi/mi-logging.exp
12542 * gdb.mi/mi-memory-changed.exp
12543 * gdb.mi/mi-read-memory.exp
12544 * gdb.mi/mi-record-changed.exp
12545 * gdb.mi/mi-reg-undefined.exp
12546 * gdb.mi/mi-regs.exp
12547 * gdb.mi/mi-return.exp
12548 * gdb.mi/mi-reverse.exp
12549 * gdb.mi/mi-simplerun.exp
12550 * gdb.mi/mi-solib.exp
12551 * gdb.mi/mi-stack.exp
12552 * gdb.mi/mi-stepi.exp
12553 * gdb.mi/mi-syn-frame.exp
12554 * gdb.mi/mi-until.exp
12555 * gdb.mi/mi-var-block.exp
12556 * gdb.mi/mi-var-child.exp
12557 * gdb.mi/mi-var-cmd.exp
12558 * gdb.mi/mi-var-cp.exp
12559 * gdb.mi/mi-var-display.exp
12560 * gdb.mi/mi-var-invalidate.exp
12561 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
12562 * gdb.mi/mi-vla-fortran.exp
12563 * gdb.mi/mi-watch.exp
12564 * gdb.mi/mi2-var-child.exp
12565 * gdb.mi/user-selected-context-sync.exp
12566 * gdb.modula2/unbounded-array.exp
12567 * gdb.multi/dummy-frame-restore.exp
12568 * gdb.multi/multi-arch-exec.exp
12569 * gdb.multi/multi-arch.exp
12570 * gdb.multi/tids.exp
12571 * gdb.multi/watchpoint-multi.exp
12572 * gdb.opencl/callfuncs.exp
12573 * gdb.opencl/convs_casts.exp
12574 * gdb.opencl/datatypes.exp
12575 * gdb.opencl/operators.exp
12576 * gdb.opencl/vec_comps.exp
12577 * gdb.opt/clobbered-registers-O2.exp
12578 * gdb.opt/inline-break.exp
12579 * gdb.opt/inline-bt.exp
12580 * gdb.opt/inline-cmds.exp
12581 * gdb.opt/inline-locals.exp
12582 * gdb.pascal/case-insensitive-symbols.exp
12583 * gdb.pascal/floats.exp
12584 * gdb.pascal/gdb11492.exp
12585 * gdb.python/lib-types.exp
12586 * gdb.python/py-arch.exp
12587 * gdb.python/py-as-string.exp
12588 * gdb.python/py-bad-printers.exp
12589 * gdb.python/py-block.exp
12590 * gdb.python/py-breakpoint-create-fail.exp
12591 * gdb.python/py-breakpoint.exp
12592 * gdb.python/py-caller-is.exp
12593 * gdb.python/py-cmd.exp
12594 * gdb.python/py-explore-cc.exp
12595 * gdb.python/py-explore.exp
12596 * gdb.python/py-finish-breakpoint.exp
12597 * gdb.python/py-finish-breakpoint2.exp
12598 * gdb.python/py-frame-args.exp
12599 * gdb.python/py-frame-inline.exp
12600 * gdb.python/py-frame.exp
12601 * gdb.python/py-framefilter-mi.exp
12602 * gdb.python/py-infthread.exp
12603 * gdb.python/py-lazy-string.exp
12604 * gdb.python/py-linetable.exp
12605 * gdb.python/py-mi-events.exp
12606 * gdb.python/py-mi-objfile.exp
12607 * gdb.python/py-mi.exp
12608 * gdb.python/py-objfile.exp
12609 * gdb.python/py-pp-integral.exp
12610 * gdb.python/py-pp-maint.exp
12611 * gdb.python/py-pp-re-notag.exp
12612 * gdb.python/py-pp-registration.exp
12613 * gdb.python/py-recurse-unwind.exp
12614 * gdb.python/py-strfns.exp
12615 * gdb.python/py-symbol.exp
12616 * gdb.python/py-symtab.exp
12617 * gdb.python/py-sync-interp.exp
12618 * gdb.python/py-typeprint.exp
12619 * gdb.python/py-unwind-maint.exp
12620 * gdb.python/py-unwind.exp
12621 * gdb.python/py-value-cc.exp
12622 * gdb.python/py-xmethods.exp
12623 * gdb.reverse/amd64-tailcall-reverse.exp
12624 * gdb.reverse/break-precsave.exp
12625 * gdb.reverse/break-reverse.exp
12626 * gdb.reverse/consecutive-precsave.exp
12627 * gdb.reverse/consecutive-reverse.exp
12628 * gdb.reverse/finish-precsave.exp
12629 * gdb.reverse/finish-reverse-bkpt.exp
12630 * gdb.reverse/finish-reverse.exp
12631 * gdb.reverse/fstatat-reverse.exp
12632 * gdb.reverse/getresuid-reverse.exp
12633 * gdb.reverse/i386-precsave.exp
12634 * gdb.reverse/i386-reverse.exp
12635 * gdb.reverse/i386-sse-reverse.exp
12636 * gdb.reverse/i387-env-reverse.exp
12637 * gdb.reverse/i387-stack-reverse.exp
12638 * gdb.reverse/insn-reverse.exp
12639 * gdb.reverse/machinestate-precsave.exp
12640 * gdb.reverse/machinestate.exp
12641 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12642 * gdb.reverse/pipe-reverse.exp
12643 * gdb.reverse/readv-reverse.exp
12644 * gdb.reverse/recvmsg-reverse.exp
12645 * gdb.reverse/rerun-prec.exp
12646 * gdb.reverse/s390-mvcle.exp
12647 * gdb.reverse/step-precsave.exp
12648 * gdb.reverse/step-reverse.exp
12649 * gdb.reverse/time-reverse.exp
12650 * gdb.reverse/until-precsave.exp
12651 * gdb.reverse/until-reverse.exp
12652 * gdb.reverse/waitpid-reverse.exp
12653 * gdb.reverse/watch-precsave.exp
12654 * gdb.reverse/watch-reverse.exp
12655 * gdb.rust/generics.exp
12656 * gdb.rust/methods.exp
12657 * gdb.rust/modules.exp
12658 * gdb.rust/simple.exp
12659 * gdb.server/connect-with-no-symbol-file.exp
12660 * gdb.server/ext-attach.exp
12661 * gdb.server/ext-restart.exp
12662 * gdb.server/ext-wrapper.exp
12663 * gdb.server/file-transfer.exp
12664 * gdb.server/server-exec-info.exp
12665 * gdb.server/server-kill.exp
12666 * gdb.server/server-mon.exp
12667 * gdb.server/wrapper.exp
12668 * gdb.stabs/exclfwd.exp
12669 * gdb.stabs/gdb11479.exp
12670 * gdb.threads/clone-new-thread-event.exp
12671 * gdb.threads/corethreads.exp
12672 * gdb.threads/current-lwp-dead.exp
12673 * gdb.threads/dlopen-libpthread.exp
12674 * gdb.threads/gcore-thread.exp
12675 * gdb.threads/sigstep-threads.exp
12676 * gdb.threads/watchpoint-fork.exp
12677 * gdb.trace/actions-changed.exp
12678 * gdb.trace/backtrace.exp
12679 * gdb.trace/change-loc.exp
12680 * gdb.trace/circ.exp
12681 * gdb.trace/collection.exp
12682 * gdb.trace/disconnected-tracing.exp
12683 * gdb.trace/ftrace.exp
12684 * gdb.trace/mi-trace-frame-collected.exp
12685 * gdb.trace/mi-trace-unavailable.exp
12686 * gdb.trace/mi-traceframe-changed.exp
12687 * gdb.trace/mi-tsv-changed.exp
12688 * gdb.trace/no-attach-trace.exp
12689 * gdb.trace/passc-dyn.exp
12690 * gdb.trace/qtro.exp
12691 * gdb.trace/range-stepping.exp
12692 * gdb.trace/read-memory.exp
12693 * gdb.trace/save-trace.exp
12694 * gdb.trace/signal.exp
12695 * gdb.trace/status-stop.exp
12696 * gdb.trace/tfile.exp
12697 * gdb.trace/trace-break.exp
12698 * gdb.trace/trace-buffer-size.exp
12699 * gdb.trace/trace-condition.exp
12700 * gdb.trace/tracefile-pseudo-reg.exp
12701 * gdb.trace/tstatus.exp
12702 * gdb.trace/unavailable.exp
12703 * gdb.trace/while-dyn.exp
12704 * gdb.trace/while-stepping.exp
12705
12706 2016-12-22 Doug Evans <xdje42@gmail.com>
12707
12708 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
12709 and msymbols.
12710
12711 2016-12-19 Yao Qi <yao.qi@linaro.org>
12712
12713 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
12714 (test_with_self): Don't call do_steps_and_nexts, and remove
12715 code about stepping into xmalloc.
12716
12717 2016-12-09 Yao Qi <yao.qi@linaro.org>
12718
12719 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
12720
12721 2016-12-09 Yao Qi <yao.qi@linaro.org>
12722
12723 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
12724
12725 2016-12-09 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/all-architectures-0.exp: New file.
12728 * gdb.base/all-architectures-1.exp: New file.
12729 * gdb.base/all-architectures-2.exp: New file.
12730 * gdb.base/all-architectures-3.exp: New file.
12731 * gdb.base/all-architectures-4.exp: New file.
12732 * gdb.base/all-architectures-5.exp: New file.
12733 * gdb.base/all-architectures-6.exp: New file.
12734 * gdb.base/all-architectures-7.exp: New file.
12735 * gdb.base/all-architectures.exp.in: New file.
12736
12737 2016-12-09 Yao Qi <yao.qi@linaro.org>
12738
12739 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
12740
12741 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12742
12743 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
12744 possible.
12745 Remove useless pattern-matching code.
12746
12747 2016-12-02 Pedro Alves <palves@redhat.com>
12748
12749 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
12750 procedure.
12751 (top level): Call it.
12752
12753 2016-12-02 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/commands.exp (user_defined_command_args_stack_test):
12756 New procedure.
12757 (top level): Call it.
12758
12759 2016-12-02 Pedro Alves <palves@redhat.com>
12760
12761 PR cli/20559
12762 * gdb.base/commands.exp (user_defined_command_args_eval): New
12763 procedure.
12764 (top level): Call it.
12765
12766 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
12767
12768 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
12769 timeout handling.
12770
12771 2016-12-02 Tom Tromey <tom@tromey.com>
12772
12773 * gdb.dwarf2/main-subprogram.c: New file.
12774 * gdb.dwarf2/main-subprogram.exp: New file.
12775
12776 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12777
12778 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
12779 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
12780 gdb_test_no_output for a couple of cases.
12781 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
12782
12783 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12784
12785 Fix test names and standardize compilation error messages throughout
12786 the following files:
12787
12788 * gdb.ada/start.exp
12789 * gdb.arch/alpha-step.exp
12790 * gdb.arch/e500-prologue.exp
12791 * gdb.arch/ftrace-insn-reloc.exp
12792 * gdb.arch/gdb1291.exp
12793 * gdb.arch/gdb1431.exp
12794 * gdb.arch/gdb1558.exp
12795 * gdb.arch/i386-dr3-watch.exp
12796 * gdb.arch/i386-sse-stack-align.exp
12797 * gdb.arch/ia64-breakpoint-shadow.exp
12798 * gdb.arch/pa-nullify.exp
12799 * gdb.arch/powerpc-aix-prologue.exp
12800 * gdb.arch/thumb-bx-pc.exp
12801 * gdb.base/annota1.exp
12802 * gdb.base/annota3.exp
12803 * gdb.base/arrayidx.exp
12804 * gdb.base/assign.exp
12805 * gdb.base/attach.exp
12806 * gdb.base/auxv.exp
12807 * gdb.base/bang.exp
12808 * gdb.base/bfp-test.exp
12809 * gdb.base/bigcore.exp
12810 * gdb.base/bitfields2.exp
12811 * gdb.base/break-fun-addr.exp
12812 * gdb.base/break-probes.exp
12813 * gdb.base/call-rt-st.exp
12814 * gdb.base/callexit.exp
12815 * gdb.base/catch-fork-kill.exp
12816 * gdb.base/charset.exp
12817 * gdb.base/checkpoint.exp
12818 * gdb.base/comprdebug.exp
12819 * gdb.base/constvars.exp
12820 * gdb.base/coredump-filter.exp
12821 * gdb.base/cursal.exp
12822 * gdb.base/cvexpr.exp
12823 * gdb.base/detach.exp
12824 * gdb.base/display.exp
12825 * gdb.base/dmsym.exp
12826 * gdb.base/dprintf-pending.exp
12827 * gdb.base/dso2dso.exp
12828 * gdb.base/dtrace-probe.exp
12829 * gdb.base/dump.exp
12830 * gdb.base/enum_cond.exp
12831 * gdb.base/exe-lock.exp
12832 * gdb.base/exec-invalid-sysroot.exp
12833 * gdb.base/execl-update-breakpoints.exp
12834 * gdb.base/exprs.exp
12835 * gdb.base/fileio.exp
12836 * gdb.base/find.exp
12837 * gdb.base/finish.exp
12838 * gdb.base/fixsection.exp
12839 * gdb.base/foll-vfork.exp
12840 * gdb.base/frame-args.exp
12841 * gdb.base/gcore.exp
12842 * gdb.base/gdb1250.exp
12843 * gdb.base/global-var-nested-by-dso.exp
12844 * gdb.base/gnu-ifunc.exp
12845 * gdb.base/hashline1.exp
12846 * gdb.base/hashline2.exp
12847 * gdb.base/hashline3.exp
12848 * gdb.base/hbreak-in-shr-unsupported.exp
12849 * gdb.base/huge.exp
12850 * gdb.base/infcall-input.exp
12851 * gdb.base/info-fun.exp
12852 * gdb.base/info-shared.exp
12853 * gdb.base/jit-simple.exp
12854 * gdb.base/jit-so.exp
12855 * gdb.base/jit.exp
12856 * gdb.base/jump.exp
12857 * gdb.base/label.exp
12858 * gdb.base/lineinc.exp
12859 * gdb.base/logical.exp
12860 * gdb.base/longjmp.exp
12861 * gdb.base/macscp.exp
12862 * gdb.base/miscexprs.exp
12863 * gdb.base/new-ui-echo.exp
12864 * gdb.base/new-ui-pending-input.exp
12865 * gdb.base/new-ui.exp
12866 * gdb.base/nodebug.exp
12867 * gdb.base/nofield.exp
12868 * gdb.base/offsets.exp
12869 * gdb.base/overlays.exp
12870 * gdb.base/pending.exp
12871 * gdb.base/pointers.exp
12872 * gdb.base/pr11022.exp
12873 * gdb.base/printcmds.exp
12874 * gdb.base/prologue.exp
12875 * gdb.base/ptr-typedef.exp
12876 * gdb.base/realname-expand.exp
12877 * gdb.base/relativedebug.exp
12878 * gdb.base/relocate.exp
12879 * gdb.base/remote.exp
12880 * gdb.base/reread.exp
12881 * gdb.base/return2.exp
12882 * gdb.base/savedregs.exp
12883 * gdb.base/sep.exp
12884 * gdb.base/sepdebug.exp
12885 * gdb.base/sepsymtab.exp
12886 * gdb.base/set-inferior-tty.exp
12887 * gdb.base/setshow.exp
12888 * gdb.base/shlib-call.exp
12889 * gdb.base/sigaltstack.exp
12890 * gdb.base/siginfo-addr.exp
12891 * gdb.base/signals.exp
12892 * gdb.base/signull.exp
12893 * gdb.base/sigrepeat.exp
12894 * gdb.base/so-impl-ld.exp
12895 * gdb.base/solib-display.exp
12896 * gdb.base/solib-overlap.exp
12897 * gdb.base/solib-search.exp
12898 * gdb.base/solib-symbol.exp
12899 * gdb.base/structs.exp
12900 * gdb.base/structs2.exp
12901 * gdb.base/symtab-search-order.exp
12902 * gdb.base/twice.exp
12903 * gdb.base/unload.exp
12904 * gdb.base/varargs.exp
12905 * gdb.base/watchpoint-solib.exp
12906 * gdb.base/watchpoint.exp
12907 * gdb.base/whatis.exp
12908 * gdb.base/wrong_frame_bt_full.exp
12909 * gdb.btrace/dlopen.exp
12910 * gdb.cell/ea-standalone.exp
12911 * gdb.cell/ea-test.exp
12912 * gdb.cp/dispcxx.exp
12913 * gdb.cp/gdb2384.exp
12914 * gdb.cp/method2.exp
12915 * gdb.cp/nextoverthrow.exp
12916 * gdb.cp/pr10728.exp
12917 * gdb.disasm/am33.exp
12918 * gdb.disasm/h8300s.exp
12919 * gdb.disasm/mn10300.exp
12920 * gdb.disasm/sh3.exp
12921 * gdb.dwarf2/dw2-dir-file-name.exp
12922 * gdb.fortran/complex.exp
12923 * gdb.fortran/library-module.exp
12924 * gdb.guile/scm-pretty-print.exp
12925 * gdb.guile/scm-symbol.exp
12926 * gdb.guile/scm-type.exp
12927 * gdb.guile/scm-value.exp
12928 * gdb.linespec/linespec.exp
12929 * gdb.mi/gdb701.exp
12930 * gdb.mi/gdb792.exp
12931 * gdb.mi/mi-breakpoint-changed.exp
12932 * gdb.mi/mi-dprintf-pending.exp
12933 * gdb.mi/mi-dprintf.exp
12934 * gdb.mi/mi-exit-code.exp
12935 * gdb.mi/mi-pending.exp
12936 * gdb.mi/mi-solib.exp
12937 * gdb.mi/new-ui-mi-sync.exp
12938 * gdb.mi/pr11022.exp
12939 * gdb.mi/user-selected-context-sync.exp
12940 * gdb.opt/solib-intra-step.exp
12941 * gdb.python/py-events.exp
12942 * gdb.python/py-finish-breakpoint.exp
12943 * gdb.python/py-mi.exp
12944 * gdb.python/py-prettyprint.exp
12945 * gdb.python/py-shared.exp
12946 * gdb.python/py-symbol.exp
12947 * gdb.python/py-template.exp
12948 * gdb.python/py-type.exp
12949 * gdb.python/py-value.exp
12950 * gdb.reverse/solib-precsave.exp
12951 * gdb.reverse/solib-reverse.exp
12952 * gdb.server/solib-list.exp
12953 * gdb.stabs/weird.exp
12954 * gdb.threads/reconnect-signal.exp
12955 * gdb.threads/stepi-random-signal.exp
12956 * gdb.trace/actions.exp
12957 * gdb.trace/ax.exp
12958 * gdb.trace/backtrace.exp
12959 * gdb.trace/change-loc.exp
12960 * gdb.trace/deltrace.exp
12961 * gdb.trace/ftrace-lock.exp
12962 * gdb.trace/ftrace.exp
12963 * gdb.trace/infotrace.exp
12964 * gdb.trace/mi-tracepoint-changed.exp
12965 * gdb.trace/packetlen.exp
12966 * gdb.trace/passcount.exp
12967 * gdb.trace/pending.exp
12968 * gdb.trace/range-stepping.exp
12969 * gdb.trace/report.exp
12970 * gdb.trace/stap-trace.exp
12971 * gdb.trace/tfind.exp
12972 * gdb.trace/trace-break.exp
12973 * gdb.trace/trace-condition.exp
12974 * gdb.trace/trace-enable-disable.exp
12975 * gdb.trace/trace-mt.exp
12976 * gdb.trace/tracecmd.exp
12977 * gdb.trace/tspeed.exp
12978 * gdb.trace/tsv.exp
12979 * lib/perftest.exp
12980
12981 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12982
12983 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
12984 with gdb_test_no_output.
12985 Use command as test name.
12986
12987 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12988
12989 Fix test names starting with uppercase throughout the files.
12990
12991 * gdb.ada/assign_1.exp
12992 * gdb.ada/boolean_expr.exp
12993 * gdb.base/arrayidx.exp
12994 * gdb.base/del.exp
12995 * gdb.base/gcore-buffer-overflow.exp
12996 * gdb.base/testenv.exp
12997 * gdb.compile/compile.exp
12998 * gdb.python/py-framefilter-invalidarg.exp
12999 * gdb.python/py-framefilter.exp
13000
13001 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13002
13003 Fix test names starting with uppercase throughout the files.
13004
13005 * gdb.ada/array_return.exp
13006 * gdb.ada/expr_delims.exp
13007 * gdb.ada/mi_dyn_arr.exp
13008 * gdb.ada/mi_interface.exp
13009 * gdb.ada/mi_var_array.exp
13010 * gdb.ada/watch_arg.exp
13011 * gdb.arch/alpha-step.exp
13012 * gdb.arch/altivec-regs.exp
13013 * gdb.arch/e500-regs.exp
13014 * gdb.arch/powerpc-d128-regs.exp
13015 * gdb.base/arrayidx.exp
13016 * gdb.base/break.exp
13017 * gdb.base/checkpoint.exp
13018 * gdb.base/debug-expr.exp
13019 * gdb.base/dmsym.exp
13020 * gdb.base/radix.exp
13021 * gdb.base/sepdebug.exp
13022 * gdb.base/testenv.exp
13023 * gdb.base/watch_thread_num.exp
13024 * gdb.base/watchpoint-cond-gone.exp
13025 * gdb.cell/break.exp
13026 * gdb.cell/ea-cache.exp
13027 * gdb.compile/compile.exp
13028 * gdb.cp/gdb2495.exp
13029 * gdb.gdb/selftest.exp
13030 * gdb.gdb/xfullpath.exp
13031 * gdb.go/hello.exp
13032 * gdb.go/integers.exp
13033 * gdb.objc/basicclass.exp
13034 * gdb.pascal/hello.exp
13035 * gdb.pascal/integers.exp
13036 * gdb.python/py-breakpoint.exp
13037 * gdb.python/py-cmd.exp
13038 * gdb.python/py-linetable.exp
13039 * gdb.python/py-xmethods.exp
13040 * gdb.python/python.exp
13041 * gdb.reverse/consecutive-precsave.exp
13042 * gdb.reverse/finish-precsave.exp
13043 * gdb.reverse/i386-precsave.exp
13044 * gdb.reverse/machinestate-precsave.exp
13045 * gdb.reverse/sigall-precsave.exp
13046 * gdb.reverse/solib-precsave.exp
13047 * gdb.reverse/step-precsave.exp
13048 * gdb.reverse/until-precsave.exp
13049 * gdb.reverse/watch-precsave.exp
13050 * gdb.threads/leader-exit.exp
13051 * gdb.threads/pthreads.exp
13052 * gdb.threads/wp-replication.exp
13053 * gdb.trace/actions.exp
13054 * gdb.trace/mi-tsv-changed.exp
13055 * gdb.trace/tsv.exp
13056
13057 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13058
13059 Fix test names starting with uppercase throughout the files.
13060
13061 * gdb.arch/i386-bp_permanent.exp
13062 * gdb.arch/i386-gnu-cfi.exp
13063 * gdb.base/disasm-end-cu.exp
13064 * gdb.base/macscp.exp
13065 * gdb.base/pending.exp
13066 * gdb.base/watch_thread_num.exp
13067 * gdb.cp/exception.exp
13068 * gdb.cp/gdb2495.exp
13069 * gdb.cp/local.exp
13070 * gdb.python/py-evsignal.exp
13071 * gdb.python/python.exp
13072 * gdb.trace/tracecmd.exp
13073
13074 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13075
13076 Fix test names starting with uppercase throughout the files.
13077
13078 * gdb.base/charset.exp
13079 * gdb.base/eval.exp
13080 * gdb.base/multi-forks.exp
13081 * gdb.guile/scm-progspace.exp
13082 * gdb.opencl/datatypes.exp
13083 * gdb.python/py-block.exp
13084 * gdb.python/py-function.exp
13085 * gdb.python/py-symbol.exp
13086 * gdb.python/py-symtab.exp
13087 * gdb.python/py-xmethods.exp
13088 * gdb.reverse/break-precsave.exp
13089 * gdb.reverse/break-reverse.exp
13090 * gdb.reverse/consecutive-precsave.exp
13091 * gdb.reverse/consecutive-reverse.exp
13092 * gdb.reverse/finish-precsave.exp
13093 * gdb.reverse/finish-reverse-bkpt.exp
13094 * gdb.reverse/finish-reverse.exp
13095 * gdb.reverse/fstatat-reverse.exp
13096 * gdb.reverse/getresuid-reverse.exp
13097 * gdb.reverse/i386-precsave.exp
13098 * gdb.reverse/i386-reverse.exp
13099 * gdb.reverse/i386-sse-reverse.exp
13100 * gdb.reverse/i387-stack-reverse.exp
13101 * gdb.reverse/insn-reverse.exp
13102 * gdb.reverse/machinestate-precsave.exp
13103 * gdb.reverse/machinestate.exp
13104 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13105 * gdb.reverse/pipe-reverse.exp
13106 * gdb.reverse/readv-reverse.exp
13107 * gdb.reverse/recvmsg-reverse.exp
13108 * gdb.reverse/rerun-prec.exp
13109 * gdb.reverse/s390-mvcle.exp
13110 * gdb.reverse/sigall-precsave.exp
13111 * gdb.reverse/sigall-reverse.exp
13112 * gdb.reverse/solib-precsave.exp
13113 * gdb.reverse/solib-reverse.exp
13114 * gdb.reverse/step-precsave.exp
13115 * gdb.reverse/step-reverse.exp
13116 * gdb.reverse/time-reverse.exp
13117 * gdb.reverse/until-precsave.exp
13118 * gdb.reverse/until-reverse.exp
13119 * gdb.reverse/waitpid-reverse.exp
13120 * gdb.reverse/watch-precsave.exp
13121 * gdb.reverse/watch-reverse.exp
13122
13123 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13124
13125 Fix test names starting with uppercase throughout the files.
13126
13127 * gdb.arch/i386-mpx-simple_segv.exp
13128 * gdb.arch/i386-mpx.exp
13129 * gdb.arch/i386-permbkpt.exp
13130 * gdb.arch/pa-nullify.exp
13131 * gdb.arch/powerpc-d128-regs.exp
13132 * gdb.arch/vsx-regs.exp
13133 * gdb.base/bfp-test.exp
13134 * gdb.base/break.exp
13135 * gdb.base/breakpoint-shadow.exp
13136 * gdb.base/callfuncs.exp
13137 * gdb.base/charset.exp
13138 * gdb.base/commands.exp
13139 * gdb.base/completion.exp
13140 * gdb.base/dfp-test.exp
13141 * gdb.base/echo.exp
13142 * gdb.base/ending-run.exp
13143 * gdb.base/eval.exp
13144 * gdb.base/expand-psymtabs.exp
13145 * gdb.base/float128.exp
13146 * gdb.base/floatn.exp
13147 * gdb.base/foll-exec-mode.exp
13148 * gdb.base/gdb1056.exp
13149 * gdb.base/gdb11531.exp
13150 * gdb.base/kill-after-signal.exp
13151 * gdb.base/multi-forks.exp
13152 * gdb.base/overlays.exp
13153 * gdb.base/pending.exp
13154 * gdb.base/sepdebug.exp
13155 * gdb.base/testenv.exp
13156 * gdb.base/valgrind-db-attach.exp
13157 * gdb.base/watch_thread_num.exp
13158 * gdb.base/watchpoint-cond-gone.exp
13159 * gdb.base/watchpoint.exp
13160 * gdb.base/watchpoints.exp
13161 * gdb.cp/arg-reference.exp
13162 * gdb.cp/baseenum.exp
13163 * gdb.cp/operator.exp
13164 * gdb.cp/shadow.exp
13165 * gdb.dwarf2/dw2-op-out-param.exp
13166 * gdb.dwarf2/dw2-reg-undefined.exp
13167 * gdb.go/chan.exp
13168 * gdb.go/hello.exp
13169 * gdb.go/integers.exp
13170 * gdb.go/methods.exp
13171 * gdb.go/package.exp
13172 * gdb.guile/scm-parameter.exp
13173 * gdb.guile/scm-progspace.exp
13174 * gdb.guile/scm-value.exp
13175 * gdb.mi/mi-pending.exp
13176 * gdb.mi/user-selected-context-sync.exp
13177 * gdb.multi/multi-attach.exp
13178 * gdb.multi/tids.exp
13179 * gdb.opt/clobbered-registers-O2.exp
13180 * gdb.pascal/floats.exp
13181 * gdb.pascal/integers.exp
13182 * gdb.python/py-block.exp
13183 * gdb.python/py-events.exp
13184 * gdb.python/py-parameter.exp
13185 * gdb.python/py-symbol.exp
13186 * gdb.python/py-symtab.exp
13187 * gdb.python/py-type.exp
13188 * gdb.python/py-value.exp
13189 * gdb.python/py-xmethods.exp
13190 * gdb.python/python.exp
13191 * gdb.reverse/break-precsave.exp
13192 * gdb.reverse/consecutive-precsave.exp
13193 * gdb.reverse/finish-precsave.exp
13194 * gdb.reverse/i386-precsave.exp
13195 * gdb.reverse/machinestate-precsave.exp
13196 * gdb.reverse/sigall-precsave.exp
13197 * gdb.reverse/solib-precsave.exp
13198 * gdb.reverse/step-precsave.exp
13199 * gdb.reverse/until-precsave.exp
13200 * gdb.reverse/watch-precsave.exp
13201 * gdb.server/ext-attach.exp
13202 * gdb.server/ext-restart.exp
13203 * gdb.server/ext-run.exp
13204 * gdb.server/ext-wrapper.exp
13205 * gdb.stabs/gdb11479.exp
13206 * gdb.stabs/weird.exp
13207 * gdb.threads/attach-many-short-lived-threads.exp
13208 * gdb.threads/kill.exp
13209 * gdb.threads/watchpoint-fork.exp
13210
13211 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13212
13213 Fix test names starting with uppercase throughout all the files below.
13214
13215 * gdb.ada/array_return.exp
13216 * gdb.ada/catch_ex.exp
13217 * gdb.ada/info_exc.exp
13218 * gdb.ada/mi_catch_ex.exp
13219 * gdb.ada/mi_dyn_arr.exp
13220 * gdb.ada/mi_ex_cond.exp
13221 * gdb.ada/mi_exc_info.exp
13222 * gdb.ada/mi_interface.exp
13223 * gdb.ada/mi_task_arg.exp
13224 * gdb.ada/mi_task_info.exp
13225 * gdb.ada/mi_var_array.exp
13226 * gdb.arch/alpha-step.exp
13227 * gdb.arch/amd64-disp-step.exp
13228 * gdb.arch/arm-disp-step.exp
13229 * gdb.arch/disp-step-insn-reloc.exp
13230 * gdb.arch/e500-prologue.exp
13231 * gdb.arch/ftrace-insn-reloc.exp
13232 * gdb.arch/gdb1558.exp
13233 * gdb.arch/i386-bp_permanent.exp
13234 * gdb.arch/i386-disp-step.exp
13235 * gdb.arch/i386-float.exp
13236 * gdb.arch/i386-gnu-cfi.exp
13237 * gdb.arch/ia64-breakpoint-shadow.exp
13238 * gdb.arch/mips16-thunks.exp
13239 * gdb.arch/pa-nullify.exp
13240 * gdb.arch/powerpc-aix-prologue.exp
13241 * gdb.arch/powerpc-power.exp
13242 * gdb.arch/ppc-dfp.exp
13243 * gdb.arch/s390-tdbregs.exp
13244 * gdb.arch/spu-info.exp
13245 * gdb.arch/spu-ls.exp
13246 * gdb.arch/thumb-bx-pc.exp
13247 * gdb.base/advance.exp
13248 * gdb.base/annota-input-while-running.exp
13249 * gdb.base/arrayidx.exp
13250 * gdb.base/asmlabel.exp
13251 * gdb.base/async.exp
13252 * gdb.base/attach-wait-input.exp
13253 * gdb.base/auto-connect-native-target.exp
13254 * gdb.base/batch-preserve-term-settings.exp
13255 * gdb.base/bfp-test.exp
13256 * gdb.base/bigcore.exp
13257 * gdb.base/bp-permanent.exp
13258 * gdb.base/break-always.exp
13259 * gdb.base/break-fun-addr.exp
13260 * gdb.base/break-idempotent.exp
13261 * gdb.base/break-main-file-remove-fail.exp
13262 * gdb.base/break-probes.exp
13263 * gdb.base/break-unload-file.exp
13264 * gdb.base/break.exp
13265 * gdb.base/call-ar-st.exp
13266 * gdb.base/call-rt-st.exp
13267 * gdb.base/call-sc.exp
13268 * gdb.base/call-signal-resume.exp
13269 * gdb.base/call-strs.exp
13270 * gdb.base/callexit.exp
13271 * gdb.base/callfuncs.exp
13272 * gdb.base/catch-gdb-caused-signals.exp
13273 * gdb.base/catch-signal-siginfo-cond.exp
13274 * gdb.base/catch-syscall.exp
13275 * gdb.base/compare-sections.exp
13276 * gdb.base/cond-eval-mode.exp
13277 * gdb.base/condbreak-call-false.exp
13278 * gdb.base/consecutive-step-over.exp
13279 * gdb.base/cursal.exp
13280 * gdb.base/disabled-location.exp
13281 * gdb.base/disasm-end-cu.exp
13282 * gdb.base/display.exp
13283 * gdb.base/double-prompt-target-event-error.exp
13284 * gdb.base/dprintf-bp-same-addr.exp
13285 * gdb.base/dprintf-detach.exp
13286 * gdb.base/dprintf-next.exp
13287 * gdb.base/dprintf-non-stop.exp
13288 * gdb.base/dprintf-pending.exp
13289 * gdb.base/dso2dso.exp
13290 * gdb.base/ending-run.exp
13291 * gdb.base/enum_cond.exp
13292 * gdb.base/examine-backward.exp
13293 * gdb.base/exe-lock.exp
13294 * gdb.base/exec-invalid-sysroot.exp
13295 * gdb.base/execl-update-breakpoints.exp
13296 * gdb.base/execution-termios.exp
13297 * gdb.base/fileio.exp
13298 * gdb.base/fixsection.exp
13299 * gdb.base/foll-exec-mode.exp
13300 * gdb.base/foll-exec.exp
13301 * gdb.base/fork-running-state.exp
13302 * gdb.base/frame-args.exp
13303 * gdb.base/fullpath-expand.exp
13304 * gdb.base/func-ptr.exp
13305 * gdb.base/gcore-relro-pie.exp
13306 * gdb.base/gdb1090.exp
13307 * gdb.base/gdb1555.exp
13308 * gdb.base/global-var-nested-by-dso.exp
13309 * gdb.base/gnu-ifunc.exp
13310 * gdb.base/hbreak-in-shr-unsupported.exp
13311 * gdb.base/hbreak-unmapped.exp
13312 * gdb.base/hook-stop.exp
13313 * gdb.base/infcall-input.exp
13314 * gdb.base/info-fun.exp
13315 * gdb.base/info-shared.exp
13316 * gdb.base/interrupt-noterm.exp
13317 * gdb.base/jit-so.exp
13318 * gdb.base/jit.exp
13319 * gdb.base/line-symtabs.exp
13320 * gdb.base/list.exp
13321 * gdb.base/longjmp.exp
13322 * gdb.base/macscp.exp
13323 * gdb.base/max-value-size.exp
13324 * gdb.base/nodebug.exp
13325 * gdb.base/nofield.exp
13326 * gdb.base/overlays.exp
13327 * gdb.base/paginate-after-ctrl-c-running.exp
13328 * gdb.base/paginate-bg-execution.exp
13329 * gdb.base/paginate-inferior-exit.exp
13330 * gdb.base/pending.exp
13331 * gdb.base/pr11022.exp
13332 * gdb.base/printcmds.exp
13333 * gdb.base/ptr-typedef.exp
13334 * gdb.base/ptype.exp
13335 * gdb.base/randomize.exp
13336 * gdb.base/range-stepping.exp
13337 * gdb.base/realname-expand.exp
13338 * gdb.base/relativedebug.exp
13339 * gdb.base/remote.exp
13340 * gdb.base/savedregs.exp
13341 * gdb.base/sepdebug.exp
13342 * gdb.base/set-noassign.exp
13343 * gdb.base/shlib-call.exp
13344 * gdb.base/shreloc.exp
13345 * gdb.base/sigaltstack.exp
13346 * gdb.base/sigbpt.exp
13347 * gdb.base/siginfo-addr.exp
13348 * gdb.base/siginfo-obj.exp
13349 * gdb.base/siginfo-thread.exp
13350 * gdb.base/signest.exp
13351 * gdb.base/signull.exp
13352 * gdb.base/sigrepeat.exp
13353 * gdb.base/skip.exp
13354 * gdb.base/so-impl-ld.exp
13355 * gdb.base/solib-corrupted.exp
13356 * gdb.base/solib-disc.exp
13357 * gdb.base/solib-display.exp
13358 * gdb.base/solib-overlap.exp
13359 * gdb.base/solib-search.exp
13360 * gdb.base/solib-symbol.exp
13361 * gdb.base/source-execution.exp
13362 * gdb.base/sss-bp-on-user-bp-2.exp
13363 * gdb.base/sss-bp-on-user-bp.exp
13364 * gdb.base/stack-checking.exp
13365 * gdb.base/stale-infcall.exp
13366 * gdb.base/step-break.exp
13367 * gdb.base/step-line.exp
13368 * gdb.base/step-over-exit.exp
13369 * gdb.base/step-test.exp
13370 * gdb.base/structs.exp
13371 * gdb.base/sym-file.exp
13372 * gdb.base/symtab-search-order.exp
13373 * gdb.base/term.exp
13374 * gdb.base/type-opaque.exp
13375 * gdb.base/unload.exp
13376 * gdb.base/until-nodebug.exp
13377 * gdb.base/until.exp
13378 * gdb.base/unwindonsignal.exp
13379 * gdb.base/watch-cond.exp
13380 * gdb.base/watch-non-mem.exp
13381 * gdb.base/watch_thread_num.exp
13382 * gdb.base/watchpoint-reuse-slot.exp
13383 * gdb.base/watchpoint-solib.exp
13384 * gdb.base/watchpoint.exp
13385 * gdb.btrace/dlopen.exp
13386 * gdb.cell/arch.exp
13387 * gdb.cell/break.exp
13388 * gdb.cell/bt.exp
13389 * gdb.cell/core.exp
13390 * gdb.cell/data.exp
13391 * gdb.cell/dwarfaddr.exp
13392 * gdb.cell/ea-cache.exp
13393 * gdb.cell/ea-standalone.exp
13394 * gdb.cell/ea-test.exp
13395 * gdb.cell/f-regs.exp
13396 * gdb.cell/fork.exp
13397 * gdb.cell/gcore.exp
13398 * gdb.cell/mem-access.exp
13399 * gdb.cell/ptype.exp
13400 * gdb.cell/registers.exp
13401 * gdb.cell/sizeof.exp
13402 * gdb.cell/solib-symbol.exp
13403 * gdb.cell/solib.exp
13404 * gdb.compile/compile-tls.exp
13405 * gdb.cp/exception.exp
13406 * gdb.cp/gdb2495.exp
13407 * gdb.cp/local.exp
13408 * gdb.cp/mb-inline.exp
13409 * gdb.cp/mb-templates.exp
13410 * gdb.cp/pr10687.exp
13411 * gdb.cp/pr9167.exp
13412 * gdb.cp/scope-err.exp
13413 * gdb.cp/templates.exp
13414 * gdb.cp/virtfunc.exp
13415 * gdb.dwarf2/dw2-dir-file-name.exp
13416 * gdb.dwarf2/dw2-single-line-discriminators.exp
13417 * gdb.fortran/complex.exp
13418 * gdb.fortran/library-module.exp
13419 * gdb.guile/guile.exp
13420 * gdb.guile/scm-cmd.exp
13421 * gdb.guile/scm-frame-inline.exp
13422 * gdb.guile/scm-objfile.exp
13423 * gdb.guile/scm-pretty-print.exp
13424 * gdb.guile/scm-symbol.exp
13425 * gdb.guile/scm-type.exp
13426 * gdb.guile/scm-value.exp
13427 * gdb.linespec/keywords.exp
13428 * gdb.linespec/ls-errs.exp
13429 * gdb.linespec/macro-relative.exp
13430 * gdb.linespec/thread.exp
13431 * gdb.mi/mi-breakpoint-changed.exp
13432 * gdb.mi/mi-dprintf-pending.exp
13433 * gdb.mi/mi-fullname-deleted.exp
13434 * gdb.mi/mi-logging.exp
13435 * gdb.mi/mi-pending.exp
13436 * gdb.mi/mi-solib.exp
13437 * gdb.mi/new-ui-mi-sync.exp
13438 * gdb.mi/user-selected-context-sync.exp
13439 * gdb.multi/dummy-frame-restore.exp
13440 * gdb.multi/multi-arch-exec.exp
13441 * gdb.multi/remove-inferiors.exp
13442 * gdb.multi/watchpoint-multi-exit.exp
13443 * gdb.opt/solib-intra-step.exp
13444 * gdb.perf/backtrace.exp
13445 * gdb.perf/single-step.exp
13446 * gdb.perf/skip-command.exp
13447 * gdb.perf/skip-prologue.exp
13448 * gdb.perf/solib.exp
13449 * gdb.python/lib-types.exp
13450 * gdb.python/py-as-string.exp
13451 * gdb.python/py-bad-printers.exp
13452 * gdb.python/py-block.exp
13453 * gdb.python/py-breakpoint.exp
13454 * gdb.python/py-cmd.exp
13455 * gdb.python/py-events.exp
13456 * gdb.python/py-evthreads.exp
13457 * gdb.python/py-finish-breakpoint.exp
13458 * gdb.python/py-finish-breakpoint2.exp
13459 * gdb.python/py-frame-inline.exp
13460 * gdb.python/py-frame.exp
13461 * gdb.python/py-inferior.exp
13462 * gdb.python/py-infthread.exp
13463 * gdb.python/py-mi.exp
13464 * gdb.python/py-objfile.exp
13465 * gdb.python/py-pp-maint.exp
13466 * gdb.python/py-pp-registration.exp
13467 * gdb.python/py-prettyprint.exp
13468 * gdb.python/py-recurse-unwind.exp
13469 * gdb.python/py-shared.exp
13470 * gdb.python/py-symbol.exp
13471 * gdb.python/py-symtab.exp
13472 * gdb.python/py-template.exp
13473 * gdb.python/py-type.exp
13474 * gdb.python/py-unwind-maint.exp
13475 * gdb.python/py-unwind.exp
13476 * gdb.python/py-value.exp
13477 * gdb.python/python.exp
13478 * gdb.reverse/finish-reverse-bkpt.exp
13479 * gdb.reverse/insn-reverse.exp
13480 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13481 * gdb.reverse/solib-precsave.exp
13482 * gdb.reverse/solib-reverse.exp
13483 * gdb.stabs/gdb11479.exp
13484 * gdb.stabs/weird.exp
13485 * gdb.threads/fork-child-threads.exp
13486 * gdb.threads/fork-plus-threads.exp
13487 * gdb.threads/fork-thread-pending.exp
13488 * gdb.threads/forking-threads-plus-breakpoint.exp
13489 * gdb.threads/hand-call-in-threads.exp
13490 * gdb.threads/interrupted-hand-call.exp
13491 * gdb.threads/linux-dp.exp
13492 * gdb.threads/local-watch-wrong-thread.exp
13493 * gdb.threads/next-while-other-thread-longjmps.exp
13494 * gdb.threads/non-ldr-exit.exp
13495 * gdb.threads/pending-step.exp
13496 * gdb.threads/print-threads.exp
13497 * gdb.threads/process-dies-while-detaching.exp
13498 * gdb.threads/process-dies-while-handling-bp.exp
13499 * gdb.threads/pthreads.exp
13500 * gdb.threads/queue-signal.exp
13501 * gdb.threads/reconnect-signal.exp
13502 * gdb.threads/signal-command-handle-nopass.exp
13503 * gdb.threads/signal-command-multiple-signals-pending.exp
13504 * gdb.threads/signal-delivered-right-thread.exp
13505 * gdb.threads/signal-sigtrap.exp
13506 * gdb.threads/sigthread.exp
13507 * gdb.threads/staticthreads.exp
13508 * gdb.threads/stepi-random-signal.exp
13509 * gdb.threads/thread-unwindonsignal.exp
13510 * gdb.threads/thread_check.exp
13511 * gdb.threads/thread_events.exp
13512 * gdb.threads/tid-reuse.exp
13513 * gdb.threads/tls-nodebug.exp
13514 * gdb.threads/tls-shared.exp
13515 * gdb.threads/tls-so_extern.exp
13516 * gdb.threads/tls.exp
13517 * gdb.threads/wp-replication.exp
13518 * gdb.trace/actions-changed.exp
13519 * gdb.trace/actions.exp
13520 * gdb.trace/backtrace.exp
13521 * gdb.trace/change-loc.exp
13522 * gdb.trace/collection.exp
13523 * gdb.trace/deltrace.exp
13524 * gdb.trace/disconnected-tracing.exp
13525 * gdb.trace/entry-values.exp
13526 * gdb.trace/ftrace-lock.exp
13527 * gdb.trace/ftrace.exp
13528 * gdb.trace/infotrace.exp
13529 * gdb.trace/mi-trace-frame-collected.exp
13530 * gdb.trace/mi-trace-unavailable.exp
13531 * gdb.trace/mi-traceframe-changed.exp
13532 * gdb.trace/mi-tracepoint-changed.exp
13533 * gdb.trace/mi-tsv-changed.exp
13534 * gdb.trace/no-attach-trace.exp
13535 * gdb.trace/packetlen.exp
13536 * gdb.trace/passc-dyn.exp
13537 * gdb.trace/passcount.exp
13538 * gdb.trace/pending.exp
13539 * gdb.trace/pr16508.exp
13540 * gdb.trace/qtro.exp
13541 * gdb.trace/range-stepping.exp
13542 * gdb.trace/read-memory.exp
13543 * gdb.trace/report.exp
13544 * gdb.trace/save-trace.exp
13545 * gdb.trace/signal.exp
13546 * gdb.trace/stap-trace.exp
13547 * gdb.trace/status-stop.exp
13548 * gdb.trace/strace.exp
13549 * gdb.trace/tfile.exp
13550 * gdb.trace/tfind.exp
13551 * gdb.trace/trace-break.exp
13552 * gdb.trace/trace-condition.exp
13553 * gdb.trace/trace-enable-disable.exp
13554 * gdb.trace/trace-mt.exp
13555 * gdb.trace/tracecmd.exp
13556 * gdb.trace/tracefile-pseudo-reg.exp
13557 * gdb.trace/tspeed.exp
13558 * gdb.trace/tstatus.exp
13559 * gdb.trace/tsv.exp
13560 * gdb.trace/unavailable.exp
13561 * gdb.trace/while-dyn.exp
13562 * gdb.trace/while-stepping.exp
13563 * lib/gdb-guile.exp
13564 * lib/gdb.exp
13565 * lib/mi-support.exp
13566 * lib/pascal.exp
13567 * lib/perftest.exp
13568 * lib/prelink-support.exp
13569 * lib/selftest-support.exp
13570
13571 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
13572
13573 * Makefile.in: Include disable-implicit-rules.mk.
13574
13575 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13576
13577 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
13578 non-byte-aligned bit fields.
13579
13580 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13581
13582 PR gdb/12616
13583 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
13584 respects the DW_AT_data_bit_offset attribute.
13585
13586 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
13587
13588 * gdb.base/default.exp: Fix output of "set language".
13589
13590 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
13591
13592 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
13593 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
13594 make.
13595 * configure.ac: Remove checks for the make program.
13596 * configure: Re-generate.
13597
13598 2016-11-16 Kevin Buettner <kevinb@redhat.com>
13599
13600 * gdb.python/py-recurse-unwind.c (main): Add loop.
13601 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
13602 to read_register() and gdb.parse_and_eval(). Make each code
13603 call a separate case that can be individually tested.
13604 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13605 proc. Call cont_and_backtrace for each of the code paths that
13606 we want to test in the unwinder.
13607
13608 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13609
13610 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13611 the definition of struct S.
13612
13613 2016-11-11 Catherine Moore <clm@codesourcery.com>
13614
13615 * gdb.base/dump.exp: Identify verilog format dump tests as such.
13616
13617 2016-11-09 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.base/commands.exp (runto_or_return): New procedure.
13620 (gdbvar_simple_if_test, gdbvar_simple_while_test)
13621 (gdbvar_complex_if_while_test, progvar_simple_if_test)
13622 (progvar_simple_while_test, progvar_complex_if_while_test)
13623 (if_while_breakpoint_command_test)
13624 (infrun_breakpoint_command_test, breakpoint_command_test)
13625 (user_defined_command_test, watchpoint_command_test)
13626 (test_command_prompt_position, redefine_hook_test)
13627 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
13628 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
13629 multi_line_input and multi_line. Remove gdb_expect and
13630 gdb_stop_suppressing_tests uses.
13631 * lib/gdb.exp (valnum_re): New global.
13632 (multi_line_input): New procedure.
13633
13634 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
13635
13636 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
13637 Remove.
13638 (test_setup): Define with proc_with_prefix.
13639 (test_cli_inferior): Likewise.
13640 (test_cli_thread): Likewise.
13641 (test_cli_frame): Likewise.
13642 (test_cli_select_frame): Likewise.
13643 (test_cli_up_down): Likewise.
13644 (test_mi_thread_select): Likewise.
13645 (test_mi_stack_select_frame): Likewise.
13646 (test_cli_in_mi_inferior): Likewise.
13647 (test_cli_in_mi_thread): Likewise.
13648 (test_cli_in_mi_frame): Likewise.
13649 (top level): Do not use with_test_prefix_procname.
13650
13651 2016-11-09 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/commands.exp (gdbvar_simple_if_test)
13654 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
13655 (progvar_simple_if_test, progvar_simple_while_test)
13656 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
13657 (infrun_breakpoint_command_test, breakpoint_command_test)
13658 (user_defined_command_test, watchpoint_command_test)
13659 (test_command_prompt_position, deprecated_command_test)
13660 (bp_deleted_in_command, temporary_breakpoint_commands)
13661 (stray_arg0_test, source_file_with_indented_comment)
13662 (recursive_source_test, if_commands_test)
13663 (error_clears_commands_left, redefine_hook_test)
13664 (redefine_backtrace_test): Use proc_with_prefix.
13665 * lib/gdb.exp (proc_with_prefix): New proc.
13666
13667 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13668
13669 * gdb.base/tui-layout.c: New file.
13670 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
13671 disassembly window contains very long lines.
13672
13673 2016-11-08 Tom Tromey <tom@tromey.com>
13674
13675 * gdb.python/py-value.exp (test_value_creation): Make "long" test
13676 depend on Python 2.
13677
13678 2016-11-08 Tom Tromey <tom@tromey.com>
13679
13680 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
13681 New method.
13682
13683 2016-10-29 Manish Goregaokar <manish@mozilla.com>
13684
13685 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
13686
13687 2016-10-27 Manish Goregaokar <manish@mozilla.com>
13688
13689 * gdb.rust/simple.rs: Add test for univariant enums without
13690 discriminants and for encoded struct-like enums.
13691
13692 2016-10-28 Pedro Alves <palves@redhat.com>
13693
13694 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
13695 gdb_test_multiple, tighten regexps and match symtabs and line
13696 tables incrementally.
13697
13698 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
13699
13700 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
13701 general.
13702
13703 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
13704
13705 * gdb.base/exec-invalid-sysroot.exp: New file.
13706
13707 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13708
13709 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
13710
13711 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13712
13713 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
13714
13715 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
13716
13717 * gdb.base/killed-outside.exp: Remove $options from a call to
13718 `prepare_for_testing'.
13719
13720 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13721
13722 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13723 Change test message.
13724
13725 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13726
13727 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
13728 Update comment.
13729
13730 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
13731
13732 * gdb.trace/mi-trace-save.exp: New file.
13733
13734 2016-10-13 Yao Qi <yao.qi@linaro.org>
13735
13736 * gdb.base/code_elim.exp (get_var_address): Remove.
13737 * gdb.base/relocate.exp: Likewise.
13738 * gdb.base/shreloc.exp: Likewise.
13739 * lib/gdb.exp (get_var_address): New.
13740
13741 2016-10-13 Yao Qi <yao.qi@linaro.org>
13742
13743 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
13744 floating point tests if $skip_float_test is false.
13745
13746 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
13747
13748 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
13749 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
13750 argc values.
13751 Add 1 to argc so we guarantee distinct initial/modified argc values.
13752
13753 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13754
13755 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
13756
13757 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13758
13759 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
13760 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
13761 * gdb.arch/vsx-regs.exp: Likewise.
13762
13763 2016-10-07 Yao Qi <yao.qi@linaro.org>
13764
13765 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
13766
13767 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
13768
13769 * gdb.python/python.exp: Test decode_line("*0").
13770
13771 2016-10-06 Doug Evans <dje@google.com>
13772
13773 * gdb.python/py-value.exp (test_value_creation): Add test for large
13774 unsigned 64-bit value.
13775
13776 2016-10-06 Tom Tromey <tom@tromey.com>
13777
13778 * gdb.compile/compile.exp: Change java tests to rust.
13779 * gdb.base/setshow.exp: Change java tests to rust.
13780 * gdb.base/default.exp: Remove java from language list.
13781 * README (Examples): Update language example.
13782 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
13783 test.
13784 * lib/gdb.exp (skip_java_tests): Remove.
13785 * lib/java.exp: Remove.
13786 * gdb.java: Remove.
13787
13788 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13789
13790 * gdb.arch/mips-fcr.exp: New test.
13791 * gdb.arch/mips-fcr.c: Source for the new test.
13792
13793 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
13794
13795 * gdb.base/solib-disc.exp: Use `standard_output_file'
13796 throughout.
13797
13798 2016-10-06 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/jit-simple-dl.c: New file.
13801 * gdb.base/jit-simple-jit.c: New file, factored out from ...
13802 * gdb.base/jit-simple.c: ... this.
13803 * gdb.base/jit-simple.exp (jit_run): Delete.
13804 (build_jit): New proc.
13805 (jit_test_reread): Recompile either the main program or the shared
13806 library, depending on what is being tested. Skip changing address
13807 if caller wants to. Compare before/after addresses. If testing
13808 standalone, explicitly load the binary. Test "maint info
13809 breakpoints".
13810 (top level): Add "standalone vs shared lib" and "change address"
13811 vs "same address" axes.
13812
13813 2016-10-06 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
13816 call.
13817 (jit_run): Delete.
13818 (jit_test_reread): Use with_test_prefix. Reload the main binary
13819 explicitly. Compare the before/after addresses of the JIT
13820 descriptor.
13821
13822 2016-08-15 Doug Evans <dje@google.com>
13823
13824 * gdb.xml/extra-regs.xml: Update, end field now required, default type
13825 for single bitfields is bool.
13826 * gdb.xml/tdesc-regs.exp: Ditto.
13827
13828 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13829
13830 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
13831
13832 2016-10-05 Yao Qi <yao.qi@linaro.org>
13833
13834 * lib/gdb.exp (support_complex_tests): Return zero if
13835 gdb_skip_float_test return true.
13836
13837 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13838 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 PR gdb/20487
13841 * gdb.mi/user-selected-context-sync.exp: New file.
13842 * gdb.mi/user-selected-context-sync.c: New file.
13843
13844 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
13845 Simon Marchi <simon.marchi@ericsson.com>
13846
13847 PR gdb/20487
13848 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
13849 =thread-select-event check.
13850
13851 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
13852
13853 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
13854 the compulsory L operand changes.
13855 * gdb.arch/powerpc-power.s: Likewise.
13856
13857 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13858
13859 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
13860 * gdb.base/jit-attach-pie.c: New file.
13861 * gdb.base/jit-attach-pie.exp: New file.
13862
13863 2016-09-28 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.base/infcall-input.c: New file.
13866 * gdb.base/infcall-input.exp: New file.
13867
13868 2016-09-22 Yao Qi <yao.qi@linaro.org>
13869
13870 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
13871 (gdb_exit): Rename it to ...
13872 (gdbserver_gdb_exit): ... Close GDBserver.
13873 (gdb_exit): New proc, call gdbserver_gdb_exit.
13874 (mi_gdb_exit): Likewise.
13875
13876 2016-09-22 Yao Qi <yao.qi@linaro.org>
13877
13878 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
13879 path.
13880 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
13881 Remove duplication.
13882
13883 2016-09-22 Yao Qi <yao.qi@linaro.org>
13884
13885 * lib/gdbserver-support.exp: Check the existence of
13886 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
13887
13888 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
13889
13890 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
13891
13892 2016-09-21 Tom Tromey <tom@tromey.com>
13893
13894 PR gdb/20604:
13895 * gdb.base/quit.exp: New file.
13896
13897 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
13898
13899 * .gitignore: New file.
13900
13901 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
13902
13903 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
13904 throughout.
13905
13906 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13907
13908 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
13909
13910 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13911
13912 * gdb.cp/casts.cc (decltype): Move it ...
13913 (main): ... with its call to ...
13914 * gdb.cp/casts03.cc: ... a new file.
13915 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
13916
13917 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13918
13919 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
13920
13921 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
13922
13923 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
13924 and sync up the test with tests in gas/testsuite/gas/ppc.
13925 * gdb.arch/powerpc-power.exp: Likewise.
13926
13927 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13928
13929 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
13930
13931 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
13932 Jan Kratochvil <jan.kratochvil@redhat.com>
13933
13934 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
13935 make m1's definition to be different from m2's. Use 'dummy' as an
13936 argument for probe 'two'.
13937
13938 2016-09-10 Jon Beniston <jon@beniston.com>
13939
13940 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
13941 for sim target.
13942
13943 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13944
13945 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
13946 variable declaration.
13947 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
13948 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
13949 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
13950 received HWCAP as its argument.
13951
13952 2016-09-06 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.base/new-ui-pending-input.c: New file.
13955 * gdb.base/new-ui-pending-input.exp: New file.
13956 * gdb.exp (clear_gdb_spawn_id): New procedure.
13957 (with_spawn_id): Check whether gdb_spawn_id exists before
13958 referencing it. If gdb_spawn_id didn't exist on entry, clear it
13959 on exit.
13960
13961 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
13962
13963 * gdb.base/float128.c: New file.
13964 * gdb.base/float128.exp: Likewise.
13965 * gdb.base/floatn.c: Likewise.
13966 * gdb.base/floatn.exp: Likewise.
13967
13968 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
13969
13970 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
13971
13972 2016-09-05 Pedro Alves <palves@redhat.com>
13973
13974 PR backtrace/19927
13975 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
13976 unwinders are immediately called as side effect of "source" or
13977 "disable unwinder" commands.
13978 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
13979
13980 2016-09-02 Yao Qi <yao.qi@linaro.org>
13981
13982 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
13983 is true and $type is "float" or "double".
13984
13985 2016-09-02 Yao Qi <yao.qi@linaro.org>
13986
13987 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
13988 true.
13989 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
13990 * gdb.base/call-rt-st.exp: Likewise.
13991 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
13992 return value instead of gdb,skip_float_test.
13993 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
13994 (do_function_calls): Use its return value instead of
13995 gdb,skip_float_test.
13996 * gdb.base/finish.exp: Likewise.
13997 * gdb.base/funcargs.exp: Likewise.
13998 * gdb.base/return.exp: Likewise.
13999 * gdb.base/return2.exp: Likewise.
14000 * gdb.base/varargs.exp: Likewise.
14001 * lib/gdb.exp (gdb_skip_float_test): Change it to
14002 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14003
14004 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14005
14006 * gdb.multi/tids.exp: Test "thread apply all".
14007
14008 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14009
14010 * gdb.base/default.exp (tty): Remove.
14011
14012 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14013
14014 * gdb.python/py-recurse-unwind.c: New file.
14015 * gdb.python/py-recurse-unwind.py: New file.
14016 * gdb.python/py-recurse-unwind.exp: New file.
14017
14018 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14019
14020 * gdb.base/set-inferior-tty.exp: New file.
14021 * gdb.base/set-inferior-tty.c: New file.
14022
14023 2016-08-23 Pedro Alves <palves@redhat.com>
14024
14025 PR gdb/20494
14026 * gdb.base/new-ui-echo.c: New file.
14027 * gdb.base/new-ui-echo.exp: New file.
14028
14029 2016-08-23 Yao Qi <yao.qi@linaro.org>
14030
14031 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14032 gdbserver_spawn.
14033 * gdb.server/connect-without-multi-process.exp (do_test):
14034 Likewise.
14035
14036 2016-08-23 Yao Qi <yao.qi@linaro.org>
14037
14038 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14039 standalone_txt. Delete gdb_txt and standalone_txt on host
14040 and target. Spawn the binary on target. Copy files from
14041 target to host.
14042
14043 2016-08-22 Pedro Alves <palves@redhat.com>
14044
14045 PR gdb/20505
14046 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14047 with_test_prefix. Factor out bits to ...
14048 (test_no_vdso): ... this new procedure.
14049
14050 2016-08-19 Carl Love <cel@us.ibm.com>
14051
14052 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14053 maintaining separate logic for constructing the output path.
14054 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14055 * gdb.arch/ppc-dfp.exp: Likewise.
14056 * gdb.arch/ppc-fp.exp: Likewise.
14057 * gdb.arch/vsx-regs.exp: Likewise.
14058 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14059 binprefix for generating the additional binary files.
14060
14061 2016-08-19 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.trace/mi-trace-frame-collected.exp
14064 (test_trace_frame_collected): On x32, expect two registers.
14065
14066 2016-08-18 Carl Love <cel@us.ibm.com>
14067
14068 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14069 and sync up the test with tests in gas/testsuite/gas/ppc.
14070 * gdb.arch/powerpc-power.exp: Likewise.
14071
14072 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14073
14074 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14075 expected error message.
14076
14077 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14078
14079 * gdb.multi/remove-inferiors.exp: New file.
14080 * gdb.multi/remove-inferiors.c: New file.
14081
14082 2016-08-12 Yao Qi <yao.qi@linaro.org>
14083
14084 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14085 argument list.
14086
14087 2016-08-10 Pedro Alves <palves@redhat.com>
14088
14089 PR gdb/19187
14090 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14091 setup_kfails.
14092
14093 2016-08-09 Pedro Alves <palves@redhat.com>
14094 Simon Marchi <simon.marchi@ericsson.com>
14095
14096 PR gdb/20418
14097 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14098 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14099
14100 2016-08-09 Pedro Alves <palves@redhat.com>
14101
14102 PR mi/20431
14103 * gdb.mi/mi-cmd-error.exp: New file.
14104
14105 2016-08-09 Pedro Alves <palves@redhat.com>
14106
14107 PR gdb/18653
14108 * gdb.base/signals-state-child.c: New file.
14109 * gdb.base/signals-state-child.exp: New file.
14110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14111
14112 2016-08-09 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14115
14116 2016-08-03 Tom Tromey <tom@tromey.com>
14117
14118 PR python/18565:
14119 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14120
14121 2016-08-01 Yao Qi <yao.qi@linaro.org>
14122
14123 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14124 variable mode to "multi-process" if $multi_process is 1, otherwise
14125 set it to "single-process".
14126
14127 2016-08-01 Yao Qi <yao.qi@linaro.org>
14128
14129 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14130 * gdb.cp/cpexprs.exp: Likewise.
14131 * gdb.cp/m-static.exp: Likewise.
14132
14133 2016-07-26 Tom Tromey <tom@tromey.com>
14134
14135 PR python/20190:
14136 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14137 test.
14138
14139 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14140
14141 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14142 selecting assembly source files.
14143 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14144 assembly source files.
14145 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14146 assembly source files.
14147 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14148 selecting assembly source files.
14149
14150 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14151
14152 * gdb.base/new-ui.exp (do_test_invalid_args): New
14153 procedure.
14154
14155 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14156
14157 * gdb.btrace/reconnect.c: New file.
14158 * gdb.btrace/reconnect.exp: New file.
14159
14160 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14161
14162 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14163 to test_catch_syscall_group.
14164 (test_catch_syscall_group): New.
14165
14166 2016-07-21 Tom Tromey <tom@tromey.com>
14167
14168 * gdb.rust/simple.rs (main): Use empty struct expression.
14169 * gdb.rust/simple.exp: Add tests for empty struct expression.
14170
14171 2016-07-21 Yao Qi <yao.qi@linaro.org>
14172
14173 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14174 if gdb_skip_xml_test is true on some targets.
14175
14176 2016-07-21 Yao Qi <yao.qi@linaro.org>
14177
14178 * gdb.server/solib-list.exp: Unset last_loaded_file.
14179
14180 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14181
14182 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14183 "step into captured_main (args)".
14184
14185 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14186
14187 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14188
14189 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14190
14191 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14192
14193 2016-07-19 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14196 * gdb.opt/inline-bt.exp: Likewise.
14197 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14198 additional_flags=-Winline.
14199 * gdb.opt/inline-locals.exp: Likewise.
14200 * gdb.opt/inline-markers.c (ATTR): Define.
14201 (inlined_fn): Use it.
14202
14203 2016-07-19 Yao Qi <yao.qi@linaro.org>
14204
14205 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14206 (test_with_self): Remove some code. Remove argument executable.
14207 (top-level): Use do_self_tests.
14208
14209 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14210 Don Breazeal <donb@codesourcery.com>
14211
14212 * gdb.base/maint.exp: Escape paths used in regular expressions.
14213 * gdb.stabs/weird.exp: Likewise.
14214
14215 2016-07-13 Tom Tromey <tom@tromey.com>
14216
14217 PR python/15620, PR python/18620:
14218 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14219 (test_bkpt_events): New procs.
14220
14221 2016-07-13 Tom Tromey <tom@tromey.com>
14222
14223 PR python/17698:
14224 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14225 test.
14226 (test_watchpoints): Likewise.
14227 (test_bkpt_pending): New proc.
14228
14229 2016-07-13 Tom Tromey <tom@tromey.com>
14230
14231 PR cli/18053:
14232 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14233 completion test.
14234
14235 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14236
14237 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14238 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14239 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14240 f_label.
14241 (g): Rename g_end_lbl to g_label.
14242 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14243 low_pc and high_pc.
14244 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14245
14246 2016-07-12 Tom Tromey <tom@tromey.com>
14247
14248 PR python/19293:
14249 * gdb.python/py-unwind-maint.exp: Update tests.
14250
14251 2016-07-12 Yao Qi <yao.qi@linaro.org>
14252
14253 * lib/selftest-support.exp (selftest_setup): Match the output
14254 when captured_main is inlined.
14255
14256 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14257
14258 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14259 New variables.
14260 (print this%a, print this%b, print this): New tests.
14261 * gdb.fortran/derived-types.f90 (this): New object and
14262 initialization.
14263
14264 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14265
14266 * gdb.ada/arraydim.exp: Remove extra directory level in build
14267 directory.
14268
14269 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14270
14271 * lib/ada.exp: Remove extra directory level in build directory.
14272 * gdb.ada/cond_lang.exp: Likewise.
14273 * gdb.ada/exec_changed.exp: Likewise.
14274 * gdb.ada/lang_switch.exp: Likewise.
14275
14276 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14277
14278 * simple.rs: Add test for raw pointer subscripting.
14279 * simple.exp: Add test expectations.
14280
14281 2016-07-05 Yao Qi <yao.qi@linaro.org>
14282
14283 * gdb.mi/mi-reverse.exp: Match =record-started output.
14284
14285 2016-07-01 Pedro Alves <palves@redhat.com>
14286
14287 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14288 procedure.
14289 (jit_reader_test): Test the jit reader's unwinder.
14290 * gdb.base/jithost.c (jit_function_00_code): New global.
14291 (main): Use memcpy to fill in the mmapped code, instead of poking
14292 bytes manually here.
14293 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14294 value.
14295 (read_debug_info): Save the function's range.
14296 (read_sp): New function.
14297 (unwind_frame): Use it. Also unwind RBP.
14298 (get_frame_id): Use read_sp.
14299 (gdb_init_reader): Use calloc instead of malloc.
14300 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14301 parameter. Use gdb_test_multiple.
14302
14303 2016-07-01 Pedro Alves <palves@redhat.com>
14304 Antoine Tremblay <antoine.tremblay@ericsson.com>
14305
14306 * gdb.threads/process-dies-while-detaching.c: New file.
14307 * gdb.threads/process-dies-while-detaching.exp: New file.
14308
14309 2016-07-01 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.multi/watchpoint-multi-exit.c: New file.
14312 * gdb.multi/watchpoint-multi-exit.exp: New file.
14313
14314 2016-06-30 Pedro Alves <palves@redhat.com>
14315
14316 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14317 unset inferior_spawn_id.
14318
14319 2016-06-30 Pedro Alves <palves@redhat.com>
14320
14321 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14322 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14323
14324 2016-06-29 Yao Qi <yao.qi@linaro.org>
14325
14326 * gdb.base/return.c: Add copyright header.
14327
14328 2016-06-29 Tom Tromey <tom@tromey.com>
14329
14330 PR python/20129:
14331 * gdb.python/py-framefilter.exp: Add tests for setting priority
14332 and disabling of non-existent frame filter.
14333
14334 2016-06-29 Yao Qi <yao.qi@linaro.org>
14335
14336 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14337 0x0f07ff.
14338
14339 2016-06-28 Yao Qi <yao.qi@linaro.org>
14340
14341 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14342 triplets. Start gdb, execute catch syscall, and continue. Check
14343 gdb's output to determine catch syscall is supported.
14344
14345 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14346
14347 * gdb.rust/simple.rs: Add test for returning unit in a function.
14348 * gdb.rust/simple.exp: Add expectation for functions returning
14349 unit.
14350
14351 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14352
14353 * gdb.python/py-breakpoint-create-fail.c,
14354 gdb.python/py-breakpoint-create-fail.exp,
14355 gdb.python/py-breakpoint-create-fail.py: New testcase.
14356
14357 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14358
14359 PR gdb/20239
14360 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14361 * gdb.rust/simple.exp: Add test expectations for new NonZero
14362 tests.
14363
14364 2016-06-24 David Taylor <dtaylor@emc.com>
14365
14366 * gdb.base/offsets.exp: New file.
14367 * gdb.base/offsets.c: New file.
14368
14369 2016-06-23 Tom Tromey <tom@tromey.com>
14370
14371 PR gdb/16483:
14372 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14373 before any filters are loaded.
14374
14375 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14376
14377 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14378 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14379 structs.
14380 * gdb.fortran/derived-type-function.exp: New file.
14381 * gdb.fortran/derived-type-function.f90: New file.
14382
14383
14384 2016-06-21 Pedro Alves <palves@redhat.com>
14385
14386 * gdb.base/new-ui.exp: New file.
14387 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14388 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14389 (with_spawn_id): New procedure.
14390
14391 2016-06-21 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.mi/mi-exec-run.exp: New file.
14394
14395 2016-06-21 Pedro Alves <palves@redhat.com>
14396
14397 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14398 breakpoint command's output on the main UI.
14399 (test_break): New procedure, factored out from calls in the top
14400 level.
14401 (top level): Use foreach_with_prefix to test MI as main UI and as
14402 separate UI.
14403
14404 2016-06-21 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14407 (test_awatch_creation_and_listing)
14408 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14409 Remove 'type' parameter.
14410 (test_watchpoint_all): New parameter mi_mode. Remove
14411 with_test_prefix.
14412 (top level): Use foreach_with_prefix, and add main/separate UI MI
14413 testing axis.
14414
14415 2016-06-21 Pedro Alves <palves@redhat.com>
14416
14417 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14418 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14419 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14420 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14421 (gdb_main_spawn_id, mi_spawn_id): Declare and
14422 comment.
14423 (mi_create_inferior_pty): New procedure,
14424 factored out from default_mi_gdb_start.
14425 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14426 procedures.
14427 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14428 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14429 Use mi_create_inferior_pty.
14430 (mi_gdb_start): Use eval to pass down args list.
14431
14432 2016-06-21 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14435 * gdb.opt/inline-cmds.exp: Add MI tests.
14436
14437 2016-06-21 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14440
14441 2016-06-21 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14444 (top level): Use it instead of mi_execute_to.
14445
14446 2016-06-21 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14449 (cont_handler_str): New.
14450 (signal_stop_handler): Set stop_handler_str instead of printing to
14451 stdout.
14452 (continue_handler): Set cont_handler_str instead of printing to
14453 stdout.
14454 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14455 mi_send_resuming_command. Print stop_handler_str and
14456 cont_handler_str instead of expecting the python events print
14457 directly.
14458
14459 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14460
14461 * gdb.base/jit-reader.exp: New file.
14462 * gdb.base/jithost.c: New file.
14463 * gdb.base/jithost.h: New file.
14464 * gdb.base/jitreader.c : New file.
14465 * gdb.base/jit-protocol.h: New file.
14466
14467 2016-06-17 Yao Qi <yao.qi@linaro.org>
14468
14469 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14470 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14471 and detach-on-fork. Adjust tests.
14472 (top level): Invoke break_cond_on_syscall with combinations of
14473 syscall, follow-fork-mode and detach-on-fork.
14474
14475 2016-06-17 Yao Qi <yao.qi@linaro.org>
14476
14477 * gdb.base/step-over-exit.c: New.
14478 * gdb.base/step-over-exit.exp: New.
14479
14480 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14481
14482 * gdb.base/float.exp: Add target check for nds32*-*-*.
14483 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14484
14485 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14486
14487 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14488 for unsupported target features.
14489 * gdb.base/call-rt-st.exp: Likewise.
14490 * gdb.base/call-sc.exp: Likewise.
14491 * gdb.base/call-signal-resume.exp: Likewise.
14492 * gdb.base/call-strs.exp: Likewise.
14493 * gdb.base/callexit.exp: Likewise.
14494 * gdb.base/callfuncs.exp: Likewise.
14495 * gdb.base/nodebug.exp: Likewise.
14496 * gdb.base/printcmds.exp: Likewise.
14497 * gdb.base/ptype.exp: Likewise.
14498 * gdb.base/structs.exp: Likewise.
14499 * gdb.base/unwindonsignal.exp: Likewise.
14500 * gdb.cp/gdb2495.exp: Likewise.
14501 * gdb.cp/templates.exp: Likewise.
14502 * gdb.cp/virtfunc.exp: Likewise.
14503 * gdb.threads/hand-call-in-threads.exp: Likewise.
14504 * gdb.threads/interrupted-hand-call.exp: Likewise.
14505 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14506
14507 2016-06-10 Tom Tromey <tom@tromey.com>
14508
14509 PR rust/20110:
14510 * gdb.rust/expr.exp: Add test for integer constant larger than
14511 i32.
14512
14513 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14514
14515 * gdb.fortran/nested-funcs.exp: New.
14516 * gdb.fortran/nested-funcs.f90: New.
14517
14518 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14519
14520 * gdb.base/examine-backward.c: New file.
14521 * gdb.base/examine-backward.exp: New file.
14522
14523 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14524
14525 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14526 matching.
14527
14528 2016-06-02 Tom Tromey <tom@tromey.com>
14529
14530 PR python/18984:
14531 * gdb.python/py-shared.exp: Add solib_name test.
14532
14533 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14534
14535 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14536
14537 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14538
14539 PR c++/19893
14540 * gdb.dwarf2/implref.exp: Rename to...
14541 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14542 * gdb.dwarf2/implref-array.c: New file.
14543 * gdb.dwarf2/implref-array.exp: Likewise.
14544 * gdb.dwarf2/implref-global.c: Likewise.
14545 * gdb.dwarf2/implref-global.exp: Likewise.
14546 * gdb.dwarf2/implref-struct.c: Likewise.
14547 * gdb.dwarf2/implref-struct.exp: Likewise.
14548
14549 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14550
14551 * gdb.trace/trace-condition.exp: Add 64bit tests.
14552
14553 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14554
14555 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
14556 bits types.
14557 (main): Adapt to 8 to 64 bits types.
14558 * gdb.trace/trace-condition.exp: Add new tests.
14559
14560 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14561
14562 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
14563
14564 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14565
14566 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
14567 Move condition tests...
14568 * gdb.trace/trace-condition.exp: Here.
14569
14570 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14571
14572 * gdb.trace/trace-condition.exp: Add counter-case tests.
14573
14574 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14575
14576 PR c++/15231
14577 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
14578 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
14579
14580 2016-05-27 Pedro Alves <palves@redhat.com>
14581
14582 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
14583 New procedure.
14584 (top level): Call it, and bail out of DejaGnu is known to be bad.
14585
14586 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
14587
14588 * gdb.base/whatis.c: Extend the test case.
14589 * gdb.base/whatis.exp: Add additional tests.
14590
14591 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14592
14593 * gdb.fortran/type.f90: Add pointer variable.
14594 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
14595
14596 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14597
14598 * gdb.fortran/vla-type.exp: Fix testcase name.
14599
14600 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14601
14602 * gdb.fortran/vla-type.exp: Access elements in nested structs.
14603
14604 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14605
14606 * gdb.fortran/type.f90: Add nested structures.
14607 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14608 * gdb.fortran/derived-type.exp: Adapt expected output.
14609 * gdb.fortran/vla-type.exp: Adapt expected output.
14610
14611 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14612
14613 * gdb.fortran/whatis_type.exp: Adapt expected output.
14614
14615 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14616
14617 * gdb.fortran/print_type.exp: Fix expected output.
14618 * gdb.fortran/whatis_type.exp: Fix expected output.
14619
14620 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14621
14622 * gdb.fortran/whatis_type.exp: Use multi_line.
14623
14624 2016-05-24 Tom Tromey <tom@tromey.com>
14625
14626 PR python/17386:
14627 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
14628 use value as an index.
14629
14630 2016-05-23 Tom Tromey <tom@tromey.com>
14631
14632 PR python/17981:
14633 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
14634 no-breakpoint case.
14635
14636 2016-05-24 Pedro Alves <palves@redhat.com>
14637
14638 PR gdb/19828
14639 * gdb.threads/clone-attach-detach.c: New file.
14640 * gdb.threads/clone-attach-detach.exp: New file.
14641
14642 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
14643
14644 * gdb.base/annota-input-while-running.exp: Fix syntax error.
14645
14646 2016-05-23 Tom Tromey <tom@tromey.com>
14647
14648 PR python/19438, PR python/18393:
14649 * gdb.python/py-progspace.exp: Add "dir" test.
14650 * gdb.python/py-objfile.exp: Add "dir" test.
14651
14652 2016-05-23 Yao Qi <yao.qi@linaro.org>
14653
14654 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
14655 * gdb.arch/thumb2-it.exp: Likewise.
14656
14657 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
14658
14659 * gdb.mi/mi-threads-interrupt.c: New file.
14660 * gdb.mi/mi-threads-interrupt.exp: New file.
14661
14662 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
14663
14664 PR gdb/18077
14665 * gdb.mi/mi-async-run.exp: New file.
14666 * gdb.mi/mi-async-run.c: New file.
14667
14668 2016-05-17 Tom Tromey <tom@tromey.com>
14669 Manish Goregaokar <manishsmail@gmail.com>
14670
14671 * lib/rust-support.exp: New file.
14672 * lib/gdb.exp (skip_rust_tests): New proc.
14673 (build_executable_from_specs): Handle rust.
14674 * lib/future.exp (gdb_find_rustc): New proc.
14675 (gdb_default_target_compile): Handle rust.
14676 * gdb.rust/expr.exp: New file.
14677 * gdb.rust/generics.exp: New file.
14678 * gdb.rust/generics.rs: New file.
14679 * gdb.rust/methods.exp: New file.
14680 * gdb.rust/methods.rs: New file.
14681 * gdb.rust/modules.exp: New file.
14682 * gdb.rust/modules.rs: New file.
14683 * gdb.rust/simple.exp: New file.
14684 * gdb.rust/simple.rs: New file.
14685
14686 2016-05-17 Tom Tromey <tom@tromey.com>
14687
14688 * gdb.base/default.exp (set language): Add rust.
14689
14690 2016-05-17 Tom Tromey <tom@tromey.com>
14691
14692 * gdb.gdb/unittest.exp: New file.
14693
14694 2016-05-16 Yao Qi <yao.qi@linaro.org>
14695
14696 * gdb.base/batch-preserve-term-settings.exp: Remove variable
14697 shell_prompt. Update shell_prompt_re.
14698
14699 2016-05-12 Doug Evans <dje@google.com>
14700
14701 PR symtab/19999
14702 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
14703 $options when building executable.
14704 * gdb.dwarf2/fission-loclists-pie.S: New file.
14705 * gdb.dwarf2/fission-loclists-pie.exp: New file.
14706
14707 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14708
14709 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
14710 of [is_remote target],
14711
14712 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
14713
14714 * lib/gdb.exp (use_gdb_stub): New procedure.
14715
14716 2016-05-03 Yunlian Jiang <yunlian@google.com>
14717 Doug Evans <dje@google.com>
14718
14719 PR symtab/19914
14720 * gdb.dwarf2/dwp-sepdebug.c: New file.
14721 * gdb.dwarf2/dwp-sepdebug.exp: New file.
14722
14723 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14724
14725 * gdb.base/detach.exp: Remove is_remote check.
14726
14727 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
14728
14729 * gdb.base/annota-input-while-running.exp: Don't check for
14730 [is_remote target]. Enable annotations after running to main.
14731 Remove unused "set test..." line.
14732
14733 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14734
14735 * gdb.trace/trace-enable-disable.exp: New file.
14736 * gdb.trace/trace-enable-disable.c: New file.
14737
14738 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
14739
14740 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
14741 use it in info sharedlibrary test.
14742 * gdb.trace/ftrace-lock.exp: Likewise.
14743 * gdb.trace/ftrace.exp: Likewise.
14744 * gdb.trace/range-stepping.exp: Likewise.
14745 * gdb.trace/trace-break.exp: Likewise.
14746 * gdb.trace/trace-condition.exp: Likewise.
14747 * gdb.trace/trace-mt.exp: Likewise.
14748
14749 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14750
14751 * lib/gdb.exp (gdb_load_shlibs): Rename to...
14752 (gdb_load_shlib): ... this.
14753 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
14754 gdb_load_shlib.
14755 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
14756 * gdb.base/ctxobj.exp: Likewise.
14757 * gdb.base/dprintf-pending.exp: Likewise.
14758 * gdb.base/dso2dso.exp: Likewise.
14759 * gdb.base/fixsection.exp: Likewise.
14760 * gdb.base/gcore-relro.exp: Likewise.
14761 * gdb.base/gdb1555.exp: Likewise.
14762 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14763 * gdb.base/gnu-ifunc.exp: Likewise.
14764 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
14765 * gdb.base/jit-so.exp (one_jit_test): Likewise.
14766 * gdb.base/pending.exp: Likewise.
14767 * gdb.base/print-file-var.exp: Likewise.
14768 * gdb.base/print-symbol-loading.exp: Likewise.
14769 * gdb.base/shlib-call.exp: Likewise.
14770 * gdb.base/shreloc.exp: Likewise.
14771 * gdb.base/so-impl-ld.exp: Likewise.
14772 * gdb.base/solib-disc.exp: Likewise.
14773 * gdb.base/solib-nodir.exp: Likewise.
14774 * gdb.base/solib-overlap.exp: Likewise.
14775 * gdb.base/solib-symbol.exp: Likewise.
14776 * gdb.base/solib-weak.exp (do_test): Likewise.
14777 * gdb.base/sym-file.exp: Likewise.
14778 * gdb.base/symtab-search-order.exp: Likewise.
14779 * gdb.base/type-opaque.exp: Likewise.
14780 * gdb.base/unload.exp: Likewise.
14781 * gdb.base/watchpoint-solib.exp: Likewise.
14782 * gdb.compile/compile.exp: Likewise.
14783 * gdb.cp/gdb2384.exp: Likewise.
14784 * gdb.cp/infcall-dlopen.exp: Likewise.
14785 * gdb.cp/re-set-overloaded.exp: Likewise.
14786 * gdb.fortran/library-module.exp: Likewise.
14787 * gdb.opt/solib-intra-step.exp: Likewise.
14788 * gdb.python/py-finish-breakpoint.exp: Likewise.
14789 * gdb.python/py-shared.exp: Likewise.
14790 * gdb.reverse/solib-precsave.exp: Likewise.
14791 * gdb.reverse/solib-reverse.exp: Likewise.
14792 * gdb.server/solib-list.exp: Likewise.
14793 * gdb.threads/dlopen-libpthread.exp: Likewise.
14794 * gdb.threads/tls-shared.exp: Likewise.
14795 * gdb.threads/tls-so_extern.exp: Likewise.
14796 * gdb.trace/change-loc.exp: Likewise.
14797 * gdb.trace/ftrace-lock.exp: Likewise.
14798 * gdb.trace/ftrace.exp: Likewise.
14799 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
14800 * gdb.trace/pending.exp: Likewise.
14801 * gdb.trace/range-stepping.exp: Likewise.
14802 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
14803 (strace_info_marker): Likewise.
14804 (strace_probe_marker): Likewise.
14805 (strace_trace_on_same_addr): Likewise.
14806 (strace_trace_on_diff_addr): Likewise.
14807 * gdb.trace/trace-break.exp: Likewise.
14808 * gdb.trace/trace-condition.exp: Likewise.
14809 * gdb.trace/trace-mt.exp: Likewise.
14810
14811 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
14812
14813 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
14814 result of gdb_remote_download.
14815 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
14816 * gdb.base/dso2dso.exp: Likewise.
14817 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14818 * gdb.base/print-file-var.exp: Likewise.
14819 * gdb.base/shlib-call.exp: Likewise.
14820 * gdb.base/shreloc.exp: Likewise.
14821 * gdb.base/solib-overlap.exp: Likewise.
14822 * gdb.base/solib-weak.exp (do_test): Likewise.
14823 * gdb.base/unload.exp: Likewise.
14824
14825 2016-04-27 Yao Qi <yao.qi@linaro.org>
14826
14827 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
14828 exists.
14829
14830 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
14831
14832 * vla-type.exp: Print structure from toplevel.
14833
14834 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
14835
14836 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
14837 of dynamic types.
14838 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
14839 of dynamic types.
14840
14841 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
14842
14843 * gdb.fortran/vla-type.f90: New file.
14844 * gdb.fortran/vla-type.exp: New file.
14845
14846 2016-04-25 Yao Qi <yao.qi@linaro.org>
14847
14848 * gdb.base/branch-to-self.c: New file.
14849 * gdb.base/branch-to-self.exp: New file.
14850
14851 2016-04-22 Yao Qi <yao.qi@linaro.org>
14852
14853 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
14854 more after $hex.
14855
14856 2016-04-22 Yao Qi <yao.qi@linaro.org>
14857
14858 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
14859 * gdb.base/annota3.exp: Likewise.
14860
14861 2016-04-22 Yao Qi <yao.qi@linaro.org>
14862
14863 * gdb.reverse/step-precsave.exp: Do one step and test program
14864 stops in "callee" and do multiple steps until program goes out
14865 of "callee".
14866 * gdb.reverse/step-reverse.exp: Likewise.
14867
14868 2016-04-22 Yao Qi <yao.qi@linaro.org>
14869
14870 * gdb.trace/signal.exp: Also pass if
14871 $tracepoint_hits($i) > $iterations.
14872
14873 2016-04-22 Yao Qi <yao.qi@linaro.org>
14874
14875 * gdb.trace/signal.c: New file.
14876 * gdb.trace/signal.exp: New file.
14877
14878 2016-04-19 Doug Evans <xdje42@gmail.com>
14879
14880 * gdb.base/bad-file.exp: New file.
14881
14882 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
14883
14884 * gdb.dwarf2/implref.exp: New file.
14885
14886 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
14887
14888 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
14889 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
14890 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
14891 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
14892 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
14893 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
14894 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
14895 * lib/fortran.exp (fortran_int4): New procedure.
14896 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
14897 (fortran_logical4): Likewise.
14898
14899 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
14900
14901 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
14902
14903 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
14904
14905 * lib/compiler.c: Add Intel specific preprocessor macros.
14906 * lib/compiler.cc: Likewise.
14907
14908 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
14909
14910 * gdb.server/connect-with-no-symbol-file.c: New file.
14911 * gdb.server/connect-with-no-symbol-file.exp: New file.
14912
14913 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
14916
14917 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
14918
14919 * boards/gdbserver-base.exp (${board}_download): Copy source file to
14920 standard output directory.
14921
14922 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
14923
14924 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
14925
14926 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
14927
14928 * gdb.btrace/instruction_history.c (loop): Add declaration.
14929
14930 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14931
14932 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
14933
14934 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
14935
14936 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
14937 parentheses to print.
14938 (continue_handler): Likewise.
14939
14940 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
14941
14942 * gdb.server/solib-list.exp: Remove is_remote check.
14943 Pass shlib= to gdb_compile. Don't link shared library with
14944 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
14945 Run binary filename through "readlink -f" on the target.
14946
14947 2016-04-08 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
14950 interpreter filename as argument to gdbserver_spawn.
14951 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
14952 Return empty if $last_loaded_file does not exist.
14953
14954 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14955
14956 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
14957 * gdb.base/jit-main.c: Use exit after usage.
14958
14959 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14960
14961 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
14962 GDBHISTSIZE prior to the tests.
14963 * gdb.base/gdbinit-history.exp: Likewise.
14964
14965 2016-04-07 Pedro Alves <palves@redhat.com>
14966
14967 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
14968 instead of build_executable. Use gdb_load_shlibs.
14969
14970 2016-04-07 Yao Qi <yao.qi@linaro.org>
14971
14972 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
14973 Execute "si" command.
14974
14975 2016-04-07 Yao Qi <yao.qi@linaro.org>
14976
14977 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
14978 number instead of the comments on some line.
14979
14980 2016-04-06 Don Breazeal <donb@codesourcery.com>
14981
14982 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
14983 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
14984
14985 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
14986
14987 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
14988 standard_output_file. Remove unused binfile variable.
14989
14990 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
14991
14992 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
14993 * gdb.python/py-mi-objfile.exp: Match "list main" output
14994 in console format.
14995
14996 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
14997
14998 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
14999 absolute.
15000
15001 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15002
15003 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15004 absolute.
15005 * gdb.trace/ftrace.exp: Likewise.
15006 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15007 targets as well.
15008 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15009 (gdb_load_shlibs): Copy libraries to test directory when testing
15010 natively. Only set solib-search-path if testing remotely.
15011 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15012
15013 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15014
15015 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15016 gdb_download. Use it even if the target is not remote.
15017 * gdb.base/jit.exp (compile_jit_test): Likewise.
15018 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15019 output directory if the destination board is local, otherwise use
15020 the standard remote_download from DejaGnu.
15021 (gdb_download): Remove.
15022 (gdb_load_shlibs): Use gdb_remote_download instead of
15023 gdb_download.
15024 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15025 Use gdb_remote_download instead of gdb_download. Use it even if
15026 the target is not remote.
15027 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15028 instead of gdb_download.
15029
15030 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15031
15032 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15033 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15034 run.
15035
15036 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15037
15038 PR gdb/19820
15039 * gdb.base/printcmds.exp: Add artificial arrays tests.
15040
15041 2016-03-31 Pedro Alves <palves@redhat.com>
15042
15043 PR gdb/19858
15044 * gdb.base/jit-main.c: Include unistd.h.
15045 (ATTACH): Define to 0 if not already defined.
15046 (wait_for_gdb, mypid): New globals.
15047 (WAIT_FOR_GDB): New macro.
15048 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15049 some breakpoint locations.
15050 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15051 New procedures.
15052 (one_jit_test): Add REATTACH parameter, and handle it. Use
15053 continue_to_test_location.
15054 (top level): Test attach, and adjusts calls to one_jit_test.
15055
15056 2016-03-31 Pedro Alves <palves@redhat.com>
15057
15058 PR gdb/19858
15059 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15060 BINSUFFIX parameter, and handle it.
15061 (top level): Adjust calls compile_jit_test.
15062
15063 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15064
15065 PR python/19743
15066 * gdb.python/py-mi-events-gdb.py: New file.
15067 * gdb.python/py-mi-events.c: New file.
15068 * gdb.python/py-mi-events.exp: New file.
15069
15070 2016-03-30 Yao Qi <yao.qi@linaro.org>
15071
15072 * gdb.reverse/until-precsave.exp: Match function name only.
15073 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15074 Move malloc to a condition block.
15075 * gdb.reverse/until-reverse.exp: Match function name only.
15076
15077 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15078
15079 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15080 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15081 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15082 variable for GPR 0 instead of assuming it is register 0.
15083 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15084 * lib/trace-support.exp: Add s390 registers.
15085
15086 2016-03-29 Yao Qi <yao.qi@linaro.org>
15087
15088 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15089
15090 2016-03-24 Yao Qi <yao.qi@linaro.org>
15091
15092 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15093 test message.
15094
15095 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15096
15097 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15098 maintaining separate logic for constructing the output path.
15099
15100 2016-03-16 Don Breazeal <donb@codesourcery.com>
15101
15102 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15103 Retry fork and waitpid on interrupted system call errors.
15104 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15105 Use with_timeout_factor to increase timeout by factor of 10.
15106
15107 2016-03-15 Don Breazeal <donb@codesourcery.com>
15108
15109 * gdb.cp/scope-err.cc: New test program.
15110 * gdb.cp/scope-err.exp: New test script.
15111 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15112 lines and "set breakpoint here" comment.
15113 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15114 Fixed some whitespace and format issues.
15115 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15116 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15117
15118 2016-03-15 Doug Evans <dje@google.com>
15119
15120 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15121 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15122 All callers updated. Add tests for enums, mixed flags register.
15123
15124 2016-03-15 Doug Evans <dje@google.com>
15125
15126 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15127 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15128
15129 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15130
15131 * gdb.base/default.exp: Add $_as_string to the list of expected
15132 convenience functions.
15133
15134 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15135
15136 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15137
15138 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15139
15140 * gdb.python/py-as-string.exp: New file.
15141 * gdb.python/py-as-string.c: New file.
15142
15143 2016-03-09 Pedro Alves <palves@redhat.com>
15144
15145 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15146 signal" -> "Thread NN received signal" output change.
15147 * gdb.threads/ia64-sigill.exp: Likewise.
15148 * gdb.threads/linux-dp.exp: Likewise.
15149 * gdb.threads/manythreads.exp: Likewise.
15150 * gdb.threads/pending-step.exp: Likewise.
15151 * gdb.threads/print-threads.exp: Likewise.
15152 * gdb.threads/sigstep-threads.exp: Likewise.
15153 * gdb.threads/staticthreads.exp: Likewise.
15154 * gdb.threads/tls.exp: Likewise.
15155
15156 2016-03-09 Pedro Alves <palves@redhat.com>
15157
15158 * gdb.base/command-line-input.exp: New file.
15159
15160 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15161
15162 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15163 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15164 * gdb.trace/pending.exp: Accept leading dot before function name.
15165 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15166 * lib/trace-support.exp: Set registers for ppc.
15167
15168 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15169
15170 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15171 use it for disassembly; accept .main in addition to main in backtrace.
15172
15173 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15174 Marcin Kościelnicki <koriakin@0x04.net>
15175
15176 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15177 (gdb_recursion_test_ptr): New global variable.
15178 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15179 gdb_recursion_test.
15180 (gdb_c_test): Ditto.
15181
15182 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15183
15184 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15185 ordering.
15186
15187 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15188
15189 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15190 (bar): Add bar_start_lbl label.
15191 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15192 of foo/bar for emitting DWARF and tracing.
15193
15194 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15195
15196 * analyze-racy-logs.py: Set executable bit.
15197
15198 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15199
15200 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15201 (CHECK_TARGET_TMP): Likewise.
15202 (check-single-racy): New rule.
15203 (check-parallel-racy): Likewise.
15204 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15205 (do-check-parallel-racy): New rule.
15206 (check-racy/%.exp): Likewise.
15207 * README (Racy testcases): New section.
15208 * analyze-racy-logs.py: New file.
15209
15210 2016-03-03 Doug Evans <dje@google.com>
15211
15212 * gdb.base/skip.exp: Use with_test_prefix.
15213
15214 2016-03-03 Yao Qi <yao.qi@linaro.org>
15215
15216 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15217 Invoke step_over_syscall "clone" and break_cond_on_syscall
15218 "clone".
15219 * gdb.base/step-over-clone.c: New file.
15220
15221 2016-03-03 Yao Qi <yao.qi@linaro.org>
15222
15223 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15224 code format.
15225
15226 2016-03-03 Yao Qi <yao.qi@linaro.org>
15227
15228 * gdb.base/disp-step-fork.c: Rename to ...
15229 * gdb.base/step-over-fork.c: ... it. New file.
15230 * gdb.base/disp-step-vfork.c: Rename to ...
15231 * gdb.base/step-over-vfork.c: ... it. New file.
15232 * gdb.base/disp-step-syscall.exp: Rename to ...
15233 * gdb.base/step-over-syscall.exp: ... it. New file.
15234 (disp_step_cross_syscall): Rename to ...
15235 (step_over_syscall): ... it.
15236
15237 2016-03-03 Yao Qi <yao.qi@linaro.org>
15238
15239 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15240 If target supports condition evaluation on target, invoke
15241 break_cond_on_syscall for fork and vfork.
15242
15243 2016-03-03 Yao Qi <yao.qi@linaro.org>
15244
15245 * gdb.base/disp-step-syscall.exp: Don't invoke
15246 support_displaced_stepping.
15247 (disp_step_cross_syscall): Test with displaced stepping off and
15248 on if supported.
15249
15250 2016-03-03 Yao Qi <yao.qi@linaro.org>
15251
15252 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15253 proc.
15254 (setup): New proc.
15255 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15256 and setup.
15257
15258 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15259
15260 * gdb.fortran/vla-history.exp: Remove breakpoint.
15261
15262 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15263
15264 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15265 exceeds timeout.
15266
15267 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15268
15269 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15270 breakpoint.
15271
15272 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15273
15274 * gdb.mi/vla.f90: Nullify pointer after declaration.
15275
15276 2016-03-01 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15279
15280 2016-03-01 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15283 before anything else.
15284 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15285 _GNU_SOURCE here.
15286 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15287 before anything else.
15288 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15289
15290 2016-03-01 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15293
15294 2016-03-01 Yao Qi <yao.qi@linaro.org>
15295
15296 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15297 prepare_for_testing.
15298
15299 2016-03-01 Yao Qi <yao.qi@linaro.org>
15300
15301 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15302
15303 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15304
15305 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15306 manually constructing the output path.
15307
15308 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15309
15310 * gdb.arch/s390-stackless.S: New.
15311 * gdb.arch/s390-stackless.exp: New.
15312
15313 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15314
15315 * gdb.dlang/circular.c: New file.
15316 * gdb.dlang/circular.exp: New file.
15317
15318 2016-02-26 Yao Qi <yao.qi@linaro.org>
15319
15320 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15321 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15322 (testcases): Update.
15323
15324 2016-02-26 Yao Qi <yao.qi@linaro.org>
15325
15326 * gdb.reverse/aarch64.c: Rename to ...
15327 * gdb.reverse/insn-reverse.c: ... it.
15328 * gdb.reverse/aarch64.exp: Rename to ...
15329 * gdb.reverse/insn-reverse.exp: ... it.
15330
15331 2016-02-26 Yao Qi <yao.qi@linaro.org>
15332
15333 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15334 (testcase_ftype): New.
15335 (testcases): New array.
15336 (n_testcases): New.
15337 (main): Call each element in testcases.
15338 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15339 (read_testcase): New.
15340 Do the tests in a loop.
15341
15342 2016-02-25 Yao Qi <yao.qi@linaro.org>
15343
15344 * gdb.base/branches.c: Remove.
15345
15346 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15347
15348 PR gdb/13808
15349 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15350
15351 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15352
15353 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15354
15355 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15356
15357 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15358 change x86_64 call_insn to 'callq'.
15359
15360 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15361
15362 * gdb.trace/tfile-avx.c: Move to...
15363 * gdb.trace/tracefile-pseudo-reg.c: Here.
15364 * gdb.trace/tfile-avx.exp: Move to...
15365 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15366
15367 2016-02-24 Gary Benson <gbenson@redhat.com>
15368
15369 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15370 message on attach.
15371
15372 2016-02-23 Doug Evans <dje@google.com>
15373
15374 * gdb.base/skip.c (test_skip): New function.
15375 (end_test_skip_file_and_function): New function.
15376 (test_skip_file_and_function): New function.
15377 * gdb.base/skip1.c (test_skip): New function.
15378 (skip1_test_skip_file_and_function): New function.
15379 * gdb.base/skip.exp: Add tests for new skip options.
15380 * gdb.base/skip-solib.exp: Update expected output.
15381 * gdb.perf/skip-command.cc: New file.
15382 * gdb.perf/skip-command.exp: New file.
15383 * gdb.perf/skip-command.py: New file.
15384
15385 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15386
15387 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15388 info registers pattern.
15389
15390 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15391
15392 * lib/future.exp: Add D support.
15393 (gdb_find_gdc): New proc.
15394 (gdb_default_target_compile): Add D support.
15395
15396 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
15397
15398 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15399 user+system time.
15400 (trace_speed_test): Determine the iteration count for a time
15401 between 15..30 seconds.
15402
15403 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15404
15405 * gdb.arch/i386-mpx-sigsegv.c: New file.
15406 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15407 * gdb.arch/i386-mpx-simple_segv.c: New file.
15408 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15409
15410 2016-02-18 Yao Qi <yao.qi@linaro.org>
15411
15412 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15413 Don't call setup_kfail.
15414
15415 2016-02-18 Yao Qi <yao.qi@linaro.org>
15416
15417 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15418 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15419
15420 2016-02-16 Doug Evans <dje@google.com>
15421
15422 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15423 * gdb.base/skip1.c: Ditto.
15424 * gdb.base/skip.exp: Whitespace cleanup.
15425
15426 2016-02-16 Don Breazeal <donb@codesourcery.com>
15427
15428 PR remote/19496
15429 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15430 Remove kfail for PR remote/19496.
15431
15432 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15433
15434 * lib/gdb.exp (standard_temp_file): Return a path specific to
15435 the runtest invocation.
15436
15437 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15438
15439 * gdb.trace/save-trace.exp: Change relative path to be in the
15440 standard output directory.
15441
15442 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15443
15444 * gdb.arch/i386-prologue.c: Add missing prototypes.
15445
15446 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15447
15448 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15449 * gdb.arch/i386-prologue.exp: Likewise.
15450 * gdb.arch/i386-size.exp: Likewise.
15451
15452 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15453
15454 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15455 define object file path.
15456 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15457 file path.
15458 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15459 standard_output_file to define binfile.
15460
15461 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15462
15463 Fix compatibility with recent gfortran-5.3.1.
15464 * gdb.fortran/vla-history.exp (print vla1 allocated)
15465 (print vla2 allocated, print $2, print $3): Remove
15466 (print $4): Rename to ...
15467 (print $2): ... here.
15468 (print $9): Rename to ...
15469 (print $5): ... here.
15470 (print $10): Rename to ...
15471 (print $6): ... here.
15472 * gdb.fortran/vla.f90: Add pvla initialization.
15473
15474 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15475
15476 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15477 New test.
15478 * gdb.fortran/vla-value-sub.exp: Likewise.
15479
15480 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15481
15482 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15483
15484 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15485
15486 * i386-biarch-core.exp: Define corefile using
15487 standard_output_file.
15488
15489 2016-02-12 Yao Qi <yao.qi@linaro.org>
15490
15491 * gdb.arch/arm-single-step-kernel-helper.c: New.
15492 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15493
15494 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15495
15496 * gdb.btrace/tailcall-only.exp: New.
15497 * gdb.btrace/tailcall-only.c: New.
15498 * gdb.btrace/x86_64-tailcall-only.S: New.
15499 * gdb.btrace/i686-tailcall-only.S: New.
15500
15501 2016-02-11 Pedro Alves <palves@redhat.com>
15502
15503 * README (Parallel testing): Add missing double quotes.
15504
15505 2016-02-11 Pedro Alves <palves@redhat.com>
15506
15507 * README (Parallel testing): New section.
15508 (GDB_PARALLEL): Rewrite.
15509 (FORCE_PARALLEL): Document.
15510
15511 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15512
15513 * gdb.trace/tfile-avx.c: New test.
15514 * gdb.trace/tfile-avx.exp: New test.
15515
15516 2016-02-09 Keith Seitz <keiths@redhat.com>
15517
15518 PR breakpoints/19546
15519 * gdb.base/infcall-exec.c: New file.
15520 * gdb.base/infcall-exec2.c: New file.
15521 * gdb.base/infcall-exec.exp: New file.
15522
15523 2016-02-09 Keith Seitz <keiths@redhat.com>
15524
15525 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15526 (toplevel): Call test_bkpt_address.
15527
15528 2016-02-09 Keith Seitz <keiths@redhat.com>
15529
15530 PR python/19506
15531 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15532 (toplevel): Call test_bkpt_address.
15533
15534 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15535
15536 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15537 to AC_OUTPUT.
15538 * configure: Regenerate.
15539
15540 2016-02-09 Pedro Alves <palves@redhat.com>
15541
15542 PR breakpoints/19548
15543 * gdb.base/execl-update-breakpoints.c (some_function): New
15544 function.
15545 (main): Call it.
15546 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15547 Tighten expected GDB output.
15548
15549 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15550
15551 * Makefile.in (ALL_SUBDIRS): Remove.
15552 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
15553 (distclean maintainer-clean realclean): Likewise.
15554 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
15555 * configure: Regenerate.
15556 * gdb.ada/Makefile.in: Delete.
15557 * gdb.arch/Makefile.in: Likewise.
15558 * gdb.asm/Makefile.in: Likewise.
15559 * gdb.base/Makefile.in: Likewise.
15560 * gdb.btrace/Makefile.in: Likewise.
15561 * gdb.cell/Makefile.in: Likewise.
15562 * gdb.compile/Makefile.in: Likewise.
15563 * gdb.cp/Makefile.in: Likewise.
15564 * gdb.disasm/Makefile.in: Likewise.
15565 * gdb.dlang/Makefile.in: Likewise.
15566 * gdb.dwarf2/Makefile.in: Likewise.
15567 * gdb.fortran/Makefile.in: Likewise.
15568 * gdb.gdb/Makefile.in: Likewise.
15569 * gdb.go/Makefile.in: Likewise.
15570 * gdb.guile/Makefile.in: Likewise.
15571 * gdb.java/Makefile.in: Likewise.
15572 * gdb.linespec/Makefile.in: Likewise.
15573 * gdb.mi/Makefile.in: Likewise.
15574 * gdb.modula2/Makefile.in: Likewise.
15575 * gdb.multi/Makefile.in: Likewise.
15576 * gdb.objc/Makefile.in: Likewise.
15577 * gdb.opencl/Makefile.in: Likewise.
15578 * gdb.opt/Makefile.in: Likewise.
15579 * gdb.pascal/Makefile.in: Likewise.
15580 * gdb.perf/Makefile.in: Likewise.
15581 * gdb.python/Makefile.in: Likewise.
15582 * gdb.reverse/Makefile.in: Likewise.
15583 * gdb.server/Makefile.in: Likewise.
15584 * gdb.stabs/Makefile.in: Likewise.
15585 * gdb.threads/Makefile.in: Likewise.
15586 * gdb.trace/Makefile.in: Likewise.
15587 * gdb.xml/Makefile.in: Likewise.
15588 * lib/gdb.exp (make_gdb_parallel_path): Add check for
15589 GDB_PARALLEL.
15590 (standard_output_file): Remove check for GDB_PARALLEL, always
15591 return path in outputs/$subdir/$testname.
15592
15593 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15594
15595 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
15596 (site.exp): Assign abs_srcdir to tcl's srcdir.
15597
15598 2016-02-04 Yao Qi <yao.qi@linaro.org>
15599
15600 * gdb.base/foll-exec-mode.c: Include limits.h.
15601 (main): Add parameters argc and argv. Get directory from
15602 argv[0].
15603 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15604 compilation.
15605 * gdb.base/foll-exec.c: Include limits.h.
15606 (main): Add parameters argc and argv.
15607 Get directory from argv[0].
15608 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15609 Adjust tests on the number of lines as source code changed.
15610 * gdb.base/foll-vfork-exit.c: Include limits.h.
15611 (main): Add one line of statement before vfork.
15612 * gdb.base/foll-vfork.c: Include limits.h and string.h.
15613 (main): Add parameters argc and argv. Get directory from
15614 argv[0].
15615 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
15616 (setup_gdb): Set tbreak to skip some source lines.
15617 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
15618 (main): Add parameters argc and argv. Get directory from
15619 argv[0].
15620 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
15621 compilation.
15622 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
15623 (main): Add parameters argc and argv. Get directory from
15624 argv[0].
15625 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
15626 compilation.
15627
15628 2016-02-01 Doug Evans <dje@google.com>
15629
15630 * gdb.base/skip.exp: Clean up multiple references to same test name.
15631
15632 2016-02-01 Pedro Alves <palves@redhat.com>
15633
15634 PR remote/19496
15635 * gdb.threads/forking-threads-plus-breakpoint.exp
15636 (displaced_stepping_supported): New global.
15637 (probe_displaced_stepping_support): New procedure.
15638 (do_test): Add 'displaced' parameter, and use it.
15639 (top level): Check for displaced stepping support. Add displaced
15640 stepping on/off testing axis.
15641
15642 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15643
15644 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
15645 pointer. Don't perform further tests on the unassociated pointer
15646 if the first test fails.
15647
15648 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
15649
15650 * gdb.base/max-value-size.c: New file.
15651 * gdb.base/max-value-size.exp: New file.
15652 * gdb.base/huge.exp: Disable max-value-size for this test.
15653
15654 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
15655
15656 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15657
15658 2016-01-28 Yao Qi <yao.qi@linaro.org>
15659
15660 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
15661
15662 2016-01-25 Pedro Alves <palves@redhat.com>
15663
15664 PR threads/19461
15665 * gdb.base/fork-running-state.c: New file.
15666 * gdb.base/fork-running-state.exp: New file.
15667
15668 2016-01-25 Pedro Alves <palves@redhat.com>
15669
15670 PR gdb/19494
15671 * gdb.base/catch-fork-kill.c: New file.
15672 * gdb.base/catch-fork-kill.exp: New file.
15673
15674 2016-01-25 Pedro Alves <palves@redhat.com>
15675
15676 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
15677 Delete, moved to lib/gdb.exp.
15678 * gdb.threads/forking-threads-plus-breakpoint.exp
15679 (foreach_with_prefix): Likewise.
15680 * gdb.threads/process-dies-while-handling-bp.exp
15681 (foreach_with_prefix): Likewise.
15682 * lib/gdb.exp (foreach_with_prefix): New procedure.
15683
15684 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
15685
15686 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
15687 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
15688
15689 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
15690
15691 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
15692 endian targets.
15693
15694 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15695 Pedro Alves <palves@redhat.com>
15696
15697 Fix testsuite compatibility with Guile.
15698 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
15699 number.
15700
15701 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 Fix testsuite compatibility with Guile.
15704 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
15705 (thread 1): New test for backtrace through signal handler.
15706
15707 2016-01-22 Yao Qi <yao.qi@linaro.org>
15708
15709 PR testsuite/19491
15710 * gdb.base/multi-forks.c: Include
15711 ../lib/unbuffer_output.c
15712 (main): Call gdb_unbuffer_output.
15713
15714 2016-01-21 Doug Evans <dje@google.com>
15715
15716 * lib/ada.exp (gdb_compile_ada): Fix typo.
15717
15718 2016-01-21 Joel Brobecker <brobecker@adacore.com>
15719
15720 * gdb.base/break-fun-addr.exp: New file.
15721 * gdb.base/break-fun-addr1.c: New file.
15722 * gdb.base/break-fun-addr2.c: New file.
15723
15724 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
15725
15726 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
15727 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
15728 enum flag values.
15729
15730 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15731
15732 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
15733 when GDB can not set the vector return value. Add more comments
15734 for clarification.
15735
15736 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
15737
15738 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
15739 command.
15740
15741 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15742
15743 * Makefile.in (DO_RUNTEST): Add --status and update usages.
15744
15745 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15746
15747 * Makefile.in (check-single): Pass --status to runtest.
15748 (check/%.exp): Likewise.
15749
15750 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
15751
15752 * Makefile.in (check-parallel): Propagate return code from make
15753 do-check-parallel.
15754
15755 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
15756
15757 * gdb.trace/ftrace.exp: Fix expected message on continue.
15758 * gdb.trace/pending.exp: Fix expected message on continue.
15759 * gdb.trace/trace-break.exp: Fix expected message on continue.
15760
15761 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
15762
15763 * lib/gdb.exp (gdb_test): Remove unused global references.
15764
15765 2016-01-18 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.base/async-shell.exp: Adjust expected output.
15768 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
15769 * gdb.base/siginfo-thread.exp: Adjust expected output.
15770 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
15771 * gdb.java/jnpe.exp: Adjust expected output.
15772 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
15773 * gdb.threads/continue-pending-status.exp: Adjust expected output.
15774 * gdb.threads/leader-exit.exp: Adjust expected output.
15775 * gdb.threads/manythreads.exp: Adjust expected output.
15776 * gdb.threads/pthreads.exp: Adjust expected output.
15777 * gdb.threads/schedlock.exp: Adjust expected output.
15778 * gdb.threads/siginfo-threads.exp: Adjust expected output.
15779 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
15780 expected output.
15781 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
15782 output.
15783 * gdb.threads/sigthread.exp: Adjust expected output.
15784 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
15785
15786 2016-01-18 Yao Qi <yao.qi@linaro.org>
15787
15788 * gdb.guile/scm-section-script.c: Replace @progbits with
15789 %progbits.
15790 * gdb.python/py-section-script.c: Likewise.
15791
15792 2016-01-15 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.multi/tids.exp: Test star wildcard ranges.
15795
15796 2016-01-15 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
15799 command from "thread apply" invocation.
15800 (thr_apply_info_thr_invalid): Default the expected output to the
15801 input tid list.
15802 (top level): Add tests that use convenience variables. Add tests
15803 for "thread apply" with a valid TID list, but missing the command.
15804
15805 2016-01-13 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.base/default.exp: Expect $_gthread as well.
15808 * gdb.multi/tids.exp: Test $_gthread.
15809 * gdb.threads/thread-specific.exp: Test $_gthread.
15810
15811 2016-01-13 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.multi/tids.exp: Test "info threads -gid".
15814
15815 2016-01-13 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.multi/tids.exp: Test InferiorThread.global_num and
15818 Breakpoint.thread.
15819 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
15820
15821 2016-01-07 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/break.exp: Adjust to output changes.
15824 * gdb.base/hbreak2.exp: Likewise.
15825 * gdb.base/sepdebug.exp: Likewise.
15826 * gdb.base/watch_thread_num.exp: Likewise.
15827 * gdb.linespec/keywords.exp: Likewise.
15828 * gdb.multi/info-threads.exp: Likewise.
15829 * gdb.threads/thread-find.exp: Likewise.
15830 * gdb.multi/tids.c: New file.
15831 * gdb.multi/tids.exp: New file.
15832
15833 2016-01-13 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
15836
15837 2016-01-13 Pedro Alves <palves@redhat.com>
15838
15839 * gdb.base/default.exp: Expect $_inferior as well.
15840 * gdb.multi/base.exp: Test $_inferior.
15841
15842 2016-01-13 Pedro Alves <palves@redhat.com>
15843
15844 PR breakpoints/19388
15845 * gdb.base/catch-signal-siginfo-cond.c: New file.
15846 * gdb.base/catch-signal-siginfo-cond.exp: New file.
15847
15848 2016-01-12 Josh Stone <jistone@redhat.com>
15849 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15850
15851 * gdb.base/catch-syscall.c (do_execve): New variable.
15852 (main): Conditionally trigger an execve.
15853 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
15854 (test_catch_syscall_execve): New, check entry/return across execve.
15855 (do_syscall_tests): Call test_catch_syscall_execve.
15856
15857 2016-01-12 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/random-signal.exp (do_test): New procedure, with body
15860 of testcase moved in.
15861
15862 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15863 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/funcargs.exp (finish from indirectly called function):
15866 Reintroduce the case for 'First'.
15867
15868 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15869 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15872 (tcatch_vfork_then_child_follow_exec)
15873 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
15874 identification.
15875
15876 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15877
15878 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
15879 and repeats to unlimited.
15880 * gdb.python/py-value.exp: Likewise.
15881 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
15882 and repeats to unlimited.
15883
15884 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15885
15886 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
15887 and reordering the functions.
15888 * gdb.multi/hangout.c: Likewise.
15889 * gdb.multi/hello.c: Likewise.
15890
15891 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
15892
15893 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
15894 absolute.
15895 (SingleStatisticTestResult.report): Use dict.keys instead of
15896 dict.iterkeys.
15897
15898 2016-01-06 Pedro Alves <palves@redhat.com>
15899
15900 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
15901
15902 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
15903
15904 * gdb.btrace/dlopen.exp: New.
15905 * gdb.btrace/dlopen.c: New.
15906 * gdb.btrace/dlopen-dso.c: New.
15907
15908 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
15909
15910 * lib/gdb.exp (gdb_test): Update comments to clarify that the
15911 PATTERN argument is optional.
15912
15913 2015-12-24 Joel Brobecker <brobecker@adacore.com>
15914
15915 * lib/ada.exp (target_compile_ada_from_dir): New function.
15916 (gdb_compile_ada): Reimplement avoiding the use of project files.
15917 * gdb.ada/gnat_ada.gpr: Delete.
15918 * gdb.ada/cond_lang.exp: Adjust test to make path before
15919 filename optional.
15920 * gdb.ada/small_reg_param.exp: Likewise.
15921
15922 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
15923
15924 * gdb.base/foll-vork.exp: Remove HP-UX special case.
15925
15926 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
15927
15928 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
15929 case.
15930
15931 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
15932
15933 * gdb.base/break.exp: Remove dead code.
15934 * gdb.base/sepdebug.exp: Likewise.
15935
15936 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
15937
15938 * gdb.asm/asm-source.exp: Remove HP-UX references.
15939 * gdb.base/annota1.exp: Likewise.
15940 * gdb.base/annota3.exp: Likewise.
15941 * gdb.base/attach.exp: Likewise.
15942 * gdb.base/bigcore.exp: Likewise.
15943 * gdb.base/break.exp: Likewise.
15944 * gdb.base/call-ar-st.exp: Likewise.
15945 * gdb.base/callfuncs.exp: Likewise.
15946 * gdb.base/catch-fork-static.exp: Likewise.
15947 * gdb.base/display.exp: Likewise.
15948 * gdb.base/foll-exec-mode.exp: Likewise.
15949 * gdb.base/foll-exec.exp: Likewise.
15950 * gdb.base/foll-fork.exp: Likewise.
15951 * gdb.base/foll-vfork.exp: Likewise.
15952 * gdb.base/funcargs.exp: Likewise.
15953 * gdb.base/hbreak2.exp: Likewise.
15954 * gdb.base/inferior-died.exp: Likewise.
15955 * gdb.base/interrupt.exp: Likewise.
15956 * gdb.base/multi-forks.exp: Likewise.
15957 * gdb.base/nodebug.exp: Likewise.
15958 * gdb.base/sepdebug.exp: Likewise.
15959 * gdb.base/solib1.c: Likewise.
15960 * gdb.base/step-test.exp: Likewise.
15961 * gdb.mi/non-stop.c: Likewise.
15962 * gdb.mi/pthreads.c: Likewise.
15963 * gdb.multi/bkpt-multi-exec.ex: Likewise.
15964 * gdb.threads/pthreads.c: Likewise.
15965 * gdb.threads/staticthreads.exp: Likewise.
15966 * lib/future.exp: Likewise.
15967 * lib/gdb.exp: Likewise.
15968 * gdb.base/so-indr-cl.c: Remove.
15969 * gdb.base/so-indr-cl.exp: Likewise.
15970 * gdb.base/solib.c: Likewise.
15971 * gdb.base/solib.exp: Likewise.
15972 * gdb.base/solib2.c: Likewise.
15973
15974 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
15975
15976 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
15977 * gdb.base/call-ar-st.exp: Likewise.
15978 * gdb.base/callfuncs.exp: Likewise.
15979 * gdb.base/condbreak.exp: Likewise.
15980 * gdb.base/constvars.exp: Likewise.
15981 * gdb.base/hbreak2.exp: Likewise.
15982 * gdb.base/langs.exp: Likewise.
15983 * gdb.base/list.exp: Likewise.
15984 * gdb.base/long_long.exp: Likewise.
15985 * gdb.base/ptype.exp: Likewise.
15986 * gdb.base/scope.exp: Likewise.
15987 * gdb.base/signals.exp: Likewise.
15988 * gdb.base/so-impl-ld.exp: Likewise.
15989 * gdb.base/varargs.exp: Likewise.
15990 * gdb.base/volatile.exp: Likewise.
15991 * gdb.base/whatis.exp: Likewise.
15992 * gdb.cp/cplusfuncs.exp: Likewise.
15993 * gdb.cp/inherit.exp: Likewise.
15994 * gdb.cp/local.exp: Likewise.
15995 * gdb.cp/member-ptr.exp: Likewise.
15996 * gdb.cp/method.exp: Likewise.
15997 * gdb.cp/overload.exp: Likewise.
15998 * gdb.cp/templates.exp: Likewise.
15999 * gdb.stabs/weird.exp: Likewise.
16000 * lib/compiler.c: Likewise.
16001 * lib/compiler.cc: Likewise.
16002 * lib/cp-support.exp: Likewise.
16003 * lib/gdb.exp: Likewise.
16004
16005 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16006
16007 * configure.ac: Remove HP-UX case.
16008 * configure: Regenerate.
16009
16010 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16011
16012 * lib/gdb.exp (gdb_compile): Add function doc.
16013
16014 2015-12-17 Pedro Alves <palves@redhat.com>
16015
16016 PR threads/19354
16017 * gdb.multi/info-threads.exp: New file.
16018
16019 2015-12-15 Yao Qi <yao.qi@linaro.org>
16020
16021 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16022 is aarch64*-*-*.
16023
16024 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16025
16026 * gdb.base/history-duplicates.exp: Skip if no readline support.
16027
16028 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16029
16030 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16031
16032 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16033
16034 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16035
16036 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16037
16038 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16039 ctrl-C if nointerrupts target property is set.
16040 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16041 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16042 * gdb.base/paginate-bg-execution.exp: Likewise.
16043 * gdb.base/paginate-execution-startup.exp: Likewise.
16044 * gdb.base/random-signal.exp: Likewise.
16045 * gdb.base/range-stepping.exp: Likewise.
16046 * gdb.cp/annota2.exp: Likewise.
16047 * gdb.cp/annota3.exp: Likewise.
16048 * gdb.gdb/selftest.exp: Likewise.
16049 * gdb.threads/continue-pending-status.exp: Likewise.
16050 * gdb.threads/leader-exit.exp: Likewise.
16051 * gdb.threads/manythreads.exp: Likewise.
16052 * gdb.threads/pthreads.exp: Likewise.
16053 * gdb.threads/schedlock.exp: Likewise.
16054 * gdb.threads/sigthread.exp: Likewise.
16055
16056 2015-12-11 Don Breazeal <donb@codesourcery.com>
16057
16058 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16059 remote.
16060 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16061 * gdb.base/foll-exec.exp (main): Enable for target remote.
16062 * gdb.base/foll-fork.exp (main): Likewise.
16063 * gdb.base/foll-vfork.exp (main): Likewise.
16064 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16065 (proc continue_to_exit_bp_loc): Use clean_restart.
16066 * gdb.base/pie-execl.exp (main): Disable for target remote.
16067 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16068 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16069 * gdb.threads/execl.exp (main): Likewise.
16070 * gdb.threads/fork-child-threads.exp (main): Likewise.
16071 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16072 remote.
16073 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16074 remote.
16075 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16076 pid.tid style ptids, instead of just tid.
16077 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16078 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16079 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16080 ptids, instead of just tid.
16081
16082 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16083
16084 * gdb.base/list.exp (test_list_forward): Add end of file error
16085 test.
16086 (test_repeat_list_command): Add end of file error test.
16087 (test_list_backwards): Add beginning of file error test.
16088
16089 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16090
16091 * gdb.base/list.exp (test_list_invalid_args): New function,
16092 defined, and called.
16093
16094 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16095
16096 * gdb.base/list.exp (test_list): Make test names unique.
16097
16098 2015-12-11 Yao Qi <yao.qi@linaro.org>
16099
16100 * gdb.base/coremaker2.c: Remove.
16101
16102 2015-12-10 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.multi/base.exp: Remove stale "spaces" references.
16105
16106 2015-12-10 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.multi/base.exp: Don't use nowarnings.
16109 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16110 * gdb.multi/hangout.c: Include stdio.h.
16111 * gdb.multi/hello.c: Include stdlib.h.
16112 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16113 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16114 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16115
16116 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16117
16118 * gdb.dwarf2/dw2-ranges-base.c: New file.
16119 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16120 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16121 support additional line table, and debug ranges generation.
16122 (Dwarf::ranges): New function, generate .debug_ranges.
16123 (Dwarf::lines): Support generating simple line table programs.
16124 (Dwarf::assemble): Initialise new namespace variables.
16125
16126 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16127
16128 * gdb.base/async.exp (proc test_background): Add case for
16129 asynchronous execution not supported.
16130
16131 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16132
16133 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16134 format and change test names to make them unique.
16135
16136 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16137 Pedro Alves <pedro@redhat.com>
16138
16139 PR gdb/18702
16140 Add checking of floatformats setup on x86_64 hosts.
16141 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16142 (smallval, bigval): New labels/constants.
16143 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16144 float" after loading bigval and smallval.
16145
16146 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16147
16148 * gdb.ada/fun_overload_menu.exp: New testcase.
16149 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16150
16151 2015-12-04 Josh Stone <jistone@redhat.com>
16152
16153 * gdb.base/catch-fork-static.exp: New.
16154
16155 2015-12-03 Yao Qi <yao.qi@linaro.org>
16156
16157 * gdb.base/sizeof.c: Don't include stdio.h and
16158 ../lib/unbuffer_output.c.
16159 (main): New variable 'size' and 'value'. Remove printf and
16160 gdb_unbuffer_output. Assign return value to size and value.
16161 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16162 at the beginning.
16163 (check_sizeof): Check the result by printing variable 'size'.
16164 (check_valueof): Check the result by printing variable 'value'.
16165
16166 2015-12-01 Yao Qi <yao.qi@linaro.org>
16167
16168 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16169 for aarch64*-*-linux* target.
16170
16171 2015-11-30 Pedro Alves <palves@redhat.com>
16172
16173 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16174
16175 2015-11-30 Pedro Alves <palves@redhat.com>
16176
16177 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16178 Handle non-stop mode vCont replies.
16179
16180 2015-11-30 Pedro Alves <palves@redhat.com>
16181
16182 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16183 prepare_for_testing. Start gdb with "set non-stop on" appended to
16184 GDBFLAGS. Lax expected stop output.
16185
16186 2015-11-27 Yao Qi <yao.qi@linaro.org>
16187
16188 * gdb.arch/arm-neon.exp: New.
16189 * gdb.arch/arm-neon.c: New.
16190
16191 2015-11-27 Yao Qi <yao.qi@linaro.org>
16192
16193 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16194
16195 2015-11-27 Yao Qi <yao.qi@linaro.org>
16196
16197 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16198 frames-invalid annotation.
16199
16200 2015-11-27 Yao Qi <yao.qi@linaro.org>
16201
16202 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16203
16204 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16205
16206 * gdb.threads/names.exp: New file.
16207 * gdb.threads/names.c: New file.
16208 * README: Mention gdb,no_thread_names.
16209
16210 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16211
16212 PR 19297
16213 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16214 support" error.
16215
16216 2015-11-24 Pedro Alves <palves@redhat.com>
16217
16218 PR 17539
16219 * gdb.base/display.exp: Expect displays to be sorted in ascending
16220 order. Use multi_line.
16221 * gdb.base/solib-display.exp: Likewise.
16222
16223 2015-11-24 Pedro Alves <palves@redhat.com>
16224
16225 PR 17539
16226 * gdb.base/display.exp: Expect displays to be sorted in ascending
16227 order. Use multi_line.
16228 * gdb.base/solib-display.exp: Likewise.
16229
16230 2015-11-24 Pedro Alves <palves@redhat.com>
16231
16232 PR 17539
16233 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16234 threads in ascending order.
16235 * gdb.base/foll-fork.exp: Likewise.
16236 * gdb.base/foll-vfork.exp: Likewise.
16237 * gdb.base/multi-forks.exp: Likewise.
16238 * gdb.mi/mi-nonstop.exp: Likewise.
16239 * gdb.mi/mi-nsintrall.exp: Likewise.
16240 * gdb.multi/base.exp: Likewise.
16241 * gdb.multi/multi-arch.exp: Likewise.
16242 * gdb.python/py-inferior.exp: Likewise.
16243 * gdb.threads/break-while-running.exp: Likewise.
16244 * gdb.threads/execl.exp: Likewise.
16245 * gdb.threads/gcore-thread.exp: Likewise.
16246 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16247 * gdb.threads/kill.exp: Likewise.
16248 * gdb.threads/linux-dp.exp: Likewise.
16249 * gdb.threads/multiple-step-overs.exp: Likewise.
16250 * gdb.threads/next-bp-other-thread.exp: Likewise.
16251 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16252 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16253 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16254 * gdb.threads/thread-find.exp: Likewise.
16255 * gdb.threads/tls.exp: Likewise.
16256 * lib/mi-support.exp (mi_reverse_list): Delete.
16257 (mi_check_thread_states): No longer reverse list.
16258
16259 2015-11-24 Pedro Alves <palves@redhat.com>
16260
16261 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16262 use lowercase.
16263
16264 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16265
16266 * gdb.trace/actions.c: Include trace-common.h.
16267 (main): Add a location for a fast tracepoint.
16268 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16269 the normal tracepoints.
16270 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16271
16272 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16273
16274 * save-trace.exp: Factor out code to these...
16275 (gdb_save_tracepoints): New.
16276 (gdb_load_tracepoints): New.
16277 (do_save_load_test): New.
16278
16279 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16280
16281 * gdb.base/asmlabel.exp: New test.
16282 * gdb.base/asmlabel.c: New test case.
16283
16284 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16285
16286 * gdb.base/wrong_frame_bt_full-main.c: New file.
16287 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16288 * gdb.base/wrong_frame_bt_full.exp: New file.
16289
16290 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16291
16292 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16293
16294 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16295
16296 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16297 pstate register when comparing registers values in
16298 sparc64-*-linux-gnu targets to avoid spurious differences.
16299
16300 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16301
16302 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16303
16304 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16305
16306 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16307 as type argument to gdb_compile.
16308 * gdb.base/nested-subp2.exp: Likewise.
16309 * gdb.base/nested-subp3.exp: Likewise.
16310
16311 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16312
16313 * lib/dwarf.exp (_note): Fix left shift of negative value.
16314 * gdb.trace/trace-condition.exp: Likewise.
16315
16316 2015-11-13 Yao Qi <yao.qi@linaro.org>
16317
16318 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16319 comments about d10v.
16320 (test_scalar_returns): Likewise.
16321 * gdb.base/d10v.ld: Remove.
16322 * gdb.base/overlays.exp: Remove the target triplet checking for
16323 d10v-*-*.
16324 * gdb.base/structs.exp (test_struct_returns): Remove the
16325 comments about d10v.
16326 (test_struct_calls): Likewise.
16327
16328 2015-11-13 Yao Qi <yao.qi@linaro.org>
16329
16330 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16331 * gdb.base/gnu_vector.c: Don't include stdio.h.
16332 (main): Don't print res and call add_some_intvecs.
16333
16334 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16335
16336 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16337 macro.
16338 (func5): Removed.
16339 (func4): Use FAST_TRACEPOINT_LABEL.
16340 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16341 macro.
16342 (func): Removed.
16343 (thread_function): Use FAST_TRACEPOINT_LABEL.
16344 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16345 (func): Remove.
16346 (marker): Use FAST_TRACEPOINT_LABEL.
16347 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16348 (pendfunc1): Remove.
16349 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16350 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16351 (foo): Remove.
16352 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16353 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16354 macro.
16355 (func): Remove.
16356 (marker): Use FAST_TRACEPOINT_LABEL.
16357 * gdb.trace/trace-common.h: New header.
16358 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16359 macro.
16360 (func): Remove.
16361 (marker): Use FAST_TRACEPOINT_LABEL.
16362 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16363 (func): Remove.
16364 (thread_function): Use FAST_TRACEPOINT_LABEL.
16365
16366 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16367
16368 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16369 in front.
16370 * gdb.trace/change-loc.exp: Use global pcreg definition.
16371 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16372 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16373 in front.
16374 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16375 * gdb.trace/pending.exp: Likewise.
16376 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16377 * gdb.trace/trace-break.exp: Likewise.
16378 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16379 in front.
16380 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16381 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16382 in front.
16383 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16384
16385 2015-11-09 Joel Brobecker <brobecker@adacore.com>
16386
16387 * gdb.ada/fin_fun_out: New testcase.
16388
16389 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16390
16391 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16392 value associated with DW_AT_byte_size.
16393 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16394 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16395 DW_AT_upper_bound.
16396
16397 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16398
16399 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16400 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16401 version.
16402 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16403 gdb.dwarf2/dw2-canonicalize-type.exp,
16404 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16405 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16406 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16407 provided by gdb_target_symbol_prefix_flags_asm.
16408 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16409 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16410 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16411 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16412 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16413 macros where needed). Use this macro for symbols which require
16414 the prefix provided by SYMBOL_PREFIX.
16415
16416 2015-11-05 Kevin Buettner <kevinb@redhat.com>
16417
16418 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16419 New procs.
16420 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16421 representing expressions, of more than one list element.
16422 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16423 to prepend linker symbol prefix to f.
16424 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16425 table_1 and table_2.
16426 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16427 Likewise, for f and g.
16428 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16429 for ptr.
16430 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16431 for main.
16432 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16433 table_1_ptr and table_2_ptr.
16434
16435 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16436 Joel Brobecker <brobecker@adacore.com>
16437
16438 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16439
16440 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16441
16442 * gdb.reverse/s390-mvcle.c: New test.
16443 * gdb.reverse/s390-mvcle.exp: New file.
16444 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16445
16446 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16447
16448 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16449
16450 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16451
16452 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16453 reaching marker2.
16454 * gdb.reverse/getresuid-reverse.exp: Likewise.
16455 * gdb.reverse/pipe-reverse.exp: Likewise.
16456 * gdb.reverse/readv-reverse.exp: Likewise.
16457 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16458 * gdb.reverse/time-reverse.exp: Likewise.
16459 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16460
16461 2015-10-30 Yao Qi <yao.qi@linaro.org>
16462
16463 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16464 (empty_cycle): Remove.
16465 (main): Don't call empty_cycle. Don't use watch_count_done.
16466 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16467 empty_cycle. Rewrite the code counting HW watchpoints.
16468
16469 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16470
16471 * gdb.reverse/fstatat-reverse.c: New test.
16472 * gdb.reverse/fstatat-reverse.exp: New file.
16473 * gdb.reverse/getresuid-reverse.c: New test.
16474 * gdb.reverse/getresuid-reverse.exp: New file.
16475 * gdb.reverse/pipe-reverse.c: New test.
16476 * gdb.reverse/pipe-reverse.exp: New file.
16477 * gdb.reverse/readv-reverse.c: New test.
16478 * gdb.reverse/readv-reverse.exp: New file.
16479 * gdb.reverse/recvmsg-reverse.c: New test.
16480 * gdb.reverse/recvmsg-reverse.exp: New file.
16481 * gdb.reverse/time-reverse.c: New test.
16482 * gdb.reverse/time-reverse.exp: New file.
16483 * gdb.reverse/waitpid-reverse.c: New test.
16484 * gdb.reverse/waitpid-reverse.exp: New file.
16485
16486 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16487
16488 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16489
16490 2015-10-26 Doug Evans <dje@google.com>
16491
16492 PR symtab/17391
16493 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16494 * gdb.dwarf2/bad-regnum.c: New file.
16495 * gdb.dwarf2/bad-regnum.exp: New file.
16496
16497 2015-10-26 Doug Evans <dje@google.com>
16498
16499 PR python/18938
16500 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16501 file.
16502
16503 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16504
16505 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16506 for a change by "Mention language in compile error message".
16507
16508 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16509
16510 PR python/18073
16511 * gdb.python/py-type.c (C::a_method): New.
16512 (C::a_const_method): New.
16513 (C::a_static_method): New.
16514 (a_function): New.
16515 * gdb.python/py-type.exp (test_fields): Test getting fields
16516 from function and method.
16517
16518 2015-10-21 Keven Boell <keven.boell@intel.com>
16519
16520 * gdb.fortran/vla-alloc-assoc.exp: New file.
16521 * gdb.fortran/vla-datatypes.exp: New file.
16522 * gdb.fortran/vla-datatypes.f90: New file.
16523 * gdb.fortran/vla-history.exp: New file.
16524 * gdb.fortran/vla-ptype-sub.exp: New file.
16525 * gdb.fortran/vla-ptype.exp: New file.
16526 * gdb.fortran/vla-sizeof.exp: New file.
16527 * gdb.fortran/vla-sub.f90: New file.
16528 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16529 * gdb.fortran/vla-value-sub-finish.exp: New file.
16530 * gdb.fortran/vla-value-sub.exp: New file.
16531 * gdb.fortran/vla-value.exp: New file.
16532 * gdb.fortran/vla-ptr-info.exp: New file.
16533 * gdb.mi/mi-vla-fortran.exp: New file.
16534 * gdb.mi/vla.f90: New file.
16535
16536 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16537
16538 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16539 of hardwired timeout value.
16540
16541 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16542 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16545 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16546
16547 2015-10-19 Josh Stone <jistone@redhat.com>
16548
16549 * gdb.base/catch-syscall.c: Include <sched.h>.
16550 (unknown_syscall): New variable.
16551 (main): Trigger a vfork and an unknown syscall.
16552 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
16553 (unknown_syscall_number): Likewise.
16554 (check_call_to_syscall): Accept an optional syscall pattern.
16555 (check_return_from_syscall): Likewise.
16556 (check_continue): Likewise.
16557 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
16558 (test_catch_syscall_skipping_return): New test toggling off 'catch
16559 syscall' to step over the syscall return, then toggling back on.
16560 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
16561 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
16562 (do_syscall_tests): Call test_catch_syscall_without_args and
16563 test_catch_syscall_mid_vfork.
16564 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
16565 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
16566
16567 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
16568
16569 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
16570 print g_vE): Add new pass patterns.
16571 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
16572 print various symbol names for vptr fields.
16573
16574 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
16575
16576 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
16577 results.
16578
16579 2015-10-12 Yao Qi <yao.qi@linaro.org>
16580
16581 * gdb.arch/disp-step-insn-reloc.exp: New test case.
16582
16583 2015-10-12 Yao Qi <yao.qi@linaro.org>
16584
16585 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
16586 is aarch64*-*-linux*.
16587
16588 2015-10-12 Yao Qi <yao.qi@linaro.org>
16589
16590 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
16591 (can_relocate_bcond_true): ... it.
16592 (can_relocate_bcond_false): New function.
16593 (foo): Likewise.
16594 (can_relocate_bl): Likewise.
16595 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
16596 can_relocate_bl.
16597
16598 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
16599
16600 * gdb.base/nested-addr.c: New file.
16601 * gdb.base/nested-addr.exp: New testcase.
16602
16603 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16604
16605 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16606 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16607 its output. Ignore the output of "record goto begin" and instead
16608 check that GDB is replaying.
16609
16610 2015-10-09 Pedro Alves <palves@redhat.com>
16611
16612 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
16613 (top level): Use it in the run with no args test.
16614
16615 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
16616
16617 * gdb.dlang/properties.exp: New file.
16618
16619 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
16620
16621 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
16622 whether or not address 0x1000 is mapped on the target.
16623
16624 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
16625
16626 * gdb.python/py-type.exp: Do not run tests if binaries fail to
16627 build.
16628
16629 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
16630
16631 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
16632 instruction-history test.
16633
16634 2015-09-28 Doug Evans <dje@google.com>
16635
16636 * gdb.base/gcore.c (array_func): Add reference to static_array.
16637
16638 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
16639
16640 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
16641 source line.
16642
16643 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
16644
16645 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
16646 short or char as base type.
16647
16648 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
16649
16650 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
16651 to allow any size enum.
16652
16653 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
16654
16655 * gdb.ada/array_ptr_renaming.exp: New testcase.
16656 * gdb.ada/array_ptr_renaming/foo.adb: New file.
16657 * gdb.ada/array_ptr_renaming/pack.ads: New file.
16658
16659 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16660
16661 * gdb.trace/ftrace-lock.c: New file.
16662 * gdb.trace/ftrace-lock.exp: New file.
16663
16664 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16665
16666 * gdb.arch/insn-reloc.c: New file.
16667 * gdb.arch/ftrace-insn-reloc.exp: New file.
16668
16669 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
16670
16671 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
16672 instruction.
16673 * gdb.trace/pendshr1.c (pendfunc): Likewise.
16674 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
16675 * gdb.trace/range-stepping.c: Likewise.
16676 * gdb.trace/trace-break.c: Likewise.
16677 * gdb.trace/trace-mt.c (thread_function): Likewise.
16678 * gdb.trace/ftrace.c (marker): Likewise.
16679 * gdb.trace/trace-condition.c (marker): Likewise.
16680 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
16681 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
16682 is_aarch64_target.
16683
16684 2015-09-18 Doug Evans <xdje42@gmail.com>
16685
16686 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
16687 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
16688
16689 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16690
16691 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
16692 the breakpoint.
16693
16694 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16695
16696 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
16697 the pending breakpoint. Remove timeout override for "Run till
16698 MI pending breakpoint on pendfunc3 on thread 2" test.
16699
16700 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16701
16702 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
16703 filename pattern.
16704
16705 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16706
16707 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
16708 in breakpoint filename pattern.
16709
16710 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16711
16712 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
16713
16714 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
16715
16716 * gdb.linespec/explicit.exp: Check for readline support for
16717 tab-completion tests. Fix obvious typo.
16718
16719 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16720
16721 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
16722 and replay.
16723
16724 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
16725
16726 * gdb.btrace/non-stop.c: New.
16727 * gdb.btrace/non-stop.exp: New.
16728
16729 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
16730 Yao Qi <yao.qi@linaro.org>
16731
16732 * gdb.trace/trace-condition.c: New file.
16733 * gdb.trace/trace-condition.exp: New file.
16734
16735 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
16736
16737 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
16738 for testing bytecode compilation.
16739
16740 2015-09-16 Pedro Alves <palves@redhat.com>
16741 Sandra Loosemore <sandra@codesourcery.com>
16742
16743 * gdb.threads/non-stop-fair-events.c (timeout): New global.
16744 (SECONDS): Redefine.
16745 (main): Call pthread_kill and alarm early.
16746 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
16747 support.
16748 (test): If the target can't hardware step and doesn't support
16749 displaced stepping, increase the timeout.
16750
16751 2015-09-16 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
16754 (enable_debug): New procedures.
16755 (test): Use them. Bail out if waiting for threads fails.
16756 (top level): Bail out if a test fails.
16757
16758 2015-09-16 Yao Qi <yao.qi@linaro.org>
16759
16760 * gdb.asm/asm-source.exp: Set asm-arch for
16761 aarch64*-*-* target.
16762 * gdb.asm/aarch64.inc: New file.
16763
16764 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
16765
16766 * gdb.ada/array_of_variable_length.exp: New testcase.
16767 * gdb.ada/array_of_variable_length/foo.adb: New file.
16768 * gdb.ada/array_of_variable_length/pck.adb: New file.
16769 * gdb.ada/array_of_variable_length/pck.ads: New file.
16770
16771 2015-09-15 Doug Evans <dje@google.com>
16772
16773 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
16774 of function static local variable.
16775
16776 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16777
16778 * gdb.threads/tls-so_extern.exp: New test file.
16779 * gdb.threads/tls-so_extern.c: New test file.
16780 * gdb.threads/tls-so_extern_main.c: New test file.
16781
16782 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16783
16784 * gdb.opt/solib-intra-step-lib.c: New file.
16785 * gdb.opt/solib-intra-step-main.c: New file.
16786 * gdb.opt/solib-intra-step.exp: New file.
16787
16788 2015-09-15 Pedro Alves <palves@redhat.com>
16789
16790 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
16791 gdb_continue_to_breakpoint instead of gdb_test_multiple.
16792
16793 2015-09-14 Pedro Alves <palves@redhat.com>
16794
16795 * gdb.base/hook-stop-continue.c: Delete.
16796 * gdb.base/hook-stop-continue.exp: Delete.
16797 * gdb.base/hook-stop-frame.c: Delete.
16798 * gdb.base/hook-stop-frame.exp: Delete.
16799 * gdb.base/hook-stop.c: New file.
16800 * gdb.base/hook-stop.exp: New file.
16801
16802 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
16803
16804 * gdb.ada/access_to_packed_array.exp: New testcase.
16805 * gdb.ada/access_to_packed_array/foo.adb: New file.
16806 * gdb.ada/access_to_packed_array/pack.adb: New file.
16807 * gdb.ada/access_to_packed_array/pack.ads: New file.
16808
16809 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
16810
16811 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
16812 buffer size test.
16813
16814 2015-09-11 Don Breazeal <donb@codesourcery.com>
16815
16816 * gdb.base/foll-exec.c: Add copyright header. Fix
16817 formatting issues.
16818 * gdb.base/foll-exec.exp (zap_session): Delete proc.
16819 (do_exec_tests): Use clean_restart in place of zap_session,
16820 and for test initialization. Fix formatting issues. Use
16821 fail in place of perror.
16822 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
16823 an expect statement to match an expression with output from
16824 the program under debug.
16825 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
16826 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
16827 * gdb.threads/non-ldr-exc-2.exp: Likewise.
16828 * gdb.threads/non-ldr-exc-3.exp: Likewise.
16829 * gdb.threads/non-ldr-exc-4.exp: Likewise.
16830
16831 2015-09-09 Doug Evans <dje@google.com>
16832
16833 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
16834
16835 2015-09-09 Doug Evans <dje@google.com>
16836
16837 * gdb.base/pie-execl.exp: Fix result test of build_executable.
16838
16839 2015-09-09 Doug Evans <dje@google.com>
16840
16841 * gdb.base/savedregs.exp: Fix typo.
16842
16843 2015-09-09 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.mi/mi-cli.exp: Add CLI finish tests.
16846
16847 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
16848
16849 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
16850 command actually switches threads. Give up on remaining
16851 tests if target fails to stop at breakpoint.
16852
16853 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
16854
16855 * gdb.ada/funcall_char.exp: New testcase.
16856 * gdb.ada/funcall_char/foo.adb: New file.
16857
16858 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
16859
16860 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
16861 expected outputs. Add two testcases for completing ambiguous
16862 functions.
16863 * gdb.ada/complete/aux_pck.adb: New file.
16864 * gdb.ada/complete/aux_pck.ads: New file.
16865 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
16866 Ambiguous_Func functions.
16867 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
16868 * gdb.ada/complete/pck.adb: Likewise.
16869
16870 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
16871
16872 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
16873 failures to run the test program under GDB.
16874
16875 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
16876
16877 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
16878 to C.
16879
16880 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
16881
16882 * gdb.base/run-after-attach.exp: New test file.
16883 * gdb.base/run-after-attach.c: New test file.
16884
16885 2015-08-26 Don Breazeal <donb@codesourcery.com>
16886
16887 * gdb.base/foll-exec-2.c: New test program.
16888 * gdb.base/foll-exec-2.exp: New test.
16889
16890 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
16891
16892 * gdb.base/nested-subp1.exp: New file.
16893 * gdb.base/nested-subp1.c: New file.
16894 * gdb.base/nested-subp2.exp: New file.
16895 * gdb.base/nested-subp2.c: New file.
16896 * gdb.base/nested-subp3.exp: New file.
16897 * gdb.base/nested-subp3.c: New file.
16898
16899 2015-08-24 Pedro Alves <palves@redhat.com>
16900
16901 * gdb.server/connect-without-multi-process.c: New file.
16902 * gdb.server/connect-without-multi-process.exp: New file.
16903
16904 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16905
16906 * gdb.opt/inline-markers.c: Make z int.
16907
16908 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16909
16910 * gdb.opt/inline-markers.c: Make z volatile.
16911
16912 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16913
16914 * gdb.opt/inline-bt.c: New volatile global z.
16915 * gdb.opt/inline-cmds.c: Likewise.
16916 * gdb.opt/inline-locals.c: Likewise.
16917 * gdb.opt/inline-markers.c: New extern global z.
16918 (marker): Use z.
16919 (inline_fn): Likewise.
16920
16921 2015-08-24 Pedro Alves <palves@redhat.com>
16922
16923 * config/m32r-stub.exp: Remove file.
16924 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
16925 * gdb.base/call-rt-st.exp: Likewise.
16926 * gdb.base/call-strs.exp: Likewise.
16927 * gdb.base/default.exp: Remove references to h8300-*-hms and
16928 *-*-udi*.
16929 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
16930
16931 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
16932
16933 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
16934 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
16935 and "return" use KFAIL when GDB can not read/write the vector
16936 return value.
16937
16938 2015-08-21 Gary Benson <gbenson@redhat.com>
16939
16940 * gdb.trace/pending.exp: Cope with remote transfer warnings.
16941
16942 2015-08-20 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.server/solib-list.exp: No longer expect an interior stop in
16945 non-stop mode.
16946
16947 2015-08-20 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.server/connect-stopped-target.c: New file.
16950 * gdb.server/connect-stopped-target.exp: New file.
16951
16952 2015-08-20 Pedro Alves <palves@redhat.com>
16953
16954 * gdb.dwarf2/comp-unit-lang.exp: New file.
16955 * gdb.dwarf2/comp-unit-lang.c: New file.
16956
16957 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
16958
16959 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
16960 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
16961
16962 2015-08-19 Kevin Buettner <kevinb@redhat.com>
16963
16964 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
16965 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
16966
16967 2015-08-18 Doug Evans <dje@google.com>
16968 Adrian Sendroiu <adrian.sendroiu@freescale.com>
16969
16970 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
16971 skip_python_tests. New arg prompt_regexp.
16972 (skip_python_tests): New function.
16973 * lib/mi-support.exp (mi_skip_python_tests): New function.
16974 * gdb.python/py-mi-objfile-gdb.py: New file.
16975 * gdb.python/py-mi-objfile.c: New file.
16976 * gdb.python/py-mi-objfile.exp: New file.
16977
16978 2015-08-17 Keith Seitz <keiths@redhat.com>
16979
16980 * gdb.linespec/explicit.exp: Move strace test from here ...
16981 * gdb.trace/strace.exp: ... to here.
16982
16983 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
16984
16985 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
16986 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
16987
16988 2015-08-14 Doug Evans <xdje42@gmail.com>
16989
16990 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
16991 inferior before selecting a new file.
16992
16993 2015-08-14 Doug Evans <xdje42@gmail.com>
16994
16995 * gdb.mi/mi-disassemble.exp: Update.
16996 * gdb.base/disasm-optim.S: New file.
16997 * gdb.base/disasm-optim.c: New file.
16998 * gdb.base/disasm-optim.h: New file.
16999 * gdb.base/disasm-optim.exp: New file.
17000
17001 2015-08-14 Keith Seitz <keiths@redhat.com>
17002
17003 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17004 "evaluated-by".
17005
17006 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17007
17008 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17009
17010 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17011
17012 * gdb.ada/fun_renaming.exp: New testcase.
17013 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17014 * gdb.ada/fun_renaming/pack.adb: New file.
17015 * gdb.ada/fun_renaming/pack.ads: New file.
17016
17017 2015-08-12 Keith Seitz <keiths@redhat.com>
17018
17019 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17020 gdb_get_line_number.
17021
17022 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17023
17024 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17025 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17026 gdb.base/dso2dso.exp: New files.
17027
17028 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17029 Pedro Alves <palves@redhat.com>
17030 Keith Seitz <keiths@redhat.com>
17031
17032 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17033 GDBFLAGS.
17034
17035 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17036
17037 * gdb.base/gdbhistsize-history.exp
17038 (test_histsize_history_setting): Use save_vars.
17039 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17040 Use save_vars.
17041 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17042 * gdb.base/readline.exp: Use save_vars.
17043
17044 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17045
17046 * lib/gdb.exp (save_vars): New proc.
17047
17048 2015-08-11 Keith Seitz <keiths@redhat.com>
17049
17050 * gdb.base/help.exp: Update help_breakpoint_text.
17051
17052 2015-08-11 Keith Seitz <keiths@redhat.com>
17053
17054 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17055 (at toplevel): Call test_explicit_breakpoints.
17056 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17057 breakpoints.
17058 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17059 breakpoint conditions, "-cond".
17060
17061 2015-08-11 Keith Seitz <keiths@redhat.com>
17062
17063 * gdb.linespec/3explicit.c: New file.
17064 * gdb.linespec/cpexplicit.cc: New file.
17065 * gdb.linespec/cpexplicit.exp: New file.
17066 * gdb.linespec/explicit.c: New file.
17067 * gdb.linespec/explicit.exp: New file.
17068 * gdb.linespec/explicit2.c: New file.
17069 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17070 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17071 before using in the matching pattern.
17072 Clarify that `prefix' is a regular expression.
17073
17074 2015-08-11 Keith Seitz <keiths@redhat.com>
17075
17076 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17077 test.
17078 Add tests for missing ",FMT" and ",".
17079
17080 2015-08-10 Doug Evans <dje@google.com>
17081 Keith Seitz <keiths@redhat.com>
17082
17083 PR gdb/17960
17084 * gdb.base/completion.exp: Add location completer tests.
17085
17086 2015-08-07 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17089 tests here.
17090 (top level): Run do_test with and without displaced stepping.
17091
17092 2015-08-07 Pedro Alves <palves@redhat.com>
17093
17094 * gdb.base/valgrind-disp-step.c: New file.
17095 * gdb.base/valgrind-disp-step.exp: New file.
17096
17097 2015-08-07 Pedro Alves <palves@redhat.com>
17098
17099 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17100 Delete function.
17101 (main): Add alarm. Run an infinite loop instead of calling
17102 wait_threads.
17103 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17104 comment.
17105 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17106 Delete function.
17107 (main): Add alarm. Run an infinite loop instead of calling
17108 wait_threads.
17109 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17110 comment.
17111
17112 2015-08-07 Pedro Alves <palves@redhat.com>
17113
17114 * gdb.base/checkpoint-ns.exp: New file.
17115 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17116 standard_testfile.
17117
17118 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17119
17120 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17121 * gdb.btrace/instruction_history.exp: Update.
17122 * gdb.btrace/tsx.exp: New.
17123 * gdb.btrace/tsx.c: New.
17124
17125 2015-08-06 Pedro Alves <palves@redhat.com>
17126
17127 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17128 increase timeout.
17129 * gdb.reverse/until-precsave.exp: Bump timeouts.
17130
17131 2015-08-06 Pedro Alves <palves@redhat.com>
17132
17133 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17134
17135 2015-08-06 Pedro Alves <palves@redhat.com>
17136
17137 PR gdb/18749
17138 * gdb.threads/process-dies-while-handling-bp.c: New file.
17139 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17140
17141 2015-08-06 Pedro Alves <palves@redhat.com>
17142
17143 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17144 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17145
17146 2015-08-05 Pedro Alves <palves@redhat.com>
17147
17148 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17149 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17150
17151 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17152
17153 * gdb.base/bp-permanent.exp: Report test as unsupported if
17154 the target cannot stop at the permanent breakpoint.
17155
17156 2015-08-03 Doug Evans <dje@google.com>
17157
17158 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17159 10000.
17160
17161 2015-08-03 Doug Evans <dje@google.com>
17162
17163 * Makefile.in (workers/%.worker, build-perf): New rule.
17164 (GDB_PERFTEST_MODE): New variable.
17165 (check-perf): Use it.
17166 (clean): Clean up gdb.perf parallel build subdirs.
17167 * lib/build-piece.exp: New file.
17168 * lib/gdb.exp (make_gdb_parallel_path): New function
17169 (standard_output_file, standard_temp_file): Call it.
17170 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17171 of $GDB_PARALLEL.
17172 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17173
17174 2015-08-03 Doug Evans <dje@google.com>
17175
17176 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17177 (LOG_FILE_NAME): New global.
17178 (TextReporter.__init__): Initialize self.txt_sum.
17179 (TextReporter.report): Add support for multiple data-points.
17180 Move report to perftest.sum, put raw data in perftest.log.
17181 (TextReporter.start): Open sum and log files.
17182 (TextReporter.end): Close sum and log files.
17183 * gdb.perf/lib/perftest/testresult.py
17184 (SingleStatisticTestResult.record): Handle multiple data-points.
17185
17186 2015-07-31 Pedro Alves <palves@redhat.com>
17187
17188 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17189 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17190 kill_wait_spawned_process instead of explicit "kill -9".
17191 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17192 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17193 kill_wait_spawned_process.
17194 * gdb.base/attach-twice.exp: Likewise.
17195 * gdb.base/attach.exp: Likewise.
17196 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17197 gdb_test_multiple.
17198 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17199 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17200 kill_wait_spawned_process.
17201 * gdb.base/valgrind-infcall.exp: Likewise.
17202 * gdb.multi/multi-attach.exp: Likewise.
17203 * gdb.python/py-prompt.exp: Likewise.
17204 * gdb.python/py-sync-interp.exp: Likewise.
17205 * gdb.server/ext-attach.exp: Likewise.
17206 * gdb.threads/attach-into-signal.exp (corefunc): Use
17207 spawn_wait_for_attach, spawn_id_get_pid and
17208 kill_wait_spawned_process.
17209 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17210 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17211 spawn_id_get_pid and kill_wait_spawned_process.
17212 * gdb.threads/attach-stopped.exp (corefunc): Use
17213 spawn_wait_for_attach, spawn_id_get_pid and
17214 kill_wait_spawned_process.
17215 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17216 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17217 kill_wait_spawned_process instead of explicit "kill -9".
17218 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17219 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17220 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17221 processes. Don't map cygwin/windows pids here. Now returns a
17222 spawn id list.
17223
17224 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17225
17226 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17227 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17228 correct patch.
17229
17230 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17231
17232 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17233
17234 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17235
17236 Reapply:
17237 2014-05-21 Mark Wielaard <mjw@redhat.com>
17238
17239 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17240
17241 2015-07-30 Pedro Alves <palves@redhat.com>
17242
17243 * linux-low.c (handle_extended_wait): Set the child's last
17244 reported status to TARGET_WAITKIND_STOPPED.
17245
17246 2015-07-30 Pedro Alves <palves@redhat.com>
17247
17248 PR threads/18600
17249 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17250 only shows inferior 1.
17251
17252 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17253 Pedro Alves <palves@redhat.com>
17254
17255 PR threads/18600
17256 * gdb.threads/fork-plus-threads.c: New file.
17257 * gdb.threads/fork-plus-threads.exp: New file.
17258
17259 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17260
17261 * gdb.base/batch-preserve-term-settings.exp
17262 (test_terminal_settings_preserved_after_cli_exit): Use
17263 send_quit_command.
17264
17265 2015-07-29 Pedro Alves <palves@redhat.com>
17266 Don Breazeal <donb@codesourcery.com>
17267
17268 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17269 output from both inferior_spawn_id and gdb_spawn_id.
17270
17271 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17272
17273 * gdb.threads/attach-into-signal.exp (corefunc): Use
17274 with_test_prefix on nested loops, uniquefying the test messages.
17275
17276 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17277
17278 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17279 commit.
17280
17281 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17282
17283 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17284 New proc.
17285 (test_terminal_settings_preserved_after_sigterm): New test.
17286
17287 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17288
17289 * gdb.base/batch-preserve-term-settings.exp
17290 (test_terminal_settings_preserved_after_cli_exit): New test.
17291
17292 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17293
17294 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17295 manipulation of saved_gdbflags.
17296 (test_terminal_settings_preserved): Remove global declaration of
17297 the unused variable pagination_prompt. Remove manipulation of
17298 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17299 GDBFLAGS.
17300
17301 2015-07-29 Pedro Alves <palves@redhat.com>
17302
17303 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17304
17305 2015-07-29 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17308 at the top.
17309
17310 2015-07-29 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17313 (main): Call gdb_unbuffer_output.
17314 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17315 (main): Call gdb_unbuffer_output.
17316 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17317 (main): Call gdb_unbuffer_output.
17318 * gdb.base/call-strs.exp: Adjust to step over the
17319 gdb_unbuffer_output call.
17320 * gdb.base/catch-gdb-caused-signals.c: Include
17321 "../lib/unbuffer_output.c".
17322 (main): Call gdb_unbuffer_output.
17323 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17324 (main): Call gdb_unbuffer_output.
17325 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17326 (main): Call gdb_unbuffer_output.
17327 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17328 (main): Call gdb_unbuffer_output.
17329 * gdb.base/shlib-call.exp: Adjust to step over the
17330 gdb_unbuffer_output call.
17331 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17332 (main): Call gdb_unbuffer_output.
17333 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17334 (main): Call gdb_unbuffer_output.
17335 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17336 (main): Rename to ...
17337 (test): ... this.
17338 (main): Reimplement.
17339 * gdb.base/varargs.exp: Run to test instead of to main.
17340 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17341 (main): Call gdb_unbuffer_output.
17342
17343 2015-07-29 Pedro Alves <palves@redhat.com>
17344
17345 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17346 factore out from mi_continue_dprintf. For call-style dprintfs,
17347 expect dprintf output out of $inferior_spawn_id.
17348 (mi_continue_dprintf): Use mi_expect_dprintf.
17349 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17350 (main): Call gdb_unbuffer_output.
17351
17352 2015-07-29 Pedro Alves <palves@redhat.com>
17353
17354 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17355 (default_mi_gdb_start): Set inferior_spawn_id instead of
17356 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17357 gdb_spawn_id.
17358 (mi_gdb_test): Always expect inferior output from both
17359 $inferior_spawn_id and $gdb_spawn_id.
17360
17361 2015-07-29 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17364 send_inferior and $inferior_spawn_id.
17365
17366 2015-07-29 Pedro Alves <palves@redhat.com>
17367
17368 * gdb.gdb/complaints.exp (test_initial_complaints)
17369 (test_serial_complaints, test_short_complaints): Use
17370 gdb_test_stdio.
17371 (test_empty_complaint): Handle $inferior_spawn_id !=
17372 $gdb_spawn_id.
17373
17374 2015-07-29 Pedro Alves <palves@redhat.com>
17375
17376 * gdb.base/varargs.exp: Use gdb_test_stdio.
17377
17378 2015-07-29 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17381
17382 2015-07-29 Pedro Alves <palves@redhat.com>
17383
17384 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17385
17386 2015-07-29 Pedro Alves <palves@redhat.com>
17387
17388 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17389 parameter into two new parameters, "inf_result" and "gdb_result".
17390 Expect inferior output and gdb output from $inferior_spawn_id and
17391 $gdb_spawn_id, respectively. Adjust all callers.
17392
17393 2015-07-29 Pedro Alves <palves@redhat.com>
17394
17395 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17396 of gdb_test_sequence.
17397
17398 2015-07-29 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17401 (saw_spurious_output): Expect inferior output from
17402 $inferior_spawn_id. Use gdb_test_stdio.
17403
17404 2015-07-29 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.base/dprintf.exp: Use standard_testfile. Change
17407 prepare_for_testing call.
17408 (srcfile): Don't set.
17409 (restart): New procedure.
17410 (test_dprintf): New procecure, use to continue over dprintfs.
17411 (test_call, test_agent): New procedures, tests moved here.
17412 Restart gdb and recreate dprintfs. Adjust expected output.
17413
17414 2015-07-29 Pedro Alves <palves@redhat.com>
17415
17416 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17417
17418 2015-07-29 Pedro Alves <palves@redhat.com>
17419
17420 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17421
17422 2015-07-29 Pedro Alves <palves@redhat.com>
17423
17424 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17425 gdb_test_stdio.
17426
17427 2015-07-29 Pedro Alves <palves@redhat.com>
17428
17429 * lib/gdb.exp (gdb_test_stdio): New procedure.
17430
17431 2015-07-29 Pedro Alves <palves@redhat.com>
17432
17433 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17434
17435 2015-07-29 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.base/call-signal-resume.exp: Remove check for
17438 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17439 * gdb.base/unwindonsignal.exp: Likewise.
17440 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17441 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17442
17443 2015-07-29 Pedro Alves <palves@redhat.com>
17444
17445 * gdb.base/siginfo-addr.c (pass): New function.
17446 (handler): Call it iff si_addr is correct.
17447 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17448 Set a breakpoint at "pass" and continue to it.
17449
17450 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17451
17452 * gdb.python/py-objfile.exp: Make some tests have unique names.
17453 * gdb.python/py-pp-registration.exp: Likewise.
17454
17455 2015-07-28 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17458
17459 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17460
17461 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17462
17463 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17464
17465 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17466
17467 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17468
17469 * gdb.base/gdb-sigterm-2.exp: New test.
17470
17471 2015-07-25 Doug Evans <xdje42@gmail.com>
17472
17473 Revert:
17474 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17475 (workers/%.worker, build-perf): New rule.
17476 (GDB_PERFTEST_MODE): New variable.
17477 (check-perf): Use it.
17478 (clean): Clean up gdb.perf parallel build subdirs.
17479 * lib/build-piece.exp: New file.
17480 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17481 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17482 name.
17483 (standard_temp_file): Ditto.
17484 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17485 of $GDB_PARALLEL.
17486
17487 2015-07-24 Doug Evans <dje@google.com>
17488
17489 * gdb.perf/lib/perftest/utils.py: New file.
17490 * gdb.perf/gm-hello.cc: New file.
17491 * gdb.perf/gm-pervasive-typedef.cc: New file.
17492 * gdb.perf/gm-pervasive-typedef.h: New file.
17493 * gdb.perf/gm-std.cc: New file.
17494 * gdb.perf/gm-std.h: New file.
17495 * gdb.perf/gm-use-cerr.cc: New file.
17496 * gdb.perf/gm-utils.h: New file.
17497 * gdb.perf/gmonster-null-lookup.py: New file.
17498 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17499 * gdb.perf/gmonster-print-cerr.py: New file.
17500 * gdb.perf/gmonster-ptype-string.py: New file.
17501 * gdb.perf/gmonster-runto-main.py: New file.
17502 * gdb.perf/gmonster-select-file.py: New file.
17503 * gdb.perf/gmonster1-null-lookup.exp: New file.
17504 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17505 * gdb.perf/gmonster1-print-cerr.exp: New file.
17506 * gdb.perf/gmonster1-ptype-string.exp: New file.
17507 * gdb.perf/gmonster1-runto-main.exp: New file.
17508 * gdb.perf/gmonster1-select-file.exp: New file.
17509 * gdb.perf/gmonster1.cc: New file.
17510 * gdb.perf/gmonster1.exp: New file.
17511 * gdb.perf/gmonster2-null-lookup.exp: New file.
17512 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17513 * gdb.perf/gmonster2-print-cerr.exp: New file.
17514 * gdb.perf/gmonster2-ptype-string.exp: New file.
17515 * gdb.perf/gmonster2-runto-main.exp: New file.
17516 * gdb.perf/gmonster2-select-file.exp: New file.
17517 * gdb.perf/gmonster2.cc: New file.
17518 * gdb.perf/gmonster2.exp: New file.
17519
17520 2015-07-24 Doug Evans <dje@google.com>
17521
17522 * gdb.perf/README: New file.
17523 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17524 * lib/gen-perf-test.exp: New file.
17525
17526 2015-07-24 Doug Evans <dje@google.com>
17527
17528 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17529 (PerfTest::startup): New function.
17530 (PerfTest::run): Return result of calling body.
17531 (PerfTest::assemble): Rewrite.
17532 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17533 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17534 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17535 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17536 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17537
17538 2015-07-24 Doug Evans <dje@google.com>
17539
17540 * lib/gdb.exp (clean_restart): Make executable optional.
17541
17542 2015-07-24 Doug Evans <dje@google.com>
17543
17544 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17545 compiler_info references.
17546 * gdb.cp/temargs.exp: Ditto.
17547 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
17548 (get_compiler_info): Early exit if already computed. Set compiler_info
17549 to "unknown" if there was a problem.
17550 (test_compiler_info): Add function comment. Call get_compiler_info.
17551
17552 2015-07-24 Doug Evans <dje@google.com>
17553
17554 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17555 (workers/%.worker, build-perf): New rule.
17556 (GDB_PERFTEST_MODE): New variable.
17557 (check-perf): Use it.
17558 (clean): Clean up gdb.perf parallel build subdirs.
17559 * lib/build-piece.exp: New file.
17560 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17561 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17562 name.
17563 (standard_temp_file): Ditto.
17564 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17565 of $GDB_PARALLEL.
17566
17567 2015-07-24 Doug Evans <dje@google.com>
17568
17569 * lib/future.exp (gdb_default_target_compile): New option
17570 "early_flags".
17571 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
17572 --as-needed.
17573
17574 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
17575
17576 * gdb.base/catch-syscall.exp: Call gdb_exit before
17577 gdb_skip_xml_test.
17578
17579 2015-07-24 Pedro Alves <palves@redhat.com>
17580
17581 * gdb.python/py-events.exp: Accept output between the stop event
17582 and the prompt.
17583 * gdb.python/py-evsignal.exp: Likewise.
17584 * gdb.python/py-evthreads.exp: Likewise.
17585
17586 2015-07-24 Pedro Alves <palves@redhat.com>
17587
17588 PR gdb/18717
17589 * gdb.threads/non-ldr-exit.c: New file.
17590 * gdb.threads/non-ldr-exit.exp: New file.
17591
17592 2015-07-24 Yao Qi <yao.qi@linaro.org>
17593
17594 * gdb.server/ext-wrapper.exp: Test --wrapper option when
17595 restarting process.
17596
17597 2015-07-24 Yao Qi <yao.qi@linaro.org>
17598
17599 * gdb.server/ext-restart.exp: New file.
17600
17601 2015-07-24 Yao Qi <yao.qi@linaro.org>
17602
17603 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17604 argument options.
17605 * gdb.server/ext-wrapper.exp: New file.
17606
17607 2015-07-23 Doug Evans <dje@google.com>
17608
17609 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17610 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17611
17612 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
17613
17614 * gdb.ada/var_arr_typedef.exp: New testcase.
17615 * gdb.ada/var_arr_typedef/pack.adb: New file.
17616 * gdb.ada/var_arr_typedef/pack.ads: New file.
17617 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
17618
17619 2015-07-20 Joel Brobecker <brobecker@adacore.com>
17620
17621 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
17622
17623 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17624
17625 * gdb.arch/i386-biarch-core.exp: Replace istarget
17626 by "complete set gnutarget". Remove expectation for the "core-file"
17627 command.
17628
17629 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17630
17631 Revert the previous commit:
17632 Tests for validate symbol file using build-id.
17633
17634 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
17635
17636 Tests for validate symbol file using build-id.
17637 * gdb.base/solib-mismatch-lib.c: New file.
17638 * gdb.base/solib-mismatch-libmod.c: New file.
17639 * gdb.base/solib-mismatch.c: New file.
17640 * gdb.base/solib-mismatch.exp: New file.
17641
17642 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
17643
17644 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
17645 nios2-*-linux*.
17646 * gdb.base/sigbpt.exp (stepi_out): Likewise.
17647 * gdb.base/siginfo.exp: Likewise.
17648 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17649
17650 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
17651
17652 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
17653 Move it to ...
17654 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
17655 ... here.
17656 * gdb.trace/range-stepping.exp: Check that the target supports
17657 range stepping.
17658
17659 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17660
17661 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
17662
17663 2015-07-14 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.base/killed-outside.exp: New file.
17666 * gdb.base/killed-outside.c: New file.
17667
17668 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
17671 (n at main): New.
17672 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
17673
17674 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17675
17676 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
17677 infcall tests instead of setting up for KFAIL.
17678
17679 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
17680
17681 * gdb.btrace/record_goto-step.exp: New.
17682
17683 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17684
17685 PR compile/18484
17686 * gdb.compile/compile.c (struct struct_type): Add volatile to
17687 selffield's type.
17688 * gdb.compile/compile.exp
17689 (compile code struct_object.selffield = &struct_object): Skip further
17690 struct_object tests if this one xfails.
17691
17692 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
17693
17694 PR exp/18617
17695 * gdb.trace/ax.exp: Add test.
17696
17697 2015-07-07 Yao Qi <yao.qi@linaro.org>
17698
17699 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
17700 instead of istarget "aarch64*-*-*".
17701 * gdb.arch/aarch64-fp.exp: Likewise.
17702 * gdb.base/float.exp: Likewise.
17703 * gdb.reverse/aarch64.exp: Likewise.
17704 * lib/gdb.exp (is_aarch64_target): New proc.
17705
17706 2015-07-07 Yao Qi <yao.qi@linaro.org>
17707
17708 * lib/gdb.exp (is_aarch32_target): New proc.
17709 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
17710 instead of "istarget "arm*-*-*"".
17711 * gdb.arch/arm-disp-step.exp: Likewise.
17712 * gdb.arch/thumb-bx-pc.exp: Likewise.
17713 * gdb.arch/thumb-prologue.exp: Likewise.
17714 * gdb.arch/thumb-singlestep.exp: Likewise.
17715 * gdb.base/disp-step-syscall.exp: Likewise.
17716 * gdb.base/float.exp: Likewise.
17717
17718 2015-07-07 Yao Qi <yao.qi@linaro.org>
17719
17720 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
17721 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
17722
17723 2015-07-07 Yao Qi <yao.qi@linaro.org>
17724
17725 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
17726 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
17727 if it exists.
17728 * gdb.multi/multi-arch.exp: Likewise.
17729
17730 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
17731
17732 * gdb.python/py-lazy-string.exp: Add missing parentheses to
17733 print.
17734
17735 2015-07-07 Yao Qi <yao.qi@linaro.org>
17736
17737 * gdb.arch/thumb-singlestep.exp: Do one more single step.
17738
17739 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
17740
17741 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
17742 '[' and ']' characters.
17743
17744 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
17745
17746 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17747
17748 2015-06-29 Pedro Alves <palves@redhat.com>
17749
17750 PR threads/18127
17751 * gdb.threads/hand-call-new-thread.c: New file.
17752 * gdb.threads/hand-call-new-thread.c: New file.
17753
17754 2015-06-26 Keith Seitz <keiths@redhat.com>
17755 Doug Evans <dje@google.com>
17756
17757 PR 16253
17758 * gdb.cp/var-tag-2.cc: New file.
17759 * gdb.cp/var-tag-3.cc: New file.
17760 * gdb.cp/var-tag-4.cc: New file.
17761 * gdb.cp/var-tag.cc: New file.
17762 * gdb.cp/var-tag.exp: New file.
17763
17764 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17765
17766 * gdb.base/history-duplicates.exp: New test.
17767
17768 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
17769
17770 * gdb.base/completion.exp: Test the completion of the "focus"
17771 command.
17772
17773 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17774
17775 * gdb.arch/amd64-prologue-skip.S: New file.
17776 * gdb.arch/amd64-prologue-skip.exp: New file.
17777
17778 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
17779
17780 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
17781 is_address_zero_readable check.
17782
17783 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
17784
17785 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
17786 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
17787
17788 2015-06-24 Yao Qi <yao.qi@linaro.org>
17789
17790 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
17791 linux targets.
17792
17793 2015-06-24 Yao Qi <yao.qi@linaro.org>
17794
17795 * lib/gdb.exp (supports_get_siginfo_type): New proc.
17796 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
17797 * gdb.base/siginfo-thread.exp: Likewise.
17798
17799 2015-06-22 Yao Qi <yao.qi@linaro.org>
17800
17801 * boards/remote-gdbserver-on-localhost.exp: Add comments.
17802
17803 2015-06-22 Yao Qi <yao.qi@linaro.org>
17804
17805 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
17806 aarch64*-*-*.
17807 (skip_hw_watchpoint_tests): Likewise.
17808
17809 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
17810
17811 * gdb.base/gdbinit-history.exp: Test the interaction between
17812 setting GDBHISTSIZE and setting the history size via .gdbinit.
17813
17814 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
17815
17816 PR gdb/16999
17817 * gdb.base/gdbhistsize-history.exp: New test.
17818
17819 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
17820
17821 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
17822 with GDBHISTSIZE.
17823 * gdb.base/readline.exp: Likewise.
17824
17825 2015-06-17 Yao Qi <yao.qi@linaro.org>
17826
17827 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
17828 line.
17829
17830 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
17831
17832 * gdb.base/gdbinit-history.exp: Add test case to check that
17833 an unlimited history file does not get truncated on exit.
17834
17835 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17836
17837 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
17838 (VECTOR): New macro. Use it...
17839 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
17840 ...for these typedefs.
17841 (int8, char1, int1, double1): New typedefs.
17842 (struct just_int2, struct two_int2): New structures.
17843 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
17844 (add_structvecs, add_singlevecs): New functions.
17845 (main): Call add_some_intvecs twice.
17846 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
17847 the compile and exit upon failure. Try compiling for the "native"
17848 architecture. Test inferior function calls with vector arguments
17849 and vector return value handling with "finish" and "return".
17850
17851 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
17852
17853 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
17854 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
17855 PE file.
17856 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
17857
17858 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
17859
17860 PR breakpoints/16465
17861 * gdb.mi/mi-dprintf-pending.c: New file.
17862 * gdb.mi/mi-dprintf-pending.exp: New test.
17863 * gdb.mi/mi-dprintf-pendshr.c: New file.
17864
17865 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17866 Mircea Gherzan <mircea.gherzan@intel.com>
17867
17868 * gdb.arch/i386-mpx-map.c: New file.
17869 * gdb.arch/i386-mpx-map.exp: New File.
17870
17871 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17872
17873 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
17874 * gdb.arch/i386-mpx.exp: Indentation fixed.
17875
17876 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17877
17878 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
17879 function and improved indentation.
17880 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
17881 gdb_test_multiple. Added additional tests to skip the test.
17882
17883 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
17884
17885 * gdb.arch/i386-avx512.c: Change path in include file.
17886 * gdb.arch/i386-avx512.exp: Change include dir path
17887 compilation flag.
17888 * gdb.arch/i386-mpx.c: Change path in include file.
17889 * gdb.arch/i386-mpx.exp: Change include dir path compilation
17890 flag.
17891
17892 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17893
17894 * gdb.compile/compile-print.exp (compile print *vararray@3)
17895 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
17896
17897 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17898
17899 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
17900 (do not keep jit in memory): ... this.
17901 (expect 5): Change it to ...
17902 (expect no 5): ... this.
17903
17904 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
17905
17906 PR gdb/15564
17907 * gdb.mi/mi-detach.exp: New file.
17908
17909 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17910
17911 PR symtab/18392
17912 * gdb.arch/amd64-tailcall-self.S: New file.
17913 * gdb.arch/amd64-tailcall-self.c: New file.
17914 * gdb.arch/amd64-tailcall-self.exp: New file.
17915
17916 2015-05-28 Don Breazeal <donb@codesourcery.com>
17917
17918 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
17919 tests for remote targets by checking is_target_gdbserver.
17920
17921 2015-05-27 Doug Evans <dje@google.com>
17922
17923 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
17924 * gdb.dwarf2/opaque-type-lookup.c: New file.
17925 * gdb.dwarf2/opaque-type-lookup.exp: New file.
17926
17927 2015-05-26 Doug Evans <dje@google.com>
17928
17929 * gdb.cp/iostream.cc: New file.
17930 * gdb.cp/iostream.exp: New file.
17931
17932 2015-05-26 Doug Evans <dje@google.com>
17933
17934 * gdb.dwarf2/dw2-op-call.exp: Update.
17935 * gdb.dwarf2/dw4-sig-types.exp: Update.
17936 * gdb.dwarf2/implptr.exp: Update.
17937 * gdb.mi/mi-cmd-param-changed.exp: Update.
17938
17939 2015-05-26 Doug Evans <dje@google.com>
17940
17941 * gdb.python/py-lazy-string.c: New file.
17942 * gdb.python/py-lazy-string.exp: New file.
17943 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
17944 (main): Update. Add estring3.
17945 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
17946 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
17947
17948 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
17949 Yao Qi <yao.qi@linaro.org>
17950
17951 * gdb.reverse/aarch64.c: New.
17952 * gdb.reverse/aarch64.exp: New.
17953
17954 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
17955
17956 * lib/gdb.exp (supports_process_record): Return true for
17957 aarch64*-linux*.
17958 (supports_reverse): Likewise.
17959
17960 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
17961
17962 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17963 Use with_test_prefix.
17964
17965 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
17966
17967 * gdb.base/completion.exp: Add test for completion of layout
17968 names.
17969
17970 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
17971
17972 * lib/gdb.exp (skip_tui_tests): New proc.
17973 * gdb.base/tui-layout.exp: Check skip_tui_tests.
17974
17975 2015-05-19 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17978 Save the whole env array instead of just HOME. Unset HISTSIZE in
17979 the environment while testing. Restore whole environment
17980 afterwards.
17981
17982 2015-05-16 Doug Evans <xdje42@gmail.com>
17983
17984 * gdb.guile/scm-ports.c: New file.
17985 * gdb.guile/scm-ports.exp: Add memory port tests.
17986
17987 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17988
17989 * gdb.compile/compile-print.c: New file.
17990 * gdb.compile/compile-print.exp: New file.
17991
17992 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17993
17994 * gdb.compile/compile-ops.exp: Cast param to void.
17995 * gdb.compile/compile.exp: Complete type for _gdb_expr.
17996 (compile code struct_object.selffield = &struct_object): Add xfail.
17997
17998 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17999
18000 * gdb.ada/arr_enum_with_gap: New testcase.
18001
18002 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18003
18004 * gdb.ada/byte_packed_arr: New testcase.
18005
18006 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18007
18008 * gdb.ada/pckd_neg: New testcase.
18009
18010 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18011
18012 PR gdb/17820
18013 * gdb.base/gdbinit-history.exp: New test.
18014 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18015 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18016
18017 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18018
18019 * gdb.python/py-xmethods.cc: Enhance test case.
18020 * gdb.python/py-xmethods.exp: New tests.
18021 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18022 function.
18023 (B_indexoper): Likewise.
18024 (global_dm_list) : Add new xmethod worker functions.
18025
18026 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18027
18028 * gdb.base/coredump-filter.exp: Correctly unset
18029 "coredump_var_addr" array.
18030
18031 2015-05-08 Pedro Alves <palves@redhat.com>
18032
18033 * gdb.server/non-existing-program.exp: Unset spawn_id.
18034
18035 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18036
18037 PR python/18291
18038 * gdb.python/py-xmethods.exp: Add tests.
18039
18040 2015-05-08 Yao Qi <yao.qi@linaro.org>
18041
18042 PR gdb/18208
18043 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18044 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18045 function set_coredump_filter, and remove remote_exec call.
18046 Remove argument ipid. Callers update.
18047 (top level): Don't get inferior's PID.
18048
18049 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18050
18051 * gdb.base/watch_thread_num.exp: Skip test on targets without
18052 access watchpoints.
18053
18054 2015-05-06 Pedro Alves <palves@redhat.com>
18055
18056 PR server/18081
18057 * gdb.server/non-existing-program.exp: New file.
18058
18059 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18060
18061 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18062
18063 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18064
18065 * gdb.ada/out_of_line_in_inlined: New testcase.
18066
18067 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18068
18069 * gdb.ada/var_rec_arr: New testcase.
18070
18071 2015-04-30 Yao Qi <yao.qi@linaro.org>
18072
18073 * gdb.base/break-idempotent.exp: If
18074 skip_hw_watchpoint_multi_tests returns true, skip the tests
18075 on "rwatch" and "awatch".
18076
18077 2015-04-30 Yao Qi <yao.qi@linaro.org>
18078
18079 * gdb.base/relativedebug.exp: Invoke gdb command
18080 "info sharedlibrary", and if libc.so doesn't have debug info,
18081 skip the test.
18082
18083 2015-04-29 Doug Evans <dje@google.com>
18084
18085 * gdb.python/py-xmethods.exp: Add ptype tests.
18086 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18087 get_result_type method.
18088
18089 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18090
18091 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18092 the target does not support hardware watchpoints.
18093
18094 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18095
18096 * gdb.base/break-always.exp: Abort testing if writing to memory
18097 causes an error.
18098
18099 2015-04-28 Doug Evans <dje@google.com>
18100
18101 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18102 * gdb.python/py-pp-registration.exp: ... here. New file.
18103 * gdb.python/py-pp-registration.c: New file.
18104 * gdb.python/py-pp-registration.py: New file.
18105
18106 2015-04-28 Doug Evans <dje@google.com>
18107
18108 * gdb.python/py-bad-printers.c: New file.
18109 * gdb.python/py-bad-printers.py: New file.
18110 * gdb.python/py-bad-printers.exp: New file.
18111
18112 2015-04-28 Sasha Smundak <asmundak@google.com>
18113
18114 * gdb.python/py-type.exp: New test.
18115
18116 2015-04-28 Andy Wingo <wingo@igalia.com>
18117
18118 * gdb.python/py-parameter.exp:
18119 * gdb.guile/scm-parameter.exp: Escape the path that we are
18120 matching against, as it might contain characters that are special
18121 to regular expressions.
18122
18123 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18124
18125 * gdb.ada/rec_comp: New testcase.
18126
18127 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18128
18129 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18130 before using it.
18131
18132 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18133
18134 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18135 new tests for verilog output.
18136
18137 2015-04-24 Yao Qi <yao.qi@linaro.org>
18138
18139 * boards/remote-gdbserver-on-localhost.exp: New file.
18140
18141 2015-04-23 Pedro Alves <palves@redhat.com>
18142
18143 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18144 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18145 "end of file", remove $inferior_spawn_id from the indirect list.
18146
18147 2015-04-23 Pedro Alves <palves@redhat.com>
18148
18149 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18150
18151 2015-04-23 Pedro Alves <palves@redhat.com>
18152
18153 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18154 on $any_spawn_id instead of only on $gdb_spawn_id.
18155
18156 2015-04-21 Pierre Muller <muller@sourceware.org>
18157
18158 PR pascal/17815
18159 * lib/pascal.exp (gpc_compile): Add new option "class".
18160 (fpc_compile): Likewise.
18161 * gdb.pascal/case-insensitive-symbols.pas: New file.
18162 * gdb.pascal/case-insensitive-symbols.exp: New file.
18163
18164 2015-04-20 Gary Benson <gbenson@redhat.com>
18165
18166 * gdb.base/attach.exp: Fix three extended remote failures.
18167
18168 2015-04-17 Gary Benson <gbenson@redhat.com>
18169
18170 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18171 the main executable over the remote protocol.
18172
18173 2015-04-16 Pedro Alves <palves@redhat.com>
18174
18175 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18176 a new gdbserver if gdbserver_reconnect_p is set.
18177
18178 2015-04-16 Pedro Alves <palves@redhat.com>
18179
18180 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18181 is set, don't exit gdbserver.
18182
18183 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18184
18185 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18186 appropriate .insn, such that an older assembler can be used.
18187 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18188 the z/Architecture instruction set on 31-bit targets as well.
18189
18190 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18191
18192 * gdb.go/handcall.exp: Remove all logic related to the first
18193 breakpoint and rely on go_runto_main instead.
18194 * gdb.go/strings.exp: Likewise.
18195 * gdb.go/unsafe.exp: Likewise.
18196 * gdb.go/hello.exp: Likewise. Also rename the remaining
18197 breakpoint marker to "breakpoint 1".
18198 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18199 * gdb.go/strings.go: Likewise.
18200 * gdb.go/unsafe.go: Likewise.
18201 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18202 "set breakpoint 2 here" and rename the remaining breakpoint marker
18203 to "breakpoint 1".
18204
18205 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18206
18207 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18208 if itertools.imap is not present.
18209 * gdb.python/py-objfile.exp: Add parentheses.
18210 * gdb.python/py-type.exp: Same.
18211 * gdb.python/py-unwind-maint.py: Same.
18212
18213 2015-04-15 Yao Qi <yao.qi@linaro.org>
18214
18215 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18216 of ":$ptr_size" and set its form explicitly.
18217
18218 2015-04-15 Pedro Alves <palves@redhat.com>
18219 Yao Qi <yao.qi@linaro.org>
18220
18221 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18222 timeout by factor of 4.
18223 (test_regular_watch): Likewise.
18224 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18225 * gdb.reverse/sigall-reverse.exp: Likewise.
18226 * gdb.reverse/until-precsave.exp: Likewise.
18227 * lib/gdb.exp (with_timeout_factor): New proc.
18228 (gdb_expect): Move some code to ...
18229 (get_largest_timeout): ... here. New procedure.
18230
18231 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18232
18233 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18234
18235 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18236
18237 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18238 to write to the .text section.
18239
18240 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18241
18242 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18243 Handle the case of targets that do not provide PID information.
18244
18245 2015-04-13 Yao Qi <yao.qi@linaro.org>
18246
18247 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18248 and use expect instead of gdb_expect.
18249
18250 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18251
18252 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18253 "coredump_var_addr" to avoid naming conflict with other testcases.
18254
18255 2015-04-10 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18258 gdb_test_sequence and gdb_assert.
18259
18260 2015-04-10 Pedro Alves <palves@redhat.com>
18261
18262 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18263 test messages that don't include the breakpoint address.
18264
18265 2015-04-10 Yao Qi <yao.qi@linaro.org>
18266
18267 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18268 false for some offset and width combinations which aren't
18269 supported by linux kernel.
18270
18271 2015-04-10 Pedro Alves <palves@redhat.com>
18272
18273 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18274 procedure, factored out from ...
18275 (top level): ... here. Add "set displaced-stepping" testing axis.
18276 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18277 parameter "displaced". Use it.
18278 (top level): Use foreach and add "set displaced-stepping" testing
18279 axis.
18280
18281 2015-04-10 Pedro Alves <palves@redhat.com>
18282
18283 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18284 Remove comment.
18285 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18286 both the address of the instruction that triggers the watchpoint
18287 and the address of the instruction immediately after, and use
18288 those addresses for the test. Fix comment.
18289
18290 2015-04-10 Pedro Alves <palves@redhat.com>
18291
18292 * gdb.base/sigstep.exp (breakpoint_to_handler)
18293 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18294 Test "backtrace" in handler.
18295 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18296 (top level): Add new "displaced" test axis to
18297 breakpoint_to_handler, breakpoint_to_handler_entry and
18298 breakpoint_over_handler.
18299
18300 2015-04-10 Pedro Alves <palves@redhat.com>
18301
18302 PR gdb/18216
18303 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18304
18305 2015-04-10 Yao Qi <yao.qi@linaro.org>
18306
18307 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18308 (test_add_rn_pc): New function.
18309 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18310 (top level): Invoke test_add_rn_pc.
18311
18312 2015-04-10 Pedro Alves <palves@redhat.com>
18313
18314 PR gdb/13858
18315 * gdb.base/step-over-no-symbols.exp: New file.
18316
18317 2015-04-09 Andy Wingo <wingo@igalia.com>
18318
18319 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18320 after the Python tests.
18321
18322 2015-04-08 Keith Seitz <keiths@redhat.com>
18323
18324 PR python/16699
18325 * gdb.python/py-completion.exp: New tests for completion.
18326 * gdb.python/py-completion.py (CompleteLimit1): New class.
18327 (CompleteLimit2): Likewise.
18328 (CompleteLimit3): Likewise.
18329 (CompleteLimit4): Likewise.
18330 (CompleteLimit5): Likewise.
18331 (CompleteLimit6): Likewise.
18332 (CompleteLimit7): Likewise.
18333
18334 2015-04-08 Pedro Alves <palves@redhat.com>
18335
18336 PR gdb/18214
18337 PR gdb/18216
18338 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18339 function.
18340 (main): Install it as SIGUSR1 handler.
18341 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18342 parameter. Always use "setup" as prefix. Toggle "set
18343 displaced-stepping" off/on depending on global. Don't switch to
18344 thread 1 here.
18345 (top level): Add displaced stepping "off/on" test axis. Update
18346 "setup" calls. Wrap each subtest with with_test_prefix. Test
18347 continuing with a queued signal in each thread.
18348
18349 2015-04-08 Pedro Alves <palves@redhat.com>
18350
18351 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18352 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18353 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18354 Return early if running to main fails.
18355 * gdb.trace/while-stepping.exp: Likewise.
18356
18357 2015-04-07 Pedro Alves <palves@redhat.com>
18358
18359 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18360 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18361 interact with inferior program.
18362
18363 2015-04-07 Pedro Alves <palves@redhat.com>
18364
18365 * lib/gdb.exp (inferior_spawn_id): New global.
18366 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18367 spawn id after processing the user code.
18368 (default_gdb_start): Set inferior_spawn_id.
18369 (send_inferior): New procedure.
18370 * lib/gdbserver-support.exp (gdbserver_start): Set
18371 inferior_spawn_id.
18372 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18373
18374 2015-04-07 Pedro Alves <palves@redhat.com>
18375
18376 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18377 * lib/gdbserver-support.exp (gdbserver_start): Make
18378 $server_spawn_id global.
18379 (gdbserver_start): Don't wait for gdbserver's spawn id with
18380 expect_background.
18381 (close_gdbserver): New procedure.
18382 (gdb_exit): Rename the default version and reimplement.
18383
18384 2015-04-07 Pedro Alves <palves@redhat.com>
18385
18386 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
18387 append the substituted item, not the original item.
18388
18389 2015-04-07 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18392 gdb_expect.
18393
18394 2015-04-07 Pedro Alves <palves@redhat.com>
18395
18396 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18397 output appearing once only.
18398
18399 2015-04-07 Pedro Alves <palves@redhat.com>
18400
18401 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18402 that doesn't expect anything. Return early if running to main
18403 fails.
18404
18405 2015-04-07 Yao Qi <yao.qi@linaro.org>
18406
18407 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18408 (child_function): Call alarm.
18409 (main): Move call to alarm into the loop.
18410 * gdb.threads/non-stop-fair-events.exp: Build program with
18411 -DTIMEOUT=$timeout.
18412
18413 2015-04-06 Doug Evans <xdje42@gmail.com>
18414
18415 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18416 Fix dest parameter to board_info.
18417 (fpc_compile): Ditto.
18418 (gdb_compile_pascal): Rename dest arg to destfile.
18419
18420 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18421
18422 * gdb.ada/funcall_ref.exp: New file.
18423 * gdb.ada/funcall_ref/foo.adb: New file.
18424
18425 2015-04-02 Yao Qi <yao.qi@linaro.org>
18426
18427 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18428 is remote.
18429
18430 2015-04-02 Gary Benson <gbenson@redhat.com>
18431
18432 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18433
18434 2015-04-01 Sasha Smundak <asmundak@google.com>
18435
18436 * gdb.python/py-unwind-maint.c: New file.
18437 * gdb.python/py-unwind-maint.exp: New test.
18438 * gdb.python/py-unwind-maint.py: New file.
18439 * gdb.python/py-unwind.c: New file.
18440 * gdb.python/py-unwind.exp: New test.
18441 * gdb.python/py-unwind.py: New test.
18442
18443 2015-04-01 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18446 to fail instead of non-existent $test.
18447
18448 2015-04-01 Pedro Alves <palves@redhat.com>
18449
18450 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18451 GDBFLAGS if not empty.
18452
18453 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18454
18455 * gdb.ada/complete.exp: Remove "multi_line".
18456 * gdb.ada/info_exc.exp: Remove "multi_line".
18457 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18458 * gdb.ada/ptype_field.exp: Remove "multi_line".
18459 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18460 * gdb.ada/tagged.exp: Remove "multi_line".
18461 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18462 [multi_line ...]
18463 * gdb.btrace/delta.exp: Likewise.
18464 * gdb.btrace/exception.exp: Likewise.
18465 * gdb.btrace/function_call_history.exp: Likewise.
18466 * gdb.btrace/instruction_history.exp: Likewise.
18467 * gdb.btrace/nohist.exp: Likewise.
18468 * gdb.btrace/record_goto.exp: Likewise.
18469 * gdb.btrace/segv.exp: Likewise.
18470 * gdb.btrace/stepi.exp: Likewise.
18471 * gdb.btrace/tailcall.exp: Likewise.
18472 * gdb.btrace/unknown_functions.exp: Likewise.
18473 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18474 * lib/gdb.exp: Add the "multi_line" helper.
18475
18476 2015-04-01 Pedro Alves <palves@redhat.com>
18477
18478 * gdb.threads/tid-reuse.c: New file.
18479 * gdb.threads/tid-reuse.exp: New file.
18480
18481 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18482
18483 PR corefiles/16092
18484 * gdb.base/coredump-filter.c: New file.
18485 * gdb.base/coredump-filter.exp: Likewise.
18486
18487 2015-03-27 Petr Machata <pmachata@redhat.com>
18488
18489 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18490 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18491 (Dwarf::assemble): Initialize them.
18492 (Dwarf::lines): New function.
18493
18494 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18495
18496 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18497 SYMBOL_PREFIX for x86_64-*-cygwin.
18498
18499 2015-03-26 Andy Wingo <wingo@igalia.com>
18500
18501 PR symtab/18148
18502 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18503 const_value but not a location.
18504 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18505 location defined in non-main CUs are visible.
18506
18507 2015-03-26 Yao Qi <yao.qi@linaro.org>
18508
18509 PR testsuite/18139
18510 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18511 Add a line number entry for the same line.
18512 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18513 Add a line number entry for the same line.
18514
18515 2015-03-26 Yao Qi <yao.qi@linaro.org>
18516
18517 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18518 .int 0.
18519 (func): Likewise. Add .Lfunc_1 label.
18520 Use .Lfunc_1 label.
18521 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18522 .int 0.
18523 (func): Likewise.
18524 Use .Lfunc_1 label.
18525
18526 2015-03-26 Yao Qi <yao.qi@linaro.org>
18527
18528 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18529 Call gdb_compile instead to compile each .s files without debug
18530 information.
18531
18532 2015-03-26 Yao Qi <yao.qi@linaro.org>
18533
18534 * gdb.base/savedregs.exp (process_saved_regs): Make
18535 "Saved registers:" optional in the pattern.
18536
18537 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18538
18539 * gdb.btrace/next.exp: Merged into step.exp.
18540 * gdb.btrace/finish.exp: Merged into step.exp.
18541 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18542 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18543 "record goto" and checking the exact replay position.
18544 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18545 check for "Recording format" in "info record" output.
18546 * gdb.btrace/record_goto.exp: Choose test file based on target.
18547 * gdb.btrace/x86-record_goto.S: Renamed into ...
18548 * gdb.btrace/x86_64-record_goto.S: ... this.
18549 * gdb.btrace/i686-record_goto.S: New.
18550 * gdb.btrace/x86-tailcall.S: Renamed into ...
18551 * gdb.btrace/x86_64-tailcall.S: ... this.
18552 * gdb.btrace/i686-tailcall.S: New.
18553 * gdb.btrace/x86-tailcall.c: Renamed into ...
18554 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
18555 separate statements. Update test.
18556 * gdb.btrace/delta.exp: Use record_goto.c as test file.
18557 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
18558 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
18559 * gdb.btrace/tailcall.exp: Choose test file based on target.
18560 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
18561
18562 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18563
18564 * gdb.btrace/exception.exp: Increase BTS buffer size.
18565
18566 2015-03-24 Pedro Alves <palves@redhat.com>
18567
18568 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
18569
18570 2015-03-24 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.threads/schedlock.exp (test_step): No longer expect that
18573 "set scheduler-locking step" with "next" over a function call runs
18574 threads unlocked.
18575
18576 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18577
18578 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
18579
18580 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18581
18582 PR breakpoints/16466
18583 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
18584 * gdb.mi/mi-pending.c (thread_func): New function.
18585 (int main): Add threading support required.
18586 * gdb.mi/mi-pending.exp: Add tests for this issue.
18587 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
18588 (pendfunc2): Remove stdio dependency.
18589 * gdb.mi/mi-pendshr2.c: New file.
18590
18591 2015-03-23 Keith Seitz <keiths@redhat.com>
18592
18593 * gdb.linespec/keywords.c: New file.
18594 * gdb.linespec/keywords.exp: New file.
18595
18596 2015-03-23 Keith Seitz <keiths@redhat.com>
18597
18598 PR gdb/18021
18599 * gdb.dwarf2/staticvirtual.exp: New test.
18600
18601 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18602
18603 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18604 * README: Remove HP-UX and gdb.hp.
18605 (configuration):
18606 * configure: Regenerate.
18607 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18608 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18609 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18610 gdb.hp/gdb.defects/Makefile.
18611 * gdb.hp/Makefile.in: File deleted.
18612 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
18613 * gdb.hp/gdb.aCC/optimize.c: File deleted.
18614 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
18615 * gdb.hp/gdb.aCC/run.c: File deleted.
18616 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
18617 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
18618 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
18619 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
18620 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
18621 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
18622 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
18623 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
18624 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
18625 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
18626 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
18627 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
18628 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
18629 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
18630 * gdb.hp/gdb.base-hp/reg.s: File deleted.
18631 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
18632 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
18633 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
18634 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
18635 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
18636 * gdb.hp/gdb.compat/Makefile.in: File deleted.
18637 * gdb.hp/gdb.compat/average.c: File deleted.
18638 * gdb.hp/gdb.compat/sum.c: File deleted.
18639 * gdb.hp/gdb.compat/xdb.c: File deleted.
18640 * gdb.hp/gdb.compat/xdb0.c: File deleted.
18641 * gdb.hp/gdb.compat/xdb0.h: File deleted.
18642 * gdb.hp/gdb.compat/xdb1.c: File deleted.
18643 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
18644 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
18645 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
18646 * gdb.hp/gdb.defects/Makefile.in: File deleted.
18647 * gdb.hp/gdb.defects/bs14602.c: File deleted.
18648 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
18649 * gdb.hp/gdb.defects/solib-d.c: File deleted.
18650 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
18651 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
18652 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
18653 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
18654 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
18655 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
18656 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
18657 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
18658 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
18659 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
18660 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
18661 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
18662 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
18663 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
18664 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
18665 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
18666 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
18667 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
18668 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
18669 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
18670 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
18671 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
18672 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
18673 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
18674 * gdb.hp/tools/odump: File deleted.
18675
18676 2015-03-19 Pedro Alves <palves@redhat.com>
18677
18678 * gdb.threads/continue-pending-status.exp (saw_thread_2)
18679 (saw_thread_3): New globals.
18680 (top level): Increment them when an event for the corresponding
18681 thread is seen.
18682 (no thread starvation): New test.
18683
18684 2015-03-19 Pedro Alves <palves@redhat.com>
18685
18686 * gdb.threads/continue-pending-status.c: New file.
18687 * gdb.threads/continue-pending-status.exp: New file.
18688
18689 2015-03-18 Pedro Alves <palves@redhat.com>
18690
18691 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
18692 Use gdb_is_target_remote instead of is_remote. Use
18693 gdb_test_multiple instead of gdb_expect. Exit early if
18694 gdb_test_multiple hits its internal matches. Tighten stepi tests
18695 expected output. Fail on exit with any signal, instead of just
18696 SIGILL.
18697
18698 2015-03-18 Yao Qi <yao.qi@linaro.org>
18699
18700 PR tdep/18107
18701 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
18702 variable.
18703 * gdb.base/catch-syscall.exp: Don't skip it on
18704 aarch64*-*-linux* target. Remove elements in all_syscalls.
18705 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
18706 target.
18707 (setup_all_syscalls): New proc.
18708
18709 2015-03-16 Yao Qi <yao.qi@linaro.org>
18710
18711 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
18712 (top level): Skip tests if valid_addr_p returns false for
18713 $cmd1 or $cmd2.
18714
18715 2015-03-11 Andy Wingo <wingo@igalia.com>
18716
18717 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
18718
18719 2015-03-11 Yao Qi <yao.qi@linaro.org>
18720
18721 * gdb.base/catch-syscall.exp: Fix typo in comments.
18722
18723 2015-03-11 Yao Qi <yao.qi@linaro.org>
18724
18725 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
18726
18727 2015-03-09 Pedro Alves <palves@redhat.com>
18728
18729 * dg-extract-results.py: Delete.
18730
18731 2015-03-09 Pedro Alves <palves@redhat.com>
18732
18733 Merge dg-extract-results.sh from GCC upstream (r218843).
18734
18735 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
18736 * dg-extract-results.sh: Use --text with grep to avoid issues with
18737 binary files. Fall back to cat -v, if that doesn't work.
18738
18739 2015-03-05 Pedro Alves <palves@redhat.com>
18740
18741 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
18742
18743 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
18744
18745 * lib/mi-support.exp (mi_expect_interrupt): Accept
18746 alternative event for when in all-stop mode.
18747
18748 2015-03-04 Pedro Alves <palves@redhat.com>
18749
18750 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
18751
18752 2015-03-04 Mark Kettenis <kettenis@gnu.org>
18753
18754 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
18755
18756 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18757
18758 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
18759 regexps for GDB's current line display, accept a hex address
18760 preceding the line number.
18761
18762 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
18763
18764 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
18765 the 'arch1' variable for "s390*-linux*" targets.
18766
18767 2015-03-04 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
18770 (main): Pass missing retval argument to pthread_join call.
18771
18772 2015-03-02 Pedro Alves <palves@redhat.com>
18773
18774 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
18775 (top level): Call do_test with non-stop as well.
18776
18777 2015-03-02 Pedro Alves <palves@redhat.com>
18778
18779 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
18780 -1.
18781
18782 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18783
18784 * gdb.arch/s390-vregs.exp: New test.
18785 * gdb.arch/s390-vregs.S: New file.
18786
18787 2015-02-27 Pedro Alves <palves@redhat.com>
18788
18789 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
18790 call to catch_command_errors.
18791 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
18792 catch_command_errors.
18793
18794 2015-02-27 Pedro Alves <palves@redhat.com>
18795
18796 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
18797 "true" for boolean result.
18798 * gdb.gdb/selftest.exp (test_with_self): Also accept full
18799 prototype of main.
18800
18801 2015-02-27 Pedro Alves <palves@redhat.com>
18802
18803 * lib/unbuffer_output.c: New file.
18804 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
18805 (main): Call gdb_unbuffer_output.
18806
18807 2015-02-27 Yao Qi <yao.qi@linaro.org>
18808
18809 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
18810 target.
18811
18812 2015-02-26 Doug Evans <dje@google.com>
18813
18814 * gdb.cp/class2.cc (Dbase, D): New classes.
18815 (main): New local delta.
18816 * gdb.cp/class2.exp: Test printing delta.
18817 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
18818 (dynbar): New global.
18819 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
18820
18821 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18822
18823 * gdb.compile/compile-ifunc.c: New file.
18824 * gdb.compile/compile-ifunc.exp: New file.
18825
18826 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
18827
18828 * gdb.base/structs.exp: Check for correct struct on finish.
18829
18830 2015-02-26 Yao Qi <yao.qi@linaro.org>
18831
18832 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
18833 is zero.
18834
18835 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18836
18837 * gdb.arch/cordic.ko.bz2: New file.
18838 * gdb.arch/cordic.ko.debug.bz2: New file.
18839 * gdb.arch/ppc64-symtab-cordic.exp: New file.
18840
18841 2015-02-25 Yao Qi <yao.qi@linaro.org>
18842
18843 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
18844 aarch64*-*-* target.
18845
18846 2015-02-23 Pedro Alves <palves@redhat.com>
18847
18848 * lib/gdb.exp (delete_breakpoints): Rewrite using
18849 gdb_test_multiple.
18850
18851 2015-02-23 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.base/info-os.c: Include stdlib.h.
18854
18855 2015-02-22 Doug Evans <xdje42@gmail.com>
18856
18857 PR symtab/17855
18858 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
18859 is read after symbols have been re-read.
18860 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
18861 * gdb.ada/exec_changed/second.adb (Second): Ditto.
18862
18863 2015-02-21 Doug Evans <dje@google.com>
18864
18865 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
18866
18867 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18868
18869 PR corefiles/17808
18870 * gdb.arch/i386-biarch-core.core.bz2: New file.
18871 * gdb.arch/i386-biarch-core.exp: New file.
18872
18873 2015-02-21 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
18876 runto_main fails.
18877
18878 2015-02-20 Pedro Alves <palves@redhat.com>
18879
18880 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
18881 info probes.
18882
18883 2015-02-20 Pedro Alves <palves@redhat.com>
18884
18885 * gdb.threads/multi-create-ns-info-thr.exp: New file.
18886
18887 2015-02-20 Pedro Alves <palves@redhat.com>
18888
18889 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
18890 clean_restart before gdb_target_supports_trace.
18891
18892 2015-02-20 Pedro Alves <palves@redhat.com>
18893
18894 PR threads/18006
18895 * gdb.threads/clone-thread_db.c: New file.
18896 * gdb.threads/clone-thread_db.exp: New file.
18897
18898 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
18899
18900 PR breakpoints/16812
18901 * gdb.base/catch-gdb-caused-signals.c: New file.
18902 * gdb.base/catch-gdb-caused-signals.exp: New file.
18903
18904 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
18905
18906 * configure: Regenerated.
18907 * configure.ac: Use GDB_AC_TRANSFORM.
18908 * aclocal.m4: sinclude ../transform.m4.
18909
18910 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
18911
18912 * lib/dtrace.exp: New file.
18913 * gdb.base/dtrace-probe.exp: Likewise.
18914 * gdb.base/dtrace-probe.d: Likewise.
18915 * gdb.base/dtrace-probe.c: Likewise.
18916 * lib/pdtrace.in: Likewise.
18917 * configure.ac: Output variables with the transformed names of
18918 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
18919 * configure: Regenerated.
18920
18921 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
18922
18923 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
18924 expected message when trying to access $_probe_* convenience
18925 variables while not on a probe.
18926
18927 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18928
18929 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
18930
18931 2015-02-11 Pedro Alves <pedro@codesourcery.com>
18932
18933 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
18934 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
18935
18936 2015-02-10 Doug Evans <xdje42@gmail.com>
18937
18938 * lib/gdb.exp (gdb_load): Always return a result.
18939
18940 2015-02-10 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.threads/signal-sigtrap.c: New file.
18943 * gdb.threads/signal-sigtrap.exp: New file.
18944
18945 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
18946
18947 * gdb.trace/no-attach-trace.c: New file.
18948 * gdb.trace/no-attach-trace.exp: New file.
18949
18950 2015-02-09 Mark Wielaard <mjw@redhat.com>
18951
18952 * gdb.dwarf2/atomic.c: New file.
18953 * gdb.dwarf2/atomic-type.exp: Likewise.
18954
18955 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18956
18957 * gdb.btrace/buffer-size.exp: Update "info record" output.
18958 * gdb.btrace/delta.exp: Update "info record" output.
18959 * gdb.btrace/enable.exp: Update "info record" output.
18960 * gdb.btrace/finish.exp: Update "info record" output.
18961 * gdb.btrace/instruction_history.exp: Update "info record" output.
18962 * gdb.btrace/next.exp: Update "info record" output.
18963 * gdb.btrace/nexti.exp: Update "info record" output.
18964 * gdb.btrace/step.exp: Update "info record" output.
18965 * gdb.btrace/stepi.exp: Update "info record" output.
18966 * gdb.btrace/nohist.exp: Update "info record" output.
18967
18968 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18969
18970 * gdb.btrace/buffer-size: New.
18971
18972 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18973
18974 * gdb.btrace/delta.exp: Update "info record" output.
18975 * gdb.btrace/enable.exp: Update "info record" output.
18976 * gdb.btrace/finish.exp: Update "info record" output.
18977 * gdb.btrace/instruction_history.exp: Update "info record" output.
18978 * gdb.btrace/next.exp: Update "info record" output.
18979 * gdb.btrace/nexti.exp: Update "info record" output.
18980 * gdb.btrace/step.exp: Update "info record" output.
18981 * gdb.btrace/stepi.exp: Update "info record" output.
18982 * gdb.btrace/nohist.exp: Update "info record" output.
18983
18984 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
18985
18986 PR gdb/15678
18987 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
18988
18989 2015-02-06 Pedro Alves <palves@redhat.com>
18990
18991 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
18992 macro.
18993 (seconds_left, again): New globals.
18994 (main): Wait seconds_left in a 1-second sleep loop instead of
18995 sleeping 180 seconds. If 'again' is set, reset the seconds
18996 counter.
18997 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
18998 'again' in the inferior before detaching. Print the seconds left.
18999 (options): New global.
19000 (top level): Build program with -DTIMEOUT=$timeout.
19001
19002 2015-02-06 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19005 determine how many seconds to pass to 'alarm'.
19006 * gdb.base/gdb-sigterm.exp (top level): Build program with
19007 -DTIMEOUT=$timeout.
19008 (do_test): Return success/failure indication. Add more verbose
19009 logging. Don't fail if 200 single steps are seen. Instead, fail
19010 when the test times out.
19011 (passes): New global.
19012 (top level): Break the testing loop if testing fails on any
19013 iteration. Use gdb_assert.
19014
19015 2015-02-04 Don Breazeal <donb@codesourcery.com>
19016
19017 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19018 and initialize them.
19019 (ipc_cleanup): New function.
19020 (main): Don't declare shmid, semid, and msqid. Add a call to
19021 atexit so that we call ipc_cleanup on exit.
19022
19023 2015-02-04 Pedro Alves <palves@redhat.com>
19024
19025 * boards/native-extended-gdbserver.exp: Remove any target variant
19026 specifications from the board name before clearing the isremote
19027 flag from board_info.
19028
19029 2015-01-31 Doug Evans <xdje42@gmail.com>
19030
19031 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19032
19033 2015-01-31 Gary Benson <gbenson@redhat.com>
19034
19035 * gdb.base/completion.exp: Disable completion limiting for
19036 existing tests. Add new tests to check completion limiting.
19037 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19038
19039 2015-01-31 Doug Evans <xdje42@gmail.com>
19040
19041 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19042
19043 2015-01-31 Doug Evans <xdje42@gmail.com>
19044
19045 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19046 entries. Duplicate file section script entries.
19047 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19048 inlined entries. Add test for safe-path rejection.
19049 * gdb.python/py-section-script.c: Add duplicate inlined section script
19050 entries. Duplicate file section script entries.
19051 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19052 inlined entries. Add test for safe-path rejection.
19053
19054 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19055
19056 * gdb.ada/disc_arr_bound: New testcase.
19057
19058 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19059
19060 * gdb.ada/mi_var_array: New testcase.
19061
19062 2015-01-27 Doug Evans <dje@google.com>
19063
19064 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19065 Add test for objfile.filename, objfile.username after objfile
19066 has been unloaded.
19067
19068 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19069
19070 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19071 the second test to print the name attribute of value
19072 returned by the call to gdb.lookup_type, and adjust
19073 the expected output accordingly.
19074
19075 2015-01-25 Mark Wielaard <mjw@redhat.com>
19076
19077 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19078 * gdb.base/disp-step-fork.c: Include unistd.h.
19079 * gdb.base/siginfo-obj.c: Include stdio.h.
19080 * gdb.base/siginfo-thread.c: Likewise.
19081 * gdb.mi/non-stop.c: Include unistd.h.
19082 * gdb.mi/nsthrexec.c: Include stdio.h.
19083 * gdb.mi/pthreads.c: Include unistd.h.
19084 * gdb.modula2/unbounded1.c (main): Declare returns int.
19085 * gdb.reverse/consecutive-reverse.c: Likewise.
19086 * gdb.threads/create-fail.c: Include unistd.h.
19087 * gdb.threads/killed.c: Likewise.
19088 * gdb.threads/linux-dp.c: Likewise.
19089 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19090 * gdb.threads/non-ldr-exc-2.c: Likewise.
19091 * gdb.threads/non-ldr-exc-3.c: Likewise.
19092 * gdb.threads/non-ldr-exc-4.c: Likewise.
19093 * gdb.threads/pthreads.c: Include unistd.h.
19094 (main): Declare returns int.
19095 * gdb.threads/tls-main.c (foo): New declaration.
19096 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19097
19098 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19099
19100 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19101 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19102
19103 2015-01-15 Mark Wielaard <mjw@redhat.com>
19104
19105 * gdb.base/noreturn-return.c: New file.
19106 * gdb.base/noreturn-return.exp: New file.
19107 * gdb.base/noreturn-finish.c: New file.
19108 * gdb.base/noreturn-finish.exp: New file.
19109
19110 2015-01-23 Pedro Alves <palves@redhat.com>
19111
19112 * gdb.threads/continue-pending-after-query.c: New file.
19113 * gdb.threads/continue-pending-after-query.exp: New file.
19114
19115 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19116 Simon Marchi <simon.marchi@ericsson.com>
19117
19118 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19119 * gdb.base/valgrind-db-attach.exp: Same.
19120 * gdb.base/valgrind-infcall.exp: Same.
19121 * lib/mi-support.exp (default_mi_gdb_start): Same.
19122 * lib/prompt.exp (default_prompt_gdb_start): Same.
19123 * lib/gdb.exp (default_gdb_spawn): Same.
19124 (gdb_interact): New.
19125
19126
19127 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19128
19129 * gdb.compile/compile.exp (pointer to jit function): New test.
19130
19131 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19132
19133 * lib/gdb.exp (supports_process_record): Return true for
19134 powerpc*-*-linux*.
19135 (supports_reverse): Likewise.
19136
19137 2015-01-15 Don Breazeal <donb@codesourcery.com>
19138
19139 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19140 instead of checking whether the target board is remote and
19141 use spawn_wait_for_attach instead of exec/sleep.
19142 * gdb.base/attach-twice.exp: Likewise.
19143
19144 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19145
19146 * gdb.ada/var_arr_attrs: New testcase.
19147
19148 2015-01-14 Pedro Alves <palves@redhat.com>
19149 Joel Brobecker <brobecker@adacore.com>
19150
19151 PR gdb/17525
19152 * gdb.base/bp-cmds-execution-x-script.c: New file.
19153 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19154 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19155
19156 2015-01-14 Pedro Alves <palves@redhat.com>
19157
19158 PR cli/17828
19159 * gdb.base/batch-preserve-term-settings.c: New file.
19160 * gdb.base/batch-preserve-term-settings.exp: New file.
19161
19162 2015-01-13 Doug Evans <dje@google.com>
19163
19164 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19165 binary.
19166
19167 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19168
19169 * Makefile.in (clean mostlyclean): Do not delete *.py.
19170
19171 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19172
19173 * gdb.python/py-lookup-type.exp: New file.
19174
19175 2015-01-12 Pedro Alves <palves@redhat.com>
19176
19177 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19178 restore GDBFLAGS before returning.
19179
19180 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19181
19182 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19183 is_amd64_regs_target and is_x86_like_target.
19184
19185 2015-01-11 Doug Evans <xdje42@gmail.com>
19186
19187 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19188 is given without an explicit form.
19189 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19190 attributes.
19191 * gdb.dwarf/corrupt.exp: Ditto.
19192 * gdb.dwarf2/enum-type.exp: Ditto.
19193 * gdb.trace/entry-values.exp: Ditto.
19194 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19195
19196 2015-01-11 Doug Evans <xdje42@gmail.com>
19197
19198 PR gdb/15830
19199 * gdb.base/maint.exp: Remove references to "maint demangle".
19200 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19201 Add tests for explicitly specifying language to demangle.
19202 * gdb.dlang/demangle.exp: Ditto.
19203
19204 2015-01-09 Pedro Alves <palves@redhat.com>
19205
19206 * gdb.threads/non-stop-fair-events.c: New file.
19207 * gdb.threads/non-stop-fair-events.exp: New file.
19208
19209 2015-01-09 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19212 the global scope. Set a breakpoint after all threads are started
19213 rather than stepping over two source lines. Expect the prompt.
19214 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19215 global.
19216 (NUM): Now 15.
19217 (main): Use threads_started_barrier to wait for all threads to
19218 start. Main thread no longer calls thread_function. Exit after
19219 180 seconds.
19220 (loop): New function.
19221 (thread_function): Wait on threads_started_barrier barrier. Call
19222 'loop' at each iteration.
19223 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19224 threads have started, instead of hardcoding number of "next"
19225 steps. Use an access watchpoint instead of a write watchpoint.
19226
19227 2015-01-09 Pedro Alves <palves@redhat.com>
19228
19229 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19230 (thread_func): Wait on barrier.
19231 (main): Wait for all threads to start before stopping GDB.
19232 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19233 global.
19234 (thread1_func, thread2_func): Wait on barrier.
19235 (main): Wait for all threads to start before stopping GDB.
19236 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19237 New global.
19238 (thread1_func, thread2_func): Wait on barrier.
19239 (main): Wait for all threads to start before stopping GDB.
19240
19241 2015-01-09 Pedro Alves <palves@redhat.com>
19242
19243 * gdb.threads/attach-many-short-lived-threads.c: New file.
19244 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19245
19246 2014-01-09 Pedro Alves <palves@redhat.com>
19247
19248 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19249 instead of to thread 2.
19250 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19251 Add barrier around each pthread_create call instead of around all
19252 calls.
19253 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19254 Set a break on thread_function and have the child threads hit it
19255 one at at a time.
19256
19257 2015-01-09 Pedro Alves <palves@redhat.com>
19258
19259 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19260 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19261 false.
19262 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19263 checking whether the target board is remote.
19264 * gdb.multi/multi-attach.exp: Likewise.
19265 * gdb.python/py-sync-interp.exp: Likewise.
19266 * gdb.server/ext-attach.exp: Likewise.
19267 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19268 tests that need to attach, instead of checking whether the target
19269 board is remote at the top of the file.
19270
19271 2015-01-08 Yao Qi <yao@codesourcery.com>
19272
19273 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19274
19275 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19276
19277 Fix testcase compilation.
19278 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19279
19280 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19281
19282 * gdb.python/py-type.exp: Add a couple test about empty
19283 array creation, and negative-length array creation.
19284
19285 2015-01-02 Doug Evans <xdje42@gmail.com>
19286
19287 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19288
19289 2015-01-02 Doug Evans <dje@google.com>
19290
19291 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19292
19293 2014-12-29 Yao Qi <yao@codesourcery.com>
19294
19295 * gdb.trace/entry-values.exp: Update comments. Rename variable
19296 bar_call_foo to returned_from_foo.
19297
19298 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19299
19300 PR gdb/17394
19301 * gdb.linespec/break-asm-file.c: New file.
19302 * gdb.linespec/break-asm-file.exp: New file.
19303 * gdb.linespec/break-asm-file0.s: New file.
19304 * gdb.linespec/break-asm-file1.s: New file.
19305
19306 2014-12-18 Nigel Stephens <nigel@mips.com>
19307 Maciej W. Rozycki <macro@codesourcery.com>
19308
19309 * gdb.base/float.exp: Handle the new output from "info float" on
19310 MIPS targets.
19311
19312 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19313
19314 Fix MinGW compilation.
19315 * gdb.compile/compile-ops.exp: Update untested message if
19316 !skip_compile_feature_tests.
19317 * gdb.compile/compile-setjmp.exp: Likewise.
19318 * gdb.compile/compile-tls.exp: Likewise.
19319 * gdb.compile/compile.exp: Likewise.
19320 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19321 supported on this host".
19322
19323 2014-12-16 Doug Evans <xdje42@gmail.com>
19324
19325 * boards/stabs.exp: New file.
19326
19327 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19328
19329 * gdb.base/completion.exp: Adjust to format changes of "maint
19330 print user-registers".
19331
19332 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19333
19334 PR server/17457
19335 * gdb.arch/aarch64-fp.c: New file.
19336 * gdb.arch/aarch64-fp.exp: New file.
19337
19338 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19339
19340 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19341 r210637, r210913, r211666, r215400, r215817).
19342
19343 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19344 * dg-extract-results.py: New file.
19345 * dg-extract-results.sh: Use it if the environment seems
19346 suitable.
19347
19348 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19349
19350 * dg-extract-results.py (parse_run): Handle warnings that
19351 are printed before a test harness is run.
19352
19353 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19354
19355 * dg-extract-results.py (Named): Remove __cmp__ method.
19356 (output_variation): Use a key to sort variation.harnesses.
19357
19358 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19359
19360 * dg-extract-results.py: For Python 3, force sys.stdout to
19361 handle surrogate escape sequences.
19362 (safe_open): New function.
19363 (output_segment, main): Use it.
19364
19365 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19366
19367 * dg-extract-results.py (Prog.result_re): Include options
19368 in test name.
19369
19370 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19371
19372 * dg-extract-results.py (output_variation): Always sort if
19373 do_sum.
19374
19375 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19376
19377 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19378 as long as we get pagination notifications.
19379
19380 2014-12-15 Jason Merrill <jason@redhat.com>
19381
19382 * Makefile.in (check-gdb.%): Restore.
19383 * README: Mention it.
19384
19385 2014-12-13 Joel Brobecker <brobecker@adacore.com>
19386
19387 * gdb.ada/str_uninit: New testcase.
19388
19389 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19390
19391 PR symtab/17642
19392 * gdb.base/vla-stub-define.c: New file.
19393 * gdb.base/vla-stub.c: New file.
19394 * gdb.base/vla-stub.exp: New file.
19395
19396 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19397 Jan Kratochvil <jan.kratochvil@redhat.com>
19398 Tom Tromey <tromey@redhat.com>
19399
19400 * configure.ac: Add gdb.compile/.
19401 * configure: Regenerate.
19402 * gdb.compile/Makefile.in: New file.
19403 * gdb.compile/compile-ops.exp: New file.
19404 * gdb.compile/compile-ops.c: New file.
19405 * gdb.compile/compile-tls.c: New file.
19406 * gdb.compile/compile-tls.exp: New file.
19407 * gdb.compile/compile-constvar.S: New file.
19408 * gdb.compile/compile-constvar.c: New file.
19409 * gdb.compile/compile-mod.c: New file.
19410 * gdb.compile/compile-nodebug.c: New file.
19411 * gdb.compile/compile-setjmp-mod.c: New file.
19412 * gdb.compile/compile-setjmp.c: New file.
19413 * gdb.compile/compile-setjmp.exp: New file.
19414 * gdb.compile/compile-shlib.c: New file.
19415 * gdb.compile/compile.c: New file.
19416 * gdb.compile/compile.exp: New file.
19417 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19418
19419 2014-12-12 Tom Tromey <tromey@redhat.com>
19420
19421 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19422 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19423
19424 2014-12-12 Doug Evans <dje@google.com>
19425
19426 * lib/gdb-python.exp (get_python_valueof): New function.
19427 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19428
19429 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19430
19431 * gdb.base/completion.exp: Add test for completion of "info
19432 registers ".
19433
19434 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19435
19436 * gdb.base/func-ptrs.c: New file.
19437 * gdb.base/func-ptrs.exp: New file.
19438
19439 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19440
19441 PR breakpoints/17012
19442 * gdb.base/dprintf-detach.c: New file.
19443 * gdb.base/dprintf-detach.exp: New file.
19444
19445 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19446
19447 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19448 * lib/gdb.exp (target_is_gdbserver): New procedure.
19449
19450 2014-12-08 Doug Evans <dje@google.com>
19451
19452 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19453
19454 2014-12-05 Yao Qi <yao@codesourcery.com>
19455
19456 * gdb.guile/scm-error.exp: Remove the third argument to
19457 gdb_remote_download.
19458 * gdb.guile/scm-frame-args.exp: Likewise.
19459 * gdb.guile/scm-section-script.exp: Likewise.
19460
19461 2014-12-05 Yao Qi <yao@codesourcery.com>
19462
19463 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19464
19465 2014-12-04 Doug Evans <dje@google.com>
19466
19467 * gdb.python/py-objfile.exp: Add tests for
19468 objfile.add_separate_debug_file.
19469
19470 2014-12-04 Doug Evans <dje@google.com>
19471
19472 * lib/gdb.exp (get_build_id): New function.
19473 (build_id_debug_filename_get): Rewrite to use it.
19474 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19475
19476 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19477
19478 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19479 `method(long)', not just 0x0.
19480 * gdb.cp/nsalias.exp: Align code labels to 4.
19481 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19482 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19483 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19484 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19485 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19486 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19487
19488 2014-12-02 Doug Evans <dje@google.com>
19489
19490 PR symtab/17602
19491 * gdb.cp/anon-ns.cc: Move guts of this file to ...
19492 * gdb.cp/anon-ns2.cc: ... here. New file.
19493 * gdb.cp/anon-ns.exp: Update.
19494
19495 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
19496
19497 * gdb.python/py-events.py (inferior_call_handler): New.
19498 (register_changed_handler, memory_changed_handler): New.
19499 (test_events.invoke): Register new handlers.
19500 * gdb.python/py-events.exp: Add tests for inferior call,
19501 memory_changed and register_changed events.
19502
19503 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19504
19505 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19506 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19507 if the linker doesn't understand this.
19508
19509 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19510
19511 * gdb.python/python.exp: Change expected reply to help().
19512
19513 2014-12-01 Yao Qi <yao@codesourcery.com>
19514
19515 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19516 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19517 * configure: Re-generated.
19518
19519 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19520
19521 * gdb.cp/chained-calls.cc: New file.
19522 * gdb.cp/chained-calls.exp: New file.
19523 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19524
19525 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19526
19527 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19528 * gdb.dwarf2/symtab-producer.exp: Same.
19529 * gdb.gdb/python-interrupts.exp: Same.
19530 * gdb.gdb/python-selftest.exp: Same.
19531 * gdb.python/py-linetable.exp: Same.
19532 * gdb.python/py-type.exp: Same.
19533 * gdb.python/py-value-cc.exp: Same.
19534 * gdb.python/py-value.exp: Same.
19535
19536 2014-11-28 Yao Qi <yao@codesourcery.com>
19537
19538 * gdb.base/break-probes.exp: Match library name prefixed with
19539 sysroot.
19540
19541 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19542
19543 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19544 test expected output. Add parentheses for the call to print.
19545 Remove L suffix from integers.
19546
19547 2014-11-26 Doug Evans <dje@google.com>
19548
19549 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
19550
19551 2014-11-22 Yao Qi <yao@codesourcery.com>
19552
19553 * gdb.trace/entry-values.c: Remove asms.
19554 (foo): Add foo_label.
19555 (bar): Add bar_label.
19556 * gdb.trace/entry-values.exp: Remove code computing foo's
19557 length and bar's length.
19558 (Dwarf::assemble): Invoke function_range for bar and use
19559 MACRO_AT_func for foo.
19560
19561 2014-11-22 Yao Qi <yao@codesourcery.com>
19562
19563 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
19564 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
19565 Use .Lgcc43_procstart instead of gcc43.
19566
19567 2014-11-21 Joel Brobecker <brobecker@adacore.com>
19568
19569 * gdb.ada/n_arr_bound: New testcase.
19570
19571 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
19572
19573 PR breakpoints/10737
19574 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
19575 test_catch_syscall_multi_arch.
19576 (test_catch_syscall_multi_arch): New function.
19577
19578 2014-11-20 Doug Evans <xdje42@gmail.com>
19579
19580 * gdb.base/maint.exp: Update expected output.
19581
19582 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
19583
19584 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
19585 4-byte instruction on S390.
19586
19587 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19588
19589 * gdb.ada/arr_arr: New testcase.
19590
19591 2014-11-19 Joel Brobecker <brobecker@adacore.com>
19592
19593 * gdb.ada/pkd_arr_elem: New Testcase.
19594
19595 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
19596
19597 * gdb.reverse/break-precsave: Expect completion message for
19598 core file reads.
19599 * gdb.reverse/consecutive-precsave.exp: Likewise.
19600 * gdb.reverse/finish-precsave.exp: Likewise.
19601 * gdb.reverse/i386-precsave.exp: Likewise.
19602 * gdb.reverse/machinestate-precsave.exp: Likewise.
19603 * gdb.reverse/sigall-precsave.exp: Likewise.
19604 * gdb.reverse/solib-precsave.exp: Likewise.
19605 * gdb.reverse/step-precsave.exp: Likewise.
19606 * gdb.reverse/until-precsave.exp: Likewise.
19607 * gdb.reverse/watch-precsave.exp: Likewise.
19608
19609 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19610
19611 * gdb.base/bp-permanent.c: Include unistd.h.
19612 * gdb.python/py-framefilter-mi.c (main): Add return type.
19613 * gdb.python/py-framefilter.c (main): Likewise.
19614 * gdb.trace/actions-changed.c (main): Likewise.
19615
19616 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19617
19618 * gdb.mi/until.c: Add eye-catchers.
19619 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
19620 line numbers.
19621
19622 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19623
19624 * gdb.base/condbreak.exp: Drop references to removed non-prototype
19625 function header variants in break1.c.
19626 * gdb.base/ena-dis-br.exp: Likewise.
19627 * gdb.base/hbreak2.exp: Likewise.
19628 * gdb.reverse/until-precsave.exp: Drop references to removed
19629 non-prototype function header variants in ur1.c.
19630 * gdb.reverse/until-reverse.exp: Likewise.
19631
19632 2014-11-17 Petr Machata <pmachata@redhat.com>
19633
19634 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
19635 ${_cu_offset_size} bytes abbrev offset.
19636
19637 2014-11-15 Doug Evans <xdje42@gmail.com>
19638
19639 PR symtab/17559
19640 * gdb.base/line-symtabs.exp: New file.
19641 * gdb.base/line-symtabs.c: New file.
19642 * gdb.base/line-symtabs.h: New file.
19643
19644 2014-11-14 Yao Qi <yao@codesourcery.com>
19645
19646 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
19647 (func): Add label func_label.
19648 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
19649 Replace low_pc and high_pc with MACRO_AT_range.
19650 Replace name, low_pc and high_pc with MACRO_AT_func.
19651
19652 2014-11-14 Yao Qi <yao@codesourcery.com>
19653
19654 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
19655 Replace name, low_pc and high_pc with MACRO_AT_func.
19656
19657 2014-11-14 Yao Qi <yao@codesourcery.com>
19658
19659 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
19660 produce debug information.
19661 * gdb.dwarf2/implptr-optimized-out.S: Removed.
19662
19663 2014-11-14 Yao Qi <yao@codesourcery.com>
19664
19665 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
19666 object and get function length.
19667 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
19668 with MACRO_AT_func.
19669 (top-level): Replace gdb_compile and clean_restart with
19670 prepare_for_testing.
19671 * gdb.dwarf2/main.c (main): Add label main_label.
19672
19673 2014-11-14 Yao Qi <yao@codesourcery.com>
19674
19675 * lib/dwarf.exp (function_range): New procedure.
19676 (Dwarf::_handle_macro_at_func): New procedure.
19677 (Dwarf::_handle_macro_at_range): New procedure.
19678 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
19679
19680 2014-11-14 Yao Qi <yao@codesourcery.com>
19681
19682 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
19683 (_handle_attribute): New procedure.
19684
19685 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19686
19687 * gdb.ada/cond_lang/foo.c (callme): Add return type.
19688 * gdb.base/call-sc.c (zed): Likewise.
19689 * gdb.base/checkpoint.c (main): Likewise.
19690 * gdb.base/dump.c (main): Likewise.
19691 * gdb.base/gcore.c (main): Likewise.
19692 * gdb.base/huge.c (main): Likewise.
19693 * gdb.base/multi-forks.c (main): Likewise.
19694 * gdb.base/pr10179-a.c (main): Likewise.
19695 * gdb.base/savedregs.c (main): Likewise.
19696 * gdb.base/sigaltstack.c (main): Likewise.
19697 * gdb.base/siginfo.c (main): Likewise.
19698 * gdb.base/structs.c (zed): Likewise.
19699 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
19700 * gdb.mi/mi-syn-frame.c (main): Likewise.
19701 * gdb.mi/until.c (foo, main): Likewise.
19702 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
19703 * gdb.base/solib-weak.c (foo): Declare.
19704 * gdb.base/attach-twice.c: Include stdio.h.
19705 * gdb.base/weaklib1.c: Likewise.
19706 * gdb.base/weaklib2.c: Likewise.
19707 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
19708 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
19709 unistd.h.
19710 * gdb.base/attach-pie-misread.c: Include stdlib.h.
19711 * gdb.mi/mi-exit-code.c: Likewise.
19712 * gdb.base/break-interp-lib.c: Include string.h.
19713 * gdb.base/coremaker.c: Likewise.
19714 * gdb.base/testenv.c: Likewise.
19715 * gdb.python/py-finish-breakpoint.c: Likewise.
19716 * gdb.base/inferior-died.c: Include sys/wait.h.
19717 * gdb.base/fileio.c: Include time.h.
19718 * gdb.base/async-shell.c: Include unistd.h.
19719 * gdb.base/dprintf-non-stop.c: Likewise.
19720 * gdb.base/info-os.c: Likewise.
19721 * gdb.mi/mi-console.c: Likewise.
19722 * gdb.mi/watch-nonstop.c: Likewise.
19723 * gdb.python/py-events.c: Likewise.
19724 * gdb.base/async.c (baz): Move up before its invocation.
19725 * gdb.base/code_elim2.c (my_global_func): Likewise.
19726 * gdb.base/skip-solib-lib.c (multiply): Likewise.
19727 * gdb.base/advance.c (func2): Likewise.
19728
19729 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19730
19731 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
19732 variant.
19733 * gdb.base/annota3.c: Likewise.
19734 * gdb.base/async.c: Likewise.
19735 * gdb.base/average.c: Likewise.
19736 * gdb.base/call-ar-st.c: Likewise.
19737 * gdb.base/call-rt-st.c: Likewise.
19738 * gdb.base/call-sc.c: Likewise.
19739 * gdb.base/call-strs.c: Likewise.
19740 * gdb.base/ending-run.c: Likewise.
19741 * gdb.base/execd-prog.c: Likewise.
19742 * gdb.base/exprs.c: Likewise.
19743 * gdb.base/foll-exec.c: Likewise.
19744 * gdb.base/foll-fork.c: Likewise.
19745 * gdb.base/foll-vfork.c: Likewise.
19746 * gdb.base/funcargs.c: Likewise.
19747 * gdb.base/gcore.c: Likewise.
19748 * gdb.base/jump.c: Likewise.
19749 * gdb.base/langs0.c: Likewise.
19750 * gdb.base/langs1.c: Likewise.
19751 * gdb.base/langs2.c: Likewise.
19752 * gdb.base/mips_pro.c: Likewise.
19753 * gdb.base/nodebug.c: Likewise.
19754 * gdb.base/opaque0.c: Likewise.
19755 * gdb.base/opaque1.c: Likewise.
19756 * gdb.base/recurse.c: Likewise.
19757 * gdb.base/run.c: Likewise.
19758 * gdb.base/scope0.c: Likewise.
19759 * gdb.base/scope1.c: Likewise.
19760 * gdb.base/setshow.c: Likewise.
19761 * gdb.base/setvar.c: Likewise.
19762 * gdb.base/shmain.c: Likewise.
19763 * gdb.base/shr1.c: Likewise.
19764 * gdb.base/shr2.c: Likewise.
19765 * gdb.base/sigall.c: Likewise.
19766 * gdb.base/signals.c: Likewise.
19767 * gdb.base/so-indr-cl.c: Likewise.
19768 * gdb.base/solib2.c: Likewise.
19769 * gdb.base/structs.c: Likewise.
19770 * gdb.base/sum.c: Likewise.
19771 * gdb.base/vforked-prog.c: Likewise.
19772 * gdb.base/watchpoint.c: Likewise.
19773 * gdb.reverse/shr2.c: Likewise.
19774 * gdb.reverse/until-reverse.c: Likewise.
19775 * gdb.reverse/ur1.c: Likewise.
19776 * gdb.reverse/watch-reverse.c: Likewise.
19777
19778 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19779
19780 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
19781 variant.
19782 * gdb.base/sepdebug.exp: Drop references to removed code.
19783
19784 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19785
19786 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
19787 variant. Preserve original line numbering.
19788 * gdb.base/list1.c: Likewise.
19789
19790 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19791
19792 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
19793 variant.
19794 * gdb.base/break1.c: Likewise.
19795 * gdb.base/break.exp: Drop references to removed code.
19796
19797 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19798
19799 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
19800 variant.
19801
19802 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19803
19804 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
19805
19806 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19807
19808 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
19809 logic into perform_all_tests() and invoke it with and without
19810 function header prototypes.
19811 (do_function_calls): Remove conditional XFAIL for PR 5318.
19812 (rerun_and_prepare): Remove duplicate code.
19813 (perform_all_tests): New. Main logic moved here.
19814
19815 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19816
19817 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
19818 code guarded by #ifdef NO_PROTOTYPES.
19819 (t_double_many_args): Likewise.
19820 (DEF_FUNC_MANY_ARGS_1): Likewise.
19821 (DEF_FUNC_VALUES_1): Likewise.
19822 (t_structs_ldc): Renamed from t_structs_fc in conditional code
19823 guarded by #ifdef PROTOTYPES.
19824
19825 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19826
19827 * gdb.mi/mi-console.c: Add eye-catcher.
19828 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
19829 instead of literal line number.
19830
19831 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19832
19833 * gdb.base/shr2.c: Add eye-catcher.
19834 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
19835 line number.
19836
19837 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19838
19839 * gdb.base/jump.c: Add eye-catchers.
19840 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
19841 numbers.
19842
19843 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19844
19845 * gdb.base/execd-prog.c: Add eye-catchers.
19846 * gdb.base/foll-exec.c: Likewise.
19847 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
19848 line numbers.
19849
19850 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19851
19852 * gdb.base/ending-run.c: Add eye-catchers.
19853 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
19854 literal line numbers.
19855
19856 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19857
19858 * gdb.base/call-rt-st.c: Add eye-catchers.
19859 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
19860 literal line numbers.
19861
19862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19863
19864 * gdb.base/call-ar-st.c: Add eye-catchers.
19865 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
19866 literal line numbers.
19867
19868 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19869
19870 * gdb.base/average.c: Add eye-catchers.
19871 * gdb.base/sum.c: Likewise.
19872 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
19873 regexps dynamically.
19874
19875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
19876
19877 * gdb.base/solib1.c: Add eye-catchers.
19878 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
19879 literal line numbers.
19880
19881 2014-11-12 Pedro Alves <palves@redhat.com>
19882
19883 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
19884 leader has exited.
19885
19886 2014-11-12 Pedro Alves <palves@redhat.com>
19887
19888 * gdb.arch/i386-bp_permanent.c: New file.
19889 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
19890 (srcfile): Set to i386-bp_permanent.c.
19891 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
19892 that stepi does not execute the 'leave' instruction, instead of
19893 testing it does execute.
19894 * gdb.base/bp-permanent.c: New file.
19895 * gdb.base/bp-permanent.exp: New file.
19896
19897 2014-11-10 Doug Evans <xdje42@gmail.com>
19898
19899 PR symtab/17564
19900 * gdb.base/symtab-search-order.exp: New file.
19901 * gdb.base/symtab-search-order.c: New file.
19902 * gdb.base/symtab-search-order-1.c: New file.
19903 * gdb.base/symtab-search-order-shlib-1.c: New file.
19904
19905 2014-11-07 Pedro Alves <palves@redhat.com>
19906
19907 PR gdb/17511
19908 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
19909 i?86-*-linux*.
19910
19911 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
19912
19913 PR c++/17494
19914 * gdb.cp/pr17494.cc: New file.
19915 * gdb.cp/pr17494.exp: New file.
19916
19917 2014-11-02 Yao Qi <yao@codesourcery.com>
19918
19919 * gdb.python/python.exp: Get working directory and match the
19920 output of "set extended-prompt \\w " with it.
19921
19922 2014-10-30 Doug Evans <dje@google.com>
19923
19924 * gdb.python/py-objfile.exp: Add tests for setting random attributes
19925 in objfiles.
19926 * gdb.python/py-progspace.exp: Add tests for setting random attributes
19927 in progspaces.
19928
19929 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
19930
19931 * gdb.base/fullpath-expand.exp: Skip for a remote host.
19932 * gdb.base/realname-expand.exp: Likewise.
19933 * gdb.linespec/macro-relative.exp: Likewise.
19934
19935 2014-10-29 Pedro Alves <palves@redhat.com>
19936
19937 PR gdb/17408
19938 * gdb.threads/schedlock.c (some_function): New function.
19939 (call_function): New global.
19940 (MAYBE_CALL_SOME_FUNCTION): New macro.
19941 (thread_function): Call it.
19942 * gdb.threads/schedlock.exp (get_args): Add description parameter,
19943 and use it instead of a global counter. Adjust all callers.
19944 (get_current_thread): Use "find current thread" for test message
19945 here rather than having all callers pass down the same string.
19946 (goto_loop): New procedure, factored out from ...
19947 (my_continue): ... this.
19948 (step_ten_loops): Change parameter from test message to command to
19949 use. Adjust.
19950 (list_count): Delete global.
19951 (check_result): New procedure, factored out from duplicate top
19952 level code.
19953 (continue tests): Wrap in with_test_prefix.
19954 (test_step): New procedure, factored out from duplicate top level
19955 code.
19956 (top level): Test "step" in combination with all scheduler-locking
19957 modes. Test "next" in combination with all scheduler-locking
19958 modes, and in combination with stepping over a function call or
19959 not.
19960 * gdb.threads/next-bp-other-thread.c: New file.
19961 * gdb.threads/next-bp-other-thread.exp: New file.
19962
19963 2014-10-29 Pedro Alves <palves@redhat.com>
19964
19965 PR python/17372
19966 * gdb.python/python.exp: Test a multi-line command that spawns
19967 interactive Python.
19968 * gdb.base/multi-line-starts-subshell.exp: New file.
19969
19970 2014-10-29 Yao Qi <yao@codesourcery.com>
19971
19972 * gdb.base/fileio.exp: Make directories on host.
19973
19974 2014-10-29 Yao Qi <yao@codesourcery.com>
19975
19976 * gdb.base/fileio.c (test_write): Close the file.
19977
19978 2014-10-28 Pedro Alves <palves@redhat.com>
19979
19980 PR gdb/12623
19981 * gdb.base/sigstep.c (no_handler): New global.
19982 (main): If 'no_handler is true, set the signal handlers to
19983 SIG_IGN.
19984 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
19985 with_sw_watch and no_handler parameters. Handle them.
19986 (top level) <stepping over handler when stopped at a breakpoint
19987 test>: Add a test axis for testing with a software watchpoint, and
19988 another for testing with the signal handler set to SIG_IGN.
19989 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
19990 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
19991
19992 2014-10-28 Pedro Alves <palves@redhat.com>
19993
19994 PR gdb/17511
19995 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
19996 * gdb.base/sigstep.exp (other_handler_location): New global.
19997 (advance): Support stepping into the signal handler, and running
19998 commands while in the handler.
19999 (in_handler_map): New global.
20000 (top level): In the advance test, add combinations for getting
20001 into the handler with stepping commands, and for running commands
20002 in the handler. Add comment descripting the advancei tests.
20003
20004 2014-10-28 Pedro Alves <palves@redhat.com>
20005
20006 * gdb.base/sigstep.exp: Use build_executable instead of
20007 prepare_for_testing.
20008 (top level): Move code that starts GDB, runs to main and creates a
20009 display to ...
20010 (restart): ... this new procedure.
20011 (top level): Move backtrace from signal handler test to ...
20012 (validate_backtrace): ... this new procedure.
20013 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20014 with_test_prefix. Always restart GDB.
20015 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20016 with_test_prefix. Always restart GDB. No need to delete
20017 breakpoints after the test.
20018 (test_skip_handler): Remove prefix parameter.
20019 (skip_over_handler, breakpoint_to_handler)
20020 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20021 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20022 restart GDB. No need to delete breakpoints after the test.
20023 (top level): Use foreach to call the test procedures with
20024 different commands.
20025
20026 2014-10-28 Pedro Alves <palves@redhat.com>
20027
20028 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20029 instead of GNATS numbers.
20030 * gdb.base/sigbpt.exp: Likewise.
20031 * gdb.base/siginfo.exp: Likewise.
20032 * gdb.base/sigstep.exp: Likewise.
20033
20034 2014-10-27 Pedro Alves <palves@redhat.com>
20035
20036 * gdb.base/sigstep.c (dummy): New global.
20037 (main): Issue a couple writes to the new global.
20038 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20039 procedures.
20040 (skip_over_handler): Use test_skip_handler.
20041 (top level): Call skip_over_handler for stepi and nexti too.
20042 (breakpoint_over_handler): Use test_skip_handler.
20043 (top level): Call breakpoint_over_handler for stepi and nexti too.
20044
20045 2014-10-27 Yao Qi <yao@codesourcery.com>
20046
20047 * gdb.trace/tfile.c (adjust_function_address)
20048 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20049 function descriptor.
20050
20051 2014-10-24 Don Breazeal <donb@codesourcery.com>
20052
20053 * gdb.base/foll-fork.exp (test_follow_fork,
20054 catch_fork_child_follow): Check for updated fork messages emitted
20055 from infrun.c.
20056 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20057 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20058 vfork_and_exec_child_follow_through_step): Check for updated vfork
20059 messages emitted from infrun.c.
20060
20061 2014-10-24 Pedro Alves <palves@redhat.com>
20062
20063 * gdb.base/corefile.exp: Remove references to ultrix.
20064 * gdb.base/interrupt.exp: Likewise.
20065 * gdb.base/whatis.exp: Likewise.
20066 * gdb.gdb/selftest.exp: Likewise.
20067 * gdb.threads/manythreads.exp: Likewise.
20068 * gdb.threads/print-threads.exp: Likewise.
20069 * gdb.threads/pthreads.exp:: Likewise.
20070 * gdb.threads/schedlock.exp: Likewise.
20071
20072 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20073
20074 * gdb.cp/non-trivial-retval.cc: Add a test case.
20075 * gdb.cp/non-trivial-retval.exp: Add a test.
20076
20077 2014-10-20 Yao Qi <yao@codesourcery.com>
20078
20079 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20080 * gdb.python/py-objfile-script-gdb.py: New file.
20081 * gdb.python/py-objfile-script.exp: Update reference to
20082 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20083 of remote_download. Remove the dest file.
20084
20085 2014-10-20 Yao Qi <yao@codesourcery.com>
20086
20087 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20088 * gdb.base/step-line.exp: Likewise.
20089 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20090 * gdb.dwarf2/dw2-basic.exp: Likewise.
20091 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20092 * gdb.dwarf2/dw2-filename.exp: Likewise.
20093 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20094 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20095 * gdb.dwarf2/dw2-producer.exp: Likewise.
20096 * gdb.dwarf2/mac-fileno.exp: Likewise.
20097 * gdb.python/py-frame-args.exp: Likewise.
20098 * gdb.python/py-framefilter.exp: Likewise.
20099 * gdb.python/py-mi.exp: Likewise.
20100 * gdb.python/py-objfile-script.exp: Likewise
20101 * gdb.python/py-pp-integral.exp: Likewise.
20102 * gdb.python/py-pp-re-notag.exp: Likewise.
20103 * gdb.python/py-prettyprint.exp: Likewise.
20104 * gdb.python/py-section-script.exp: Likewise.
20105 * gdb.python/py-typeprint.exp: Likewise.
20106 * gdb.python/py-xmethods.exp: Likewise.
20107 * gdb.stabs/weird.exp: Likewise.
20108 * gdb.xml/tdesc-regs.exp: Likewise.
20109
20110 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20111
20112 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20113 (out_cu): Use addr_len for the size of addresses.
20114 (out_line): Likewise. Size DW_LNE_set_address instruction
20115 according to addr_len.
20116 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20117 (FUNC): Add START_INSNS to definition.
20118
20119 2014-10-18 Yao Qi <yao@codesourcery.com>
20120
20121 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20122 gdb_has_argv0 return true.
20123 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20124 check [target_info exists noargs], check [gdb_has_argv0]
20125 instead.
20126 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20127 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20128 procedures.
20129
20130 2014-10-17 Doug Evans <dje@google.com>
20131
20132 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20133 event.
20134 * gdb.python/py-events.py: Add clear_objfiles event.
20135
20136 2014-10-17 Doug Evans <dje@google.com>
20137
20138 * gdb.python/py-objfile.exp: Test progspace attribute.
20139
20140 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20141
20142 * gdb.guile/scm-breakpoint.exp: Do not assume any
20143 directory separators when matching source file paths.
20144 * gdb.python/py-breakpoint.exp: Likewise.
20145 * gdb.reverse/break-precsave.exp: Likewise.
20146 * gdb.reverse/break-reverse.exp: Likewise.
20147 * gdb.reverse/consecutive-precsave.exp: Likewise.
20148 * gdb.reverse/finish-precsave.exp: Likewise.
20149 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20150 * gdb.reverse/finish-reverse.exp: Likewise.
20151 * gdb.reverse/i386-precsave.exp: Likewise.
20152 * gdb.reverse/i387-env-reverse.exp: Likewise.
20153 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20154 * gdb.reverse/machinestate-precsave.exp: Likewise.
20155 * gdb.reverse/machinestate.exp: Likewise.
20156 * gdb.reverse/sigall-precsave.exp: Likewise.
20157 * gdb.reverse/solib-precsave.exp: Likewise.
20158 * gdb.reverse/step-precsave.exp: Likewise.
20159 * gdb.reverse/until-precsave.exp: Likewise.
20160 * gdb.reverse/watch-precsave.exp: Likewise.
20161 * gdb.reverse/watch-reverse.exp: Likewise.
20162
20163 2014-10-17 Yao Qi <yao@codesourcery.com>
20164
20165 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20166 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20167
20168 2014-10-17 Pedro Alves <palves@redhat.com>
20169
20170 PR gdb/17471
20171 * gdb.base/bg-execution-repeat.c: New file.
20172 * gdb.base/bg-execution-repeat.exp: New file.
20173
20174 2014-10-17 Pedro Alves <palves@redhat.com>
20175
20176 PR gdb/17300
20177 * gdb.base/continue-all-already-running.c: New file.
20178 * gdb.base/continue-all-already-running.exp: New file.
20179
20180 2014-10-17 Pedro Alves <palves@redhat.com>
20181
20182 PR gdb/17472
20183 * gdb.base/annota-input-while-running.c: New file.
20184 * gdb.base/annota-input-while-running.exp: New file.
20185
20186 2014-10-17 Pedro Alves <palves@redhat.com>
20187
20188 * gdb.base/callfuncs.exp: emove references to osf.
20189 * gdb.base/sigall.exp: Likewise.
20190 * gdb.gdb/selftest.exp: Likewise.
20191 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20192 * gdb.mi/non-stop.c: Likewise.
20193 * gdb.mi/pthreads.c: Likewise.
20194 * gdb.reverse/sigall-precsave.exp: Likewise.
20195 * gdb.reverse/sigall-reverse.exp: Likewise.
20196 * gdb.threads/pthreads.c: Likewise.
20197 * gdb.threads/pthreads.exp: Likewise.
20198
20199 2014-10-17 Yao Qi <yao@codesourcery.com>
20200
20201 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20202 check 'target_info exists noargs'.
20203 (test_command_prompt_position): Likewise.
20204 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20205 Remove "set args".
20206 (progvar_simple_while_test): Likewise.
20207 (progvar_complex_if_while_test): Likewise.
20208 (if_while_breakpoint_command_test): Likewise.
20209 (infrun_breakpoint_command_test): Likewise.
20210 (breakpoint_command_test): Likewise.
20211 (watchpoint_command_test): Likewise.
20212 (bp_deleted_in_command_test): Likewise.
20213 (temporary_breakpoint_commands): Likewise.
20214
20215 2014-10-16 Yao Qi <yao@codesourcery.com>
20216
20217 * gdb.base/remotetimeout.exp: Remove noargs checking.
20218
20219 2014-10-15 Pedro Alves <palves@redhat.com>
20220
20221 PR breakpoints/9649
20222 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20223 * gdb.base/breakpoint-in-ro-region.exp
20224 (probe_target_hardware_step): New procedure.
20225 (top level): Probe hardware stepping and hardware breakpoint
20226 support. Test stepping through a read-only region, with both
20227 "breakpoint auto-hw" on and off and both "always-inserted" on and
20228 off.
20229
20230 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20231
20232 * gdb.dlang/demangle.exp: Update for demangling changes.
20233
20234 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20235
20236 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20237 * gdb.cp/non-trivial-retval.exp: Add new tests.
20238
20239 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20240
20241 PR c++/13403
20242 PR c++/15154
20243 * gdb.cp/non-trivial-retval.cc: New file.
20244 * gdb.cp/non-trivial-retval.exp: New file.
20245
20246 2014-10-15 Yao Qi <yao@codesourcery.com>
20247
20248 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20249 remote host.
20250
20251 2014-10-15 Yao Qi <yao@codesourcery.com>
20252
20253 * gdb.python/py-symbol.exp: Match file base name if host is
20254 remote, otherwise match file name with dir name.
20255 * gdb.python/py-symtab.exp: Likewise.
20256 * gdb.python/python.exp: Likewise.
20257
20258 2014-10-15 Yao Qi <yao@codesourcery.com>
20259
20260 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20261 pattern.
20262 * gdb.python/py-symtab.exp: Likewise.
20263 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20264 locationn.
20265
20266 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20267
20268 * gdb.ada/addr_arith: New testcase.
20269
20270 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20271
20272 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20273 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20274 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20275 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20276
20277 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20278
20279 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20280 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20281 * gdb.arch/stap-eval-lang-ada.exp: New file.
20282
20283 2014-10-14 Yao Qi <yao@codesourcery.com>
20284
20285 * gdb.mi/mi-var-child.c (nothing1): New function.
20286 (nothing2): New function.
20287 (do_children_tests): Set function pointers by nothing1 and
20288 nothing2.
20289 * gdb.mi/mi-var-child.exp: Step over new added statements.
20290 Update test to match the new output.
20291 * gdb.mi/var-cmd.c (nothing1): New function.
20292 (nothing2): New function.
20293 (do_children_tests): Set function pointers by nothing1 and
20294 nothing2.
20295 * gdb.mi/mi-var-display.exp: Update test to match output.
20296 Step to the line specified by $line_dct_nothing.
20297 Increase the number of lines to step.
20298
20299 2014-10-14 Yao Qi <yao@codesourcery.com>
20300
20301 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20302 tests.
20303 * gdb.mi/mi2-var-child.exp: Likewise.
20304
20305 2014-10-13 Doug Evans <dje@google.com>
20306
20307 * gdb.python/py-objfile.exp: Change name of file name test.
20308
20309 2014-10-13 Doug Evans <dje@google.com>
20310
20311 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20312 from the start of the CU.
20313
20314 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20315 Yao Qi <yao@codesourcery.com>
20316
20317 Fix "save breakpoints" for "catch" command.
20318 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20319 Remove -nonewline. Match also the added "main" line.
20320
20321 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20322
20323 Fix "save breakpoints" for "disable $bpnum" command.
20324 * gdb.base/save-bp.c (main): Add label.
20325 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20326
20327 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20328
20329 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20330
20331 2014-10-11 Yao Qi <yao@codesourcery.com>
20332
20333 * gdb.server/server-kill.exp: Execute command
20334 "set remote trace-status-packet on" before "tstatus".
20335
20336 2014-10-11 Yao Qi <yao@codesourcery.com>
20337
20338 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20339 (main): Call getppid.
20340 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20341 and continue to it. Read variable "server_pid".
20342
20343 2014-10-11 Yao Qi <yao@codesourcery.com>
20344
20345 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20346
20347 2014-10-11 Yao Qi <yao@codesourcery.com>
20348
20349 * gdb.threads/thread-find.exp: Don't execute command
20350 "info threads".
20351 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20352 * gdb.threads/linux-dp.exp: Don't check the condition
20353 $threads_created equals to zero.
20354
20355 2014-10-10 Pedro Alves <palves@redhat.com>
20356
20357 * gdb.base/bigcore.exp: Remove references to IRIX.
20358 * gdb.base/funcargs.exp: Likewise.
20359 * gdb.base/interrupt.exp: Likewise.
20360 * gdb.base/mips_pro.exp: Likewise.
20361 * gdb.base/nodebug.exp: Likewise.
20362 * gdb.base/setvar.exp: Likewise.
20363 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20364
20365 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20366 Pedro Alves <palves@redhat.com>
20367
20368 PR symtab/14466
20369 * gdb.base/vdso-warning.c: New file.
20370 * gdb.base/vdso-warning.exp: New file.
20371
20372 2014-10-02 Doug Evans <dje@google.com>
20373
20374 * gdb.base/structs.c (main): Don't run forever.
20375
20376 2014-10-02 Pedro Alves <palves@redhat.com>
20377
20378 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20379 (top level) <stop threads 1, stop threads 2>: Use it.
20380
20381 2014-10-02 Pedro Alves <palves@redhat.com>
20382
20383 * gdb.threads/break-while-running.exp (test): Add new
20384 'update_thread_list' argument. Skip "info threads" if false.
20385 (top level): Add new 'update_thread_list' axis.
20386
20387 2014-10-02 Pedro Alves <palves@redhat.com>
20388
20389 PR breakpoints/17431
20390 * gdb.base/execl-update-breakpoints.c: New file.
20391 * gdb.base/execl-update-breakpoints.exp: New file.
20392
20393 2014-10-01 Pedro Alves <palves@redhat.com>
20394
20395 * gdb.base/breakpoint-in-ro-region.c: New file.
20396 * gdb.base/breakpoint-in-ro-region.exp: New file.
20397
20398 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20399
20400 * gdb.mi/mi-exit-code.exp: New file.
20401 * gdb.mi/mi-exit-code.c: New file.
20402
20403 2014-09-30 Yao Qi <yao@codesourcery.com>
20404
20405 * lib/prelink-support.exp (build_executable_own_libs): Error if
20406 the target isn't native.
20407
20408 2014-09-30 Yao Qi <yao@codesourcery.com>
20409
20410 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20411 false.
20412
20413 2014-09-22 Pedro Alves <palves@redhat.com>
20414
20415 * gdb.threads/break-while-running.exp: New file.
20416 * gdb.threads/break-while-running.c: New file.
20417
20418 2014-09-19 Yao Qi <yao@codesourcery.com>
20419
20420 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20421 Invoke test. Restart GDB with --readnow and invoke test again.
20422
20423 2014-09-19 Yao Qi <yao@codesourcery.com>
20424
20425 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20426 proc set_breakpoint_on_gcd_function. Invoke
20427 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20428 invoke set_breakpoint_on_gcd_function again.
20429
20430 2014-09-18 Doug Evans <dje@google.com>
20431
20432 * gdb.dwarf2/symtab-producer.exp: New file.
20433
20434 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20435
20436 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20437 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20438 * gdb.base/global-var-nested-by-dso.c: Likewise.
20439 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20440
20441 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20442 Pedro Alves <palves@redhat.com>
20443
20444 * gdb.base/watch-bitfields.exp: Pass string other than test file
20445 name to prepare_for_testing.
20446 (watch): New procedure.
20447 (expect_watchpoint): Use with_test_prefix.
20448 (top level): Factor out tests to ...
20449 (test_watch_location, test_regular_watch): ... these new
20450 procedures, and use with_test_prefix and gdb_continue_to_end.
20451
20452 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20453
20454 PR breakpoints/12526
20455 * gdb.base/watch-bitfields.exp: New file.
20456 * gdb.base/watch-bitfields.c: New file.
20457
20458 2014-09-16 Pedro Alves <palves@redhat.com>
20459
20460 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20461 software and hardware addresses, not software address against
20462 itself.
20463
20464 2014-09-16 Pedro Alves <palves@redhat.com>
20465
20466 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20467 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20468
20469 2014-09-16 Pedro Alves <palves@redhat.com>
20470
20471 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20472 files.
20473 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20474 "*-*-vxworks*" throughout.
20475 * gdb.base/break.exp: Likewise.
20476 * gdb.base/default.exp: Likewise.
20477 * gdb.base/scope.exp: Likewise.
20478 * gdb.base/sepdebug.exp: Likewise.
20479 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20480 throughout.
20481 * gdb.base/run.c: Likewise.
20482 * gdb.base/sepdebug.c: Likewise.
20483 * gdb.hp/gdb.aCC/run.c: Likewise.
20484 * gdb.reverse/until-reverse.c: Likewise.
20485 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20486
20487 2014-09-16 Yao Qi <yao@codesourcery.com>
20488
20489 * boards/local-remote-host-native.exp: New file.
20490
20491 2014-09-14 Doug Evans <xdje42@gmail.com>
20492
20493 * gdb.threads/queue-signal.c (thread_count): New variable.
20494 (thread_count_mutex, thread_count_condvar): New variables.
20495 (incr_thread_count, wait_all_threads_running): New functions.
20496 (main): Wait for all threads to be in their thread functions.
20497
20498 2014-09-13 Doug Evans <xdje42@gmail.com>
20499
20500 * gdb.threads/queue-signal.c: New file.
20501 * gdb.threads/queue-signal.exp: New file.
20502
20503 2014-09-13 Doug Evans <xdje42@gmail.com>
20504
20505 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20506 be consistent with what default_gdb_init uses.
20507 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20508 the plain text of the prompt. Add some logging printfs.
20509 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20510
20511 2014-09-12 Pedro Alves <palves@redhat.com>
20512
20513 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20514 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20515 * gdb.arch/i386-size-overlap.exp: Likewise.
20516 * gdb.arch/i386-size.exp: Likewise.
20517 * gdb.arch/i386-unwind.exp: Likewise.
20518 * gdb.base/a2-run.exp: Likewise.
20519 * gdb.base/break.exp: Likewise.
20520 * gdb.base/charset.exp: Likewise.
20521 * gdb.base/chng-syms.exp: Likewise.
20522 * gdb.base/commands.exp: Likewise.
20523 * gdb.base/dbx.exp: Likewise.
20524 * gdb.base/find.exp: Likewise.
20525 * gdb.base/funcargs.exp: Likewise.
20526 * gdb.base/jit-simple.exp: Likewise.
20527 * gdb.base/reread.exp: Likewise.
20528 * gdb.base/sepdebug.exp: Likewise.
20529 * gdb.base/step-bt.exp: Likewise.
20530 * gdb.cp/mb-inline.exp: Likewise.
20531 * gdb.cp/mb-templates.exp: Likewise.
20532 * gdb.objc/basicclass.exp: Likewise.
20533 * gdb.threads/killed.exp: Likewise.
20534
20535 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20536
20537 PR tdep/17379
20538 * gdb.arch/powerpc-stackless.S: New file.
20539 * gdb.arch/powerpc-stackless.exp: New file.
20540
20541 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20542
20543 * gdb.base/attach.c: Include unistd.h.
20544 (main): Call alarm. Add label postloop.
20545 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20546 gdb_breakpoint, gdb_continue_to_breakpoint.
20547 (test_command_line_attach_run): Kill ${testpid} in one exit path.
20548
20549 2014-09-11 Pedro Alves <palves@redhat.com>
20550
20551 PR gdb/17347
20552 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
20553 * gdb.base/attach.exp (test_command_line_attach_run): New
20554 procedure.
20555 (top level): Call it.
20556
20557 2014-09-11 Pedro Alves <palves@redhat.com>
20558
20559 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
20560 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
20561 (do_command_attach_tests): Use spawn_wait_for_attach.
20562 * gdb.base/solib-overlap.exp: Likewise.
20563 * gdb.multi/multi-attach.exp: Likewise.
20564 * gdb.python/py-prompt.exp: Likewise.
20565 * gdb.python/py-sync-interp.exp: Likewise.
20566 * gdb.server/ext-attach.exp: Likewise.
20567
20568 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
20569
20570 * gdb.fortran/array-element.exp: Remove unexpected "continue"
20571 command in testcase. Simplify testcase.
20572
20573 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20574
20575 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
20576
20577 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20578
20579 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
20580
20581 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20582
20583 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
20584
20585 2014-09-10 Joel Brobecker <brobecker@adacore.com>
20586
20587 * gdb.dwarf2/dynarr-ptr.c: New file.
20588 * gdb.dwarf2/dynarr-ptr.exp: New file.
20589
20590 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20591
20592 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
20593 of 30 rather than hardcoding 120 for a slow test case. Take the
20594 `gdb,timeout' target setting into account for this calculation.
20595 Don't extend the timeout for the test cases that don't need it.
20596
20597 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20598
20599 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
20600 a factor of 2 for a slow test case. Take the `gdb,timeout'
20601 target setting into account for this calculation.
20602 * gdb.reverse/until-precsave.exp: Increase the timeout by
20603 a factor of 15 and 3 respectively rather than adding 120
20604 for a pair of slow test cases. Take the `gdb,timeout'
20605 target setting into account for this calculation.
20606
20607 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20608
20609 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20610 timeout, don't pass one down to gdb_expect.
20611 (gdb_expect): Rework timeout selection.
20612
20613 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20614
20615 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
20616 exception on timeout.
20617 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
20618 (gdbserver_start_extended): Catch any `gdbserver_start' error
20619 exceptions.
20620 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
20621 * lib/mi-support.exp (mi_gdb_target_load): Catch any
20622 `gdbserver_gdb_load' error exceptions.
20623
20624 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20625
20626 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
20627 120 on waiting for the TCP socket to open.
20628
20629 2014-09-09 Doug Evans <xdje42@gmail.com>
20630
20631 * gdb.base/default.exp (show_conv_list): Add _caller_is,
20632 _caller_matches, _any_caller_is, _any_caller_matches.
20633
20634 2014-09-09 Doug Evans <xdje42@gmail.com>
20635
20636 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
20637
20638 2014-09-09 Yao Qi <yao@codesourcery.com>
20639
20640 * gdb.mi/mi-var-display.exp: Set print symbol off.
20641
20642 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
20643
20644 PR gdb/17035
20645 * gdb.base/commands.exp: Add tests to verify user-defined
20646 commands with empty bodies.
20647 * gdb.python/py-cmd.exp: Test that we don't show user-defined
20648 python commands in `show user command`.
20649 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
20650 scheme commands in `show user command`.
20651
20652 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20653
20654 PR python/17355
20655 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
20656 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
20657 * gdb.python/py-framefilter-invalidarg.exp: New file.
20658 * gdb.python/py-framefilter-invalidarg.py: New file.
20659
20660 2014-09-06 Doug Evans <xdje42@gmail.com>
20661
20662 PR 15276
20663 * gdb.python/py-caller-is.c: New file.
20664 * gdb.python/py-caller-is.exp: New file.
20665
20666 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
20667
20668 PR gdb/17235
20669 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
20670 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
20671
20672 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
20673
20674 PR fortran/17237
20675 * gdb.fortran/print-formatted.exp: New file.
20676 * gdb.fortran/print-formatted.f90: Likewise.
20677
20678 2014-09-03 Sasha Smundak <asmundak@google.com>
20679
20680 * gdb.python/py-frame.exp: Test Frame.read_register.
20681
20682 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
20683
20684 PR python/16699
20685 * gdb.python/py-completion.exp: New file.
20686 * gdb.python/py-completion.py: Likewise.
20687
20688 2014-08-28 Doug Evans <dje@google.com>
20689
20690 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
20691 eax,etc. are live with values set by gdb and thus the compiler can't
20692 use them.
20693 * gdb.arch/i386-pseudo.c (main): Ditto.
20694
20695 2014-08-27 Doug Evans <dje@google.com>
20696
20697 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
20698
20699 2014-08-25 Doug Evans <dje@google.com>
20700
20701 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
20702 (main): Ditto.
20703
20704 2014-08-25 Doug Evans <dje@google.com>
20705
20706 * gdb.threads/thread-execl.exp: #include <stdio.h>.
20707
20708 2014-08-24 Yao Qi <yao@codesourcery.com>
20709
20710 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
20711 symbol off.
20712 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
20713
20714 2014-08-22 Doug Evans <dje@google.com>
20715
20716 PR 17276
20717 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
20718 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
20719 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
20720
20721 2014-08-22 Yao Qi <yao@codesourcery.com>
20722
20723 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
20724 * gdb.python/py-finish-breakpoint2.exp: Likewise.
20725 * gdb.python/python.exp: Likewise. Use .py file on the host
20726 instead of the build.
20727
20728 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20729
20730 * gdb.threads/gcore-stale-thread.c: New file.
20731 * gdb.threads/gcore-stale-thread.exp: New file.
20732
20733 2014-08-21 Pedro Alves <palves@redhat.com>
20734
20735 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
20736 * gdb.base/gcore-relro-pie.exp: Likewise.
20737 * gdb.base/gcore-relro.exp: Likewise.
20738 * gdb.base/gcore.exp: Likewise.
20739 * gdb.base/print-symbol-loading.exp: Likewise.
20740 * gdb.threads/gcore-thread.exp: Likewise.
20741 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
20742
20743 2014-08-20 Pedro Alves <palves@redhat.com>
20744 Jan Kratochvil <jan.kratochvil@redhat.com>
20745
20746 * Makefile.in (EXTRA_RULES, CC): New variables, get from
20747 configure.
20748 (EXPECT): Handle READ1 being set.
20749 (all): Depend on EXTRA_RULES.
20750 (check-read1, expect-read1, read1.so, read1): New rules.
20751 * README (Testsuite Parameters): Document the READ1 make variable.
20752 (Race detection): New section.
20753 * configure: Regenerate.
20754 * configure.ac: If build==host==target, and running under a
20755 GNU/glibc system, add read1 to the extra Makefile rules.
20756 (EXTRA_RULES): AC_SUBST it.
20757 * lib/read1.c: New file.
20758
20759 2014-08-20 Joel Brobecker <brobecker@adacore.com>
20760
20761 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
20762 the handling of variables declared as a typedef to an array
20763 which a DW_AT_data_location attribute.
20764
20765 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
20766 Pedro Alves <palves@redhat.com>
20767
20768 PR symtab/14604
20769 PR symtab/14605
20770 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
20771 gdb_test.
20772
20773 2014-08-19 Pedro Alves <palves@redhat.com>
20774
20775 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
20776
20777 2014-08-19 Yao Qi <yao@codesourcery.com>
20778
20779 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
20780 right line.
20781
20782 2014-08-18 David Blaikie <dblaikie@gmail.com>
20783
20784 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
20785
20786 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20787
20788 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
20789 attribute in array range.
20790
20791 2014-08-18 Joel Brobecker <brobecker@adacore.com>
20792
20793 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
20794
20795 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20796
20797 PR c++/17132
20798 * gdb.cp/pr17132.cc: New file.
20799 * gdb.cp/pr17132.exp: New file.
20800
20801 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
20802
20803 * gdb.python/py-xmethods.py (A_getarrayind)
20804 (E_method_char_worker.__call__, E_method_int_worker.__call__):
20805 Use 'print' with function call syntax.
20806 (E_method_matcher.match): Fix tab vs space indentation mixup.
20807
20808 2014-08-15 Yao Qi <yao@codesourcery.com>
20809
20810 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
20811 false.
20812
20813 2014-08-15 Yao Qi <yao@codesourcery.com>
20814
20815 * gdb.cp/casts.exp: Set print symbol off.
20816 * gdb.cp/class2.exp: Likewise.
20817 * gdb.cp/overload.exp: Likewise.
20818 * gdb.cp/templates.exp: Likewise.
20819
20820 2014-08-11 Doug Evans <dje@google.com>
20821
20822 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
20823 (test_load_shlib): Update.
20824
20825 2014-08-09 Yao Qi <yao@codesourcery.com>
20826
20827 * gdb.base/display.exp: Invoke is_address_zero_readable.
20828 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
20829 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20830 * gdb.base/hbreak-unmapped.exp: Return if
20831 is_address_zero_readable returns true.
20832 * gdb.base/signest.exp: Likewise.
20833 * gdb.base/signull.exp: Likewise.
20834 * gdb.base/sigbpt.exp: Likewise.
20835 * gdb.guile/scm-disasm.exp: Do the test if
20836 is_address_zero_readable returns false.
20837 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
20838 * gdb.python/py-arch.exp: Likewise.
20839 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
20840 * lib/gdb.exp (is_address_zero_readable): New proc.
20841
20842 2014-08-09 Yao Qi <yao@codesourcery.com>
20843
20844 PR testsuite/13443
20845 * gdb.mi/mi-var-display.exp: Make test messages unique.
20846
20847 2014-08-04 Tom Tromey <tromey@redhat.com>
20848
20849 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
20850 target 0".
20851
20852 2014-08-04 Tom Tromey <tromey@redhat.com>
20853
20854 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
20855 "target_resume".
20856
20857 2014-08-01 Joel Brobecker <brobecker@adacore.com>
20858
20859 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
20860 inner_vla_struct_object_size.
20861 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
20862 as xfail.
20863
20864 2014-07-30 Pedro Alves <palves@redhat.com>
20865
20866 * gdb.threads/signal-command-handle-nopass.exp (test): Add
20867 comment.
20868
20869 2014-07-29 Yao Qi <yao@codesourcery.com>
20870
20871 PR gdb/17206
20872 * gdb.base/until-nodebug.exp: New.
20873
20874 2014-07-28 Doug Evans <xdje42@gmail.com>
20875
20876 PR guile/17203
20877 * gdb.guile/scm-parameter.exp: Add tests for trying to create
20878 previously existing parameter, and previously ambiguously spelled
20879 parameter.
20880
20881 2014-07-28 Will Newton <will.newton@linaro.org>
20882
20883 * gdb.base/varargs.exp: Remove KFAILs for ARM.
20884
20885 2014-07-26 Ludovic Courtès <ludo@gnu.org>
20886 Doug Evans <xdje42@gmail.com>
20887
20888 PR guile/17146
20889 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
20890
20891 2014-07-25 Pedro Alves <palves@redhat.com>
20892
20893 * gdb.threads/signal-command-handle-nopass.c: New file.
20894 * gdb.threads/signal-command-handle-nopass.exp: New file.
20895 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
20896 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
20897 * gdb.threads/signal-delivered-right-thread.c: New file.
20898 * gdb.threads/signal-delivered-right-thread.exp: New file.
20899
20900 2014-07-25 Pedro Alves <palves@redhat.com>
20901
20902 * gdb.base/double-prompt-target-event-error.exp
20903 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
20904 match.
20905 (cancel_pagination_in_target_event): Rework double prompt
20906 detection.
20907 * gdb.base/paginate-after-ctrl-c-running.exp
20908 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
20909 <return>' match.
20910 * gdb.base/paginate-bg-execution.exp
20911 (test_bg_execution_pagination_return)
20912 (test_bg_execution_pagination_cancel): Remove '-notransfer
20913 <return>' matches.
20914 * gdb.base/paginate-execution-startup.exp
20915 (test_fg_execution_pagination_return)
20916 (test_fg_execution_pagination_cancel): Remove '-notransfer
20917 <return>' matches.
20918 * gdb.base/paginate-inferior-exit.exp
20919 (test_paginate_inferior_exited): Remove '-notransfer <return>'
20920 match.
20921 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
20922 * lib/gdb.exp (pagination_prompt): Run text through
20923 string_to_regexp.
20924 (gdb_test_multiple): Match $pagination_prompt instead of
20925 "<return>".
20926 (string_to_regexp): Move to lib/gdb-utils.exp.
20927
20928 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20929
20930 * gdb.arch/amd64-entry-value-paramref.S: New file.
20931 * gdb.arch/amd64-entry-value-paramref.cc: New file.
20932 * gdb.arch/amd64-entry-value-paramref.exp: New file.
20933 * gdb.arch/amd64-optimout-repeat.S: New file.
20934 * gdb.arch/amd64-optimout-repeat.c: New file.
20935 * gdb.arch/amd64-optimout-repeat.exp: New file.
20936
20937 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20938
20939 PR gdb/17170
20940 * gdb.base/statistics.exp: New file.
20941
20942 2014-07-17 Doug Evans <dje@google.com>
20943
20944 PR gdb/17170
20945 * gdb.base/maint.exp: Update testing of per-command stats.
20946
20947 2014-07-16 Pedro Alves <palves@redhat.com>
20948
20949 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
20950 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
20951 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
20952 (tfile_write_buf): New functions.
20953 (add_memory_block): Rewrite using the above.
20954 (adjust_function_address): New function.
20955 (FUNCTION_ADDRESS): New macro.
20956 (write_basic_trace_file): Remove short_x local, and use
20957 tfile_write_16. Change type of func_addr local to unsigned long
20958 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
20959 here. Cast argument of add_memory_block to char pointer.
20960 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
20961 (main): Remove parameters.
20962 * gdb.trace/tfile.exp: Remove nowarnings.
20963
20964 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
20965
20966 * gdb.base/debug-expr.exp: Test string evaluation with
20967 "debug expression" on.
20968
20969 2014-07-15 Pedro Alves <palves@redhat.com>
20970
20971 * gdb.base/reread.exp: Use clean_restart.
20972
20973 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
20974
20975 * gdb.arch/avr-flash-qualifer.c: New.
20976 * gdb.arch/avr-flash-qualifer.exp: New.
20977
20978 2014-07-14 Pedro Alves <palves@redhat.com>
20979
20980 * gdb.base/paginate-after-ctrl-c-running.c: New file.
20981 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
20982
20983 2014-07-14 Pedro Alves <palves@redhat.com>
20984
20985 * gdb.base/double-prompt-target-event-error.c: New file.
20986 * gdb.base/double-prompt-target-event-error.exp: New file.
20987
20988 2014-07-14 Pedro Alves <palves@redhat.com>
20989
20990 PR gdb/17072
20991 * gdb.base/paginate-inferior-exit.c: New file.
20992 * gdb.base/paginate-inferior-exit.exp: New file.
20993
20994 2014-07-14 Pedro Alves <palves@redhat.com>
20995
20996 PR gdb/17072
20997 * gdb.base/paginate-bg-execution.c: New file.
20998 * gdb.base/paginate-bg-execution.exp: New file.
20999
21000 2014-07-14 Pedro Alves <palves@redhat.com>
21001
21002 PR gdb/17072
21003 * gdb.base/paginate-execution-startup.c: New file.
21004 * gdb.base/paginate-execution-startup.exp: New file.
21005 * lib/gdb.exp (pagination_prompt): New global.
21006 (default_gdb_spawn): New procedure, factored out from
21007 default_gdb_spawn.
21008 (default_gdb_start): Adjust to call default_gdb_spawn.
21009 (gdb_spawn): New procedure.
21010
21011 2014-07-14 Pedro Alves <palves@redhat.com>
21012
21013 * lib/gdb.exp (gdb_assert): New procedure.
21014 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21015
21016 2014-07-14 Pedro Alves <palves@redhat.com>
21017
21018 * gdb.base/execution-termios.c: New file.
21019 * gdb.base/execution-termios.exp: New file.
21020
21021 2014-07-14 Tom Tromey <tromey@redhat.com>
21022
21023 * gdb.cp/vla-cxx.cc: New file.
21024 * gdb.cp/vla-cxx.exp: New file.
21025
21026 2014-07-14 Tom Tromey <tromey@redhat.com>
21027
21028 * gdb.reverse/rerun-prec.c: New file.
21029 * gdb.reverse/rerun-prec.exp: New file.
21030
21031 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21032 Maciej W. Rozycki <macro@codesourcery.com>
21033
21034 * lib/gdb-utils.exp: New file.
21035 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21036 inline `gdb_init_command' processing.
21037 (gdb_start_cmd): Likewise.
21038 * lib/mi-support.exp (mi_run_cmd): Likewise.
21039 * README: Document `gdb_init_command' and `gdb_init_commands'.
21040
21041 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21042
21043 Fix false FAIL running under a very long directory name.
21044 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21045 and "set print elements 10000". Twice.
21046
21047 2014-07-11 Yao Qi <yao@codesourcery.com>
21048
21049 * gdb.base/exprs.exp: "set print symbol off".
21050
21051 2014-07-11 Pedro Alves <palves@redhat.com>
21052
21053 * gdb.threads/kill.c: New file.
21054 * gdb.threads/kill.exp: New file.
21055
21056 2014-07-10 Yao Qi <yao@codesourcery.com>
21057
21058 * gdb.trace/tfile.c (write_basic_trace_file)
21059 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21060 address written to trace file.
21061
21062 2014-07-09 Pedro Alves <palves@redhat.com>
21063
21064 * gdb.base/attach-wait-input.exp: New file.
21065 * gdb.base/attach-wait-input.c: New file.
21066
21067 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21068
21069 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21070 setting up test structures.
21071 (main): Call new test function.
21072 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21073 test function, continue into test function and walk test
21074 structures.
21075
21076 2014-07-02 Yao Qi <yao@codesourcery.com>
21077
21078 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21079 'bar_start' at the beginning of functions 'foo' and 'bar'
21080 respectively.
21081 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21082 instead of 'foo' and 'bar'.
21083
21084 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21085
21086 * gdb.btrace/segv.exp: New.
21087 * gdb.btrace/segv.c: New.
21088
21089 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21090
21091 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21092 instruction.
21093
21094 2014-06-30 Mark Wielaard <mjw@redhat.com>
21095
21096 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21097 vulture, vilify, villar): New volatile array constants.
21098 (vindictive, vegetation): New const volatile array constants.
21099 * gdb.base/volatile.exp: Test volatile and const volatile array
21100 types.
21101
21102 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21103
21104 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21105 target lacks support for awatch, rwatch, or hbreak.
21106
21107 2014-06-27 Yao Qi <yao@codesourcery.com>
21108
21109 * gdb.multi/dummy-frame-restore.exp: New.
21110 * gdb.multi/dummy-frame-restore.c: New.
21111
21112 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21113
21114 * gdb.btrace/gcore.exp: New.
21115
21116 2014-06-23 Pedro Alves <palves@redhat.com>
21117
21118 * gdb.base/watchpoint-reuse-slot.c: New file.
21119 * gdb.base/watchpoint-reuse-slot.exp: New file.
21120
21121 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21122
21123 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21124 progspace's filename in 'info', 'enable' and 'disable' command
21125 tests.
21126
21127 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21128
21129 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21130 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21131 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21132
21133 2014-06-20 Gary Benson <gbenson@redhat.com>
21134
21135 * gdb.arch/i386-avx.exp: Fix include file location.
21136 * gdb.arch/i386-sse.exp: Likewise.
21137
21138 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21139
21140 * gdb.dlang/expression.exp: New file.
21141
21142 2014-06-19 Pedro Alves <palves@redhat.com>
21143
21144 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21145 out from ...
21146 (top level): ... here. Iterate running tests under different
21147 scheduler-locking settings.
21148
21149 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21150
21151 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21152 to DW_FORM_addr and use non-zero addresses.
21153
21154 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21155
21156 PR gdb/17017
21157 * gdb.python/py-xmethods.cc: Add global function call counters and
21158 increment them in their respective functions. Remove "cout"
21159 statements.
21160 * gdb.python/py-xmethods.exp: Make tests check the global function
21161 call counters instead of depending on inferior IO.
21162
21163 2014-06-18 Don Breazeal <donb@codesourcery.com>
21164
21165 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21166 Deleted procedure.
21167 (explicit_fork_parent_follow): Deleted procedure.
21168 (explicit_fork_child_follow): Deleted procedure.
21169 (test_follow_fork): New procedure.
21170 (do_fork_tests): Replace calls to deleted procedures with
21171 calls to test_follow_fork and reset GDB for subsequent
21172 procedure calls.
21173
21174 2014-06-17 Yao Qi <yao@codesourcery.com>
21175
21176 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21177 CP1252.
21178
21179 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21180
21181 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21182 Initialize ptr and S explicitly.
21183 (skip_type_update_when_not_use_rtti_test): Likewise.
21184
21185 2014-06-16 Keith Seitz <keiths@redhat.com>
21186
21187 PR mi/15863
21188 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21189 the inferior is started.
21190
21191 2014-06-16 Pedro Alves <palves@redhat.com>
21192
21193 * gdb.base/break-main-file-remove-fail.c: New file.
21194 * gdb.base/break-main-file-remove-fail.exp: New file.
21195 * gdb.base/break-unload-file.exp: Use build_executable instead of
21196 prepare_for_testing.
21197 (test_break): New parameter "initial_load". Handle it.
21198 (top level): Add initial_load cmdline/file axis.
21199
21200 2014-06-12 Tom Tromey <tromey@redhat.com>
21201
21202 * gdb.base/completion.exp: Don't use directory name in test.
21203
21204 2014-06-09 Gary Benson <gbenson@redhat.com>
21205
21206 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21207 separate the always-available ANSI-standard signals from the
21208 signals that require checking.
21209 (main): Likewise.
21210 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21211 Likewise.
21212 (main): Likewise.
21213
21214 2014-06-07 Keith Seitz <keiths@redhat.com>
21215
21216 Revert:
21217 PR c++/16253
21218 * gdb.cp/var-tag.cc: New file.
21219 * gdb.cp/var-tag.exp: New file.
21220 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21221 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21222 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21223 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21224
21225 2014-06-06 Doug Evans <xdje42@gmail.com>
21226
21227 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21228
21229 2014-06-06 Pedro Alves <palves@redhat.com>
21230
21231 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21232 in target debug output instead of looking at RSP packets,
21233 disabling the test on any target that uses hardware stepping.
21234 Update comments.
21235
21236 2014-06-06 Pedro Alves <palves@redhat.com>
21237
21238 * gdb.base/break-unload-file.exp: Fix typo.
21239
21240 2014-06-06 Yao Qi <yao@codesourcery.com>
21241
21242 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21243 from "jit_function" to "^jit_function".
21244
21245 2014-06-06 Yao Qi <yao@codesourcery.com>
21246
21247 * gdb.base/async.c (foo): Add one statement.
21248 * gdb.base/async.exp: Get the next instruction address and
21249 match the output of "nexti" by instruction address. Match
21250 the hex address in the output of "finish".
21251
21252 2014-06-06 Gary Benson <gbenson@redhat.com>
21253
21254 * gdb.base/call-signals.c: Remove preprocessor conditionals
21255 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21256 SIGSEGV and SIGTERM.
21257 * gdb.base/sigall.c: Likewise.
21258 * gdb.base/unwindonsignal.c: Likewise.
21259 * gdb.reverse/sigall-reverse.c: Likewise.
21260
21261 2014-06-06 Yao Qi <yao@codesourcery.com>
21262
21263 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21264 readable, skip the test.
21265
21266 2014-06-06 Yao Qi <yao@codesourcery.com>
21267
21268 * gdb.threads/staticthreads.c (thread_function): Move the line
21269 setting breakpoint on forward.
21270 * gdb.threads/staticthreads.exp: Update comments.
21271
21272 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21273
21274 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21275 "history-append! type error".
21276
21277 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21278
21279 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21280 erroneous dprintf expected input.
21281
21282 2014-06-04 Doug Evans <xdje42@gmail.com>
21283
21284 * gdb.guile/scm-generics.exp: Delete.
21285
21286 2014-06-04 Doug Evans <xdje42@gmail.com>
21287
21288 * gdb.guile/scm-breakpoint.exp: Update.
21289 Add tests for breakpoint registration.
21290
21291 2014-06-04 Tom Tromey <tromey@redhat.com>
21292
21293 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21294 VLA-in-union.
21295 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21296 inner_vla_struct, vla_union types. Initialize objects of those
21297 types and compute their sizes.
21298
21299 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21300 Hui Zhu <hui@codesourcery.com>
21301
21302 * gdb.base/fileio.exp: Add test for shell not available as well as
21303 available.
21304 * gdb.base/fileio.c (test_system): Check for shell twice.
21305
21306 2014-06-04 Yao Qi <yao@codesourcery.com>
21307
21308 * gdb.base/auto-connect-native-target.exp: Remove redundant
21309 space from the regexp pattern.
21310
21311 2014-06-04 Yao Qi <yao@codesourcery.com>
21312
21313 * gdb.base/default.exp: Replace "child" with "native" in
21314 regexp pattern.
21315
21316 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21317
21318 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21319 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21320 * gdb.python/py-xmethods.py: Python script supporting the
21321 new testcase and tests.
21322
21323 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21324 Pedro Alves <palves@redhat.com>
21325
21326 PR breakpoints/17000
21327 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21328 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21329
21330 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21331
21332 * gdb.base/subst.exp: Add tests to verify partial path matching
21333 output.
21334
21335 2014-06-03 Pedro Alves <palves@redhat.com>
21336
21337 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21338 target that doesn't use software single-stepping.
21339
21340 2014-06-03 Pedro Alves <palves@redhat.com>
21341
21342 PR breakpoints/17000
21343 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21344 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21345
21346 2014-06-02 Doug Evans <xdje42@gmail.com>
21347
21348 * gdb.guile/scm-parameter.exp: New file.
21349
21350 2014-06-02 Doug Evans <xdje42@gmail.com>
21351
21352 * gdb.guile/scm-cmd.c: New file.
21353 * gdb.guile/scm-cmd.exp: New file.
21354
21355 2014-06-02 Doug Evans <xdje42@gmail.com>
21356
21357 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21358 pretty-printer lookup.
21359 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21360 (make-pp_s-printer): Call it.
21361 (make-pretty-printer-from-dict): New function.
21362 (lookup-pretty-printer-maker-from-dict): New function.
21363 (*pretty-printer*): Simplify.
21364 (make-objfile-pp_s-printer): New function.
21365 (install-objfile-pretty-printers!): New function.
21366 (make-progspace-pp_s-printer): New function.
21367 (install-progspace-pretty-printers!): New function.
21368 * gdb.guile/scm-progspace.c: New file.
21369 * gdb.guile/scm-progspace.exp: New file.
21370
21371 2014-06-02 Pedro Alves <palves@redhat.com>
21372
21373 * gdb.base/dprintf-bp-same-addr.c: New file.
21374 * gdb.base/dprintf-bp-same-addr.exp: New file.
21375
21376 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21377
21378 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21379 * gdb.arch/powerpc-power.s: Likewise.
21380
21381 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21382
21383 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21384
21385 2014-06-01 Yao Qi <yao@codesourcery.com>
21386
21387 * gdb.base/watchpoint.exp (test_watch_location): Check null
21388 pointer can be dereferenced. If not, do the test, otherwise
21389 skip it.
21390
21391 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21392
21393 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21394 results.
21395 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21396
21397 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21398
21399 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21400 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21401 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21402 * gdb.arch/amd64-invalid-stack-top.c: New file.
21403 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21404
21405 2014-05-30 Pedro Alves <palves@redhat.com>
21406
21407 PR breakpoints/17000
21408 * gdb.base/sss-bp-on-user-bp.c: New file.
21409 * gdb.base/sss-bp-on-user-bp.exp: New file.
21410
21411 2014-05-30 David Blaikie <dblaikie@gmail.com>
21412
21413 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21414 gnu_inline semantics via attribute.
21415 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21416 source explicitly specifies the required semantics.
21417
21418 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21419
21420 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21421
21422 2014-05-29 Pedro Alves <palves@redhat.com>
21423 Tom Tromey <tromey@redhat.com>
21424
21425 * gdb.base/async-shell.exp: Don't enable target-async.
21426 * gdb.base/async.exp
21427 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21428 parameter. Adjust.
21429 (top level): Don't test with "target-async".
21430 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21431 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21432 * gdb.base/inferior-died.exp: Don't enable target-async.
21433 * gdb.base/interrupt-noterm.exp: Likewise.
21434 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21435 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21436 * gdb.mi/mi-nonstop.exp: Likewise.
21437 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21438 * gdb.mi/mi-nsintrall.exp: Likewise.
21439 * gdb.mi/mi-nsmoribund.exp: Likewise.
21440 * gdb.mi/mi-nsthrexec.exp: Likewise.
21441 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21442 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21443 * gdb.python/py-evsignal.exp: Don't enable target-async.
21444 * gdb.python/py-evthreads.exp: Likewise.
21445 * gdb.python/py-prompt.exp: Likewise.
21446 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21447 * gdb.server/solib-list.exp: Don't enable target-async.
21448 * gdb.threads/thread-specific-bp.exp: Likewise.
21449 * lib/mi-support.exp: Adjust to use mi-async.
21450
21451 2014-05-29 Pedro Alves <palves@redhat.com>
21452
21453 PR gdb/13860
21454 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21455 reason, even in sync mode.
21456
21457 2014-05-29 Pedro Alves <palves@redhat.com>
21458 Hui Zhu <hui@codesourcery.com>
21459
21460 PR PR15693
21461 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21462 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21463 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21464 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21465
21466 2014-05-28 Joel Brobecker <brobecker@adacore.com>
21467
21468 * config/monitor.exp (gdb_target_monitor): Replace use of
21469 "set remotebaud" by "set serial baud".
21470
21471 2014-05-26 Andy Wingo <wingo@igalia.com>
21472
21473 * gdb.guile/scm-breakpoint.exp:
21474 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21475 properties instead of gdb-object-properties.
21476
21477 2014-05-26 Yao Qi <yao@codesourcery.com>
21478
21479 * gdb.server/no-thread-db.exp: Specify source file name
21480 explicitly when setting a breakpoint.
21481
21482 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21483
21484 * gdb.btrace/vdso.c: New.
21485 * gdb.btrace/vdso.exp: New.
21486
21487 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21488
21489 * gdb.base/gcore.exp (capture_command_output): Move ...
21490 * lib/gdb.exp (capture_command_output): ... here.
21491
21492 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21493
21494 * gdb.btrace/data.exp: Test memory access during btrace replay.
21495
21496 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21497
21498 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21499
21500 2014-05-21 Pedro Alves <palves@redhat.com>
21501
21502 PR gdb/13860
21503 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21504 (top level): Test that output related to execution commands is
21505 sent to the console with CLI commands, but not with MI commands.
21506 Test that breakpoint events are always mirrored to the console.
21507 Also expect the new source line to be output after a "next" in
21508 async mode too. Make it a pass/fail test.
21509 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21510 output.
21511 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21512
21513 2014-05-21 Pedro Alves <palves@redhat.com>
21514
21515 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21516 Use them to test variations of "list" after reaching a breakpoint.
21517 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21518 Test "list" with listsize 10 after reaching a breakpoint.
21519 * gdb.python/python.exp (decode_line current location line
21520 number): Adjust expected line number.
21521
21522 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21523
21524 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21525 behavior for $args, pass it directly to "run".
21526
21527 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21528
21529 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21530 30000 to 65536.
21531
21532 2014-05-21 Pedro Alves <palves@redhat.com>
21533
21534 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21535 auto-connect-native-target off".
21536 * gdb.base/auto-connect-native-target.c: New file.
21537 * gdb.base/auto-connect-native-target.exp: New file.
21538
21539 2014-05-21 Pedro Alves <palves@redhat.com>
21540
21541 * gdb.base/default.exp: Test "target native" instead of "target
21542 child".
21543
21544 2014-05-21 Mark Wielaard <mjw@redhat.com>
21545
21546 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21547
21548 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21549
21550 Fix TLS access for -static -pthread.
21551 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
21552 <HAVE_TLS> (thread_function, main): Initialize it.
21553 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
21554 Add clean_restart.
21555 <$have_tls != "">: Check TLSVAR.
21556
21557 2014-05-21 Pedro Alves <palves@redhat.com>
21558
21559 * gdb.base/dcache-line-read-error.c: New.
21560 * gdb.base/dcache-line-read-error.exp: New.
21561
21562 2014-05-20 Pedro Alves <palves@redhat.com>
21563
21564 * gdb.base/compare-sections.c: New file.
21565 * gdb.base/compare-sections.exp: New file.
21566
21567 2014-05-20 Pedro Alves <palves@redhat.com>
21568
21569 * gdb.base/break-idempotent.c: New file.
21570 * gdb.base/break-idempotent.exp: New file.
21571
21572 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
21573
21574 * gdb.btrace/nohist.exp: New.
21575
21576 2014-05-20 Yao Qi <yao@codesourcery.com>
21577
21578 * lib/gdb.exp (gdb_init): Set timeout if test file is under
21579 gdb.reverse directory and gdb_reverse_timeout exists in board
21580 setting.
21581 * README: Document gdb_reverse_timeout.
21582
21583 2014-05-20 Yao Qi <yao@codesourcery.com>
21584
21585 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
21586 'test_file_name'. Treat args as a string instead of a list.
21587 (gdb_init): Rename argument 'args' by 'test_file_name'.
21588
21589 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
21590
21591 * gdb.arch/powerpc-power.exp: New file.
21592 * gdb.arch/powerpc-power.s: New file.
21593
21594 2014-05-16 Doug Evans <dje@google.com>
21595
21596 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
21597 * gdb.base/completion.exp: Check that all expected files exist
21598 before doing file completion.
21599
21600 2014-05-16 Doug Evans <dje@google.com>
21601
21602 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21603 Update.
21604 (do_syscall_tests_without_xml): Update.
21605
21606 2014-05-16 Pedro Alves <palves@redhat.com>
21607
21608 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21609 instead of "unknown output after running".
21610
21611 2014-05-16 Yao Qi <yao@codesourcery.com>
21612
21613 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
21614 file1.txt from host at the end.
21615 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21616
21617 2014-05-15 Doug Evans <dje@google.com>
21618
21619 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
21620 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
21621 loading file. Add test for TU lookup.
21622
21623 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21624
21625 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
21626 calling "-exec-arguments" or "set args" before running the
21627 inferior.
21628
21629 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
21630
21631 * lib/mi-support.exp (mi_expect_stop): Expect message for
21632 inferiors that exit with non-zero exit code.
21633
21634 2014-05-14 Yao Qi <yao@codesourcery.com>
21635
21636 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
21637 match absolute path on remote host.
21638 (test_file_list_exec_source_files): Remove "/" from the
21639 pattern.
21640
21641 2014-05-14 Yao Qi <yao@codesourcery.com>
21642
21643 * boards/local-remote-host-notty.exp (${board}_file): New
21644 proc.
21645
21646 2014-05-07 Kyle McMartin <kyle@redhat.com>
21647
21648 Pushed by Joel Brobecker <brobecker@adacore.com>.
21649 * gdb.arch/aarch64-atomic-inst.c: New file.
21650 * gdb.arch/aarch64-atomic-inst.exp: New file.
21651
21652 2014-05-07 Yao Qi <yao@codesourcery.com>
21653
21654 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
21655 in current context" too.
21656
21657 2014-05-05 Keith Seitz <keiths@redhat.com>
21658
21659 * gdb.linespec/ls-dollar.exp: Add test for linespec
21660 file:convenience_variable.
21661
21662 2014-05-05 Yao Qi <yao@codesourcery.com>
21663
21664 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
21665 traceframes into tfile and ctf trace files. Read data from
21666 trace file and test collected data.
21667 (gdb_collect_locals_test): Likewise.
21668 (gdb_unavailable_registers_test): Likewise.
21669 (gdb_unavailable_floats): Likewise.
21670 (gdb_collect_globals_test): Likewise.
21671 (top-level): Append "ctf" to trace_file_targets if GDB
21672 supports.
21673
21674 2014-05-05 Yao Qi <yao@codesourcery.com>
21675
21676 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
21677 code to ...
21678 (gdb_collect_args_test_1): ... it. New proc.
21679 (gdb_collect_locals_test): Move some code to ...
21680 (gdb_collect_locals_test_1): ... it. New proc.
21681 (gdb_unavailable_registers_test): Move some code to ...
21682 (gdb_unavailable_registers_test_1): ... it. New proc.
21683 (gdb_unavailable_floats): Move some code to ...
21684 (gdb_unavailable_floats_1): ... it. New proc.
21685
21686 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21687
21688 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
21689 probes to test for bitness recognition.
21690 * gdb.arch/amd64-stap-optional-prefix.exp
21691 (test_probe_value_without_reg): New procedure.
21692 Add code to test for different kinds of bitness.
21693
21694 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
21695
21696 PR breakpoints/16889
21697 * gdb.arch/amd64-stap-optional-prefix.S: New file.
21698 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21699
21700 2014-05-01 Pedro Alves <palves@redhat.com>
21701
21702 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
21703 gdb_file_cmd if no file is specified.
21704 * boards/native-extended-gdbserver.exp (gdb_load): Use the
21705 last_loaded_file to set the remote exec-file.
21706
21707 2014-05-01 Pedro Alves <palves@redhat.com>
21708
21709 * boards/local-remote-host.exp: New file.
21710
21711 2014-05-01 Pedro Alves <palves@redhat.com>
21712
21713 * boards/local-remote-host.exp: Rename to ...
21714 * boards/local-remote-host-notty.exp: ... this.
21715
21716 2014-04-28 Joel Brobecker <brobecker@adacore.com>
21717
21718 * gdb.ada/dyn_arrayidx: New testcase.
21719
21720 2014-04-26 Yao Qi <yao@codesourcery.com>
21721
21722 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
21723 and compute the length of function main. Save it in
21724 $main_length.
21725 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
21726 (top-level): Use gdb_compile to compile objects into
21727 executable and restart GDB. Remove invocation to
21728 prepare_for_testing.
21729
21730 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
21731 Pedro Alves <palves@redhat.com>
21732
21733 PR server/16255
21734 * gdb.multi/multi-attach.c: New file.
21735 * gdb.multi/multi-attach.exp: New file.
21736
21737 2014-04-25 Pedro Alves <palves@redhat.com>
21738
21739 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
21740 user.
21741 (top level): Test that "set remote conditional-breakpoints-packet
21742 off" works as intended.
21743 * gdb.base/dprintf.exp: Test that "set remote
21744 breakpoint-commands-packet off" works as intended.
21745 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
21746 New function.
21747 (top level): Call it.
21748 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
21749 remote fast-tracepoints-packet off" works as intended.
21750 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
21751 * lib/gdb.exp (gdb_is_target_remote): ... here.
21752
21753 2014-04-24 David Blaikie <dblaikie@gmail.com>
21754
21755 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
21756 ensure clang would not discard them.
21757 * gdb.base/gdbvars.c: Ditto.
21758 * gdb.base/memattr.c: Ditto.
21759 * gdb.base/whatis.c: Ditto.
21760 * gdb.python/py-prettyprint.c: Ditto.
21761 * gdb.trace/actions.c: Ditto.
21762 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
21763 ensure clang would not discard it.
21764
21765 2014-04-24 David Blaikie <dblaikie@gmail.com>
21766
21767 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
21768 clang to emit the full definition of type required by the test
21769 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
21770
21771 2014-04-24 David Blaikie <dblaikie@gmail.com>
21772
21773 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
21774 coax Clang into emitting the definition of the type.
21775 * gdb.cp/pr10728-x.h (y): Ditto.
21776 * gdb.cp/pr10728-y.cc (y): Ditto.
21777
21778 2014-04-24 David Blaikie <dblaikie@gmail.com>
21779
21780 * gdb.base/label.exp: XFAIL label related tests under Clang.
21781 * gdb.cp/cplabel.exp: Ditto.
21782 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
21783 under Clang those using labels.
21784
21785 2014-04-25 Yao Qi <yao@codesourcery.com>
21786
21787 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
21788 double_label.
21789 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
21790 partial_label and double_label.
21791
21792 2014-04-24 David Blaikie <dblaikie@gmail.com>
21793
21794 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
21795
21796 2014-04-24 David Blaikie <dblaikie@gmail.com>
21797
21798 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
21799 of the function to work across GCC and Clang.
21800 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
21801 pointer types (const void ** const V void **).
21802
21803 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
21804 Walfred Tedeschi <walfred.tedeschi@intel.com>
21805
21806 * Makefile.in (EXECUTABLES): Added i386-avx512.
21807 * gdb.arch/i386-avx512.c: New file.
21808 * gdb.arch/i386-avx512.exp: Likewise.
21809
21810 2014-04-23 Keith Seitz <keiths@redhat.com>
21811
21812 * lib/mi-support.exp (mi_list_breakpoints): Delete.
21813 (mi_make_breakpoint_table): New procedure.
21814 (mi_create_breakpoint): Use mi_make_breakpoint
21815 and return the result.
21816 (mi_make_breakpoint): New procedure.
21817 (mi_build_kv_pairs): New procedure.
21818
21819 * gdb.mi/mi-break.exp: Remove unused globals,
21820 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
21821 All callers updated.
21822 * gdb.mi/mi-dprintf.exp: Use variable to track command
21823 number.
21824 Update all callers of mi_create_breakpoint and use
21825 mi_make_breakpoint_table.
21826 Remove any unused global variables.
21827 * gdb.mi/mi-nonstop.exp: Likewise.
21828 * gdb.mi/mi-nsintrall.exp: Likewise.
21829 * gdb.mi/mi-nsmoribund.exp: Likewise.
21830 * gdb.mi/mi-nsthrexec.exp: Likewise.
21831 * gdb.mi/mi-reverse.exp: Likewise.
21832 * gdb.mi/mi-simplerun.exp: Likewise.
21833 * gdb.mi/mi-stepn.exp: Likewise.
21834 * gdb.mi/mi-syn-frame.exp: Likewise.
21835 * gdb.mi/mi-until.exp: Likewise.
21836 * gdb.mi/mi-var-cp.exp: Likewise.
21837 * gdb.mi/mi-var-display.exp: Likewise.
21838 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
21839 * gdb.mi/mi2-var-child.exp: Likewise.
21840 * gdb.mi/mi-vla-c99.exp: Likewise.
21841 * lib/mi-support.exp: Likewise.
21842
21843 From Ian Lance Taylor <iant@cygnus.com>:
21844 * lib/gdb.exp (parse_args): New procedure.
21845
21846 2014-04-23 Pedro Alves <palves@redhat.com>
21847
21848 * gdb.base/break-unload-file.c: New file.
21849 * gdb.base/break-unload-file.exp: New file.
21850 * gdb.base/sym-file-lib.c (baz): New function.
21851 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
21852 field.
21853 (load): Store the segment's mapped size.
21854 (unload): New function.
21855 (unload_shlib): New function.
21856 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
21857 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
21858 set a breakpoint at baz, and call it.
21859 * gdb.base/sym-file.exp: New tests for stale breakpoint
21860 instructions.
21861
21862 2014-04-23 Pedro Alves <palves@redhat.com>
21863
21864 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
21865 * gdb.base/hbreak-in-shr-unsupported.c: New file.
21866 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
21867 * gdb.base/hbreak-unmapped.c: New file.
21868 * gdb.base/hbreak-unmapped.exp: New file.
21869 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
21870 * lib/gdb.exp (gdb_is_target_remote): ... here.
21871
21872 2014-04-22 Pedro Alves <palves@redhat.com>
21873
21874 * gdb.base/consecutive-step-over.c: New file.
21875 * gdb.base/consecutive-step-over.exp: New file.
21876
21877 2014-04-22 Pedro Alves <palves@redhat.com>
21878
21879 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
21880 instead of send_gdb/gdb_expect.
21881
21882 2014-04-22 Yao Qi <yao@codesourcery.com>
21883
21884 * lib/trace-support.exp (generate_tracefile): New procedure.
21885 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
21886 return 0.
21887 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
21888 if generate_tracefile returns 1.
21889
21890 2014-04-18 Tom Tromey <palves@redhat.com>
21891 Pedro alves <tromey@redhat.com>
21892
21893 PR backtrace/15558
21894 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
21895 with a backtrace limit.
21896 * gdb.python/py-frame-inline.exp: Test running to an inline
21897 function with a backtrace limit, and printing the newest frame.
21898 * gdb.python/py-frame-inline.c (main): Call f.
21899
21900 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
21901
21902 * gdb.java/jnpe.exp: Drop srcdir from untested path.
21903
21904 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
21905
21906 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
21907 Drop prefix from unsupported source file path.
21908
21909 2014-04-17 Yao Qi <yao@codesourcery.com>
21910
21911 * lib/gdb.exp (with_target_charset): New proc.
21912 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
21913 with_target_charset.
21914 (test_print_strings): Likewise.
21915 (test_repeat_bytes): Likewise.
21916 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
21917 for some tests.
21918
21919 2014-04-16 Keith Seitz <keiths@redhat.com>
21920
21921 PR gdb/15827
21922 * gdb.dwarf2/corrupt.c: New file.
21923 * gdb.dwarf2/corrupt.exp: New file.
21924
21925 2014-04-16 Keith Seitz <keiths@redhat.com>
21926
21927 PR c++/16597
21928 * gdb.cp/namelessclass.cc: New file.
21929 * gdb.cp/namelessclass.exp: New file.
21930 * gdb.cp/namelessclass.S: New file.
21931
21932 2014-04-16 Doug Evans <dje@google.com>
21933
21934 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
21935 Add comment.
21936 (gdbserver_default_get_comm_port): New function.
21937 (gdbserver_start): Check if board file provided
21938 "gdbserver,get_comm_port" and use it if so.
21939 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
21940 (gdb,socketport): Set to "stdio".
21941 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
21942 (stdio_gdbserver_template): Delete.
21943 (${board}_get_remote_address): Update.
21944 (${board}_build_remote_cmd): Delete.
21945 (${board}_get_comm_port): New function.
21946 (${board}_spawn): Update.
21947 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
21948 Delete.
21949 (${board}_get_remote_address): Update.
21950 (${board}_get_comm_port): New function.
21951
21952 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
21953
21954 * gdb.base/memattr.exp: Improve regexps to handle memory regions
21955 appearing in any order.
21956
21957 2014-04-15 Doug Evans <dje@google.com>
21958
21959 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
21960 uninitialized value of "description".
21961
21962 2014-04-15 Keith Seitz <keiths@redhat.com>
21963
21964 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
21965 Remove unused globals.
21966 (test_running_the_program): Likewise.
21967 (test_controlled_execution): Likewise.
21968 (test_controlling_breakpoints): Likewise.
21969 (test_program_termination): Likewise.
21970
21971 2014-04-15 Keith Seitz <keiths@redhat.com>
21972
21973 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
21974 unused globals.
21975 (test_rbreak_creation_and_listing): Likewise.
21976 (test_ignore_count): Likewise.
21977 (test_error): Likewise.
21978
21979 2014-04-15 Pedro Alves <palves@redhat.com>
21980
21981 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
21982 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
21983 sym-file-loader.c.
21984 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
21985 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
21986 to sym-file-loader.c.
21987 (struct library): Forward declare.
21988 (load_shlib, lookup_function): Change prototypes.
21989 (find_shstrtab, find_strtab, find_shdr, find_symtab)
21990 (translate_offset): Remove declarations.
21991 (get_text_addr): New declaration.
21992 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
21993 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
21994 sym-file-loader.h.
21995 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
21996 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
21997 here from sym-file-loader.h.
21998 (struct library): New structure.
21999 (load_shlib, lookup_function): Change prototypes and adjust to
22000 work with a struct library.
22001 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22002 (translate_offset): Make static.
22003 (get_text_addr): New function.
22004 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22005
22006 2014-04-15 Pedro Alves <palves@redhat.com>
22007
22008 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22009
22010 2014-04-15 Pedro Alves <palves@redhat.com>
22011
22012 * gdb.base/sym-file-loader.c: Include <limits.h>.
22013 (SELF_LINK): New define.
22014 (get_origin): New function.
22015 (load_shlib): Use it.
22016 * gdb.base/sym-file.exp: Don't early return if the target is
22017 remote. Use runto_main, and issue fail is that fails. Use
22018 gdb_load_shlibs.
22019 (shlib_name): Delete.
22020 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22021
22022 2014-04-15 Pedro Alves <palves@redhat.com>
22023
22024 * gdb.base/sym-file.exp: Remove regex characters from test
22025 message. Don't refer to breakpoint numbers in test messages.
22026
22027 2014-04-14 Keith Seitz <keiths@redhat.com>
22028
22029 PR c++/16253
22030 * gdb.cp/var-tag.cc: New file.
22031 * gdb.cp/var-tag.exp: New file.
22032 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22033 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22034 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22035 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22036
22037 2014-04-14 Tom Tromey <tromey@redhat.com>
22038
22039 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22040 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22041 type.
22042 * gdb.cp/enum-class.exp: New file.
22043 * gdb.cp/enum-class.cc: New file.
22044
22045 2014-04-14 Tom Tromey <tromey@redhat.com>
22046
22047 * gdb.dwarf2/enum-type.exp: New file.
22048
22049 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22050
22051 * gdb.mi/mi-vla-c99.exp: New file.
22052 * gdb.mi/vla.c: New file.
22053
22054 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22055
22056 * gdb.base/vla-datatypes.c: New file.
22057 * gdb.base/vla-datatypes.exp: New file.
22058
22059 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22060
22061 * gdb.base/vla-ptr.c: New file.
22062 * gdb.base/vla-ptr.exp: New file.
22063
22064 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22065
22066 * gdb.dwarf2/count.exp: New file.
22067
22068 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22069
22070 * gdb.base/vla-sideeffect.c: New file.
22071 * gdb.base/vla-sideeffect.exp: New file.
22072
22073 2014-04-14 David Blaikie <dblaikie@gmail.com>
22074
22075 * gdb.mi/non-stop.c: Add return value for non-void function return
22076 statement.
22077 * gdb.threads/staticthreads.c: Ditto.
22078
22079 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22080 Doug Evans <xdje42@gmail.com>
22081
22082 * gdb.guile/scm-value.c: Improve test case.
22083 * gdb.guile/scm-value.exp: Add new test.
22084
22085 2014-04-11 David Blaikie <dblaikie@gmail.com>
22086
22087 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22088 override Clang's default.
22089
22090 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22091
22092 Revert the following changes (regressions):
22093
22094 * gdb.base/vla-sideeffect.c: New file.
22095 * gdb.base/vla-sideeffect.exp: New file.
22096
22097 * gdb.dwarf2/count.exp: New file.
22098
22099 * gdb.base/vla-multi.c: New file.
22100 * gdb.base/vla-multi.exp: New file.
22101
22102 * gdb.base/vla-ptr.c: New file.
22103 * gdb.base/vla-ptr.exp: New file.
22104
22105 * gdb.base/vla-datatypes.c: New file.
22106 * gdb.base/vla-datatypes.exp: New file.
22107
22108 * gdb.mi/mi-vla-c99.exp: New file.
22109 * gdb.mi/vla.c: New file.
22110
22111 2014-04-11 Keith Seitz <keiths@redhat.com>
22112
22113 PR c++/16675
22114 * gdb.cp/cpsizeof.exp: New file.
22115 * gdb.cp/cpsizeof.cc: New file.
22116
22117 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22118
22119 * gdb.mi/mi-vla-c99.exp: New file.
22120 * gdb.mi/vla.c: New file.
22121
22122 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22123
22124 * gdb.base/vla-datatypes.c: New file.
22125 * gdb.base/vla-datatypes.exp: New file.
22126
22127 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22128
22129 * gdb.base/vla-ptr.c: New file.
22130 * gdb.base/vla-ptr.exp: New file.
22131
22132 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22133
22134 * gdb.base/vla-multi.c: New file.
22135 * gdb.base/vla-multi.exp: New file.
22136
22137 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22138
22139 * gdb.dwarf2/count.exp: New file.
22140
22141 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22142
22143 * gdb.base/vla-sideeffect.c: New file.
22144 * gdb.base/vla-sideeffect.exp: New file.
22145
22146 2014-04-11 Yao Qi <yao@codesourcery.com>
22147
22148 * gdb.base/completion.exp: Check file exists before running tests
22149 on file completion.
22150
22151 2014-04-10 Pedro Alves <palves@redhat.com>
22152
22153 * gdb.base/cond-eval-mode.c: New file.
22154 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22155 prepare_for_testing to build the new file. Check result of
22156 runto_main.
22157 (test_break, test_watch): New procedures.
22158 (top level): Use them.
22159
22160 2014-04-08 Pierre Muller <muller@sourceware.org>
22161
22162 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22163 Ctrl-V use for mingw hosts.
22164
22165 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22166
22167 * gdb.python/py-value.c: Improve test case.
22168 * gdb.python/py-value.exp: Add new test.
22169
22170 2014-04-07 David Blaikie <dblaikie@gmail.com>
22171
22172 * lib/compiler.c: Identify the clang compiler.
22173 * lib/compiler.cc: Ditto.
22174
22175 2014-04-03 Yao Qi <yao@codesourcery.com>
22176
22177 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22178
22179 2014-04-01 Anton Blanchard <anton@samba.org>
22180
22181 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22182 messages unique.
22183
22184 2014-04-01 Anton Blanchard <anton@samba.org>
22185
22186 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22187 prepare_for_testing.
22188
22189 2014-04-01 Anton Blanchard <anton@samba.org>
22190
22191 * gdb.arch/ppc64-atomic-inst.c: Remove.
22192 * gdb.arch/ppc64-atomic-inst.S: New file.
22193 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22194
22195 2014-03-31 Doug Evans <dje@google.com>
22196
22197 * gdb.base/print-symbol-loading-lib.c: New file.
22198 * gdb.base/print-symbol-loading-main.c: New file.
22199 * gdb.base/print-symbol-loading.exp: New file.
22200
22201 2014-03-31 Yao Qi <yao@codesourcery.com>
22202
22203 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22204
22205 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22206
22207 * gdb.ada/mi_dyn_arr: New testcase.
22208
22209 2014-03-27 Doug Evans <dje@google.com>
22210
22211 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22212
22213 2014-03-27 Yao Qi <yao@codesourcery.com>
22214
22215 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22216 if target is nios2-*-*.
22217
22218 2014-03-26 Yao Qi <yao@codesourcery.com>
22219
22220 * lib/gdb.exp (readline_is_used): New proc.
22221 * gdb.base/completion.exp: Move tests on command complete up.
22222 Skip the rest of tests if readline is not used.
22223 * gdb.ada/complete.exp: Skp the test if readline is not
22224 used.
22225 * gdb.base/filesym.exp: Likewise.
22226 * gdb.base/macscp.exp: Likewise.
22227 * gdb.base/readline-ask.exp: Likewise.
22228 * gdb.base/readline.exp: Likewise.
22229 * gdb.python/py-cmd.exp: Likewise.
22230 * gdb.trace/tfile.exp: Likewise.
22231
22232 2014-03-26 Yao Qi <yao@codesourcery.com>
22233
22234 * gdb.base/macscp.exp: Fix code format issues.
22235
22236 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22237
22238 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22239 * gdb.asm/powerpc64le.inc: New file.
22240
22241 2014-03-25 Pedro Alves <palves@redhat.com>
22242 Doug Evans <dje@google.com>
22243
22244 * gdb.base/source-execution.c: New file.
22245 * gdb.base/source-execution.exp: New file.
22246 * gdb.base/source-execution.gdb: New file.
22247
22248 2014-03-24 Doug Evans <dje@google.com>
22249
22250 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22251 using fission.
22252
22253 2014-03-24 Hui Zhu <hui@codesourcery.com>
22254 Pedro Alves <palves@redhat.com>
22255
22256 PR breakpoints/16101
22257 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22258 test pass/fail messages. Detect missing support for dprintf when
22259 breakpoints are actually inserted.
22260 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22261 breakpoints are actually inserted.
22262 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22263 fails.
22264
22265 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22266
22267 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22268
22269 2014-03-22 Doug Evans <xdje42@gmail.com>
22270
22271 * gdb.python/python.exp (python not supported): Verify multi-line
22272 python command issues an error.
22273 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22274 guile command issues an error.
22275
22276 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22277
22278 * gdb.threads/thread-specific.exp: Handle the lack of usable
22279 $this_breakpoint and $this_thread.
22280
22281 2014-03-21 Hui Zhu <hui@codesourcery.com>
22282
22283 * gdb.base/attach.exp (do_command_attach_tests): New.
22284
22285 2014-03-20 Tom Tromey <tromey@redhat.com>
22286 Pedro Alves <palves@redhat.com>
22287
22288 PR cli/15718
22289 * gdb.base/condbreak-call-false.c: New file.
22290 * gdb.base/condbreak-call-false.exp: New file.
22291
22292 2014-03-20 Pedro Alves <palves@redhat.com>
22293
22294 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22295 Delete.
22296 (block_signals, unblock_signals): Delete.
22297 (child_function_2, main): Remove references to deleted variable
22298 and functions.
22299
22300 2014-03-20 Pedro Alves <palves@redhat.com>
22301
22302 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22303 Use pthread_kill to signal thread 2.
22304 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22305 Adjust to make the test send itself a signal rather than using the
22306 host's "kill" command.
22307
22308 2014-03-20 Pedro Alves <palves@redhat.com>
22309
22310 * gdb.threads/multiple-step-overs.c: New file.
22311 * gdb.threads/multiple-step-overs.exp: New file.
22312 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22313 Adjust expected infrun debug output.
22314
22315 2014-03-20 Pedro Alves <palves@redhat.com>
22316
22317 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22318 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22319
22320 2014-03-20 Pedro Alves <palves@redhat.com>
22321
22322 PR breakpoints/7143
22323 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22324 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22325 of gdb_test_multiple.
22326 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22327 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22328
22329 2014-03-20 Pedro Alves <palves@redhat.com>
22330
22331 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22332 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22333
22334 2014-03-19 Pedro Alves <palves@redhat.com>
22335
22336 * gdb.base/async.exp: Remove early return.
22337
22338 2014-03-19 Pedro Alves <palves@redhat.com>
22339
22340 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22341
22342 2014-03-19 Pedro Alves <palves@redhat.com>
22343
22344 * gdb.base/async.exp (test_background): Expect \r\n after
22345 "completed." in the fail pattern.
22346
22347 2014-03-19 Pedro Alves <palves@redhat.com>
22348
22349 * gdb.base/async.exp (test_background): New procedure.
22350 Use it for all background execution command tests.
22351
22352 2014-03-19 Pedro Alves <palves@redhat.com>
22353
22354 * gdb.base/async.exp: Use prepare_for_testing.
22355
22356 2014-03-19 Pedro Alves <palves@redhat.com>
22357
22358 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22359 the same line.
22360
22361 2014-03-19 Pedro Alves <palves@redhat.com>
22362
22363 * gdb.base/async.c (main): Add "jump here" and "until here" line
22364 marker comments.
22365 * gdb.base/async.exp (jump_here): New global.
22366 (jump& test): Use it.
22367 (until_here): New global.
22368 (until& test): Use it.
22369
22370 2014-03-19 Pedro Alves <palves@redhat.com>
22371
22372 * gdb.base/async.exp: Don't frob gdb_protocol.
22373
22374 2014-03-18 Doug Evans <xdje42@gmail.com>
22375
22376 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22377 Fix spelling of exec-done-display.
22378
22379 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22380
22381 PR gdb/15358
22382 * gdb.base/gdb-sigterm.c: New file.
22383 * gdb.base/gdb-sigterm.exp: New file.
22384
22385 2014-03-18 Pedro Alves <palves@redhat.com>
22386
22387 PR gdb/13860
22388 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22389 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22390 solib-event.
22391
22392 2014-03-17 Joel Brobecker <brobecker@adacore.com>
22393
22394 * gdb.ada/pckd_arr_ren: New testcase.
22395
22396 2014-03-13 Doug Evans <xdje42@gmail.com>
22397
22398 PR guile/16612
22399 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22400 collect after discarding symbols.
22401
22402 2014-03-13 Ludovic Courtès <ludo@gnu.org>
22403 Doug Evans <xdje42@gmail.com>
22404
22405 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22406 to history survives a gc.
22407
22408 2014-03-13 Pedro Alves <palves@redhat.com>
22409
22410 * gdb.base/default.exp: Don't test "target procfs".
22411
22412 2014-03-13 Pedro Alves <palves@redhat.com>
22413
22414 * gdb.base/default.exp: Update "target child" and "target procfs"
22415 tests to not expect "Unix".
22416
22417 2014-03-12 Tom Tromey <tromey@redhat.com>
22418
22419 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22420 New procs. Add target-async tests.
22421 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22422 Add target-async tests.
22423
22424 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22425
22426 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22427 'func_start' and 'func_end' for the beginning and end of the
22428 function code, respectively.
22429 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22430 'func_end' instead of 'func' and 'main'.
22431
22432 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22433
22434 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22435 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22436 generate the debug info assembler source.
22437
22438 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22439
22440 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22441 * gdb.dwarf2/arr-subrange.exp: Likewise.
22442 * gdb.dwarf2/dwz.exp: Likewise.
22443 * gdb.dwarf2/method-ptr.exp: Likewise.
22444 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22445 * gdb.dwarf2/subrange.exp: Likewise.
22446 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22447 * gdb.dwarf2/implptrpiece.exp: Likewise.
22448 * gdb.dwarf2/nostaticblock.exp: Likewise.
22449
22450 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22451
22452 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22453 directory to absolute path name arguments.
22454
22455 2014-03-10 Joel Brobecker <brobecker@adacore.com>
22456
22457 * gdb.ada/tagged_access: New testcase.
22458
22459 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22460
22461 * gdb.btrace/data.exp: Update expected output.
22462
22463 2014-03-06 Yao Qi <yao@codesourcery.com>
22464
22465 * gdb.trace/pr16508.exp: New file.
22466
22467 2014-03-05 Pedro Alves <palves@redhat.com>
22468
22469 PR gdb/16575
22470 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22471 procedure.
22472 (top level): Adjust to use it. Add tests that exercise breakpoint
22473 interaction with the code-cache.
22474
22475 2014-02-26 Ludovic Courtès <ludo@gnu.org>
22476
22477 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22478 test for 'history-append!'.
22479
22480 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22481
22482 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22483 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22484 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22485 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22486 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22487 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22488
22489 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22490
22491 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22492 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22493 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22494
22495 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22496
22497 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22498
22499 2014-02-26 Joel Brobecker <brobecker@adacore.com>
22500
22501 * gdb.dwarf2/arr-stride.c: New file.
22502 * gdb.dwarf2/arr-stride.exp: New file.
22503
22504 2014-02-26 Pedro Alves <palves@redhat.com>
22505
22506 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22507 that won't ever trigger. Make sure that GDB reports the correct
22508 breakpoint that caused the stop.
22509
22510 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22511
22512 PR gdb/16626
22513 * gdb.base/auto-load-script: New file.
22514 * gdb.base/auto-load.c: New file.
22515 * gdb.base/auto-load.exp: New file.
22516
22517 PR gdb/16626
22518 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22519
22520 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22521
22522 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22523 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22524
22525 2014-02-24 Doug Evans <dje@google.com>
22526
22527 * lib/gdb.exp (run_on_host): Log error output if program fails.
22528
22529 2014-02-21 Pedro Alves <palves@redhat.com>
22530
22531 * gdb.threads/step-after-sr-lock.c: Rename to ...
22532 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22533 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22534 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22535 ... this.
22536
22537 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22538
22539 PR tdep/16397
22540 * gdb.arch/amd64-stap-special-operands.exp: New file.
22541 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22542 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22543 * gdb.arch/amd64-stap-triplet.S: Likewise.
22544 * gdb.arch/amd64-stap-triplet.c: Likewise.
22545
22546 2014-02-20 Joel Brobecker <brobecker@adacore.com>
22547
22548 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
22549 in .section pseudo-op.
22550
22551 2014-02-20 lin zuojian <manjian2006@gmail.com>
22552 Joel Brobecker <brobecker@adacore.com>
22553 Doug Evans <xdje42@gmail.com>
22554
22555 PR symtab/16581
22556 * gdb.dwarf2/dw2-icycle.S: New file.
22557 * gdb.dwarf2/dw2-icycle.c: New file.
22558 * gdb.dwarf2/dw2-icycle.exp: New file.
22559
22560 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
22561
22562 * gdb.python/py-value-cc.cc: Improve test case to enable testing
22563 operations on gdb.Value objects.
22564 * gdb.python/py-value-cc.exp: Add new test to test operations on
22565 gdb.Value objects.
22566
22567 2014-02-18 Doug Evans <dje@google.com>
22568
22569 * Makefile.in (TESTS): New variable.
22570 (expanded_tests, expanded_tests_or_none): New variables
22571 (check-single): Pass $(expanded_tests_or_none) to runtest.
22572 (check-parallel): Only run tests in $(TESTS) if non-empty.
22573 (check/no-matching-tests-found): New rule.
22574 * README: Document TESTS makefile variable.
22575
22576 2014-02-18 Doug Evans <dje@google.com>
22577
22578 * Makefile.in (check-parallel): rm -rf outputs temp.
22579
22580 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
22581
22582 Fix "ERROR: no fileid for" in the testsuite.
22583 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
22584
22585 2014-02-12 Doug Evans <dje@google.com>
22586
22587 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
22588 (MISCELLANEOUS): New variable.
22589 (clean): rm -rf $(MISCELLANEOUS).
22590 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
22591 dwp live in the same directory as symlinks, with each symlink pointed
22592 to a differently named file in a different directory.
22593
22594 2014-02-11 Doug Evans <dje@google.com>
22595
22596 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
22597 of Tcl file commands.
22598
22599 2014-02-10 Mark Kettenis <kettenis@gnu.org>
22600
22601 * gdb.threads/step-after-sr-lock.exp: Avoid executing
22602 "kill -SIGUSR1 -1".
22603
22604 2014-02-10 Joel Brobecker <brobecker@adacore.com>
22605
22606 * gdb.ada/tick_length_array_enum_idx: New testcase.
22607
22608 2014-02-10 Doug Evans <xdje42@gmail.com>
22609
22610 * configure.ac (AC_OUTPUT): Add gdb.guile.
22611 * configure: Regenerate.
22612 * lib/gdb-guile.exp: New file.
22613 * lib/gdb.exp (get_target_charset): New function.
22614 * gdb.base/help.exp: Update expected output from "apropos apropos".
22615 * gdb.guile/Makefile.in: New file.
22616 * gdb.guile/guile.exp: New file.
22617 * gdb.guile/scm-arch.c: New file.
22618 * gdb.guile/scm-arch.exp: New file.
22619 * gdb.guile/scm-block.c: New file.
22620 * gdb.guile/scm-block.exp: New file.
22621 * gdb.guile/scm-breakpoint.c: New file.
22622 * gdb.guile/scm-breakpoint.exp: New file.
22623 * gdb.guile/scm-disasm.c: New file.
22624 * gdb.guile/scm-disasm.exp: New file.
22625 * gdb.guile/scm-equal.c: New file.
22626 * gdb.guile/scm-equal.exp: New file.
22627 * gdb.guile/scm-error.exp: New file.
22628 * gdb.guile/scm-error.scm: New file.
22629 * gdb.guile/scm-frame-args.c: New file.
22630 * gdb.guile/scm-frame-args.exp: New file.
22631 * gdb.guile/scm-frame-args.scm: New file.
22632 * gdb.guile/scm-frame-inline.c: New file.
22633 * gdb.guile/scm-frame-inline.exp: New file.
22634 * gdb.guile/scm-frame.c: New file.
22635 * gdb.guile/scm-frame.exp: New file.
22636 * gdb.guile/scm-generics.exp: New file.
22637 * gdb.guile/scm-gsmob.exp: New file.
22638 * gdb.guile/scm-iterator.c: New file.
22639 * gdb.guile/scm-iterator.exp: New file.
22640 * gdb.guile/scm-math.c: New file.
22641 * gdb.guile/scm-math.exp: New file.
22642 * gdb.guile/scm-objfile-script-gdb.in: New file.
22643 * gdb.guile/scm-objfile-script.c: New file.
22644 * gdb.guile/scm-objfile-script.exp: New file.
22645 * gdb.guile/scm-objfile.c: New file.
22646 * gdb.guile/scm-objfile.exp: New file.
22647 * gdb.guile/scm-ports.exp: New file.
22648 * gdb.guile/scm-pretty-print.c: New file.
22649 * gdb.guile/scm-pretty-print.exp: New file.
22650 * gdb.guile/scm-pretty-print.scm: New file.
22651 * gdb.guile/scm-section-script.c: New file.
22652 * gdb.guile/scm-section-script.exp: New file.
22653 * gdb.guile/scm-section-script.scm: New file.
22654 * gdb.guile/scm-symbol.c: New file.
22655 * gdb.guile/scm-symbol.exp: New file.
22656 * gdb.guile/scm-symtab-2.c: New file.
22657 * gdb.guile/scm-symtab.c: New file.
22658 * gdb.guile/scm-symtab.exp: New file.
22659 * gdb.guile/scm-type.c: New file.
22660 * gdb.guile/scm-type.exp: New file.
22661 * gdb.guile/scm-value-cc.cc: New file.
22662 * gdb.guile/scm-value-cc.exp: New file.
22663 * gdb.guile/scm-value.c: New file.
22664 * gdb.guile/scm-value.exp: New file.
22665 * gdb.guile/source2.scm: New file.
22666 * gdb.guile/types-module.cc: New file.
22667 * gdb.guile/types-module.exp: New file.
22668
22669 2014-02-10 Yao Qi <yao@codesourcery.com>
22670
22671 PR testsuite/16543
22672 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
22673 * configure: Regenerated.
22674 * Makefile.in: New file.
22675
22676 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
22677
22678 * gdb.python/py-framefilter.exp: Fix typo.
22679
22680 2014-02-08 Yao Qi <yao@codesourcery.com>
22681
22682 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
22683 that no =breakpoint-modified is emitted when breakpoints are
22684 modified through MI commands.
22685
22686 2014-02-07 Pedro Alves <pedro@codesourcery.com>
22687 Pedro Alves <palves@redhat.com>
22688
22689 * gdb.threads/step-after-sr-lock.c: New file.
22690 * gdb.threads/step-after-sr-lock.exp: New file.
22691
22692 2014-02-07 Pedro Alves <palves@redhat.com>
22693
22694 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
22695
22696 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
22697
22698 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
22699 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
22700
22701 2014-02-06 Doug Evans <xdje42@gmail.com>
22702
22703 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
22704 output.
22705
22706 * gdb.gdb/python-interrupts.exp: New file.
22707
22708 2014-02-05 Yao Qi <yao@codesourcery.com>
22709
22710 * gdb.trace/report.exp (use_collected_data): Test the output
22711 of "info threads" and "info inferiors".
22712
22713 2014-02-05 Yao Qi <yao@codesourcery.com>
22714
22715 Revert this patch:
22716
22717 2013-05-24 Yao Qi <yao@codesourcery.com>
22718
22719 * gdb.trace/tfile.exp: Test inferior and thread.
22720
22721 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22722
22723 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
22724 on a function.
22725 * gdb.base/step-bt.c: Call hello via function pointer to make
22726 sure its first instruction is executed on powerpc64le-linux.
22727
22728 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22729
22730 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
22731
22732 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22733
22734 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
22735 of the test patterns for use on little-endian systems.
22736
22737 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
22738
22739 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
22740 (decimal_vector): Fix for little-endian.
22741
22742 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
22743
22744 * gdb.arch/sparc-sysstep.exp: New file.
22745 * gdb.arch/sparc-sysstep.c: Likewise.
22746
22747 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
22748
22749 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22750
22751 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
22752
22753 2014-01-23 Tom Tromey <tromey@redhat.com>
22754
22755 * gdb.ada/array_char_idx: New testcase.
22756
22757 2014-01-23 Tom Tromey <tromey@redhat.com>
22758
22759 PR python/16487:
22760 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
22761 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
22762 classes.
22763
22764 2014-01-23 Tom Tromey <tromey@redhat.com>
22765
22766 PR python/16491:
22767 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
22768 string from an inferior frame.
22769 * gdb.python/py-framefilter-mi.exp: Update.
22770
22771 2014-01-22 Doug Evans <dje@google.com>
22772
22773 * gdb.server/server-mon.exp: Add tests for "set debug-format".
22774
22775 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22776
22777 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
22778
22779 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22780
22781 * gdb.trace/entry-values.exp: Remove excess space character from
22782 regex patterns. Handle s390 call instruction.
22783
22784 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22785
22786 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
22787 define "*_start" label. Make "name" static.
22788 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
22789 ${name} by references to ${name}_start.
22790
22791 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
22792
22793 * gdb.base/info-macros.exp: Remove "debug" from the compile
22794 options.
22795
22796 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22797
22798 * gdb.dlang/demangle.exp: New file.
22799
22800 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22801
22802 * gdb.dlang/primitive-types.exp: New file.
22803
22804 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
22805
22806 * configure.ac: Create gdb.dlang/Makefile.
22807 * configure: Regenerate.
22808 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
22809 * gdb.dlang/Makefile.in: New file.
22810 * lib/d-support.exp: New file.
22811 * lib/gdb.exp (skip_d_tests): New proc.
22812
22813 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22814
22815 * gdb.btrace/delta.exp: Check reverse stepi.
22816 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
22817 * gdb.btrace/finish.exp: New.
22818 * gdb.btrace/next.exp: New.
22819 * gdb.btrace/nexti.exp: New.
22820 * gdb.btrace/record_goto.c: Add comments.
22821 * gdb.btrace/step.exp: New.
22822 * gdb.btrace/stepi.exp: New.
22823 * gdb.btrace/multi-thread-step.c: New.
22824 * gdb.btrace/multi-thread-step.exp: New.
22825 * gdb.btrace/rn-dl-bind.c: New.
22826 * gdb.btrace/rn-dl-bind.exp: New.
22827 * gdb.btrace/data.c: New.
22828 * gdb.btrace/data.exp: New.
22829 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
22830
22831 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22832
22833 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
22834 * gdb.btrace/exception.exp: Update.
22835 * gdb.btrace/instruction_history.exp: Update.
22836 * gdb.btrace/record_goto.exp: Update.
22837 * gdb.btrace/tailcall.exp: Update.
22838 * gdb.btrace/unknown_functions.exp: Update.
22839 * gdb.btrace/delta.exp: New.
22840
22841 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22842
22843 * gdb.btrace/record_goto.exp: Add backtrace test.
22844 * gdb.btrace/tailcall.exp: Add backtrace test.
22845
22846 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22847
22848 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
22849 * gdb.btrace/record_goto.c: New.
22850 * gdb.btrace/record_goto.exp: New.
22851 * gdb.btrace/x86-record_goto.S: New.
22852
22853 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22854
22855 * gdb.btrace/function_call_history.exp: Update tests.
22856 * gdb.btrace/instruction_history.exp: Update tests.
22857
22858 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22859
22860 * gdb.btrace/function_call_history.exp: Fix expected field
22861 order for "record function-call-history".
22862 Add new tests for "record function-call-history /c".
22863 * gdb.btrace/exception.cc: New.
22864 * gdb.btrace/exception.exp: New.
22865 * gdb.btrace/tailcall.exp: New.
22866 * gdb.btrace/x86-tailcall.S: New.
22867 * gdb.btrace/x86-tailcall.c: New.
22868 * gdb.btrace/unknown_functions.c: New.
22869 * gdb.btrace/unknown_functions.exp: New.
22870 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
22871
22872 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22873
22874 * gdb.btrace/instruction_history.exp: Update.
22875 * gdb.btrace/function_call_history.exp: Update.
22876
22877 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22878
22879 * gdb.btrace/function_call_history.exp: Fix expected function
22880 trace.
22881 * gdb.btrace/instruction_history.exp: Initialize traced.
22882 Remove traced_functions.
22883
22884 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22885
22886 * gdb.btrace/function_call_history.exp: Update
22887 * gdb.btrace/instruction_history.exp: Update.
22888
22889 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22890
22891 * gdb.btrace/enable.exp: Update expected text.
22892
22893 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
22894
22895 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
22896 bytes.
22897
22898 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
22899
22900 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
22901
22902 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
22903
22904 * lib/gdb.exp (supports_process_record): Return true for
22905 arm*-linux*. (supports_reverse): Likewise.
22906
22907 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
22908
22909 PR python/15464
22910 PR python/16113
22911 * gdb.python/py-type.c: Enhance test case.
22912 * gdb.python/py-value-cc.cc: Likewise
22913 * gdb.python/py-type.exp: Add new tests.
22914 * gdb.python/py-value-cc.exp: Likewise
22915
22916 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
22917 Pedro Alves <palves@redhat.com>
22918
22919 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
22920 Make "name" extern.
22921 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
22922 references to ${name}_start by references to ${name}.
22923
22924 2014-01-10 Joel Brobecker <brobecker@adacore.com>
22925
22926 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
22927
22928 2014-01-10 Joel Brobecker <brobecker@adacore.com>
22929
22930 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
22931
22932 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
22933 Pedro Alves <palves@redhat.com>
22934
22935 * gdb.mi/mi-info-os.exp: Connect to the target with
22936 mi_gdb_target_load.
22937
22938 2014-01-08 Pedro Alves <palves@redhat.com>
22939
22940 * gdb.threads/reconnect-signal.c: New file.
22941 * gdb.threads/reconnect-signal.exp: New file.
22942
22943 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22944
22945 * gdb.base/source-dir.exp: New file.
22946
22947 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22948
22949 * gdb.ada/mi_interface: New testcase.
22950
22951 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22952
22953 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
22954 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
22955 gdb.ada/pp-rec-component/pck.ads: New files.
22956
22957 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22958
22959 * gdb.python/py-pp-integral.c: New file.
22960 * gdb.python/py-pp-integral.py: New file.
22961 * gdb.python/py-pp-integral.exp: New file.
22962
22963 For older changes see ChangeLog-1993-2013.
22964 \f
22965 ;; Local Variables:
22966 ;; mode: change-log
22967 ;; left-margin: 8
22968 ;; fill-column: 74
22969 ;; version-control: never
22970 ;; End:
22971
22972 Copyright 2014-2021 Free Software Foundation, Inc.
22973 Copying and distribution of this file, with or without modification,
22974 are permitted provided the copyright notice and this notice are preserved.
This page took 0.518312 seconds and 5 git commands to generate.